@charset "UTF-8";
/*
Theme Name: Gynecolog
Theme URI: odesseo.com.ua
Author: OdesSeo
Author URI: https://odesseo.com.ua/
Description:
Version: 1.0
*/
/*FONTS*/
@font-face {
  font-family: 'OpenSansRegular';
  src: url("assets/fonts/OPENSANS-REGULAR.TTF");
}

@font-face {
  font-family: 'OpenSansLight';
  src: url("assets/fonts/OPENSANS-LIGHT.TTF");
}

@font-face {
  font-family: 'OpenSansSemibold';
  src: url("assets/fonts/OPENSANS-SEMIBOLD.TTF");
}

@font-face {
  font-family: 'OpenSansBold';
  src: url("assets/fonts/OPENSANS-BOLD.TTF");
}

/*STYLES*/
/*variables*/
body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: OpenSansRegular, sans-serif;
  letter-spacing: 0;
}

a {
  color: #1dad8e;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #23cea9;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.btn {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 9px 26px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all .01s ease-in-out;
  font-weight: 600;
}

.btn:hover {
  background: #1dad8e;
  border-color: #1dad8e;
  color: #fff;
}

.btn.btn-default {
  color: #929292;
  border-color: #929292;
}

.btn.btn-default:hover {
  background: #1dad8e;
  border-color: #1dad8e;
  color: #fff;
}

.btn.btn-accent {
  color: #1dad8e;
  border-color: #1dad8e;
}

.btn.inv {
  color: #fff;
  border-color: #fff;
}

.btn.inv:hover {
  background: #fff;
  color: #1dad8e;
}

.btn.lg {
  font-size: 18px;
  padding: 14px 45px;
  margin-right: 30px;
}

.btn.sm {
  font-size: 12px;
  padding: 5px 8px;
  text-transform: none;
}

.btn.gr {
  color: #fff;
  background-color: #23cea9;
  border-color: #23cea9;
}

header {
  background: #fff;
  padding: 20px 0;
  opacity: 0.85;
  width: 100%;
  z-index: 100;
  top: -150px;
  transition: top ease-out 1.5s;
}

header.fixed-top {
  position: fixed;
  top: 0px;
}

.site-logo {
  color: #23cea9;
  font-family: 'OpenSansBold';
  font-size: 34px;
  display: inline-block;
}

.site-title-container {
  position: absolute;
  width: 650px;
  left: 25%;
  top: 35%;
  transform: translate(-25%, -35%);
  z-index: 9;
  display: inline-block;
  color: #fff;
}

.site-title-container .sub-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

.site-title-container .sub-title h1 {
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

.site-title-container .site-description {
  margin-bottom: 70px;
  color: #333;
}

.page-title.title_name {
  font-size: 48px;
  line-height: 48px;
}

.title_name {
  line-height: 65px;
}

.site-logo__name {
  font-size: 18px;
  line-height: 20px;
  margin: 0px auto;
}

.site-logo__specialty {
  font-size: 16px;
  line-height: 20px;
  margin: 5px auto;
}

.social__list {
  list-style: none;
}

.mail__list {
  list-style: none;
}

/****************************Меню****************************/
#menu-main-menu {
  margin: 0;
}

.dws-menu {
  padding: 15px 0;
}

.call-back {
  font-size: 18px;
}

.call-back li {
  list-style-type: none;
  color: #23cea9;
}

.call-back li:hover {
  color: #1dad8e;
}

.call-back.two {
  margin-top: 10px;
}

.main-nav li {
  margin: 0 10px;
}

.main-nav > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'OpenSansBold';
  transition: color ease 0.3ms;
  color: #333;
}

.main-nav {
  list-style: none;
}

.main-nav li.current-menu-item > a {
  color: #23cea9;
}

.menu-trigger {
  width: 45px;
  height: 35px;
  position: relative;
  cursor: pointer;
  float: right;
}

.menu-trigger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #1dad8e;
  border-radius: 9px;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu-trigger span:nth-child(1) {
  top: 0;
}

.menu-trigger span:nth-child(2), .menu-trigger span:nth-child(3) {
  top: 13px;
}

.menu-trigger span:nth-child(4) {
  top: 26px;
}

/****************************Меню****************************/
/****************************Слайдер****************************/
.slider {
  position: relative;
  z-index: 0;
}

