@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. News
7. Sidebar
8. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
  color: #696969;
}
div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #696969;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
a:hover {
  color: #20d34a !important;
}
::selection {
  color: #20d34a;
}
p::selection {
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}
.form-control {
  color: #db5246;
}
section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fill_height {
  height: 100%;
}
.super_container {
  width: 100%;
  overflow: hidden;
}
.prlx_parent {
  overflow: hidden;
}
.prlx {
  height: 130% !important;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.nopadding {
  padding: 0px !important;
}
.button {
  display: inline-block;
  height: 51px;
  background: #283290;
}
.button::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #20d34a;
  content: '';
  z-index: 0;
  -webkit-transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
  -moz-transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
  -ms-transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
  -o-transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
  transition: all 400ms cubic-bezier(0.33, 0.68, 0.59, 0.99);
}
.button a {
  display: block;
  position: relative;
  line-height: 51px;
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  padding-left: 39px;
  padding-right: 45px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 10;
}
.button:hover::after {
  height: 100%;
}
.button:hover a {
  color: #ffffff !important;
}
.section_title {
  padding-top: 17px;
}
.section_title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #232323;
}
.section_title::before {
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  width: 54px;
  height: 3px;
  background: #20d34a;
  content: '';
}
.section_title_light h2 {
  color: #ffffff;
}

/*********************************
3. Header
*********************************/

.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 100;
}
.header.scrolled {
  top: -48px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
  width: 100%;
  background: #283290;
}
.top_bar_content {
  width: 100%;
  height: 48px;
  padding-left: 214px;
}
.top_bar_item {
  margin-left: 33px;
}
.top_bar_item a {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.top_bar_item:first-child {
  margin-left: 37px;
}
.emergencies {
  height: 100%;
  background: #ff0030;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 38px;
  padding-right: 38px;
}

.emergencies a {
  color: #ffffff;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
  width: 100%;
  background: #ffffff;
}
.header_content {
  width: 100%;
  height: 103px;
}
.header.scrolled .header_content {
  height: 80px;
}
.main_nav ul li {
  display: inline-block;
}
.main_nav .main_nav-list .main_nav-item:not(:first-child) {
  margin-left: 32px;
}
.main_nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
}
.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger i {
  font-size: 24px;
  color: #272727;
}

/*********************************
3.3 Logo
*********************************/

.logo_container_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.logo_container {
  position: absolute;
  top: 0;
  left: 15px;
  width: 216px;
  height: 177px;
  background: #ffffff;
  box-shadow: 0px 31px 29px rgba(0, 0, 0, 0.09);
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header.scrolled .logo_container {
  top: 48px;
  height: 120px;
}
.logo_container a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.logo_content {
  width: 100%;
  height: 100%;
  padding-left: 36px;
  padding: 0 20px;
}
.logo_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #20d34a;
}
.logo {
  margin-top: 27px;
}
.logo span {
  color: #20d34a;
}
.logo_container a .logo:hover {
  color: #283290;
}
.logo_text {
  font-size: 30px;
  font-weight: 500;
  color: #283290;
  line-height: 0.75;
}
.logo_box {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #20d34a;
  color: #ffffff;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 1px;
}
.logo_sub {
  font-size: 14px;
  font-weight: 400;
  color: #8f8e8e;
  padding-left: 3px;
  margin-top: 2px;
  text-align: center;
}

/*********************************
4. Menu
*********************************/

