@font-face {
  font-family: "Manrope";
  src: url("/css/fonts/Manrope-Regular.woff2") format("woff2"), url("/css/fonts/Manrope-Regular.woff") format("woff"), url("/css/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/css/fonts/Manrope-Light.woff2") format("woff2"), url("/css/fonts/Manrope-Light.woff") format("woff"), url("/css/fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/css/fonts/Manrope-Medium.woff2") format("woff2"), url("/css/fonts/Manrope-Medium.woff") format("woff"), url("/css/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/css/fonts/Manrope-SemiBold.woff2") format("woff2"), url("/css/fonts/Manrope-Semibold.woff") format("woff"), url("/css/fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/css/fonts/Manrope-Bold.woff2") format("woff2"), url("/css/fonts/Manrope-Bold.woff") format("woff"), url("/css/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/css/fonts/Manrope-ExtraBold.woff2") format("woff2"), url("/css/fonts/Manrope-ExtraBold.woff") format("woff"), url("/css/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  position: relative;
  background: transparent;
  border: none;
}
.btn span {
  transition: 0.2s;
}
.btn:before {
  transition: 0.2s;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

a {
  text-decoration: none !important;
  transition: 0.2s;
  color: inherit;
}

.btn {
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
}

input,
textarea {
  outline: none !important;
  width: 100%;
  border: none;
}

img {
  width: 100%;
  display: block;
}

.df {
  display: flex;
}

.cont {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

a {
  display: inline-block;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

path {
  transition: 0.2s;
}

svg {
  width: 100%;
  display: block;
}

input::-webkit-input-placeholder {
  color: #9F9FA2;
}

input::-moz-placeholder {
  color: #9F9FA2;
}

input:-ms-input-placeholder {
  color: #9F9FA2;
}

input:-moz-placeholder {
  color: #9F9FA2;
}

.btn_sl:after {
  display: none;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
  background: #ffffff;
}

html {
  overflow-x: hidden;
}

.header {
  position: relative;
  z-index: 91;
}

.header_topline_df {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}

.header_topline {
  position: relative;
  background: #eceff4;
}
.header_topline:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 470px;
  height: 37px;
  top: 100%;
  right: 0;
  background: url("/images/htb.png") no-repeat left center/100% auto;
}

.header_topline_info {
  display: flex;
  align-items: center;
}

.header_topline_info_city {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 25px;
}

.header_topline_info_address {
  padding-left: 18px;
  font-size: 13px;
  background: url("/images/header-adress.svg") no-repeat left center/7px auto;
  margin-right: 35px;
}

.header_topline_info_plans {
  padding-left: 20px;
  font-size: 12px;
  background: url("/images/header-time.svg") no-repeat left center/12px auto;
}

.header_topline_soc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_topline_soc .btn {
  padding: 0 20px;
  height: 16px;
  border-left: 1px solid #c7d1e0;
}
.header_topline_soc .btn:first-child {
  border-left: none;
}
.header_topline_soc .btn .ic {
  min-width: 17px;
  max-width: 17px;
  margin-right: 10px;
}
.header_topline_soc .btn .name {
  font-size: 12px;
}
.header_topline_soc .btn:hover .name {
  color: #243162;
}

.header_main {
  display: flex;
  align-items: center;
  padding: 5px 0 25px;
}

.header_logo {
  min-width: 160px;
  max-width: 160px;
  margin-right: 15px;
}

.header_slogan {
  margin-right: 25px;
}
.header_slogan .name {
  font-size: 12px;
  margin-bottom: 8px;
}
.header_slogan .val {
  font-weight: 500;
  font-size: 14px;
}

.header_search {
  display: flex;
  align-items: center;
  border: 1px solid #cfd3da;
  border-radius: 5px;
  padding: 10px 0;
  height: 46px;
  position: relative;
  padding-right: 44px;
  margin-right: auto;
}
.header_search .nice-select {
  height: 26px;
  border-right: 1px solid #d4dbeb;
  line-height: 24px;
  width: 185px;
  padding-right: 30px;
  padding-left: 20px;
}
.header_search .nice-select:after {
  right: 17px;
  border-bottom: 1px solid #2b2a29;
  border-right: 1px solid #2b2a29;
}
.header_search .nice-select .current {
  font-size: 14px;
  font-weight: 500;
}

.nice-select {
  border: none;
}

.header_search_input {
  min-width: 278px;
  max-width: 278px;
}
.header_search_input input {
  display: block;
  padding-left: 20px;
  height: 26px;
  font-size: 14px;
}

.header_search_button {
  position: absolute;
  right: -1px;
  top: -1px;
}
.header_search_button .btn {
  height: 46px;
  width: 46px;
  background: #002270;
  border-radius: 0 5px 5px 0;
}
.header_search_button .btn svg {
  width: 16px;
}
.header_search_button .btn:hover {
  background: #0b68aa;
}

.header_phone,
.header_cart {
  display: flex;
  align-items: center;
}
.header_phone *,
.header_cart * {
  transition: 0.2s;
}
.header_phone .ic,
.header_cart .ic {
  min-width: 40px;
  max-width: 40px;
  margin-right: 14px;
  position: relative;
}
.header_phone:hover .header_phone_title *,
.header_phone:hover .header_cart_title *,
.header_cart:hover .header_phone_title *,
.header_cart:hover .header_cart_title * {
  color: #002270;
}

.header_phone_title .name {
  font-size: 10px;
  color: #636771;
  margin-bottom: 5px;
}
.header_phone_title .val {
  font-size: 16px;
  font-weight: 600;
  color: #2b2a29;
}

.header_cart {
  margin-left: 20px;
}
.header_cart .numb {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 600;
  color: #ffffff;
  background: #002270;
  border-radius: 50%;
  line-height: 15px;
}

.header_cart_title .name {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header_cart_title .val {
  font-size: 16px;
  font-weight: 900;
}

.header_links_wrap {
  background: #002270;
}

.header_links {
  display: flex;
  align-items: center;
}

.header_catalog_button .btn {
  position: relative;
  background: linear-gradient(to right, #1ac7d8, #074e9e);
  height: 60px;
  padding: 0 30px;
}
.header_catalog_button .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.header_catalog_button .btn:hover::before {
  opacity: 1;
}
.header_catalog_button .btn:hover .arr {
  background: #ffffff;
}
.header_catalog_button .btn:hover .arr path {
  fill: #ea6f26 !important;
  transition: 0.2s;
}
.header_catalog_button .btn.active::before {
  opacity: 1;
}
.header_catalog_button .btn.active .ic svg {
  display: none;
}
.header_catalog_button .btn.active .ic svg.hover {
  display: block;
  opacity: 1;
  min-width: 14px;
  max-width: 14px;
}
.header_catalog_button .btn.active .arr {
  background: #ffffff;
  transition: 0.2s;
}
.header_catalog_button .btn.active .arr svg {
  transform: rotate(180deg);
}
.header_catalog_button .btn.active .arr svg path {
  fill: #ea6f26 !important;
  transition: 0.2s;
}
.header_catalog_button .btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(to right, #db0802, #eb6a03);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.header_catalog_button .btn .ic {
  min-width: 20px;
  max-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  position: relative;
  z-index: 2;
}
.header_catalog_button .btn .ic svg {
  transition: 0.2s;
}
.header_catalog_button .btn .ic .hover {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.header_catalog_button .btn .name {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 42px;
}
.header_catalog_button .btn .arr {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #002270;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.header_catalog_button .btn .arr svg {
  width: 8px;
  height: auto;
}

.header_nav_submenu > ul > li.active > a:before {
  transform: rotate(-180deg);
}

.header_nav_submenu {
  align-items: center;
  position: relative;
}
.header_nav_submenu .main_nav_submenu {
  position: relative;
}
.header_nav_submenu > ul {
  display: flex;
}
.header_nav_submenu > ul > li.main_nav_submenu.active > a {
  color: #6690b4;
}
.header_nav_submenu > ul > li.main_nav_submenu.active > a:before {
  transform: rotate(-180deg);
}
.header_nav_submenu > ul > li.main_nav_submenu > a {
  position: relative;
}
.header_nav_submenu > ul > li.main_nav_submenu > a:hover:before, .header_nav_submenu > ul > li.main_nav_submenu > a.active:before {
  transform: rotate(-180deg);
}
.header_nav_submenu > ul > li.main_nav_submenu > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 5px;
  width: 7px;
  height: 5px;
  background: url("/images/arrow-downwbl.svg") no-repeat center center/100% auto;
  transform: rotate(0deg);
  transition: 0.2s;
}
.header_nav_submenu > ul > li > a {
  display: inline-flex;
  height: 60px;
  padding: 0 22px;
  position: relative;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.header_nav_submenu > ul > li > a:hover {
  color: #6690b4;
}

.header_nav {
  padding-left: 10px;
  background: #002270;
  position: relative;
}
.header_nav .main_nav_submenu:first-child .main_nav_level1 {
  left: -10px;
  background: #ffffff;
}
.header_nav .main_nav_level1 {
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  margin-top: 0px;
  width: 250px;
  border: 1px solid #cfd3da;
  border-radius: 2px;
  overflow: hidden;
  background: #ffffff;
}
.header_nav .main_nav_level1 li:last-child {
  border-bottom: none;
}
.header_nav .main_nav_level1 a {
  display: flex;
  padding: 0 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  border-bottom: 1px solid #cfd3da;
  color: #002270;
  line-height: 1.4;
}
.header_nav .main_nav_level1 a:hover {
  background: #eceff4;
}
.header_nav:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.header_catalog .main_nav_submenu:first-child .main_nav_level1 {
  left: -10px;
}
.header_catalog .main_nav_level1 {
  display: none;
  position: absolute;
  left: 0px !important;
  top: 100%;
  margin-top: 0px;
  width: 100%;
  border: 1px solid #cfd3da;
  border-radius: 2px;
  background: #ffffff;
}
.header_catalog .main_nav_level1 li:last-child {
  border-bottom: none;
}
.header_catalog .main_nav_level1 > li {
  border-radius: 2px;
}
.header_catalog .main_nav_level1 > li > a {
  display: flex;
  padding: 0 30px;
  align-items: center;
  padding-right: 45px;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  border-bottom: 1px solid #cfd3da;
  color: #002270;
  text-transform: uppercase;
  position: relative;
}
.header_catalog .main_nav_level1 > li > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #002270;
  border-bottom: 4px solid transparent;
}
.header_catalog .main_nav_level1 > li > a:hover {
  background: #002270;
  color: #ffffff;
}
.header_catalog .main_nav_level1 > li > a:hover:before {
  border-left: 4px solid #ffffff;
}
.header_catalog .main_nav_level1 .main_nav_opener.active > a {
  background: #002270;
  color: #ffffff;
}
.header_catalog .main_nav_level2 {
  position: absolute;
  left: 100%;
  top: 0;
  border: 1px solid #cfd3da;
  width: 300px;
  display: none;
  border-radius: 3px;
  background: #ffffff;
}
.header_catalog .main_nav_level2 li:last-child > a {
  border-bottom: none;
}
.header_catalog .main_nav_level2 a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 6px 24px;
  font-weight: 500;
  color: #002270;
  line-height: 1.3;
  border-bottom: 1px solid #cfd3da;
  font-size: 14px;
}
.header_catalog .main_nav_level2 a:hover {
  color: #2b2a29;
  background: #eceff4;
}
.header_catalog .main_nav_opener {
  position: relative;
}

.main_nav_submenu {
  position: relative;
}

.header_nav {
  margin-right: auto;
}

.header_price .btn,
.header_bot_phone .btn {
  border-radius: 5px;
  height: 44px;
  font-size: 14px;
  width: 220px;
  position: relative;
}
.header_price .btn:before,
.header_bot_phone .btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.header_price .btn span,
.header_bot_phone .btn span {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.header_price .btn .ic,
.header_bot_phone .btn .ic {
  position: relative;
  z-index: 2;
}
.header_price .btn:hover::before,
.header_bot_phone .btn:hover::before {
  opacity: 0;
}
.header_price .btn:hover span,
.header_bot_phone .btn:hover span {
  color: #ffffff;
}
.header_price .btn:hover .ic path,
.header_bot_phone .btn:hover .ic path {
  fill: #ffffff !important;
}

.header_price .btn {
  background: linear-gradient(to right, #8bbb42, #00907a);
}

.header_bot_phone {
  margin-left: 5px;
}
.header_bot_phone .btn {
  background: linear-gradient(to right, #eb6b03, #db0802);
}
.header_bot_phone .btn .ic {
  transition: 0.2s;
  min-width: 15px;
  max-width: 15px;
  margin-right: 12px;
}

.footer_contacts {
  padding: 20px 0;
  background: #002270;
  position: relative;
}
.footer_contacts:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: 1px solid #0a2b76;
  height: 63px;
  top: 100%;
  left: 0;
  right: 0;
  background: url("/images/line.png") repeat-x left center/auto 100%;
}

.footer_contacts_box {
  display: flex;
  align-items: center;
}

.footer_contacts_city {
  min-width: 140px;
  max-width: 140px;
  justify-content: flex-start;
  cursor: default;
}
.footer_contacts_city .ic {
  min-width: 11px;
  max-width: 11px;
  margin-right: 14px;
}
.footer_contacts_city .text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding-top: 1px;
}

.footer_contacts_addr {
  min-width: 280px;
  max-width: 280px;
  margin-right: 15px;
}
.footer_contacts_addr .btn {
  display: flex;
  justify-content: flex-start;
  cursor: default;
}
.footer_contacts_addr .name {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
}
.footer_contacts_addr .name .ic {
  min-width: 7px;
  max-width: 7px;
  margin-left: 3px;
  margin-right: 18px;
}
.footer_contacts_addr .val {
  font-size: 12px;
  color: #bac6e2;
}
.footer_contacts_addr .val .ic {
  min-width: 12px;
  max-width: 12px;
  margin-right: 13px;
}

.footer_contacts_buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.footer_contacts_buttons .header_phone {
  margin-right: 20px;
}
.footer_contacts_buttons .header_phone .name {
  font-size: 11px;
  color: #bac6e2;
  margin-bottom: 7px;
}
.footer_contacts_buttons .header_phone .val {
  color: #ffffff;
}
.footer_contacts_buttons .header_phone:hover .val {
  color: #bac6e2;
}
.footer_contacts_buttons .header_phone .ic {
  min-width: 34px;
  max-width: 34px;
}
.footer_contacts_buttons .header_bot_phone {
  margin-left: 0;
}
.footer_contacts_buttons .header_bot_phone .btn {
  height: 48px;
  border-radius: 24px;
}
.footer_contacts_buttons .header_bot_phone .btn:before {
  border-radius: 24px;
}

.footer_contacts_email {
  margin-left: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.footer_contacts_email a {
  color: #ffffff;
}

.footer_contacts_email .name {
  margin-bottom: 6px;
  font-size: 11px;
  color: #bac6e2;
}
.footer_contacts_email .val {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.footer_contacts_socials {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.footer_contacts_socials .btn {
  margin-left: 8px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
}
.footer_contacts_socials .btn:hover {
  background: #ffffff !important;
}
.footer_contacts_socials .btn:hover path {
  fill: #002270 !important;
}
.footer_contacts_socials .btn_wa {
  background: #3bbd60;
}
.footer_contacts_socials .btn_wa svg {
  min-width: 22px;
  max-width: 22px;
}
.footer_contacts_socials .btn_tg {
  background: #0d74b0;
}
.footer_contacts_socials .btn_tg svg {
  min-width: 20px;
  max-width: 20px;
}
.footer_contacts_socials .btn_max {
  background: #5f1fc8;
}
.footer_contacts_socials .btn_max svg {
  min-width: 18px;
  max-width: 18px;
}

.footer_medium {
  padding: 80px 0 20px;
  border-bottom: 1px solid #d4dbeb;
}

.footer_medium_df {
  display: flex;
}

.footer_logo {
  min-width: 109px;
  max-width: 109px;
  margin-right: 30px;
}

.footer_medium_info {
  min-width: 280px;
  max-width: 280px;
  margin-right: 60px;
}
.footer_medium_info .slog {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer_medium_info .company {
  margin-bottom: 10px;
}
.footer_medium_info .company p {
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
}
.footer_medium_info .copy {
  margin-bottom: 10px;
}
.footer_medium_info .copy p {
  line-height: 1.4;
  font-size: 11px;
}

.footer_menu {
  display: flex;
}

.footer_menu_box {
  min-width: 180px;
  max-width: 180px;
  margin-right: 30px;
}
.footer_menu_box .name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer_menu_box .val li {
  margin-bottom: 10px;
}
.footer_menu_box .val a {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}
.footer_menu_box .val a:hover {
  color: #002270;
}

.footer_price {
  margin-left: auto;
}
.footer_price .btn {
  padding: 0 30px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(to right, #1ac7d8, #002270);
}
.footer_price .btn .ic {
  min-width: 24px;
  max-width: 24px;
  margin-right: 18px;
}
.footer_price .btn .val {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.footer_price .btn:hover {
  background: #002270;
}

.footer_bottom_df {
  display: flex;
  padding: 20px 0;
}

.footer_bottom_nav {
  display: flex;
}
.footer_bottom_nav a {
  font-size: 12px;
  margin-left: 30px;
  color: #2b2a29;
}
.footer_bottom_nav a:hover {
  color: #002270;
}

.footer_bottom_research {
  min-width: 200px;
  max-width: 200px;
  font-size: 11px;
  line-height: 1.4;
  margin-right: 55px;
}
.footer_bottom_research a {
  color: #002270;
}
.footer_bottom_research a:hover {
  color: #2b2a29;
}

.btn_blue {
  background: #002270;
}
.btn_blue span {
  color: #ffffff;
}
.btn_blue:hover {
  background: #0b68aa;
}
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}
.btn_white {
  background: #ffffff;
  border: 1px solid transparent;
}
.btn_white span {
  color: #002270;
}
.btn_white:hover {
  border: 1px solid #0b68aa;
}
.btn_white:hover span {
  color: #0b68aa;
}
.btn_white:hover path {
  fill: #0b68aa !important;
}
.catitem_tabs .about_contacts .j_tabs_contacts_end .footer_contacts_email .item_contacts_email {
  margin-left: 10px;
}
.footer_contacts_email--custom .val a {
  color: #002270;
}
.footer_contacts_email--custom .val a:hover {
  color: #1248c3;
}