.slider .slide {
  outline: none;
}

.slider-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}

.slider-dots li {
  display: inline-block;
}

.main-slider__slider-image {
  max-height: 100%;
}

.main-slider__slider .site-title {
  color: #1dad8e;
  font-size: 36px;
  line-height: 40px;
  font-family: 'OpenSansSemibold';
  text-align: left;
  margin-bottom: 25px;
}

.main-slider__slider .slider-image {
  width: 100%;
  object-fit: cover;
}

.main-slider__slider-dots {
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.main-slider__slider-dots .slick-active .main-slider__dot-item {
  border-color: #fff;
}

.main-slider__slider-dots .slick-active .main-slider__dot-item:before {
  background: transparent;
}

.main-slider__slider-dots li:hover .main-slider__dot-item {
  border-color: #fff;
}

.main-slider__dot-item {
  width: 23px;
  height: 23px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  line-height: 23px;
  position: relative;
}

.main-slider__dot-item:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: inherit;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: all ease 333ms;
}

.second-slider__slider {
  margin: auto;
}

.second-slider__slider .slick-initialized .slick-slide {
  margin: 0 15px;
}

.third-slider__slider .slick-initialized .slick-slide {
  width: 360px;
  margin: 0 15px;
}

.third-slider__slider .slider-controls_main-slider {
  top: 25%;
}

.slider-controls_main-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 50px;
  transition: opacity ease 450ms;
}

.slider-arrow_main-slider {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #23cea9;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.slider-left-arrow_main-slider, .slider-left-arrow_second-slider {
  float: left;
  margin-left: 25px;
}

.slider-right-arrow_main-slider, .slider-right-arrow_second-slider {
  float: right;
  margin-right: 25px;
}

/****************************Слайдер****************************/
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section .title {
  font-size: 50px;
  color: #929292;
  text-align: center;
  margin-bottom: 10px;
}

.section .sep-element {
  border-bottom: 2px solid #23cea9;
  width: 116px;
  position: relative;
  margin: 0 auto;
}

.section .sep-element:after {
  content: "";
  background-color: #ffffff;
  border: 2px solid #23cea9;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
}

.container .wrapper {
  margin-top: 70px;
}

.advantages .inner {
  padding: 20px 0;
  display: inline-block;
}

.advantages .inner span.num {
  font-family: OpenSansLight, sans-serif;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  margin: 6px 40px 65px 0;
  background: #23cea9;
  color: #fff;
  border-radius: 60px;
  float: left;
}

.treating.page .inner {
  position: relative;
  height: 550px;
}

.treating.page .inner .btn {
  position: absolute;
  bottom: 50px;
}

.treating.page .inner .item-title {
  font-size: 29px;
  letter-spacing: -1px;
}

.treating .inner {
  position: relative;
  height: 550px;
}

.treating .inner img {
  border-radius: 7px;
}

.treating .inner .item-title {
  font-size: 36px;
  color: #5a5a5a;
  line-height: 36px;
  margin: 15px 0px;
}

.treating .inner .btn {
  position: absolute;
  bottom: 50px;
}

.treating .inner p {
  color: #929292;
  word-wrap: break-word;
}

.treating .cat-list {
  font-family: 'OpenSansSemibold';
  background-color: #eee;
  padding: 15px 10px 15px 40px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  border-right: 5px solid #cdcdcd;
}

.methods {
  background-color: #eee;
}

.methods .title {
  color: #5a5a5a;
}

.methods .inner {
  padding: 50px 30px;
  margin-bottom: 30px;
  background-color: #1dad8e;
  text-align: center;
  transition: all .04s ease-in-out;
}

.methods .inner.rndl {
  border-radius: 10px;
}

.methods .inner.rndm {
  border-radius: 20px;
  background-color: #23cea9;
}

.methods .inner .item-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.methods .inner .item-image:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 71px;
  height: 71px;
  background-size: contain;
  background-position: 50%;
}

.methods .inner .item-title {
  font-size: 36px;
  color: #fff;
}

.methods .inner .item-desc {
  height: 75px;
  color: #fff;
}

.methods .inner .btn {
  margin-bottom: 3px;
}

.methods .inner:hover {
  border-radius: 20px;
  background-color: #23cea9;
}