.menu_container {
  position: fixed;
  top: 0;
  right: -50vw;
  width: 60vw;
  height: 100vh;
  background: #ffffff;
  z-index: 101;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  opacity: 0;
}
.menu_container.active {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.menu {
  position: absolute;
  top: 150px;
  left: 0;
  padding-left: 15%;
  padding-left: 10%;
}
.menu_inner {
  width: 100%;
  height: 100%;
}
.menu_list {
  -webkit-transform: translateY(1.5rem);
  -moz-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  -o-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 1000ms 400ms ease;
  -moz-transition: all 1000ms 400ms ease;
  -ms-transition: all 1000ms 400ms ease;
  -o-transition: all 1000ms 400ms ease;
  transition: all 1000ms 400ms ease;
  opacity: 0;
}
.menu_container.active .menu_list {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.menu_item {
  margin-bottom: 5px;
}
.menu_item a {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #272727;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_item a .fa-chevron-down {
  position: relative;
  top: -5px;
  font-size: 20px;
}

.menu_item a:hover {
  color: #ffb606;
}
.menu_close_container {
  position: absolute;
  top: 86px;
  right: 79px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_close {
  top: 9px;
  width: 21px;
  height: 3px;
  background: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_close::after {
  display: block;
  position: absolute;
  top: -9px;
  left: 9px;
  content: '';
  width: 3px;
  height: 21px;
  background: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
  background: #20d34a;
}
.menu_extra {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 15%;
  padding-bottom: 25px;
}
.menu_extra .menu_appointment a {
  font-size: 13px;
  color: #283290;
}
.menu_emergencies {
  font-size: 13px;
  color: #272727;
}
.menu_mm .dropdown ul,
.main_nav .dropdown ul {
  display: block;
  position: absolute;
  /* left: 28px; */
  /* right: 0px; */
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.main_nav .dropdown-services ul {
  left: -80%;
}
.main_nav .dropdown-doctors ul {
  left: -160%;
}

.menu_mm .dropdown ul li,
.main_nav .dropdown ul li {
  width: 200px;
  text-indent: -10px;
  margin-left: 10px;
}

.menu_mm .dropdown-about ul li,
.main_nav .dropdown-about ul li {
  width: 200px;
  text-indent: -10px;
  margin-left: 10px;
}

.menu_mm .dropdown-services ul li,
.main_nav .dropdown-services ul li {
  width: 290px;
  text-indent: -10px;
  margin-left: 10px;
}

.menu_mm .dropdown-doctors ul li,
.main_nav .dropdown-doctors ul li {
  width: 290px;
  text-indent: -10px;
  margin-left: 10px;
}

.menu_mm .dropdown ul a,
.main_nav .dropdown ul a {
  padding: 10px 10px;
  /* padding: 10px 0; */
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  word-break: break-all;
}

.menu_mm .dropdown:hover > ul,
.main_nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

@media (max-width: 576px) {
  .menu_item a .fa-chevron-down {
    position: relative;
    top: -5px;
    font-size: 10px;
  }
}

@media (max-width: 340px) {
  .menu {
    padding-left: 7%;
  }
}

@media (max-width: 330px) {
  .menu {
    padding-left: 4%;
  }
}

/*********************************
5. Home
*********************************/

.home {
  width: 100%;
  height: 473px;
}
.home_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_container {
  position: absolute;
  left: 0;
  bottom: 118px;
  width: 100%;
}
.home_title {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
}
.home_title span {
  color: #20d34a;
}
.breadcrumbs {
  margin-top: -2px;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}
.breadcrumbs ul li:not(:last-child)::after {
  display: inline-block;
  position: relative;
  content: '/';
  margin-left: 7px;
  margin-right: 2px;
}
.breadcrumbs ul li,
.breadcrumbs ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

/*********************************
6. News
*********************************/

.news {
  width: 100%;
  background: #ffffff;
  padding-top: 94px;
  padding-bottom: 91px;
  margin-top: 126px;
}
.news_post {
  width: 100%;
  background: #f5f7fa;
}
.news_post:not(:last-child) {
  margin-bottom: 43px;
}
.news_image {
  width: 100%;
}
.news_image img {
  max-width: 100%;
  width: 100%;
  /* max-height: 300px; */
  object-fit: cover;
}
.news_date {
  position: absolute;
  left: 22px;
  top: 21px;
  width: 69px;
  height: 69px;
  height: 40px;

  background: #20d34a;
}
.news_day {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.75;
}
.news_month {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.75;
  /* margin-top: 10px; */
}
.news_body {
  padding-top: 63px;
  padding-left: 53px;
  padding-bottom: 51px;
  padding-right: 54px;
}

.news_post-title-doctor {
  padding: 10px;
  font-size: 25px;
  margin-bottom: 20px;
}
.news_title {
  padding-top: 17px;
}
.news_title a {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  color: #232323;
  word-break: break-word;
  white-space: pre-line;
}
.news_title::before {
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  width: 54px;
  height: 3px;
  background: #20d34a;
  content: '';
}
.news_info {
  margin-top: 4px;
  padding-left: 3px;
  padding-left: 0px;
}
.news_info ul li {
  display: inline-block;
  position: relative;
}
.news_info ul li:not(:last-child)::after {
  display: inline-block;
  content: '|';
  margin-left: 5px;
  margin-right: 2px;
  font-size: 12px;
  font-weight: 400;
}
.news_info ul li span,
.news_info ul li a {
  font-size: 12px;
  font-weight: 400;
}
.news_comments a {
  color: #696969;
}
.news_author a,
.news_tags a {
  color: #20d34a;
}
.news_text {
  margin-top: 28px;
}

.news_text p {
  word-break: break-word;
  white-space: pre-line;
}
.news_link {
  margin-top: 26px;
}
.news_link a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #20d34a;
  line-height: 0.75;
}
.news_link a::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #20d34a;
  content: '';
}
.news_page_nav {
  margin-top: 90px;
}
.news_page_nav ul li {
  display: inline-block;
}
.news_page_nav ul li:not(:last-child) {
  margin-right: 8px;
}
.news_page_nav ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #232323;
  line-height: 0.75;
}
.news_page_nav ul li.active a {
  color: #20d34a;
}

@media (max-width: 1024px) {
  .news {
    margin-top: 116px;
  }
}

@media (max-width: 768px) {
  .news {
    margin-top: 70px;
  }
  .news_post-title-doctor {
    font-size: 18px;
  }
}

/*********************************
7. Sidebar
*********************************/

.sidebar {
  width: 100%;
  background: #ffffff;
}
.search_input {
  width: 100%;
  height: 56px;
  background: #f5f7fa;
  border: none;
  outline: none;
  padding-left: 25px;
}
.search_input::-webkit-input-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #696969 !important;
}
.search_input:-moz-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #696969 !important;
}
.search_input::-moz-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #696969 !important;
}
.search_input:-ms-input-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #696969 !important;
}
.search_input::input-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #696969 !important;
}
.search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: #20d34a;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.search_button:focus {
  outline: none;
}
.sidebar_categories {
  margin-top: 90px;
  margin-top: 0px;
}
.sidebar_section_title::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: calc(100% - 107px);
  height: 2px;
  background: #20d34a;
  content: '';
}
.sidebar_title {
  display: inline-block;
  width: 107px;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}
