footer {
  background-color: #292f2a;
  padding: 50px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
header .container {
  max-width: 1440px;
}
footer .kindergarten_block {
  max-width: 195px;
  width: 100%;
}
footer .kindergarten_block p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .kindergarten_block a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: block;
  margin-top: 42px;
  transition: all 0.4s ease-in;
}
.politics_link:hover {
  color: #58cf74;
}
.politics_link:active {
  color: #009122;
}
footer .navigation_block_footer {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  width: 100%;
}
footer .navigation_block_footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: block;
  transition: all 0.4s ease-in;
}
footer .navigation_block_footer a:hover {
  color: #58cf74;
  cursor: pointer;
}
footer .navigation_block_footer a:active {
  color: #009122;
}
footer .navigation_block_footer ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
footer .address strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 30px;
  display: inline-block;
}
footer .address .addess_info a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: all 0.4s ease-in;
}
footer .address .addess_info a:hover {
  color: #58cf74;
}
footer .address .addess_info a:active {
  color: #009122;
}
footer .address .addess_info a:not(:last-of-type) {
  margin-bottom: 10px;
}
footer .address .addess_info a svg {
  margin-right: 5px;
}
footer .address .working_time {
  margin-top: 48px;
}
footer .address .working_time div {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .address .working_time div:not(:last-of-type) {
  margin-bottom: 15px;
}
footer .address .working_time div svg {
  margin-right: 5px;
}
footer .address .licence {
  margin-top: 52px;
  display: flex;
}
footer .address .licence .info_licence {
  margin-right: 20px;
  max-width: 155px;
  width: 100%;
}
footer .address .licence .info_licence p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .subscribe_footer strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 22px;
  text-align: center;
  display: inline-block;
}
footer .subscribe_footer {
  max-width: 303px;
  width: 100%;
}
footer .subscribe_footer .social_links {
  display: flex;
  justify-content: center;
}
footer .subscribe_footer .social_links a {
  display: block;
}
footer .subscribe_footer .social_links a:not(:last-of-type) {
  margin-right: 10px;
}
footer .subscribe_footer .social_links a svg rect {
  transition: all 0.4s ease-in;
}
footer .subscribe_footer .social_links a:hover svg rect {
  fill: #009122;
}
a.call_back_main_button {
  position: fixed;
  bottom: 30px;
  left: 30px;
}
a.call_back_main_button svg circle:nth-child(2) {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: changeRadiusTwo 6s infinite linear;
}
a.call_back_main_button svg circle:nth-child(1) {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: changeRadius 6s infinite ease;
}
@keyframes changeRadiusTwo {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes changeRadius {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@media screen and (max-width: 996px) {
  footer .container > div:not(:last-of-type) {
    margin-right: 15px;
  }
}
footer ul {
  list-style: none;
}
.drop_menu_block {
  margin: 10px 0;
  display: none;
}
@media screen and (max-width: 1000px) {
  footer .navigation_block_footer {
    max-width: 195px;
  }
  footer .address strong,
  footer .subscribe_footer strong {
    font-size: 22px;
  }
  footer .social_links a svg {
    width: 40px;
  }
  footer .subscribe_footer {
    max-width: 270px;
  }
}
@media screen and (max-width: 876px) {
  footer .container > div:not(:last-of-type) {
    margin-right: 0;
  }
  footer .container {
    flex-direction: column;
  }
  footer .kindergarten_block p,
  footer .kindergarten_block a {
    margin-top: 20px;
  }
  footer .navigation_block_footer,
  .contacts_block_footer {
    margin-top: 20px;
  }
  footer .subscribe_footer {
    margin-top: 20px;
  }
}
header .container {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
header .nav ul li {
  display: flex;
  align-items: center;
}
header .nav ul li svg {
  margin-left: 5px;
}
header .nav {
  max-width: 770px;
  width: 100%;
}
header .nav li {
  transition: all 0.4s ease-in;
}
header .nav a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #181c25;
  transition: all 0.4s ease-in;
}
header .nav li:hover {
  cursor: pointer;
}
header .nav li:hover > a {
  color: #58cf74;
}
header .nav li:active > a {
  color: #009122;
}
header .change_lang_block {
  display: flex;
  align-items: center;
}
header .change_lang_block .change_lang {
  list-style: none;
  margin-right: 30px;
}
header .change_lang_block .change_lang .lang_change {
  display: flex;
  align-items: center;
  position: relative;
}
header .change_lang_block .change_lang .lang_change:hover {
  cursor: pointer;
}
header .change_lang_block .change_lang .lang_change img {
  margin-right: 5px;
}
header .change_lang_block .change_lang .lang_change a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-right: 5px;
  transition: all 0.4s ease-in;
}
header .change_lang_block .change_lang .lang_change:hover > a {
  color: #58cf74;
  cursor: pointer;
}
header .change_lang_block .change_lang .lang_change:hover {
  cursor: pointer;
}
header .change_lang_block .change_lang .lang_change .lang_dropdown_list {
  position: absolute;
  z-index: 100;
  top: 27px;
  left: -25%;
  background: #fff;
  padding: 20px 23px;
  display: none;
}
header .change_lang_block .change_lang .lang_change .lang_dropdown_list {
  list-style: none;
}
.lang_change .lang_dropdown_list li {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in;
}
.lang_change .lang_dropdown_list li:hover {
  cursor: pointer;
}
.lang_change .lang_dropdown_list li a {
  transition: all 0.4s ease-in;
}
.lang_change .lang_dropdown_list li:hover a {
  color: #58cf74;
}
.lang_change .lang_dropdown_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.lang_change .lang_dropdown_list li object {
  margin-right: 5px;
}
header .change_lang_block .call {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  background: #58cf74;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  padding: 12px 70px;
  border: 1px solid #58cf74;
  transition: all 0.4s ease-in;
}
header .change_lang_block .call:hover {
  background: #009122;
  border: 1px solid #009122;
}
header .change_lang_block .call:active {
  background: transparent;
  color: #58cf74;
}
header .nav .dropdown_menu {
  position: relative;
}
header .nav .dropdown_menu .header_dropdown {
  display: none;
  position: absolute;
  top: 17px;
  left: -23px;
  width: 239px;
  background: #fff;
  z-index: 100;
}
header .nav .dropdown_menu .header_dropdown ul {
  display: block;
  padding: 25px 0 25px 25px;
}
header .nav .dropdown_menu .header_dropdown ul li:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 1460px) {
  header .container {
    padding: 35px 20px;
  }
  header .change_lang_block .change_lang {
    margin-left: 20px;
  }
  header .logo {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  header .change_lang_block .call {
    padding: 12px 35px;
  }
  header .change_lang_block .change_lang {
    margin-right: 15px;
  }
}
header .mob_menu_btn {
  cursor: pointer;
  display: none;
}
header .mob_menu_btn span {
  display: block;
  width: 31px;
  height: 3px;
  background: #58cf74;
  border-radius: 19px;
}
header .mob_menu_btn span:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1150px) {
  header .nav {
    display: none;
  }
  header .mob_menu_btn {
    display: block;
  }
  header .container {
    padding: 20px;
  }
  header .change_lang_block .call {
    display: none;
  }
  header .change_lang_block {
    margin-left: auto;
    margin-right: 30px;
  }
}
header .mob_menu_wrap .mob_menu {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: -1200px;
  z-index: 999;
  -webkit-transition: right ease 0.4s;
  transition: right ease 0.4s;
  padding: 60px 0 20px 0;
  box-sizing: border-box;
  text-align: right;
  overflow-y: auto;
}
header .mob_menu_wrap .mob_menu .close_mob_menu {
  font-size: 45px;
  line-height: 32px;
  position: absolute;
  top: 26px;
  right: 13px;
  cursor: pointer;
  color: #fff;
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list {
  margin: 0;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 20px;
  padding-bottom: 20px;
  list-style: none;
}
header .mob_menu_wrap .mob_menu .mob_menu_popup_btn {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #d7b56d;
  border-top: 1px solid #d7b56d;
}
header .mob_menu_wrap .mob_menu.active__menu {
  right: 0;
  -webkit-transition: right ease 0.4s;
  transition: right ease 0.4s;
  -webkit-box-shadow: -6px 10px 43px rgb(0 0 0 / 10%);
  box-shadow: -6px 10px 43px rgb(0 0 0 / 10%);
  z-index: 9999;
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list a {
  color: #fff;
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list li .mob_drop_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 320px;
  margin-left: 10px;
  margin-top: 15px;
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease;
  margin-right: 5px;
  transition: color 0.4s ease;
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list li svg.active_svg {
  transform: rotate(180deg);
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list li svg {
  transition: transform 0.4s ease;
  position: relative;
  top: -2px;
}
header .mob_menu_wrap .mob_menu ul.mob__menu_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .logo img {
    width: 120px;
  }
  header .change_lang_block {
    margin-right: 0;
  }
}
.mob_menu .call {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  background: #58cf74;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  padding: 12px 35px;
  border: 1px solid #58cf74;
  transition: all 0.4s ease-in;
  text-align: center;
  margin-left: 20px;
}
.mob_menu .call:hover {
  background: #009122;
  border: 1px solid #009122;
}
.mob_menu .call:active {
  background: transparent;
  color: #58cf74;
}
#ex10.ex_modal .modal-close span {
  background: white;
}