.icon_microscope:before {
  background-image: url(assets/images/icon/microscope.png);
  background-repeat: no-repeat;
}

.icon_temperature:before {
  background-image: url(assets/images/icon/temperature.png);
  background-repeat: no-repeat;
}

.icon_molecular:before {
  background-image: url(assets/images/icon/molecular.png);
  background-repeat: no-repeat;
}

.icon_syringe:before {
  background-image: url(assets/images/icon/syringe.png);
  background-repeat: no-repeat;
}

.diagnostics {
  background: url(/wp-content/themes/gynecolog/assets/images/diagnostics_overlay.jpg) no-repeat;
  background-size: cover;
}

.diagnostics .title {
  color: #fff;
}

.diagnostics .sep-element {
  border-bottom: 2px solid #fff;
}

.diagnostics .sep-element:after {
  border: 2px solid #fff;
  background-color: #23cea9;
}

.diagnostics .inner {
  padding: 50px 15px 45px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #23cea9;
  transition: all .01s ease-in-out;
}

.diagnostics .inner .item-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #1dad8e;
  position: relative;
}

.diagnostics .inner .item-image:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-position: 50%;
}

.diagnostics .inner .item-title {
  height: 70px;
  font-family: 'OpenSansSemibold';
  font-size: 22px;
  color: #1dad8e;
  text-transform: uppercase;
  word-wrap: break-word;
}

.diagnostics .inner ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  color: #777;
}

.diagnostics .inner ul li {
  margin-bottom: 15px;
}

.diagnostics .inner:hover {
  position: relative;
  background-color: #1dad8e;
  border: 1px solid #fff;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 100;
}

.diagnostics .inner:hover .item-image {
  border: 2px solid #fff;
  background-color: #23cea9;
}

.diagnostics .inner:hover .item-image:before {
  filter: brightness(10);
}

.diagnostics .inner:hover .item-title {
  color: #fff;
}

.diagnostics .inner:hover ul {
  color: #fff;
}

.diagnostics .inner:hover .btn-accent {
  background: #fff;
  border-color: #1dad8e;
  color: #1dad8e;
}

.icon_test-tube:before {
  background-image: url(assets/images/icon/test-tube.png);
  background-repeat: no-repeat;
}

.icon_biopsi:before {
  background-image: url(assets/images/icon/biopsi.png);
  background-repeat: no-repeat;
}

.icon_colposcopy:before {
  background-image: url(assets/images/icon/colposcopy.png);
  background-repeat: no-repeat;
}

.icon_gystology:before {
  background-image: url(assets/images/icon/gystology.png);
  background-repeat: no-repeat;
}

.blog .inner img {
  filter: grayscale(100%);
  transition: all .1s ease-in-out;
}

.blog .inner .item-title {
  font-size: 22px;
  color: #5a5a5a;
  margin: 15px 0px;
  transition: all .01s ease-in-out;
}

.blog .inner .item-title a {
  cursor: default;
}

.blog .inner .btn {
  text-transform: none;
  transition: all .01s ease-in-out;
}

.blog .inner:hover img {
  filter: grayscale(0%);
}

.blog .inner:hover .item-title {
  color: #1dad8e;
}

.blog .inner:hover .btn-default {
  background: #1dad8e;
  border-color: #1dad8e;
  color: #fff;
}

.blog .inner-blog {
  margin-bottom: 50px;
}

.blog .inner-blog .item-title {
  font-size: 22px;
}

.blog .inner-blog .item-title a {
  cursor: default;
}

.blog .inner-blog img {
  width: 100%;
  object-fit: cover;
}

.blog .inner-blog .text {
  padding: 15px 45px 30px 45px;
  background-color: #eee;
  color: #6b6b6b;
}

.achievements .percent {
  margin-left: 20px;
  font-size: 32px;
  font-family: 'OpenSansBold';
  color: #23cea9;
}

.achievements .percent-text {
  display: block;
  margin-bottom: 15px;
  color: #23cea9;
  font-size: 18px;
  text-transform: uppercase;
}

.achievements .line-text {
  border-bottom: 3px solid #23cea9;
  width: 50px;
  display: block;
}

.form-consult {
  background: url(/wp-content/themes/gynecolog/assets/images/form-consult_overlay.jpg) no-repeat;
  background-size: cover;
}

.form-consult .title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