.sidebar_section ul {
  padding-left: 41px;
  margin-top: 30px;
}
.sidebar_section ul li:not(:last-child) {
  margin-bottom: 12px;
}
.sidebar_section ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}
.sidebar_archives {
  margin-top: 84px;
}
.box {
  width: 100%;
  height: 287px;
  background: #283290;
  padding-left: 42px;
  padding-top: 29px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #20d34a;
  content: '';
}
.box_title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 11px;
}
.working_hours {
  padding-top: 29px;
  padding-right: 60px;
  margin-top: 88px;
  margin-bottom: 30px;
}

.working_hours-documents {
  margin-top: 0;
}

.working_hours-news {
  margin-top: 0;
}
.working_hours_list {
  margin-top: 40px;
}
.working_hours_list ul li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.working_hours_list ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  white-space: pre-line;
}
.working_hours_list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.box_icon {
  width: 37px;
  height: 37px;
}
.box_icon img {
  max-width: 100%;
}
.box_text {
  font-size: 14px;
  line-height: 2.14;
  color: #ffffff;
  font-weight: 400;
  margin-top: 23px;
}

.box_phone {
  font-size: 30px;
  font-weight: 400;
  color: #20d34a;
  margin-top: 20px;
}
.box_phone:last-child {
  margin-top: 0;
}
.box_appointments {
  padding-right: 30px;
  margin-bottom: 30px;
}

.box_appointments .box_phone a {
  color: #20d34a;
}
.box_emergency {
  padding-right: 30px;
}
.box_emergency_text {
  font-size: 14px;
  line-height: 2.14;
  color: #ffffff;
  font-weight: 400;
  margin-top: 18px;
}

.box_emergency_social ul {
  margin-right: -5px;
  margin-top: 30px;
}
.box_emergency_social ul li {
  display: inline-block;
}
.box_emergency_social ul li:not(:last-child) {
  margin-right: 19px;
}
.box_emergency_social ul li a i {
  color: #20d34a;
  padding: 5px;
  font-size: 14px;
  font-size: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box_emergency_social ul li a i:hover {
  color: #ffffff;
}

.ad {
  width: 100%;
  height: 437px;
  margin-top: 95px;
}
.ad::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #20d34a;
  content: '';
}
.ad_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ad_content {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  margin-bottom: 58px;
}
.ad_text {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.46;
}
.ad_text span {
  color: #20d34a;
}
.ad_button {
  margin-top: 37px;
}

