@font-face {
  font-family: "poppins-regular";
  font-display: swap;
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-bold";
  font-display: swap;
  src: url("../fonts/Poppins-Bold/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold../Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?e4dkio");
  src: url("../fonts/icons/icomoon.eot?e4dkio#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?e4dkio") format("truetype"), url("../fonts/icons/icomoon.woff?e4dkio") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_info:before {
  content: "\e906";
}

.icon_favorite:before {
  content: "\e907";
}

.icon_globe:before {
  content: "\e908";
}

.icon_lang:before {
  content: "\e900";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "poppins-regular";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #00A7E0;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.loader img {
  display: block;
  object-fit: cover;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.loader img {
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}
.page_container {
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.inner_container {
  margin: 0 auto 80px;
  padding: 0 15px;
  max-width: 800px;
}

.standard_text {
  font-size: 160%;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
}

.inner_main {
  font-size: 140%;
  line-height: 21px;
  color: #666666;
  margin-top: 10px;
}

.main_image {
  margin-top: 20px;
}
.main_image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.validate_btn {
  max-width: 280px;
  width: 100%;
  margin-top: 20px;
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #00A7E0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}
.has-error .label_text {
  color: #b94a48 !important;
}

.field_block {
  position: relative;
  margin-bottom: 10px;
}
.field_block .label_text {
  font-size: 120%;
  line-height: 14px;
  color: #333333;
  padding-left: 15px;
  margin-bottom: 5px;
  display: block;
}
.field_block textarea {
  height: 80px;
}
.field_block input,
.field_block textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 12px 22px;
  color: #333333;
  font-size: 120%;
  line-height: 14px;
}
.field_block::placeholder {
  color: #999999;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.page_description {
  font-size: 120%;
  line-height: 18px;
}

.section_title {
  color: #333333;
  font-family: "poppins-bold";
}
@media screen and (min-width: 960px) {
  .section_title {
    font-size: 150%;
    line-height: 14px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .section_title {
    font-size: 150%;
    line-height: 14px;
  }
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 130%;
    line-height: 14px;
  }
}

.page_title {
  color: #333333;
  font-family: "poppins-bold";
}
@media screen and (min-width: 960px) {
  .page_title {
    font-size: 320%;
    line-height: 48px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page_title {
    font-size: 280%;
    line-height: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .page_title {
    font-size: 220%;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 200%;
    line-height: 23px;
  }
}

.sub_title {
  color: #333333;
  font-family: "poppins-bold";
}
@media screen and (min-width: 960px) {
  .sub_title {
    font-size: 240%;
    line-height: 36px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sub_title {
    font-size: 220%;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .sub_title {
    font-size: 200%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .sub_title {
    font-size: 180%;
    line-height: 23px;
  }
}

.paging {
  border-bottom: 1px solid #E5E5E5;
}
.paging ul {
  display: flex;
  justify-content: flex-end;
  color: #666666;
  font-size: 120%;
  line-height: 14px;
}
.paging li {
  margin: 0 8px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 0;
  background: transparent;
}
.paging li.inactive {
  display: none;
}
.paging a {
  display: inherit;
  color: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: inherit;
  height: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}
.paging a.current_page {
  background: #00A7E0;
  color: #ffffff;
  pointer-events: none;
}
.paging .prev_page,
.paging .next_page {
  border: none;
  font-size: 0.9rem;
}
.paging .prev_page:before,
.paging .next_page:before {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .paging ul {
    margin: 0 -5px;
  }
  .paging li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .paging ul {
    margin: 0 -3px;
    justify-content: center;
  }
  .paging li {
    margin: 0 3px;
    width: 34px;
    height: 34px;
  }
}

.contents_scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.showed .banner_inner {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.left_animation:not(.showed) .banner_inner {
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

.right_animation:not(.showed) .banner_inner {
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

.bottom_animation:not(.showed) .banner_inner {
  transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

.top_animation:not(.showed) .banner_inner {
  transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.fade_animation:not(.showed) .banner_inner {
  opacity: 0;
}

@keyframes showWithOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img_page img {
  width: 100%;
  margin: 10px 0;
}

@keyframes moving {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
  }
  50% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  75% {
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
  }
  100% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes movingRv {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
  }
  50% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  75% {
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.footer_menu ul, .header .lg_list, .header .submenu_list, .header .menu_list, .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

[class*=icon_]:before, .header .menu_list .submenu_btn:after, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .menu_btn:before, .header .menu_btn:after,
.header .menu_btn span, .loader img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.header {
  position: relative;
  z-index: 100;
}
.header .page_container {
  display: flex;
  align-items: center;
  padding: 30px 15px 0;
}
.header .menu_list {
  font-family: "poppins-bold";
}
.header .menu_list a {
  display: inline-block;
  vertical-align: top;
  color: #666666;
}
.header .menu_list > li {
  position: relative;
}
.header .menu_list > li.opened .submenu_btn {
  color: #00A7E0;
}
.header .menu_list > li.active a {
  color: #00A7E0;
}
.header .submenu_list {
  display: none;
}
.header .lg_btn {
  border: none;
  background: transparent;
  width: 50px;
  padding: 8px 10px 8px;
}
.header .lg_btn:before {
  color: #00A7E0;
}
.header .lg_list {
  display: none;
  text-align: center;
}
.header .lg_list a {
  display: block;
  color: inherit;
}
.header .lg_list a.current_lg {
  color: #00A7E0;
}
.header .main_logo {
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.header .main_logo img {
  display: block;
  height: auto;
}
.header .main_logo a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .header .menu_list > li {
    padding: 0 20px 6px;
  }
  .header .submenu_list {
    left: 15px;
  }
  .header .submenu_list li {
    padding: 0 20px;
  }
  .header .lg_block {
    margin-left: 10px;
  }
  .header .lg_btn {
    font-size: 160%;
  }
  .header .lg_list {
    font-size: 120%;
  }
  .header .lg_list li {
    padding: 0 15px 7px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 117px;
  }
  .header .menu_btn {
    display: none;
  }
  .header .menu_block {
    flex: 1;
    width: 50%;
  }
  .header .menu_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .menu_list {
    display: flex;
    line-height: 18px;
    font-size: 120%;
  }
  .header .submenu_list {
    position: absolute;
    top: 100%;
    min-width: 180px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
  }
  .header .submenu_list:before, .header .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
  }
  .header .submenu_list li:not(:first-child) {
    margin-top: 15px;
  }
  .header .lg_block {
    position: relative;
    height: 37px;
  }
  .header .lg_inner {
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
  }
  .header .lg_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
  }
  .header .lg_btn:before {
    display: block;
  }
  .header .lg_btn:after {
    display: block;
    content: "";
    width: 6px;
    height: 4px;
    border-style: solid;
    border-width: 4px 3px 0;
    border-color: #999999 transparent;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header {
    height: 77px;
  }
  .header .menu_list > li {
    padding: 0 10px 6px;
  }
  .header .submenu_list {
    left: 10px;
  }
  .header .submenu_list li {
    padding: 0 15px;
  }
  .header .lg_block {
    margin-left: 10px;
  }
  .header .lg_btn {
    font-size: 140%;
  }
  .header .lg_list {
    font-size: 110%;
    line-height: 14px;
  }
  .header .lg_list li {
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .header .page_container {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 959px) {
  .header {
    height: 56px;
  }
  .header .page_container {
    padding: 5px 15px;
    background: #ffffff;
  }
  .header .main_logo {
    z-index: 81;
  }
  .header .main_logo img {
    width: 80px;
  }
  .header .menu_btn {
    margin: 19px 0 19px 20px;
    border: none;
    background: transparent;
    padding: 7px 0;
    color: #666666;
    width: 23px;
    height: 18px;
    position: relative;
    overflow: hidden;
    z-index: 100;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    border-top: 2px solid;
    -o-transition: all 0.5s, color 0s;
    -ms-transition: all 0.5s, color 0s;
    -moz-transition: all 0.5s, color 0s;
    -webkit-transition: all 0.5s, color 0s;
    transition: all 0.5s, color 0s;
  }
  .header .menu_btn:before {
    top: 2px;
    width: 20px;
    transform-origin: right top;
    -webkit-transfrom-origin: right top;
  }
  .header .menu_btn:after {
    bottom: 2px;
    width: 9px;
    transform-origin: right bottom;
    -webkit-transfrom-origin: right bottom;
  }
  .header .menu_block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 80;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 65px;
  }
  .header .menu_inner {
    flex: 1;
    height: 50%;
    min-height: 50vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: #ffffff;
  }
  .header .menu_list {
    font-size: 120%;
    line-height: 18px;
    border-top: 1px solid #E5E5E5;
  }
  .header .menu_list > li {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 15px 6px;
  }
  .header .menu_list > li > a {
    display: block;
    padding: 10px 0;
  }
  .header .menu_list > li > a.submenu_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .menu_list > li > a.submenu_btn:after {
    display: block;
    content: "\e901";
    color: #333333;
    margin-left: 20px;
  }
  .header .menu_list > li.opened .submenu_btn:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .header .submenu_list {
    color: #666666;
  }
  .header .submenu_list li {
    padding: 0 20px 12px 40px;
  }
  .header .lg_inner {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
  }
  .header .lg_list {
    display: flex !important;
  }
  .header .lg_list li {
    margin-left: 15px;
  }
  .header .lg_list li:first-child {
    margin: 0;
  }
  .header .lg_list a {
    font-size: 0;
    line-height: 0;
  }
  .header .lg_list a:before {
    display: block;
    content: attr(data-fullname);
    font-size: 1.3rem;
    line-height: 12px;
  }
  .header .lg_btn {
    font-size: 160%;
    padding: 0;
    pointer-events: none;
    color: #999999;
  }
  .header .lg_btn:before {
    display: block;
  }
}
@media screen and (max-width: 399px) {
  .header .menu_btn {
    margin-left: 7px;
  }
}
@media screen and (max-width: 359px) {
  .header .menu_btn {
    margin-left: 7px;
  }
}

@media screen and (max-width: 959px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    top: -1px;
    width: 25px;
    right: 2px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .menu_btn:after {
    bottom: -1px;
    width: 25px;
    right: 2px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_block {
    height: 100%;
    background: #ffffff;
  }
}
.footer {
  opacity: 0;
  background: #333333;
  min-height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.footer_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.developer,
.copyrights {
  font-size: 120%;
  line-height: 18px;
  color: #ffffff;
}
.developer a,
.copyrights a {
  font-size: 120%;
  line-height: 18px;
  color: #00A7E0;
}

.footer_menu {
  flex: 1;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.footer_menu ul {
  display: flex;
  font-size: 120%;
  line-height: 18px;
  font-family: "poppins-bold";
}
.footer_menu ul li a {
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .footer_menu ul li {
    padding: 0 20px;
  }
  .footer_menu ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .footer_menu ul li {
    padding: 0 10px;
  }
  .footer_menu ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .footer_block {
    flex-direction: column;
  }
  .footer_menu {
    width: 100%;
    justify-content: center;
    padding: 15px 0;
  }
  .footer_menu ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer_menu ul {
    flex-direction: column;
    align-items: center;
  }
  .footer_menu ul li {
    padding: 5px 0;
  }
}
.web .header .lg_btn, .header .web .lg_btn, .web .header .main_logo a, .header .main_logo .web a, .web .developer a, .developer .web a,
.web .copyrights a,
.copyrights .web a, .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .header .menu_list a, .header .menu_list .web a, .web .header .lg_list a, .header .lg_list .web a, .web .footer_menu ul li a, .footer_menu ul li .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .validate_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .paging a, .paging .web a, .error_hint {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .header .lg_btn, .header .touch .lg_btn, .touch .header .main_logo a, .header .main_logo .touch a, .touch .developer a, .developer .touch a,
.touch .copyrights a,
.copyrights .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .header .menu_list a, .header .menu_list .touch a, .touch .header .lg_list a, .header .lg_list .touch a, .touch .footer_menu ul li a, .footer_menu ul li .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .validate_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .paging a, .paging .touch a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .header .menu_list a:hover, .header .menu_list .web a:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .footer_menu ul li a:hover, .footer_menu ul li .web a:hover {
  color: #00A7E0;
}
.web .validate_btn:hover {
  background: rgba(0, 167, 224, 0.7);
}
.web .paging a:hover, .paging .web a:hover {
  background: #f2f2f2;
  color: #666666;
  border-color: transparent;
}
.web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .developer a:hover, .developer .web a:hover,
.web .copyrights a:hover,
.copyrights .web a:hover {
  opacity: 0.7;
}
.touch .header .menu_list a:active, .header .menu_list .touch a:active, .touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .footer_menu ul li a:active, .footer_menu ul li .touch a:active {
  color: #00A7E0;
}
.touch .validate_btn:active {
  background: rgba(0, 167, 224, 0.7);
}
.touch .paging a:active, .paging .touch a:active {
  background: #f2f2f2;
  color: #666666;
  border-color: transparent;
}
.touch .header .lg_btn:active, .header .touch .lg_btn:active, .touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .developer a:active, .developer .touch a:active,
.touch .copyrights a:active,
.copyrights .touch a:active {
  opacity: 0.7;
}

/*# sourceMappingURL=main.css.map */