.form-consult .title span {
  font-family: 'OpenSansLight';
}

.form-consult form textarea {
  resize: none;
  overflow: hidden;
}

.sidebar .side ul {
  list-style-type: none;
  padding-left: 0;
}

.sidebar .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #6b6b6b;
}

.sidebar .widget_calendar caption {
  padding: 12px 0px;
  background-color: #23cea9;
  text-transform: uppercase;
  color: #fff;
}

.sidebar .widget_calendar thead {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #929292;
  color: #fff;
}

.sidebar .widget_calendar thead th {
  padding: 4px 0px;
}

.sidebar .widget_calendar tbody {
  background-color: #eee;
  font-size: 14px;
  color: #bcbcbc;
}

.sidebar .widget_calendar tbody td {
  padding: 12px;
  text-align: center;
  border: 1px solid #c5c5c5;
}

.sidebar .widget_calendar tbody #today {
  background-color: #fff;
}

.sidebar .widget_calendar tbody .pad {
  display: none;
}

.sidebar .widget_calendar tfoot {
  display: none;
}

.certificates .page-title {
  text-align: center;
}

.footer {
  background: url(/wp-content/themes/gynecolog/assets/images/footer_overlay.jpg) no-repeat;
  background-size: cover;
}

.footer .title {
  color: #fff;
}

.footer .inner {
  text-align: center;
  color: #fff;
}

.footer .inner .item-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
  border-radius: 50%;
  background-color: #23cea9;
  position: relative;
}

.footer .inner .item-image:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 71px;
  background-size: contain;
  background-position: 50%;
}

.footer .inner .item-title {
  text-transform: uppercase;
}

.footer .inner.contact span {
  font-size: 14px;
}

.contact .dotted-line {
  position: absolute;
  top: 0;
  right: -52%;
  overflow: hidden;
  width: 100%;
}

.contact .dotted-line:after {
  font-size: 30px;
  line-height: 100px;
  content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022';
  letter-spacing: 14px;
  color: #fff;
  font-size: 20px;
}

.icon_map-marker:before {
  background-image: url(assets/images/icon/map-marker.png);
  background-repeat: no-repeat;
}

.icon_envelope:before {
  background-image: url(assets/images/icon/envelope.png);
  background-repeat: no-repeat;
}

.icon_phone-call:before {
  background-image: url(assets/images/icon/phone-call.png);
  background-repeat: no-repeat;
}