/*********************************
8. Footer
*********************************/

.footer {
  width: 100%;
}
.footer_container {
  width: 100%;
  background: #060b3a;
  padding-bottom: 77px;
}
.footer_logo_container {
  width: 100%;
  height: 157px;
  background: #ffffff;
}
.footer_logo_container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #20d34a;
  content: '';
}
.footer_logo_container a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_logo_container .logo_content {
  display: inline-block;
  padding-left: 0;
  width: auto;
  height: auto;
}
.footer_logo_container .logo {
  margin-top: 10px;
}
.footer_about_text {
  margin-top: 36px;
}
.footer_about_text p {
  color: #b2b2b2;
}
.footer_about_list {
  margin-top: 32px;
}
.footer_about_list a {
  color: #b2b2b2;
}
.footer_about_list li:not(:last-child) {
  margin-bottom: 9px;
}
.footer_about_icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #20d34a;
  text-align: center;
  vertical-align: middle;
}
.footer_about_icon img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer_about_list li span {
  font-size: 14px;
  font-weight: 500;
  color: #b2b2b2;
  padding-left: 10px;
}
.footer_column {
  padding-top: 138px;
}
.footer_title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.footer_links ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-top: 35px;
}
.footer_links ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer_links ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #b2b2b2;
}
.footer_news ul {
  margin-top: 35px;
}
.footer_news_title a {
  font-size: 15px;
  font-weight: 500;
  color: #b2b2b2;
}
.footer_news_date {
  font-size: 14px;
  font-weight: 500;
  color: #20d34a;
  margin-top: 7px;
}
.footer_news ul li:not(:last-child) {
  margin-bottom: 15px;
}
.copyright {
  width: 100%;
  background: #020523;
}
.copyright_content {
  width: 100%;
  height: 62px;
}
.cr {
  font-size: 14px;
  font-weight: 500;
  color: #97979c;
}
.footer_social ul {
  margin-right: -5px;
}
.footer_social ul li {
  display: inline-block;
}
.footer_social ul li:not(:last-child) {
  margin-right: 19px;
}
.footer_social ul li a i {
  color: #20d34a;
  padding: 5px;
  font-size: 14px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_social ul li a i:hover {
  color: #ffffff;
}

.accordions_tabs {
  width: 100%;
  background: #ffffff;
  padding-top: 95px;
}
.accordions_tabs_row {
  margin-top: 95px;
}
.accordion_container:not(:last-child) {
  margin-bottom: 10px;
}
.accordion {
  height: 60px;
  width: 100%;
  background: #f4f5fb;
  padding-left: 35px;
  cursor: pointer;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.accordion::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #20d34a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.accordion div {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.accordion.active,
.accordion:hover {
  background: #283290;
  color: #ffffff;
}
.accordion:active {
  background: #fffbfa !important;
}
.accordion::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  content: '+';
  font-size: 16px;
  color: #232323;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.accordion.active::after {
  color: #ffffff;
  content: '-';
}
.accordion:hover::after {
  color: #ffffff;
}
.accordion:hover {
}
.accordion_panel {
  /* padding-right: 8px; */
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion_panel > div {
  /* padding-bottom: 19px; */
}
.accordion_panel p {
  padding-top: 35px;
}

.accordion_panel-content {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.accordion_panel-content ul li {
  padding: 8px 0;
}
.accordion_panel-price {
  white-space: nowrap;
}
.tabs {
}
.tabs_container {
  width: 100%;
}
.tab {
  height: 60px;
  background: #f4f5fb;
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  padding-left: 42px;
  padding-right: 44px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tab:not(:last-child) {
  margin-right: 7px;
}
.tab::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #20d34a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tab.active,
.tab:hover {
  background: #283290;
  color: #ffffff;
}
.tab_panels {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 41px;
  padding-bottom: 32px;
}
.tab_panel {
  display: none !important;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_panel.active {
  display: block !important;
}
.tab_panel_content p:last-of-type {
  margin-bottom: 0;
}
.tab_text p {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.tab_text img {
  width: 190px;
  height: 177px;
  float: right;
  margin-left: 15px;
}
.js-list-licenses {
  width: 100%;
  /* display: flex; */
  /* gap: 10px 0; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  /* align-items: start; */
  column-count: 3;
}
.license__item {
  padding: 10px 0;
}
.license_img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