.breadcrumb {
  list-style: none;
  text-align: center;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb li {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.breadcrumb .separator {
  margin: 0 5px;
}

.title-image {
  background: url(/wp-content/themes/gynecolog/assets/images/title-image_overlay.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 30px;
}

.title-image .page-title {
  text-align: center;
  color: #fff;
}

.page-title {
  font-family: 'OpenSansRegular';
  font-size: 65px;
  color: #46b79a;
}

.single article .thumbnail img {
  width: 100%;
  height: auto;
}

.single article .text {
  padding: 15px 15px 15px 15px;
  background-color: #eee;
}

.single article .text h1 {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: initial;
  margin: 20px 0;
}

.single article .text .text p {
  color: #626262;
}

article.inner .attachment-category {
  max-width: 100%;
  height: 260px;
  object-fit: cover;
}

/*===================== СТРАНИЦА КОНТАКТОВ =====================*/
.contacts-page {
  padding-bottom: 30px;
}

.contacts-page__form-block {
  padding-left: 25px;
}

.contacts-page__map-block {
  padding-right: 25px;
}

.contacts-page_right {
  text-align: right;
}

.contacts-page_right address {
  margin-top: 15px;
  font-style: normal;
}

.contacts-page__telephone {
  font-size: 18px;
}

.contacts-page__address__header {
  border-bottom: 1px solid #cccccc59;
}

.contacts-page__address__header h3 {
  margin-bottom: 0px;
}

.contacts-page__form-block .form__name, .contacts-page__form-block .form__email, .contacts-page__form-block .form__phone, .contacts-page__form-block .form__theme {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 5px 10px;
}

#wpcf7-f87-p57-o1 input[type='submit'] {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #01d4b4;
  padding: 10px 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all .01s ease-in-out;
  font-weight: 600;
  font-size: 15px;
  background-color: inherit;
  color: #01d4b4;
}

#wpcf7-f87-p57-o1 input[type='submit']:hover {
  background-color: #ccc;
  color: #fff;
  border-color: transparent;
}

/*****************Form******************/
.section-form input[type=tel], .section-form input[type=text], .section-form input[type=email], .section-form input[type=date], .section-form textarea {
  border: 0 !important;
  background: #fff !important;
  padding: 10px !important;
  margin: 0 0 15px 0 !important;
  width: 100%;
  color: #999999 !important;
  font-size: 15px;
  border-radius: 3px;
  max-height: 37px;
}

.section-form input[type=submit] {
  background: none !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  width: auto;
  color: #fff !important;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #fff !important;
  float: left !important;
  margin-top: 20px !important;
}

@media only screen and (min-width: 992px) {
  .main-nav li {
    display: inline-block;
  }
  .menu-trigger {
    display: none;
  }
  .second-slider__slider {
    width: 1120px;
  }
  .row .call-back.one {
    display: none;
  }
  .row .social.one {
    display: none;
  }
  .row .mail.one {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .blog .inner-blog .text {
    height: 350px;
  }
}

@media only screen and (max-width: 1600px) {
  header {
    padding: 10px 0;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #menu-main-menu,
  #menu-main-menu-ua {
    margin: 0;
    padding: 0;
  }
  /*.site-logo__name, .call-back, .mail .mail__list {
    font-size: 14px;
  }*/
  .site-logo__name {
    font-size: 13px;
  }
  .site-logo__specialty {
    font-size: 12px;
    margin: 0;
  }
  .site-title-container {
    transform: translate(-25%, -20%);
  }
  .main-nav li {
    margin: 0 5px;
  }
  .main-nav > li > a {
    font-size: 13px;
  }
  .advantages .inner span.num {
    margin: 6px 40px 20px 0;
  }
  .blog .inner {
    margin-bottom: 15px;
  }
  .blog .inner .item-title {
    font-size: 20px;
    line-height: 22px;
  }
  .blog .inner img {
    max-width: 100%;
    height: 260px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
  .site-title-container {
    width: auto;
    top: 25%;
  }
  .site-title-container .site-title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .site-title-container .site-description {
    margin-bottom: 10px;
  }
  .main-nav {
    padding: 0;
    text-align: center;
  }
  .dws-menu {
    display: none;
  }
  .dws-menu.active {
    display: inline;
  }
  .dotted-line {
    display: none;
  }
  .row .call-back.two {
    display: none;
  }
  .row .social.two {
    display: none;
  }
  .row .mail.two {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .site-title-container .site-description {
    font-size: 12px;
  }
}

@media only screen and (max-width: 556px) {
  .site-title-container .site-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .site-title-container .sub-title {
    font-size: 12px;
  }
  .site-title-container .sub-title h1 {
    font-size: 12px;
  }
  .site-title-container .site-description {
    display: none;
  }
  .site-title-container .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  .slick-slide img {
    margin: auto;
  }
  .section .title, .page-title, .page-title.title_name {
    font-size: 36px;
  }
  .content .image img {
    width: 100%;
  }
  .methods .inner .item-title {
    font-size: 28px;
  }
  .advantages .inner {
    padding: 15px 0;
  }
  .advantages .inner span.num {
    margin: 6px 15px 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .methods .inner .item-title {
    line-height: 36px;
    height: 72px;
  }
}

@media (max-width: 767px) {

  .main-slider__slider .slider-image {
    height: 300px;
    object-position: 63% 50%;;
  }

}

.fit-image {
	width: 100%;
	height: auto;
}

#menu-main-menu,
#menu-main-menu-ua {
  margin: 0;
}

.lang-switcher {
  position: relative;
  margin-top: 15px;
}

.lang-switcher__languages {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100px;
  margin: 0;
  padding: 8px 12px;
  list-style: none !important;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  z-index: 999;
}

.lang-switcher:hover .lang-switcher__languages {
  display: block;
}

.lang-switcher__current > i {
  margin-left: 5px;
}

.lang-switcher:hover .lang-switcher__current > i {
  transform: rotate(180deg);
}

.lang-switcher__link {
  padding: 4px 8px;
  cursor: pointer;
}

@media (max-width: 991px) {

  .lang-switcher__languages {
    bottom: 100%;
    top: unset;
  }

}