@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans", sans-serif;
  background: #011829;
}

a {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #14B4EF;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

a:active {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
		  box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
		  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  margin-bottom: 45px;
}
h1, .h1{
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
}
h2, .h2{
	font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}
h3, .h3{
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
}
h4, .h4{
	font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
h5, .h5{
	font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
h6, .h6{
	/* font-weight: 500;
	font-size: 22px;
	line-height: 27px; */
}
table{
  color: #FFFFFF;
}
.d-table {
  width: 100%;
  height: 100%;
}
.flex{
  display: flex;
  align-items: center;
}
.d-table-cell {
  vertical-align: middle;
}
span{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
p {
 font-family: 'Noto Sans';
 font-style: normal;
 font-weight: 400;
 font-size: 17px;
 line-height: 24px;
 color: #FFFFFF;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mb_0{
  margin-bottom: 0px !important;
}
.mb_5{
  margin-bottom: 5px !important;
}
.mb_10{
	margin-bottom: 10px !important;
}
.mb_15{
  margin-bottom: 15px !important;
}
.mb_20{
	margin-bottom: 20px !important;
}
.mb_25{
  margin-bottom: 25px !important;
}
.mb_30{
	margin-bottom: 30px !important;
}
.mb_40{
	margin-bottom: 40px !important;
}
.mb_50{
	margin-bottom: 50px !important;
}
.mb_60{
	margin-bottom: 60px !important;
}
.mt_0{
  margin-top: 0px !important;
}
.mt_10{
	margin-top: 10px !important;
}
.mt_20{
	margin-top: 20px !important;
}
.mt_25{
  margin-top: 25px !important;
}
.mt_30{
	margin-top: 30px !important;
}
.mt_40{
	margin-top: 40px !important;
}
.mt_50{
	margin-top: 50px !important;
}
.mt_60{
	margin-top: 60px !important;
}
.mt_80{
  margin-top: 80px !important;
}
.mt_100{
  margin-top: 100px !important;
}
.pt_0{
  padding-top: 0px !important;
}
.pt_10{
  padding-top: 10px !important;
}
.pt_20{
  padding-top: 20px !important;
}
.pt_30{
  padding-top: 30px !important;
}
.pt_40{
  padding-top: 40px !important;
}
.pb_0{
  padding-bottom: 0px !important;
}
.pb_10{
  padding-bottom: 10px !important;
}
.pb_20{
  padding-bottom: 20px !important;
}
.pb_30{
  padding-bottom: 30px !important;
}
.pb_40{
  padding-bottom: 40px !important;
}
.section{
	padding: 80px 0;
}
.center{
  text-align: center;
}
/* .dark_body{
  background-color: #011829;
  color: #ffffff;
}
.light_body{
  background-color: #ffffff;
  color: #011829;
} */
.section_bottom{
  margin-top: 45px;
  text-align: center;
  align-items: center;
}

/* buttons */
a.btnb, .btnb{
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
}
a.btnb:disabled, .btnb:disabled {
  color: #7D7D7D;
  background: #81B4C7;
}
a.btnb:disabled:hover, .btnb:disabled:hover {
  color: #7D7D7D;
  background: #81B4C7;
}
a.btn_solid, .btn_solid{
  background: #14B4EF;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}
a.btn_solid:hover, .btn_solid:hover{
  background: #0461A6;
  border: none;
}
a.btn_solid:active, .btn_solid:active{
  background: #0461A6;
  color: #14B4EF;
  border: none;
}
a.btn_solid2{
  background: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #0461A6;
  border: none;
}
a.btn_solid2:hover{
  background: #14B4EF;
  color: #FFFFFF;
  border: none;
}
a.btn_solid2:active{
  background: #14B4EF;
  color: #FFFFFF;
  border: none;
}
a.btn_outline{
  border: 1px solid #14B4EF;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
a.btn_outline:hover{
  background: #0461A6;
  border: 1px solid #0461A6;
}
a.btn_outline:active{
  background: #0461A6;
  border: 1px solid #0461A6;
  color: #14B4EF;
}
.navigation a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.navigation li.mobile_show{
  display: none !important;
}
.navigation a:hover {
  text-decoration-line: underline;
  color: #14B4EF;
}
.navigation a:active {
  text-decoration-line: none;
}

/* Navigation */
.header_navigation{
  padding: 10px 0;
  font-family: 'Noto Sans';
  position: fixed;
  background: #011829;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 10;
}
.header_navigation .row:has(.pull-right){
  align-items: center;
}
.header_navigation .navigation .current-menu-item a{
  color: #14B4EF;
}
.header_navigation .navigation{
  /* margin-top: 25px; */
}
.header_navigation .navigation ul{
  list-style: none;
  display: inline-flex;
  position: relative;
}
.header_navigation .navigation li{
  margin: 0 15px;
  display: inline-flex;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.header_navigation .navigation li.hamburger{
  margin-top: 5px;
  cursor: pointer;
}
.navigation .hamburger i.fa-bars{
  color: #FFFFFF;
}
.header_navigation .navigation .hamburger_menu{
  display: none;
  position: absolute;
  background: #011829;
  border: 1px solid #14B4EF;
  border-radius: 10px;
  width: 400px;
  margin-top: 10px;
  z-index: 99999;
}
.header_navigation .navigation .hamburger_menu_show{
  display: block;
}

.header_navigation .navigation .hamburger_menu .wrapper{
  padding: 30px;
  display: inline-flex;
}
.header_navigation .navigation .hamburger_menu ul{
  display: grid;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  color: #14B4EF;
}
.header_navigation .navigation .hamburger_menu ul li:nth-child(1n){
  margin-bottom: 18px;
}
.header_navigation .navigation .hamburger_menu ul li:last-child{
  margin-bottom: 18px;
}
.hamburger_menu .hamburger_menu_text span{
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.hamburger_menu .hamburger_menu_text p{
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.header_navigation .phone_block{
  display: inline-flex;
}
.header_navigation .phone_block a{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header_navigation .phone_block a:first-child{
  margin-right: 10px;
}
.header_navigation .phone_block a:last-child{
  margin-right: 0;
}
.header_navigation .phone_block i{
  margin-right: 5px;
  width: 15px;
}
.zone_of_switcher{
  //margin-top: 25px;
}

/* breadcrumbs */
.breadcrumbs{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  padding-top: 100px;
}
.breadcrumbs ul{
  display: inline-flex;
}
.breadcrumbs ul li{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin-right: 10px;
}
.breadcrumbs ul li a{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #14B4EF;
}

/* footer */
footer .footer{
  border-top: 1px solid rgba(20, 180, 239, 0.3);
  padding: 60px 0;
}
footer .footer img.footer_logo{
  margin-bottom: 60px;
}
footer .footer span{
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #7D7D7D;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
footer .footer li a{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 20px;
}
footer .footer li{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .footer li .adress p{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0;
}
footer .footer li .adress a{
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #14B4EF;
  display: flex;
  align-items: center;
}
footer .footer li .adress a i{
  margin-right: 5px;
  vertical-align: middle;
}
i.mobile{
  content: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.70711 1.31809C8.51957 1.1269 8.26522 1.01949 8 1.01949H2C1.73478 1.01949 1.48043 1.1269 1.29289 1.31809C1.10536 1.50928 1 1.76859 1 2.03898V14.2729C1 14.5432 1.10536 14.8026 1.29289 14.9938C1.48043 15.1849 1.73478 15.2924 2 15.2924H8C8.26522 15.2924 8.51957 15.1849 8.70711 14.9938C8.89464 14.8026 9 14.5432 9 14.2729V2.03898C9 1.76859 8.89464 1.50928 8.70711 1.31809ZM0.585786 0.597204C0.960859 0.214821 1.46957 0 2 0H8C8.53043 0 9.03914 0.214821 9.41421 0.597204C9.78929 0.979587 10 1.49821 10 2.03898V14.2729C10 14.8136 9.78929 15.3323 9.41421 15.7146C9.03914 16.097 8.53043 16.3118 8 16.3118H2C1.46957 16.3118 0.960859 16.097 0.585786 15.7146C0.210714 15.3323 0 14.8136 0 14.2729V2.03898C0 1.49821 0.210714 0.979587 0.585786 0.597204ZM5.70711 13.9743C5.51957 14.1655 5.26522 14.2729 5 14.2729C4.73478 14.2729 4.48043 14.1655 4.29289 13.9743C4.10536 13.7831 4 13.5238 4 13.2534C4 12.983 4.10536 12.7237 4.29289 12.5325C4.48043 12.3413 4.73478 12.2339 5 12.2339C5.26522 12.2339 5.51957 12.3413 5.70711 12.5325C5.89464 12.7237 6 12.983 6 13.2534C6 13.5238 5.89464 13.7831 5.70711 13.9743Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
footer .footer ul li.current-menu-item a{
  color: #14B4EF;
}
footer .footer ul.technical li{
  margin-bottom: 10px;
}
footer .footer ul.technical li:last-child{
  margin-bottom: 0;
}
footer .footer ul.technical li a{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
}
footer .footer .social{
  margin-bottom: 10px;
}

/* 1.01 home banner */
main #home_banner {
  padding-top: 100px;
  /* background: radial-gradient(44.34% 44.34% at 50% 50%, #011829 0%, rgba(4, 61, 103, 0) 100%); */
  background: radial-gradient(44.34% 44.34% at 50% 50%, #003054 0%, rgba(0, 89, 154, 0) 100%);
}
main #home_banner h1{
  margin-bottom: 15px;
}
main #home_banner p{
  margin-bottom: 30px;
}

/* 1.02 home banner nav */
main #banner_nav h2{
  margin-bottom: 15px;
}
main #banner_nav a{
  text-decoration: none;
}
main #banner_nav .home_banner_nav_card{
  border: 1px solid #14B4EF;
  border-radius: 10px;
}
main #banner_nav .home_banner_nav_card .wrapper{
  padding: 40px;
}
main #banner_nav .home_banner_nav_card .top_part{
  display: inline-flex;
}
main #banner_nav .home_banner_nav_card .top_part h4{
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
main #banner_nav .home_banner_nav_card .bottom_part p{
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
main #banner_nav .home_banner_nav_card:hover{
  background: rgba(20, 180, 239, 0.5);
  border: 1px solid rgba(20, 180, 239, 0.5);
  border-radius: 10px;
}

/* 1.03 home catalog */
main #catalog .section_heading{
  display: inline-flex;
}
main #catalog .section_bottom{
  margin-top: 45px;
  text-align: center;
  align-items: center;
}
main #catalog .section_heading h2{
  margin-right: 30px;
}
main #catalog .section_heading span{
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
main #catalog .wrapper{
  padding: 30px;
}
main #catalog .wrapper h3{
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 15px;
}
main #catalog .wrapper p{
  width: 230px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 50px;
}
main #catalog .catalog_card a{
  text-decoration: none;
}
main #catalog .catalog_card{
  transition: 0.5s ease-in-out;
}
main #catalog .catalog_card:hover{
  transform: scale(1.02);
  transition: 0.5s ease-in-out;
}
main #catalog .catalog_card_1{
  position: relative;
  background: #14B4EF;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 265px;
}
main #catalog .catalog_pic_1{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
main #catalog .catalog_card_2{
  position: relative;
  background: #0461A6;
  border-radius: 10px;
  height: 559px;
}
main #catalog .catalog_card_2 p{
  margin-bottom: 20px;
  width: 100%;
}
main #catalog .catalog_pic_2{

}
main #catalog .catalog_card_3{
  position: relative;
  background: #18B87E;
  border-radius: 10px;
  margin-right: 110px;
  margin-bottom: 30px;
  height: 265px;
}
main #catalog .catalog_pic_3{
  position: absolute;
  right: -20%;
  bottom: 0;
}
main #catalog .catalog_card_4{
  position: relative;
  margin-left: 110px;
  background: #153C59;
  border-radius: 10px;
  height: 265px;
}
main #catalog .catalog_pic_4{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
main #catalog .catalog_card_5{
  position: relative;
  background: #257796;
  border-radius: 10px;
  height: 265px;
}
main #catalog .catalog_card_5 h3{
  width: 300px;
}
main #catalog .catalog_card_5 p{
  margin-bottom: 25px;
}
main #catalog .catalog_pic_5{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

/* 1.04 home brands */
main .slide {
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 5px;
  margin-bottom: 30px;
  background: #FFFFFF;
  height: 70px;
  overflow: hidden;
  display: flex;
}
main .slide:hover{
  border-color: #14B4EF;
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
}
main .slide span{
  margin: auto;
  width: auto;
  display: block;
}
main .slide img{
  
}
.owl-dots{
  
}
.owl-dot span{
  background: #FFFFFF !important;
  height: 6px !important;
  width: 6px !important;
}
.owl-dots .active span{
  background: #14B4EF !important;
  width: 40px !important;
}


/* 1.05 home importozameshenie */
main #importozameshenie{
  position: relative;
  z-index: 1;
}
main #importozameshenie .top_part{
  display: inline-flex;
}
main #importozameshenie .top_part h2{
  margin-bottom: 30px;
  margin-right: 20px;
}
main #importozameshenie .top_part img{
  margin-bottom: 30px;
}
main #importozameshenie .bottom_part p{
  margin-bottom: 25px;
}
main #importozameshenie .section_bottom{
  margin-top: 45px;
  text-align: center;
  align-items: center;
}
main #importozameshenie .back_pictures{
  z-index: 0;
}
main #importozameshenie .back_pictures .back_picture_1{
  display: block;
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: -1;
}
main #importozameshenie .back_pictures .back_picture_2{
  display: block;
  position: absolute;
  right: 8%;
  bottom: 20%;
  z-index: -1;
}

/* 1.06 home about */
main #about .section_heading{
  display: inline-flex;
}
main #about .section_heading h2{
  margin-bottom: 50px;
  margin-right: 30px;
  //width: 40%;
}
main #about h3{
  margin-bottom: 30px;
}
main #about .section_heading span{
  margin-bottom: 50px;
}
main #about .bottom_part{
  display: inline-flex;
  margin-bottom: 60px;
}
main #about .bottom_part img{
  margin-bottom: 25px;
}
main #about .bottom_part h4{
  margin-bottom: 10px;
}
main #about .bottom_part p{
  margin-bottom: 20px;
}
main #about .video_part{
  position: relative;
}
main #about .video_part img{
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  object-fit: cover;
}
main #about .video_part span{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}
main #about .huge #button{
  top: 30%;
  left: 40%;
}
.video_part #video-wrapper iframe#video{
  width: 1140px;
}
main #about #button {
  font-size: 45px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 12%;
  left: 35%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  border: 0; /* remove annoying grey border */
  //border-radius: 50%; /* make it a circle */
  outline: none; /* Ditch the annoyning blue outline on click */
  cursor: pointer;
  //box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
main #about #button:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
main #about #button > i {
  color: #ffffff;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  position: relative;
  /* margin-top: 4px;
  margin-left: 6px; */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
main #about #button:hover > i {
  color: white;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
main #about #lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}
main #about #video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
main #about #close-btn {
  color: grey;
  font-size: 25px;
  position: fixed;
  top: 15%;
  right: 3%;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}
main #about #close-btn:hover {
  color: white;
  cursor: pointer;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}
main #about .about_card {
  border: 1px solid #14B4EF;
  border-radius: 10px;
  position: relative;
}
main #about .about_card .wrapper{
  padding: 30px;
}
main #about .about_card .wrapper img{
  width: 80px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  top: 30px;
  right: 30px;
}
main #about .about_card .wrapper h4{
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 280px;
}
main #about .about_card .wrapper p{
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
main #about .huge h3{
  margin-bottom: 20px;
}
main #about .huge h5{
  margin-bottom: 15px;
}
main #about .huge hr{
  margin: 30px 0;
  border: 1px solid rgba(20, 180, 239, 0.3);
}
main #about .huge h4{
  margin-bottom: 10px;
}
main #about .huge .part{
  margin-left: 25px;
}
main #about .huge .flex{
  margin-bottom: 30px;
}
main #about .catalog_card .wrapper{
  padding: 20px;
}
main #about .catalog_card a{
  text-decoration: none;
}
main #about .catalog_card{
  transition: 0.5s ease-in-out;
}
main #about .catalog_card:hover{
  transform: scale(1.02);
  transition: 0.5s ease-in-out;
}
main #about .catalog_card_1{
  position: relative;
  background: #0461A6;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 265px;
}
main #about .catalog_pic_1{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
main #about .catalog_card_2{
  position: relative;
  background: #257796;
  border-radius: 10px;
  height: 559px;
}
main #about .catalog_card_2 p{
  margin-bottom: 20px;
  width: 100%;
}
main #about .catalog_pic_2{

}
main #about .catalog_card_3{
  position: relative;
  background: #18B87E;
  border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 30px;
  height: 265px;
}
main #about .catalog_pic_3{
  position: absolute;
  right: -20%;
  bottom: 0;
}
main #about .catalog_card_4{
  position: relative;
  margin-left: 40px;
  background: #18B87E;
  border-radius: 10px;
  height: 265px;
}
main #about .catalog_pic_4{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
main #about .catalog_card_5{
  position: relative;
  background: #153C59;
  border-radius: 10px;
  height: 265px;
}
main #about .catalog_card_5 h5{
  width: 300px;
}
main #about .catalog_card_5 p{
  margin-bottom: 25px;
}
main #about .catalog_pic_5{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
main .catalog_part#about h5{
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}
main .catalog_part#about .catalog_card_5 h5{
  width: 100%;
}
main .catalog_part#about .wrapper p{
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
}
main .catalog_part#about .catalog_card_1{
  height: 230px;
}
main .catalog_part#about .catalog_card_2{
  height: 100%;
}
main .catalog_part#about .catalog_card_3{
  height: 230px;
}
main .catalog_part#about .catalog_card_4{
  height: 230px;
}
main .catalog_part#about .catalog_card_5{
  height: 230px;
}


main #testimonials .slide{
  height: auto;
  padding: 30px;
  border-radius: 10px;
  background: transparent;
  display: block;
}
main #testimonials .slide img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
main #testimonials .slide a{
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #14B4EF;
  padding: 15px 30px;
  border: 1px solid #14B4EF;
  border-radius: 30px;
  text-decoration: none;
}
main #testimonials .slide p{
  margin-top: 20px;
}
main #testimonials .slide .data{
  color: #FFFFFF;
}


/* 1.07 home news */
main #news .section_heading{
  display: inline-flex;
}
main #news .section_heading h2{
  margin-right: 30px;
  margin-bottom: 30px;
}
main #news .section_heading span{
  margin-bottom: 30px;
}
main #news .owl-carousel .slide{
  height: 290px;
  background: #0461A6;
  border-radius: 10px;
  position: relative;
}
main #news .owl-carousel .slide span{
  margin: 30px;
}
main #news .owl-carousel .slide h4{
  margin-bottom: 20px;
}
main #news .owl-carousel .slide span p{
  width: 200px;
}
main #news .owl-carousel .slide img{
  position: absolute;
  right: 0%;
  bottom: 0%;
  border-radius: 10px 0px;
  object-fit: cover;
  width: 165px;
  height: 190px;
}
main #news .owl-carousel .slide a.abs{
  position: absolute;
  bottom: 0%;
  left: 0%;
  margin: 30px;
}


/* 2.01 catalog */
main .section_heading{
  display: inline-flex;
}
main .section_heading h1{
  margin-bottom: 30px;
}
main .section_heading span{
  width: 50%;
}
main .section_heading span p{
  margin-left: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
main .catalog_pill_label::after{
  content: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22.0009' height='5' fill='white'/%3E%3Crect y='5' width='22.0009' height='5' fill='%230461A6'/%3E%3Crect y='10' width='22.0009' height='5' fill='%23D62A2A'/%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  margin: 30px;
}
main .catalog_pill{
  border: 1px solid #14B4EF;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 200px;
  position: relative;
}
main .catalog_pill .wrapper{
  padding: 30px;
}
main .catalog_pill h5{
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 0;
}
main .catalog_pill .text_zone{
  display: table-cell;
  vertical-align: bottom;
  height: 50px;
}
main .catalog_pill .img_zone{
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}
main .catalog_pill .img_zone > svg > path{
  fill: #14B4EF;
}
main .catalog_pill a{
  text-decoration: none;
}
main .catalog_pill:has(a:hover){
  background: rgba(20, 180, 239, 0.5);
}
main .catalog_pill:has(a:hover) path{
  fill: #FFFFFF;
}
main .catalog_cta{
  background: #0461A6;
  border-radius: 10px;
  position: relative;
  height: 135px;
  margin-top: 30px;
}
main .catalog_cta img{
  display: block;
  position: absolute;
  left: 5%;
  bottom: -15%;
}
main .catalog_cta h3{
  margin-bottom: 2px;
  margin-top: 40px;
}
main .catalog_cta a{
  margin-top: 43.5px;
}




/* 3.01 blog list */
main .blog_card_list ul{
  display: flex;
}
main .blog_card_list li{
  width: 33%;
  border: 1px solid #14B4EF;
  border-radius: 10px;
  padding: 30px;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .blog_card_list li.cat-item{
  color: #FFFFFF;
  text-align: center;
}
main .blog_card_list li:nth-child(1n){
  margin-right: 30px;
}
main .blog_card_list li:last-child{
  margin-right: 0;
}
main .blog_card_list li a{
  margin-right: 5px;
}
main .blog_card_list li:has(a:hover){
  background: #14B4EF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 4.01 blog_category */
main aside.sidebar .boxed{
  padding: 30px;
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 10px;
}
main aside.sidebar .link_part{
  margin-bottom: 30px;
}
main aside.sidebar .link_part ul li{
  margin-bottom: 30px;
  display: flex;
  color: #FFFFFF;
}
main aside.sidebar .link_part ul li:last-child{
  margin-bottom: 0;
}
main aside.sidebar .link_part ul li.current-cat a{
  color: #ffffff;
  text-decoration: none;
  margin-left: 42px;
}
main aside.sidebar .link_part ul li.current-cat a:before{
  content: none;
  display: none;
}
main aside.sidebar .link_part ul li a{
  display: flex;
  margin-right: 10px;
}
main aside.sidebar .link_part ul li a.active, main aside.sidebar .link_part ul li.current-menu-item a{
  color: #ffffff;
  text-decoration: none;
  margin-left: 42px;
}
main aside.sidebar .link_part ul li a:before{
  content: url("data:image/svg+xml,%3Csvg width='28' height='8' viewBox='0 0 28 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.3536 4.35355C27.5488 4.15829 27.5488 3.84171 27.3536 3.64645L24.1716 0.464466C23.9763 0.269204 23.6597 0.269204 23.4645 0.464466C23.2692 0.659728 23.2692 0.976311 23.4645 1.17157L26.2929 4L23.4645 6.82843C23.2692 7.02369 23.2692 7.34027 23.4645 7.53553C23.6597 7.7308 23.9763 7.7308 24.1716 7.53553L27.3536 4.35355ZM-1.90735e-06 4.5H27V3.5H-1.90735e-06V4.5Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
  display: block;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main aside.sidebar .link_part ul li a:hover:before{
  content: url("data:image/svg+xml,%3Csvg width='28' height='8' viewBox='0 0 28 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.3536 4.35355C27.5488 4.15829 27.5488 3.84171 27.3536 3.64645L24.1716 0.464466C23.9763 0.269204 23.6597 0.269204 23.4645 0.464466C23.2692 0.659728 23.2692 0.976311 23.4645 1.17157L26.2929 4L23.4645 6.82843C23.2692 7.02369 23.2692 7.34027 23.4645 7.53553C23.6597 7.7308 23.9763 7.7308 24.1716 7.53553L27.3536 4.35355ZM-1.90735e-06 4.5H27V3.5H-1.90735e-06V4.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main aside.sidebar .link_part ul li a.active:before, main aside.sidebar .link_part ul li.current-menu-item a:before{
  content: none;
  display: none;
}
main aside.sidebar .link_part_yearly ul li{
  flex-grow: 1;
  margin-right: 10px;
}
main aside.sidebar .link_part_yearly ul{
  display: inline-flex;
  width:100%;
}
main aside.sidebar .link_part_yearly ul li a{

}
main aside.sidebar .link_part_yearly ul li a.active{
  color: #ffffff;
  text-decoration: none;
}
main aside.sidebar .link_part_yearly{
  margin-bottom: 30px;
}
main aside.sidebar .tag_cloud{
  margin-bottom: 30px;
}
main aside.sidebar .tag_cloud ul{
  display: flex;
  flex-wrap: wrap;
}
main aside.sidebar .tag_cloud ul li{
  margin-bottom: 5px;
  margin-right: 5px;
}
main aside.sidebar .tag_cloud ul li a{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #14B4EF;
  border-radius: 30px;
  padding: 10px 15px;
  text-decoration: none;
}
main aside.sidebar .news_part{
  
}
main aside.sidebar .news_part h3{
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #14B4EF;
  margin-bottom: 30px;
}
main aside.sidebar .news_part .blog_sidebar_card{
  margin-bottom: 30px;
}
main aside.sidebar .news_part .blog_sidebar_card:last-child{
  margin-bottom: 0;
}
main aside.sidebar .news_part .blog_sidebar_card h5{
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
main aside.sidebar .news_part .blog_sidebar_card p{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 45px;
}
main aside.sidebar .news_part .blog_sidebar_card a{
  text-decoration: none;
}
main aside.sidebar .news_part .blog_sidebar_card a:before{
  content: url("data:image/svg+xml,%3Csvg width='28' height='8' viewBox='0 0 28 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.3536 4.35355C27.5488 4.15829 27.5488 3.84171 27.3536 3.64645L24.1716 0.464466C23.9763 0.269204 23.6597 0.269204 23.4645 0.464466C23.2692 0.659728 23.2692 0.976311 23.4645 1.17157L26.2929 4L23.4645 6.82843C23.2692 7.02369 23.2692 7.34027 23.4645 7.53553C23.6597 7.7308 23.9763 7.7308 24.1716 7.53553L27.3536 4.35355ZM-1.90735e-06 4.5H27V3.5H-1.90735e-06V4.5Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
  display: block;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main aside.sidebar .news_part .blog_sidebar_card a:hover:before{
  content: url("data:image/svg+xml,%3Csvg width='28' height='8' viewBox='0 0 28 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.3536 4.35355C27.5488 4.15829 27.5488 3.84171 27.3536 3.64645L24.1716 0.464466C23.9763 0.269204 23.6597 0.269204 23.4645 0.464466C23.2692 0.659728 23.2692 0.976311 23.4645 1.17157L26.2929 4L23.4645 6.82843C23.2692 7.02369 23.2692 7.34027 23.4645 7.53553C23.6597 7.7308 23.9763 7.7308 24.1716 7.53553L27.3536 4.35355ZM-1.90735e-06 4.5H27V3.5H-1.90735e-06V4.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main aside.sidebar .news_part .blog_sidebar_card a{
  display: flex;
  margin-right: 10px;
}
main aside.sidebar .sidebar_cta{
  margin-bottom: 30px;
  background: rgba(20, 180, 239, 0.11);
  border-radius: 10px;
  position: relative;
}
main aside.sidebar .sidebar_cta:has(.sidebar_cta_small){
  margin-bottom: 30px;
  background: rgba(20, 180, 239, 0.11);
  border-radius: 10px;
  height: 300px;
  position: relative;
}
main aside.sidebar .sidebar_cta .wrapper{
  padding: 30px;
}
main aside.sidebar .sidebar_cta h4{
  margin-bottom: 15px;
  display: inline-flex;
}
main aside.sidebar .sidebar_cta .importozameshenie{
  background: transparent;
}
main aside.sidebar .sidebar_cta .sidebar_cta_small h4{
  margin-bottom: 10px;
  display: inline-flex;
}
main aside.sidebar .sidebar_cta h4.importozameshenie:after{
  content: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22.0009' height='5' fill='white'/%3E%3Crect y='5' width='22.0009' height='5' fill='%230461A6'/%3E%3Crect y='10' width='22.0009' height='5' fill='%23D62A2A'/%3E%3C/svg%3E%0A");
  display: block;
  margin-left: 15px;
}
main aside.sidebar .sidebar_cta p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
  width: 65%;
}
main aside.sidebar .sidebar_cta .sidebar_cta_small p{
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  width: 100%;
}
main aside.sidebar .sidebar_cta .sidebar_cta_small a{
  background: transparent;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #14B4EF;
  padding: 0;
  text-transform: none;
  border: none;
}
main aside.sidebar .sidebar_cta .sidebar_cta_small a:hover{
  background: transparent;
  text-decoration-line: underline;
  color: #FFFFFF;
  border: none;
  border-color: transparent;
}
main aside.sidebar .sidebar_cta img{
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1;
}
main aside.sidebar .sidebar_cta .sidebar_cta_small img{
  position: absolute;
  bottom: 0%;
  right: 0%;
  margin: 10px;
  z-index: -1;
}

main aside.sidebar .sidebar_form{
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 10px;
  padding: 30px;
}
main aside.sidebar .sidebar_form h4{
  margin-bottom: 5px;
}
main aside.sidebar .sidebar_form p{
  margin-bottom: 25px;
}
main aside.sidebar .sidebar_form input.form-control{
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 10px;
  background: transparent;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 15px;
}
main aside.sidebar .sidebar_form textarea.form-control{
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 10px;
  background: transparent;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 15px;
}
main aside.sidebar .sidebar_form .form-control::placeholder{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
main .form-hidden{
  display: none;
}
main aside.sidebar .link_part_catalog .menu-item a{
  display: flex;
  align-items: center;
}
main aside.sidebar .link_part_catalog .menu-item:nth-child(1n){
  margin-bottom: 30px;
}
main aside.sidebar .link_part_catalog .menu-item:last-child{
  margin-bottom: 0;
}
main aside.sidebar .link_part_catalog svg{
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
main aside.sidebar .link_part_catalog svg path{
  fill: #14B4EF;
}
main aside.sidebar .link_part_catalog .current-menu-item a{
  color: #FFFFFF;
  text-decoration: none;
}
main aside.sidebar .link_part_catalog .current-menu-item a svg path{
  fill: #FFFFFF;
}
main aside.sidebar .link_part_catalog a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
main aside.sidebar .link_part_catalog a:hover svg path{
  fill: #FFFFFF;
}

main .blog h1 span{
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
}
main .blog_card {
  border: 1px solid #14B4EF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
main .blog_card .top_part{
  overflow: hidden;
  width: 100%;
}
main .blog_card .top_part a{
  width: 100%;
}
main .blog_card .top_part a img{
  width: 100%;
  height: 235px;
  object-fit: cover;
}
main .blog_card .bottom_part .wrapper{
  padding: 30px;
  width: 100%;
}
main .blog_card .bottom_part a{
  text-decoration: none;
}
main .blog_card .bottom_part h3{
  margin-bottom: 15px;
  text-decoration: none;
}
main .blog_card .bottom_part p{
  margin-bottom: 20px;
}
main .blog_card .bottom_part .details{
  border-top: 1px solid rgba(20, 180, 239, 0.1);
  padding-top: 20px;
  list-style: none;
  display: inline-flex;
  width: 100%;
}
main .blog .details i.calendar_icon{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.35798 2.57143C4.61916 2.57143 3.91061 2.86492 3.38818 3.38734C2.86576 3.90977 2.57227 4.61832 2.57227 5.35714V18.6429C2.57227 19.3817 2.86576 20.0902 3.38818 20.6127C3.91061 21.1351 4.61916 21.4286 5.35798 21.4286H18.6437C19.3825 21.4286 20.0911 21.1351 20.6135 20.6127C21.1359 20.0902 21.4294 19.3817 21.4294 18.6429V5.35714C21.4294 4.61832 21.1359 3.90977 20.6135 3.38734C20.0911 2.86492 19.3825 2.57143 18.6437 2.57143H5.35798ZM3.85798 8.14543H20.1437V18.6429C20.1437 19.0407 19.9857 19.4222 19.7044 19.7035C19.423 19.9848 19.0415 20.1429 18.6437 20.1429H5.35798C4.96016 20.1429 4.57862 19.9848 4.29732 19.7035C4.01602 19.4222 3.85798 19.0407 3.85798 18.6429V8.14543ZM16.5017 15.0009C16.2175 15.0009 15.945 15.1137 15.7441 15.3147C15.5431 15.5156 15.4303 15.7881 15.4303 16.0723C15.4303 16.3564 15.5431 16.629 15.7441 16.8299C15.945 17.0308 16.2175 17.1437 16.5017 17.1437C16.7859 17.1437 17.0584 17.0308 17.2593 16.8299C17.4602 16.629 17.5731 16.3564 17.5731 16.0723C17.5731 15.7881 17.4602 15.5156 17.2593 15.3147C17.0584 15.1137 16.7859 15.0009 16.5017 15.0009ZM11.9983 15.0009C11.7141 15.0009 11.4416 15.1137 11.2407 15.3147C11.0397 15.5156 10.9268 15.7881 10.9268 16.0723C10.9268 16.3564 11.0397 16.629 11.2407 16.8299C11.4416 17.0308 11.7141 17.1437 11.9983 17.1437C12.2824 17.1437 12.5549 17.0308 12.7559 16.8299C12.9568 16.629 13.0697 16.3564 13.0697 16.0723C13.0697 15.7881 12.9568 15.5156 12.7559 15.3147C12.5549 15.1137 12.2824 15.0009 11.9983 15.0009ZM16.5017 10.7151C16.2175 10.7151 15.945 10.828 15.7441 11.029C15.5431 11.2299 15.4303 11.5024 15.4303 11.7866C15.4303 12.0707 15.5431 12.3433 15.7441 12.5442C15.945 12.7451 16.2175 12.858 16.5017 12.858C16.7859 12.858 17.0584 12.7451 17.2593 12.5442C17.4602 12.3433 17.5731 12.0707 17.5731 11.7866C17.5731 11.5024 17.4602 11.2299 17.2593 11.029C17.0584 10.828 16.7859 10.7151 16.5017 10.7151ZM11.9983 10.7151C11.7141 10.7151 11.4416 10.828 11.2407 11.029C11.0397 11.2299 10.9268 11.5024 10.9268 11.7866C10.9268 12.0707 11.0397 12.3433 11.2407 12.5442C11.4416 12.7451 11.7141 12.858 11.9983 12.858C12.2824 12.858 12.5549 12.7451 12.7559 12.5442C12.9568 12.3433 13.0697 12.0707 13.0697 11.7866C13.0697 11.5024 12.9568 11.2299 12.7559 11.029C12.5549 10.828 12.2824 10.7151 11.9983 10.7151ZM7.49398 10.7151C7.20982 10.7151 6.9373 10.828 6.73637 11.029C6.53543 11.2299 6.42255 11.5024 6.42255 11.7866C6.42255 12.0707 6.53543 12.3433 6.73637 12.5442C6.9373 12.7451 7.20982 12.858 7.49398 12.858C7.77814 12.858 8.05066 12.7451 8.25159 12.5442C8.45253 12.3433 8.56541 12.0707 8.56541 11.7866C8.56541 11.5024 8.45253 11.2299 8.25159 11.029C8.05066 10.828 7.77814 10.7151 7.49398 10.7151ZM5.35798 3.85714H18.6437C19.4717 3.85714 20.1437 4.52914 20.1437 5.35714V6.85971H3.85798V5.35714C3.85798 4.52914 4.52998 3.85714 5.35798 3.85714Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
  margin-right:8px;
}
main .blog .details i.comment_icon{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 4.25C4.99511 4.25 4.39102 4.50022 3.94562 4.94562C3.50022 5.39102 3.25 5.99511 3.25 6.625V14.375C3.25 15.0049 3.50022 15.609 3.94562 16.0544C4.39102 16.4998 4.99511 16.75 5.625 16.75H7.25V20.669L12.8015 16.75H18.375C19.0049 16.75 19.609 16.4998 20.0544 16.0544C20.4998 15.609 20.75 15.0049 20.75 14.375V6.625C20.75 5.99511 20.4998 5.39102 20.0544 4.94562C19.609 4.50022 19.0049 4.25 18.375 4.25H5.625ZM2 6.625C2 5.66359 2.38192 4.74156 3.06174 4.06174C3.74156 3.38192 4.66359 3 5.625 3H18.375C19.3364 3 20.2584 3.38192 20.9383 4.06174C21.6181 4.74156 22 5.66359 22 6.625V14.375C22 15.3364 21.6181 16.2584 20.9383 16.9383C20.2584 17.6181 19.3364 18 18.375 18H13.1985L7.7735 21.829C7.0285 22.355 6 21.822 6 20.91V18H5.625C4.66359 18 3.74156 17.6181 3.06174 16.9383C2.38192 16.2584 2 15.3364 2 14.375V6.625Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
  margin-right:8px;
  margin-left: auto;
}
main .blog .details li{
  flex-grow: 1;
  display: flex;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  align-items: center;
}
main .blog .details li a{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
#pagination-wrapper .pagination{
  display: block;
}
#pagination-wrapper .pagination span.current{
  background: transparent;
}
#pagination-wrapper .pagination .page-numbers{
  background: rgba(20, 180, 239, 0.3);
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 50%;
  padding: 8px 16px;
}
#pagination-wrapper .pagination .page-numbers:nth-child(1n){
  margin-right: 15px;
}
#pagination-wrapper .pagination .page-numbers:last-child{
  margin-right: 0;
}
#pagination-wrapper .pagination a.page-numbers{
  text-decoration: none;
  color: #FFFFFF;
}
main .blog img.post_banner{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
main .blog .top_part .details{
  margin-top: 15px;
}
main .blog .content_part{
  margin: 30px 0;
  border-bottom: 1px solid #14B4EF;
  padding-bottom: 30px;
}
main .blog .content_part ul{
 list-style: inside;
 margin-bottom: 10px;
}
main .blog .content_part ul li{
  color: #FFFFFF;
}
main .blog blockquote{
  border-left: 1px solid #14B4EF;
}
main .blog blockquote p{
  margin-left: 30px;
}
main .blog .bottom_part{
  display: flex;
}
main .blog .bottom_part h4{
  margin-bottom: 15px;
}
main .blog .tag_cloud{
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
main .blog .tag_cloud a{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #14B4EF;
  border-radius: 30px;
  padding: 10px 15px;
}
main .blog .tag_cloud.mra{
  margin-left: auto;
}
main .blog .tag_cloud.mra a{
  margin-right: 5px;
}
main .blog .bottom_part .share_zone{
  position: relative;
}

/* share-button */
.share-button{
  position:absolute;
  height:38px;
  width:150px;
  //background:#14B4EF;
  background:transparent;
  border-radius:20px;
  overflow:hidden;
  line-height:36px;
  user-select: none;
  cursor: pointer;
}
i.share{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.80078 12C4.80078 13.344 5.85678 14.4 7.20078 14.4C7.97978 14.4 8.66203 14.0453 9.09797 13.4853L14.4798 16.1762C14.4282 16.3745 14.4008 16.5836 14.4008 16.8C14.4008 18.144 15.4568 19.2 16.8008 19.2C18.1448 19.2 19.2008 18.144 19.2008 16.8C19.2008 15.456 18.1448 14.4 16.8008 14.4C16.0217 14.4 15.3394 14.7549 14.9034 15.315L9.52173 12.6241C9.57336 12.4257 9.60078 12.2166 9.60078 12C9.60078 11.7831 9.57327 11.5737 9.52148 11.375L14.9033 8.68492C15.3392 9.24513 16.0216 9.60005 16.8008 9.60005C18.1448 9.60005 19.2008 8.54405 19.2008 7.20005C19.2008 5.85605 18.1448 4.80005 16.8008 4.80005C15.4568 4.80005 14.4008 5.85605 14.4008 7.20005C14.4008 7.41623 14.4281 7.62496 14.4795 7.82304L9.09696 10.5135C8.66097 9.95427 7.97918 9.60005 7.20078 9.60005C5.85678 9.60005 4.80078 10.656 4.80078 12ZM5.76078 12C5.76078 11.184 6.38478 10.56 7.20078 10.56C8.01678 10.56 8.64078 11.184 8.64078 12C8.64078 12.816 8.01678 13.44 7.20078 13.44C6.38478 13.44 5.76078 12.816 5.76078 12ZM15.3608 7.20005C15.3608 6.38405 15.9848 5.76005 16.8008 5.76005C17.6168 5.76005 18.2408 6.38405 18.2408 7.20005C18.2408 8.01605 17.6168 8.64005 16.8008 8.64005C15.9848 8.64005 15.3608 8.01605 15.3608 7.20005ZM15.3608 16.8C15.3608 15.984 15.9848 15.36 16.8008 15.36C17.6168 15.36 18.2408 15.984 18.2408 16.8C18.2408 17.616 17.6168 18.24 16.8008 18.24C15.9848 18.24 15.3608 17.616 15.3608 16.8Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.download{
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5625 28.125L19.5572 27.1753C18.7562 26.7935 18.0795 26.1931 17.6049 25.4434C17.1304 24.6937 16.8773 23.8251 16.875 22.9378V16.875H26.25V22.9388C26.2477 23.826 25.9946 24.6946 25.5201 25.4443C25.0455 26.1941 24.3688 26.7944 23.5678 27.1763L21.5625 28.125ZM18.75 18.75V22.9388C18.7517 23.4709 18.9036 23.9917 19.1884 24.4412C19.4732 24.8907 19.8793 25.2506 20.3597 25.4794L21.5625 26.0494L22.7653 25.4803C23.2459 25.2515 23.652 24.8914 23.9368 24.4417C24.2216 23.9921 24.3735 23.471 24.375 22.9388V18.75H18.75Z' fill='%2314B4EF'/%3E%3Cpath d='M15 26.25H5.625V3.75001H13.125V9.37501C13.1265 9.87184 13.3245 10.3479 13.6758 10.6992C14.0271 11.0505 14.5032 11.2485 15 11.25H20.625V14.0625H22.5V9.37501C22.5033 9.2518 22.4799 9.12934 22.4313 9.01605C22.3828 8.90276 22.3103 8.80134 22.2188 8.71876L15.6563 2.15626C15.5737 2.06471 15.4723 1.99215 15.359 1.9436C15.2457 1.89504 15.1232 1.87164 15 1.87501H5.625C5.12818 1.8765 4.65212 2.07452 4.30081 2.42583C3.9495 2.77714 3.75148 3.25319 3.75 3.75001V26.25C3.75148 26.7468 3.9495 27.2229 4.30081 27.5742C4.65212 27.9255 5.12818 28.1235 5.625 28.125H15V26.25ZM15 4.12501L20.25 9.37501H15V4.12501Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.podbor{
  content: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5556 31.4445H7.22222C6.63285 31.4445 6.06762 31.2103 5.65087 30.7936C5.23413 30.3768 5 29.8116 5 29.2222V11.4445C5 10.8551 5.23413 10.2899 5.65087 9.8731C6.06762 9.45636 6.63285 9.22223 7.22222 9.22223H20.5556' stroke='%2314B4EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.7782 7.00009H29.4449C28.2176 7.00009 27.2227 7.99501 27.2227 9.22231V40.3334C27.2227 41.5607 28.2176 42.5556 29.4449 42.5556H42.7782C44.0055 42.5556 45.0004 41.5607 45.0004 40.3334V9.22231C45.0004 7.99501 44.0055 7.00009 42.7782 7.00009Z' stroke='%2314B4EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8867 40.3333H20.5534M36.1089 15.8889V15.9111' stroke='%2314B4EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.1089 35.8891C37.3362 35.8891 38.3312 34.8941 38.3312 33.6668C38.3312 32.4395 37.3362 31.4446 36.1089 31.4446C34.8816 31.4446 33.8867 32.4395 33.8867 33.6668C33.8867 34.8941 34.8816 35.8891 36.1089 35.8891Z' stroke='%2314B4EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.332 31.4446V40.3335' stroke='%2314B4EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
i.payment{
  content: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 15.5104C3 13.7837 3.74079 12.1278 5.05941 10.9069C6.37802 9.68592 8.16645 9 10.0312 9H40.9688C42.8336 9 44.622 9.68592 45.9406 10.9069C47.2592 12.1278 48 13.7837 48 15.5104V33.7396C48 35.4663 47.2592 37.1222 45.9406 38.3431C44.622 39.5641 42.8336 40.25 40.9688 40.25H10.0312C8.16645 40.25 6.37802 39.5641 5.05941 38.3431C3.74079 37.1222 3 35.4663 3 33.7396V15.5104ZM10.0312 11.6042C8.91237 11.6042 7.83931 12.0157 7.04814 12.7483C6.25697 13.4808 5.8125 14.4744 5.8125 15.5104V18.8958H45.1875V15.5104C45.1875 14.4744 44.743 13.4808 43.9519 12.7483C43.1607 12.0157 42.0876 11.6042 40.9688 11.6042H10.0312ZM5.8125 33.7396C5.8125 34.7756 6.25697 35.7692 7.04814 36.5017C7.83931 37.2343 8.91237 37.6458 10.0312 37.6458H40.9688C42.0876 37.6458 43.1607 37.2343 43.9519 36.5017C44.743 35.7692 45.1875 34.7756 45.1875 33.7396V21.5H5.8125V33.7396ZM33.6562 30.3542C33.2833 30.3542 32.9256 30.4913 32.6619 30.7355C32.3982 30.9797 32.25 31.3109 32.25 31.6562C32.25 32.0016 32.3982 32.3328 32.6619 32.577C32.9256 32.8212 33.2833 32.9583 33.6562 32.9583H39.8438C40.2167 32.9583 40.5744 32.8212 40.8381 32.577C41.1018 32.3328 41.25 32.0016 41.25 31.6562C41.25 31.3109 41.1018 30.9797 40.8381 30.7355C40.5744 30.4913 40.2167 30.3542 39.8438 30.3542H33.6562Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.delivery{
  content: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 39.5833C17.7717 39.5833 18.8315 39.1443 19.6129 38.3629C20.3943 37.5815 20.8333 36.5217 20.8333 35.4167C20.8333 34.3116 20.3943 33.2518 19.6129 32.4704C18.8315 31.689 17.7717 31.25 16.6667 31.25C15.5616 31.25 14.5018 31.689 13.7204 32.4704C12.939 33.2518 12.5 34.3116 12.5 35.4167C12.5 36.5217 12.939 37.5815 13.7204 38.3629C14.5018 39.1443 15.5616 39.5833 16.6667 39.5833V39.5833ZM37.5 39.5833C38.6051 39.5833 39.6649 39.1443 40.4463 38.3629C41.2277 37.5815 41.6667 36.5217 41.6667 35.4167C41.6667 34.3116 41.2277 33.2518 40.4463 32.4704C39.6649 31.689 38.6051 31.25 37.5 31.25C36.3949 31.25 35.3351 31.689 34.5537 32.4704C33.7723 33.2518 33.3333 34.3116 33.3333 35.4167C33.3333 36.5217 33.7723 37.5815 34.5537 38.3629C35.3351 39.1443 36.3949 39.5833 37.5 39.5833V39.5833Z' stroke='%2314B4EF' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9362 35.4167H31.2487V13.75C31.2487 13.4185 31.117 13.1005 30.8826 12.8661C30.6482 12.6317 30.3302 12.5 29.9987 12.5H2.08203M11.7695 35.4167H7.4987C7.33455 35.4167 7.172 35.3843 7.02034 35.3215C6.86869 35.2587 6.73089 35.1666 6.61481 35.0506C6.49874 34.9345 6.40667 34.7967 6.34385 34.645C6.28103 34.4934 6.2487 34.3308 6.2487 34.1667V23.9583' stroke='%2314B4EF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.16406 18.75H12.4974' stroke='%2314B4EF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.25 18.75H42.9375C43.1791 18.7501 43.4155 18.8201 43.6182 18.9518C43.8208 19.0834 43.9809 19.2709 44.0792 19.4917L47.8083 27.8833C47.8794 28.0427 47.9163 28.2151 47.9167 28.3896V34.1667C47.9167 34.3308 47.8843 34.4934 47.8215 34.645C47.7587 34.7967 47.6666 34.9345 47.5506 35.0506C47.4345 35.1666 47.2967 35.2587 47.145 35.3215C46.9934 35.3843 46.8308 35.4167 46.6667 35.4167H42.7083M31.25 35.4167H33.3333' stroke='%2314B4EF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
i.guarantee{
  content: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8588 42.6471H11.7059C10.4578 42.6471 9.26084 42.1513 8.37832 41.2687C7.4958 40.3862 7 39.1893 7 37.9412V9.70588C7 8.4578 7.4958 7.26085 8.37832 6.37832C9.26084 5.4958 10.4578 5 11.7059 5H30.5294C31.7775 5 32.9744 5.4958 33.857 6.37832C34.7395 7.26085 35.2353 8.4578 35.2353 9.70588V28.5294M28.1765 40.2941L32.8824 45L42.2941 35.5882M16.4118 14.4118H25.8235M16.4118 23.8235H21.1176' stroke='%2314B4EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
a.download{
  display: flex;
  align-items: center;
}
a.download i{
  margin-right: 10px;
}
/*----- FIX overflow + transform + border-radius ---*/
.share-button:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
//box-shadow: 0 0 0 50px #14B4EF;
box-sizing: content-box;
transform: translate(0,0);
border-radius: 50px;
z-index: 3;
pointer-events: none;
}
.lid{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:transparent;
  border-radius:20px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color:#14B4EF;
  transition: 300ms ease all;
  transform-origin: 0 0;
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
}
.lid i{
  margin-right: 10px;
}
.open .lid{
  transform:rotateX(90deg);
}
.thank-you {
  position:absolute;
top: -100px;
left: 0;
width: 100%;
color: #fff;
  transition: 300ms ease all;
}
.thankyou .thank-you{
  position:absolute;
  top:0px;
}
.share-item{
  display:block;
  color:#14B4EF;
  background:#fff;
  text-decoration:none;
  height:30px;
  width:30px;
  text-align:center;
  line-height:29px;  
  border-radius:50%;
  float:left;
  margin-left:3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  transition: 500ms ease all;
}
.share-item:hover{
  color:#FFFFFF;
  background: #14B4EF;
}
.share-item:active{
  background:#eb4c89;
  transition: 50ms ease all;
}
.share-item:nth-child(1){
transform: translateX(200px) rotate(180deg);
}
.share-item:nth-child(2){
transform: translateX(400px) rotate(200deg);
}
.share-item:nth-child(3){
transform: translateX(580px) rotate(220deg);
}
.share-item:nth-child(4){
transform: translateX(740px) rotate(240deg);
}
.share-item:nth-child(5){
transform: translateX(880px) rotate(260deg);
}
.share-item:nth-child(6){
transform: translateX(1000px) rotate(280deg);
}
.open .share-item{
transform: translateX(0) rotate(0);  
margin-left:3px;
}
.open .share-item span{
  color: #14B4EF;
}
.open .share-item:hover span{
  color: #FFFFFF;
}
.share-items {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 3px 0;
width: 201px;
}
.share-items-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;  
  width : 267px;
  left: 50%;
  margin-left:-133.5px;
}
.shared .share-item{
  transform :translateY(200px);
}
.shared .share-item:nth-child(1){
  transition: 200ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(2){
  transition: 600ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(3){
  transition: 1000ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(4){
  transition: 1400ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(5){
  transition: 1800ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(6){
  transition: 2200ms cubic-bezier(.32,-0.22,.9,.93) all;
}

/* comments */
main #comments-area {
  
}
main #comments-area form .col-md-12.mb_20{
  color: #FFFFFF;
}
main #comments-area h3{
  margin-bottom: 30px;
}
main #comments-area .commentlist{
  border-top: 1px solid rgba(20, 180, 239, 0.1);
  padding: 20px;
}
main #comments-area .commentlist li{
  list-style: none;
}
main #comments-area .commentlist .single-comment{
  //display: flex;
  //flex-wrap: wrap;
}
main #comments-area .commentlist .single-comment .comment-info{
  display: flex;
  flex-wrap: wrap;
}
main #comments-area .commentlist .single-comment .comment-avatar{
  height: 60px;
  width: 60px;
  overflow: hidden;
  margin-right: 20px;
}
main #comments-area .commentlist .single-comment .comment-avatar img{
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 50%;
}
main #comments-area .commentlist .single-comment .comment-info .author-name{
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
main #comments-area .commentlist .single-comment .comment-info span.date{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
main #comments-area .commentlist .single-comment .reply{
  margin-left: auto;
}
main #comments-area .commentlist .single-comment .reply a{
  text-decoration: none;
}
main #comments-area .commentlist .single-comment .reply a:before{
  content: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27734 10.2211C6.41389 10.3626 6.4894 10.5521 6.4876 10.7487C6.4858 10.9454 6.40683 11.1334 6.26771 11.2724C6.12859 11.4114 5.94044 11.4902 5.74379 11.4918C5.54714 11.4934 5.35773 11.4177 5.21634 11.2811L0.21934 6.27806C0.0788896 6.13743 0 5.94681 0 5.74806C0 5.54931 0.0788896 5.35869 0.21934 5.21806L5.21734 0.22006C5.35873 0.0833732 5.54814 0.00768721 5.74479 0.00930268C5.94144 0.0109182 6.12959 0.0897063 6.26871 0.228697C6.40783 0.367688 6.4868 0.555761 6.4886 0.752409C6.4904 0.949057 6.41489 1.13854 6.27834 1.28006L2.55734 5.00006H10.3993C11.9943 5.00006 13.2093 5.24206 14.2883 5.76406L14.5343 5.89006C15.6315 6.47154 16.5289 7.36892 17.1103 8.46606C17.7203 9.60606 18.0003 10.8841 18.0003 12.6011C18.0003 12.8 17.9213 12.9907 17.7807 13.1314C17.64 13.272 17.4493 13.3511 17.2503 13.3511C17.0514 13.3511 16.8607 13.272 16.72 13.1314C16.5794 12.9907 16.5003 12.8 16.5003 12.6011C16.5003 11.1171 16.2723 10.0811 15.7873 9.17306C15.3458 8.33762 14.6628 7.6546 13.8273 7.21306C12.9893 6.76506 12.0413 6.53706 10.7333 6.50406L10.4003 6.50006H2.56234L6.27734 10.2211Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #comments-area .commentlist .single-comment .reply a:hover:before{
  content: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27734 10.2211C6.41389 10.3626 6.4894 10.5521 6.4876 10.7487C6.4858 10.9454 6.40683 11.1334 6.26771 11.2724C6.12859 11.4114 5.94044 11.4902 5.74379 11.4918C5.54714 11.4934 5.35773 11.4177 5.21634 11.2811L0.21934 6.27806C0.0788896 6.13743 0 5.94681 0 5.74806C0 5.54931 0.0788896 5.35869 0.21934 5.21806L5.21734 0.22006C5.35873 0.0833732 5.54814 0.00768721 5.74479 0.00930268C5.94144 0.0109182 6.12959 0.0897063 6.26871 0.228697C6.40783 0.367688 6.4868 0.555761 6.4886 0.752409C6.4904 0.949057 6.41489 1.13854 6.27834 1.28006L2.55734 5.00006H10.3993C11.9943 5.00006 13.2093 5.24206 14.2883 5.76406L14.5343 5.89006C15.6315 6.47154 16.5289 7.36892 17.1103 8.46606C17.7203 9.60606 18.0003 10.8841 18.0003 12.6011C18.0003 12.8 17.9213 12.9907 17.7807 13.1314C17.64 13.272 17.4493 13.3511 17.2503 13.3511C17.0514 13.3511 16.8607 13.272 16.72 13.1314C16.5794 12.9907 16.5003 12.8 16.5003 12.6011C16.5003 11.1171 16.2723 10.0811 15.7873 9.17306C15.3458 8.33762 14.6628 7.6546 13.8273 7.21306C12.9893 6.76506 12.0413 6.53706 10.7333 6.50406L10.4003 6.50006H2.56234L6.27734 10.2211Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

main #comments-area .children{
  margin-left: 110px;
}
main #comments-area .commentlist .single-comment .comment-text p{
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
main #comments-area .comment-box{
  
}
main #comments-area .comment-box .form-control{
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: transparent;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
}
main #comments-area .comment-box .form-control::placeholder{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

/* contacts */
main #contacts iframe{
  border-radius: 15px;
}
main .contacts_data li{
  display: inline-flex;
  list-style: none;
  margin-bottom: 30px;
}
main .contacts_data li span{
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
main .contacts_data a{
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
main .contacts_data i{
  vertical-align: text-bottom;
  margin-right: 10px;
}
main .contacts_text{
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
main .spacer{
  display: block;
  height: 20px;
  position: relative;
}
main .spacer .back_picture_3{
  position: absolute;
  bottom: -50px;
  right: 0%;
  transform: rotateY(180deg);
}
.wpcf7 form.sent .wpcf7-response-output{
  color: #FFFFFF;
}

/* icons */
i.icon-map{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0025 7.75C11.2069 7.75 10.4438 8.06607 9.88119 8.62868C9.31858 9.19129 9.00251 9.95435 9.00251 10.75C9.00251 11.5456 9.31858 12.3087 9.88119 12.8713C10.4438 13.4339 11.2069 13.75 12.0025 13.75C12.7982 13.75 13.5612 13.4339 14.1238 12.8713C14.6864 12.3087 15.0025 11.5456 15.0025 10.75C15.0025 9.95435 14.6864 9.19129 14.1238 8.62868C13.5612 8.06607 12.7982 7.75 12.0025 7.75ZM10.2525 10.75C10.2525 10.2859 10.4369 9.84075 10.7651 9.51256C11.0933 9.18437 11.5384 9 12.0025 9C12.4666 9 12.9118 9.18437 13.2399 9.51256C13.5681 9.84075 13.7525 10.2859 13.7525 10.75C13.7525 11.2141 13.5681 11.6592 13.2399 11.9874C12.9118 12.3156 12.4666 12.5 12.0025 12.5C11.5384 12.5 11.0933 12.3156 10.7651 11.9874C10.4369 11.6592 10.2525 11.2141 10.2525 10.75ZM18.5 16L13.456 21.355C13.269 21.5536 13.0434 21.7118 12.793 21.8199C12.5426 21.9281 12.2728 21.9838 12 21.9838C11.7273 21.9838 11.4574 21.9281 11.207 21.8199C10.9566 21.7118 10.731 21.5536 10.544 21.355L5.50001 16H5.51901L5.51051 15.99L5.50001 15.9775C4.20536 14.4463 3.49657 12.5051 3.50001 10.5C3.50001 5.8055 7.30551 2 12 2C16.6945 2 20.5 5.8055 20.5 10.5C20.5035 12.5051 19.7947 14.4463 18.5 15.9775L18.4895 15.99L18.481 16H18.5ZM17.5285 15.1905C18.6426 13.8819 19.253 12.2186 19.25 10.5C19.25 6.496 16.004 3.25 12 3.25C7.99601 3.25 4.75001 6.496 4.75001 10.5C4.74689 12.2186 5.35735 13.8819 6.47151 15.1905L6.62551 15.372L11.454 20.4975C11.5241 20.572 11.6087 20.6313 11.7026 20.6718C11.7965 20.7124 11.8977 20.7333 12 20.7333C12.1023 20.7333 12.2035 20.7124 12.2974 20.6718C12.3913 20.6313 12.4759 20.572 12.546 20.4975L17.3745 15.372L17.5285 15.1905Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-map:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0025 7.75C11.2069 7.75 10.4438 8.06607 9.88119 8.62868C9.31858 9.19129 9.00251 9.95435 9.00251 10.75C9.00251 11.5456 9.31858 12.3087 9.88119 12.8713C10.4438 13.4339 11.2069 13.75 12.0025 13.75C12.7982 13.75 13.5612 13.4339 14.1238 12.8713C14.6864 12.3087 15.0025 11.5456 15.0025 10.75C15.0025 9.95435 14.6864 9.19129 14.1238 8.62868C13.5612 8.06607 12.7982 7.75 12.0025 7.75ZM10.2525 10.75C10.2525 10.2859 10.4369 9.84075 10.7651 9.51256C11.0933 9.18437 11.5384 9 12.0025 9C12.4666 9 12.9118 9.18437 13.2399 9.51256C13.5681 9.84075 13.7525 10.2859 13.7525 10.75C13.7525 11.2141 13.5681 11.6592 13.2399 11.9874C12.9118 12.3156 12.4666 12.5 12.0025 12.5C11.5384 12.5 11.0933 12.3156 10.7651 11.9874C10.4369 11.6592 10.2525 11.2141 10.2525 10.75ZM18.5 16L13.456 21.355C13.269 21.5536 13.0434 21.7118 12.793 21.8199C12.5426 21.9281 12.2728 21.9838 12 21.9838C11.7273 21.9838 11.4574 21.9281 11.207 21.8199C10.9566 21.7118 10.731 21.5536 10.544 21.355L5.50001 16H5.51901L5.51051 15.99L5.50001 15.9775C4.20536 14.4463 3.49657 12.5051 3.50001 10.5C3.50001 5.8055 7.30551 2 12 2C16.6945 2 20.5 5.8055 20.5 10.5C20.5035 12.5051 19.7947 14.4463 18.5 15.9775L18.4895 15.99L18.481 16H18.5ZM17.5285 15.1905C18.6426 13.8819 19.253 12.2186 19.25 10.5C19.25 6.496 16.004 3.25 12 3.25C7.99601 3.25 4.75001 6.496 4.75001 10.5C4.74689 12.2186 5.35735 13.8819 6.47151 15.1905L6.62551 15.372L11.454 20.4975C11.5241 20.572 11.6087 20.6313 11.7026 20.6718C11.7965 20.7124 11.8977 20.7333 12 20.7333C12.1023 20.7333 12.2035 20.7124 12.2974 20.6718C12.3913 20.6313 12.4759 20.572 12.546 20.4975L17.3745 15.372L17.5285 15.1905Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-phone{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_259_2845)'%3E%3Cpath d='M16.5 1.5C16.8978 1.5 17.2794 1.65804 17.5607 1.93934C17.842 2.22064 18 2.60218 18 3V21C18 21.3978 17.842 21.7794 17.5607 22.0607C17.2794 22.342 16.8978 22.5 16.5 22.5H7.5C7.10218 22.5 6.72064 22.342 6.43934 22.0607C6.15804 21.7794 6 21.3978 6 21V3C6 2.60218 6.15804 2.22064 6.43934 1.93934C6.72064 1.65804 7.10218 1.5 7.5 1.5H16.5ZM7.5 0C6.70435 0 5.94129 0.316071 5.37868 0.87868C4.81607 1.44129 4.5 2.20435 4.5 3V21C4.5 21.7956 4.81607 22.5587 5.37868 23.1213C5.94129 23.6839 6.70435 24 7.5 24H16.5C17.2956 24 18.0587 23.6839 18.6213 23.1213C19.1839 22.5587 19.5 21.7956 19.5 21V3C19.5 2.20435 19.1839 1.44129 18.6213 0.87868C18.0587 0.316071 17.2956 0 16.5 0L7.5 0Z' fill='%2314B4EF'/%3E%3Cpath d='M12 21C12.3978 21 12.7794 20.842 13.0607 20.5607C13.342 20.2794 13.5 19.8978 13.5 19.5C13.5 19.1022 13.342 18.7206 13.0607 18.4393C12.7794 18.158 12.3978 18 12 18C11.6022 18 11.2206 18.158 10.9393 18.4393C10.658 18.7206 10.5 19.1022 10.5 19.5C10.5 19.8978 10.658 20.2794 10.9393 20.5607C11.2206 20.842 11.6022 21 12 21Z' fill='%2314B4EF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_259_2845'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
i.icon-phone:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_259_2845)'%3E%3Cpath d='M16.5 1.5C16.8978 1.5 17.2794 1.65804 17.5607 1.93934C17.842 2.22064 18 2.60218 18 3V21C18 21.3978 17.842 21.7794 17.5607 22.0607C17.2794 22.342 16.8978 22.5 16.5 22.5H7.5C7.10218 22.5 6.72064 22.342 6.43934 22.0607C6.15804 21.7794 6 21.3978 6 21V3C6 2.60218 6.15804 2.22064 6.43934 1.93934C6.72064 1.65804 7.10218 1.5 7.5 1.5H16.5ZM7.5 0C6.70435 0 5.94129 0.316071 5.37868 0.87868C4.81607 1.44129 4.5 2.20435 4.5 3V21C4.5 21.7956 4.81607 22.5587 5.37868 23.1213C5.94129 23.6839 6.70435 24 7.5 24H16.5C17.2956 24 18.0587 23.6839 18.6213 23.1213C19.1839 22.5587 19.5 21.7956 19.5 21V3C19.5 2.20435 19.1839 1.44129 18.6213 0.87868C18.0587 0.316071 17.2956 0 16.5 0L7.5 0Z' fill='%23FFFFFF'/%3E%3Cpath d='M12 21C12.3978 21 12.7794 20.842 13.0607 20.5607C13.342 20.2794 13.5 19.8978 13.5 19.5C13.5 19.1022 13.342 18.7206 13.0607 18.4393C12.7794 18.158 12.3978 18 12 18C11.6022 18 11.2206 18.158 10.9393 18.4393C10.658 18.7206 10.5 19.1022 10.5 19.5C10.5 19.8978 10.658 20.2794 10.9393 20.5607C11.2206 20.842 11.6022 21 12 21Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_259_2845'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
i.icon-email{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4.5H3C2.60218 4.5 2.22064 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22064 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5V4.5ZM19.35 6L12 11.085L4.65 6H19.35ZM3 18V6.6825L11.5725 12.615C11.698 12.7021 11.8472 12.7488 12 12.7488C12.1528 12.7488 12.302 12.7021 12.4275 12.615L21 6.6825V18H3Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-email:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4.5H3C2.60218 4.5 2.22064 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22064 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5V4.5ZM19.35 6L12 11.085L4.65 6H19.35ZM3 18V6.6825L11.5725 12.615C11.698 12.7021 11.8472 12.7488 12 12.7488C12.1528 12.7488 12.302 12.7021 12.4275 12.615L21 6.6825V18H3Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-calendar{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.875 13.5C8.17337 13.5 8.45952 13.3815 8.6705 13.1705C8.88147 12.9595 9 12.6734 9 12.375C9 12.0766 8.88147 11.7905 8.6705 11.5795C8.45952 11.3685 8.17337 11.25 7.875 11.25C7.57663 11.25 7.29048 11.3685 7.0795 11.5795C6.86853 11.7905 6.75 12.0766 6.75 12.375C6.75 12.6734 6.86853 12.9595 7.0795 13.1705C7.29048 13.3815 7.57663 13.5 7.875 13.5ZM9 16.125C9 16.4234 8.88147 16.7095 8.6705 16.9205C8.45952 17.1315 8.17337 17.25 7.875 17.25C7.57663 17.25 7.29048 17.1315 7.0795 16.9205C6.86853 16.7095 6.75 16.4234 6.75 16.125C6.75 15.8266 6.86853 15.5405 7.0795 15.3295C7.29048 15.1185 7.57663 15 7.875 15C8.17337 15 8.45952 15.1185 8.6705 15.3295C8.88147 15.5405 9 15.8266 9 16.125ZM12 17.25C12.2984 17.25 12.5845 17.1315 12.7955 16.9205C13.0065 16.7095 13.125 16.4234 13.125 16.125C13.125 15.8266 13.0065 15.5405 12.7955 15.3295C12.5845 15.1185 12.2984 15 12 15C11.7016 15 11.4155 15.1185 11.2045 15.3295C10.9935 15.5405 10.875 15.8266 10.875 16.125C10.875 16.4234 10.9935 16.7095 11.2045 16.9205C11.4155 17.1315 11.7016 17.25 12 17.25ZM13.125 12.375C13.125 12.6734 13.0065 12.9595 12.7955 13.1705C12.5845 13.3815 12.2984 13.5 12 13.5C11.7016 13.5 11.4155 13.3815 11.2045 13.1705C10.9935 12.9595 10.875 12.6734 10.875 12.375C10.875 12.0766 10.9935 11.7905 11.2045 11.5795C11.4155 11.3685 11.7016 11.25 12 11.25C12.2984 11.25 12.5845 11.3685 12.7955 11.5795C13.0065 11.7905 13.125 12.0766 13.125 12.375ZM16.125 13.5C16.4234 13.5 16.7095 13.3815 16.9205 13.1705C17.1315 12.9595 17.25 12.6734 17.25 12.375C17.25 12.0766 17.1315 11.7905 16.9205 11.5795C16.7095 11.3685 16.4234 11.25 16.125 11.25C15.8266 11.25 15.5405 11.3685 15.3295 11.5795C15.1185 11.7905 15 12.0766 15 12.375C15 12.6734 15.1185 12.9595 15.3295 13.1705C15.5405 13.3815 15.8266 13.5 16.125 13.5ZM3 6.75C3 5.75544 3.39509 4.80161 4.09835 4.09835C4.80161 3.39509 5.75544 3 6.75 3H17.25C18.2446 3 19.1984 3.39509 19.9016 4.09835C20.6049 4.80161 21 5.75544 21 6.75V17.25C21 18.2446 20.6049 19.1984 19.9016 19.9016C19.1984 20.6049 18.2446 21 17.25 21H6.75C5.75544 21 4.80161 20.6049 4.09835 19.9016C3.39509 19.1984 3 18.2446 3 17.25V6.75ZM6.75 4.5C6.15326 4.5 5.58097 4.73705 5.15901 5.15901C4.73705 5.58097 4.5 6.15326 4.5 6.75V7.5H19.5V6.75C19.5 6.15326 19.2629 5.58097 18.841 5.15901C18.419 4.73705 17.8467 4.5 17.25 4.5H6.75ZM4.5 17.25C4.5 17.8467 4.73705 18.419 5.15901 18.841C5.58097 19.2629 6.15326 19.5 6.75 19.5H17.25C17.8467 19.5 18.419 19.2629 18.841 18.841C19.2629 18.419 19.5 17.8467 19.5 17.25V9H4.5V17.25Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-calendar:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.875 13.5C8.17337 13.5 8.45952 13.3815 8.6705 13.1705C8.88147 12.9595 9 12.6734 9 12.375C9 12.0766 8.88147 11.7905 8.6705 11.5795C8.45952 11.3685 8.17337 11.25 7.875 11.25C7.57663 11.25 7.29048 11.3685 7.0795 11.5795C6.86853 11.7905 6.75 12.0766 6.75 12.375C6.75 12.6734 6.86853 12.9595 7.0795 13.1705C7.29048 13.3815 7.57663 13.5 7.875 13.5ZM9 16.125C9 16.4234 8.88147 16.7095 8.6705 16.9205C8.45952 17.1315 8.17337 17.25 7.875 17.25C7.57663 17.25 7.29048 17.1315 7.0795 16.9205C6.86853 16.7095 6.75 16.4234 6.75 16.125C6.75 15.8266 6.86853 15.5405 7.0795 15.3295C7.29048 15.1185 7.57663 15 7.875 15C8.17337 15 8.45952 15.1185 8.6705 15.3295C8.88147 15.5405 9 15.8266 9 16.125ZM12 17.25C12.2984 17.25 12.5845 17.1315 12.7955 16.9205C13.0065 16.7095 13.125 16.4234 13.125 16.125C13.125 15.8266 13.0065 15.5405 12.7955 15.3295C12.5845 15.1185 12.2984 15 12 15C11.7016 15 11.4155 15.1185 11.2045 15.3295C10.9935 15.5405 10.875 15.8266 10.875 16.125C10.875 16.4234 10.9935 16.7095 11.2045 16.9205C11.4155 17.1315 11.7016 17.25 12 17.25ZM13.125 12.375C13.125 12.6734 13.0065 12.9595 12.7955 13.1705C12.5845 13.3815 12.2984 13.5 12 13.5C11.7016 13.5 11.4155 13.3815 11.2045 13.1705C10.9935 12.9595 10.875 12.6734 10.875 12.375C10.875 12.0766 10.9935 11.7905 11.2045 11.5795C11.4155 11.3685 11.7016 11.25 12 11.25C12.2984 11.25 12.5845 11.3685 12.7955 11.5795C13.0065 11.7905 13.125 12.0766 13.125 12.375ZM16.125 13.5C16.4234 13.5 16.7095 13.3815 16.9205 13.1705C17.1315 12.9595 17.25 12.6734 17.25 12.375C17.25 12.0766 17.1315 11.7905 16.9205 11.5795C16.7095 11.3685 16.4234 11.25 16.125 11.25C15.8266 11.25 15.5405 11.3685 15.3295 11.5795C15.1185 11.7905 15 12.0766 15 12.375C15 12.6734 15.1185 12.9595 15.3295 13.1705C15.5405 13.3815 15.8266 13.5 16.125 13.5ZM3 6.75C3 5.75544 3.39509 4.80161 4.09835 4.09835C4.80161 3.39509 5.75544 3 6.75 3H17.25C18.2446 3 19.1984 3.39509 19.9016 4.09835C20.6049 4.80161 21 5.75544 21 6.75V17.25C21 18.2446 20.6049 19.1984 19.9016 19.9016C19.1984 20.6049 18.2446 21 17.25 21H6.75C5.75544 21 4.80161 20.6049 4.09835 19.9016C3.39509 19.1984 3 18.2446 3 17.25V6.75ZM6.75 4.5C6.15326 4.5 5.58097 4.73705 5.15901 5.15901C4.73705 5.58097 4.5 6.15326 4.5 6.75V7.5H19.5V6.75C19.5 6.15326 19.2629 5.58097 18.841 5.15901C18.419 4.73705 17.8467 4.5 17.25 4.5H6.75ZM4.5 17.25C4.5 17.8467 4.73705 18.419 5.15901 18.841C5.58097 19.2629 6.15326 19.5 6.75 19.5H17.25C17.8467 19.5 18.419 19.2629 18.841 18.841C19.2629 18.419 19.5 17.8467 19.5 17.25V9H4.5V17.25Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-skype{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3159 16.3723C25.3877 15.872 25.4237 15.3672 25.4237 14.8619C25.4237 9.10988 20.7081 4.4272 14.9057 4.4272C14.4207 4.4272 13.9267 4.46284 13.4461 4.5252C12.494 4.01732 11.4162 3.75 10.3293 3.75C6.70059 3.75 3.75 6.6772 3.75 10.2728C3.75 11.3332 4.01046 12.3802 4.50897 13.3114C4.43263 13.8238 4.39221 14.345 4.39221 14.8619C4.39221 20.6139 9.10775 25.2966 14.9102 25.2966C15.3189 25.2966 15.732 25.2743 16.1362 25.2253C17.1916 25.8936 18.4132 26.25 19.6752 26.25C23.3039 26.25 26.25 23.3228 26.25 19.7272C26.25 18.5421 25.9266 17.3837 25.3159 16.3723H25.3159ZM23.259 23.2827C22.3024 24.2317 21.027 24.7574 19.6707 24.7574C18.6692 24.7574 17.7036 24.4678 16.8728 23.9198L16.5 23.6748L16.0554 23.7327C15.6782 23.7817 15.2919 23.804 14.9102 23.804C13.6931 23.804 12.512 23.5678 11.4027 23.1C10.3293 22.65 9.36378 22.004 8.53746 21.1842C7.71114 20.3644 7.05992 19.4065 6.6063 18.3416C6.13477 17.2411 5.89672 16.0693 5.89672 14.8619C5.89672 14.3896 5.93265 13.9129 6.00901 13.4451L6.07187 13.0441L5.87429 12.6876C5.47009 11.9525 5.2545 11.1193 5.2545 10.2728C5.2545 8.92722 5.77994 7.66632 6.74101 6.71286C7.69758 5.76386 8.97305 5.2381 10.3293 5.2381C11.1961 5.2381 12.0539 5.46088 12.804 5.87966L13.1632 6.08016L13.5719 6.02224C14.012 5.9554 14.4656 5.92424 14.9102 5.92424C16.1273 5.92424 17.3084 6.16038 18.4177 6.6282C19.4911 7.0782 20.4566 7.72424 21.283 8.54404C22.1093 9.36384 22.7605 10.3217 23.2141 11.3866C23.6857 12.4871 23.9237 13.6589 23.9237 14.8663C23.9237 15.3297 23.8878 15.7975 23.8159 16.2564L23.7485 16.693L23.9865 17.0718C24.485 17.8693 24.75 18.7871 24.75 19.7272C24.7455 21.0683 24.2156 22.3337 23.259 23.2827V23.2827H23.259ZM16.4776 13.8906L14.3488 13.4139C13.1901 13.1555 12.6063 12.759 12.6063 12.2154C12.6063 11.8278 12.768 11.5114 13.0869 11.2708C13.4057 11.0302 13.8593 10.9099 14.4387 10.9099C15.1213 10.9099 15.6782 11.0525 16.1003 11.3421C16.2261 11.4223 16.4955 11.6852 16.9087 12.1263C17.1782 12.4114 17.4701 12.5585 17.78 12.5585C18.0988 12.5585 18.3773 12.4694 18.6018 12.2911C18.8308 12.1129 18.9432 11.8679 18.9432 11.5604C18.9432 10.852 18.4716 10.2371 17.5285 9.71586C16.6392 9.2213 15.6647 8.97626 14.6048 8.97626C13.3833 8.97626 12.3683 9.23466 11.5599 9.74706C10.6168 10.353 10.1452 11.2263 10.1452 12.3624C10.1452 13.9218 11.0569 14.9332 12.8803 15.3921L15.7545 16.1139C16.4775 16.2966 16.8413 16.6842 16.8413 17.2678C16.8413 17.6599 16.6662 17.9896 16.3159 18.2658C15.9341 18.5733 15.4266 18.7292 14.7979 18.7292C14.0659 18.7292 13.4775 18.5555 13.0329 18.2079C12.9296 18.1366 12.6467 17.8203 12.1841 17.2545C11.8967 16.9069 11.5688 16.7332 11.2096 16.7332C10.8997 16.7332 10.6437 16.8312 10.4416 17.0272C10.2395 17.2233 10.1407 17.4728 10.1407 17.7802C10.1407 18.4797 10.518 19.0946 11.2725 19.6247C12.1482 20.2619 13.3294 20.5782 14.8024 20.5782C16.289 20.5782 17.4342 20.2441 18.2425 19.5757C19.006 18.9609 19.3878 18.1277 19.3878 17.0807C19.4012 15.3965 18.4267 14.3317 16.4776 13.8906V13.8906Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-skype:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3159 16.3723C25.3877 15.872 25.4237 15.3672 25.4237 14.8619C25.4237 9.10988 20.7081 4.4272 14.9057 4.4272C14.4207 4.4272 13.9267 4.46284 13.4461 4.5252C12.494 4.01732 11.4162 3.75 10.3293 3.75C6.70059 3.75 3.75 6.6772 3.75 10.2728C3.75 11.3332 4.01046 12.3802 4.50897 13.3114C4.43263 13.8238 4.39221 14.345 4.39221 14.8619C4.39221 20.6139 9.10775 25.2966 14.9102 25.2966C15.3189 25.2966 15.732 25.2743 16.1362 25.2253C17.1916 25.8936 18.4132 26.25 19.6752 26.25C23.3039 26.25 26.25 23.3228 26.25 19.7272C26.25 18.5421 25.9266 17.3837 25.3159 16.3723H25.3159ZM23.259 23.2827C22.3024 24.2317 21.027 24.7574 19.6707 24.7574C18.6692 24.7574 17.7036 24.4678 16.8728 23.9198L16.5 23.6748L16.0554 23.7327C15.6782 23.7817 15.2919 23.804 14.9102 23.804C13.6931 23.804 12.512 23.5678 11.4027 23.1C10.3293 22.65 9.36378 22.004 8.53746 21.1842C7.71114 20.3644 7.05992 19.4065 6.6063 18.3416C6.13477 17.2411 5.89672 16.0693 5.89672 14.8619C5.89672 14.3896 5.93265 13.9129 6.00901 13.4451L6.07187 13.0441L5.87429 12.6876C5.47009 11.9525 5.2545 11.1193 5.2545 10.2728C5.2545 8.92722 5.77994 7.66632 6.74101 6.71286C7.69758 5.76386 8.97305 5.2381 10.3293 5.2381C11.1961 5.2381 12.0539 5.46088 12.804 5.87966L13.1632 6.08016L13.5719 6.02224C14.012 5.9554 14.4656 5.92424 14.9102 5.92424C16.1273 5.92424 17.3084 6.16038 18.4177 6.6282C19.4911 7.0782 20.4566 7.72424 21.283 8.54404C22.1093 9.36384 22.7605 10.3217 23.2141 11.3866C23.6857 12.4871 23.9237 13.6589 23.9237 14.8663C23.9237 15.3297 23.8878 15.7975 23.8159 16.2564L23.7485 16.693L23.9865 17.0718C24.485 17.8693 24.75 18.7871 24.75 19.7272C24.7455 21.0683 24.2156 22.3337 23.259 23.2827V23.2827H23.259ZM16.4776 13.8906L14.3488 13.4139C13.1901 13.1555 12.6063 12.759 12.6063 12.2154C12.6063 11.8278 12.768 11.5114 13.0869 11.2708C13.4057 11.0302 13.8593 10.9099 14.4387 10.9099C15.1213 10.9099 15.6782 11.0525 16.1003 11.3421C16.2261 11.4223 16.4955 11.6852 16.9087 12.1263C17.1782 12.4114 17.4701 12.5585 17.78 12.5585C18.0988 12.5585 18.3773 12.4694 18.6018 12.2911C18.8308 12.1129 18.9432 11.8679 18.9432 11.5604C18.9432 10.852 18.4716 10.2371 17.5285 9.71586C16.6392 9.2213 15.6647 8.97626 14.6048 8.97626C13.3833 8.97626 12.3683 9.23466 11.5599 9.74706C10.6168 10.353 10.1452 11.2263 10.1452 12.3624C10.1452 13.9218 11.0569 14.9332 12.8803 15.3921L15.7545 16.1139C16.4775 16.2966 16.8413 16.6842 16.8413 17.2678C16.8413 17.6599 16.6662 17.9896 16.3159 18.2658C15.9341 18.5733 15.4266 18.7292 14.7979 18.7292C14.0659 18.7292 13.4775 18.5555 13.0329 18.2079C12.9296 18.1366 12.6467 17.8203 12.1841 17.2545C11.8967 16.9069 11.5688 16.7332 11.2096 16.7332C10.8997 16.7332 10.6437 16.8312 10.4416 17.0272C10.2395 17.2233 10.1407 17.4728 10.1407 17.7802C10.1407 18.4797 10.518 19.0946 11.2725 19.6247C12.1482 20.2619 13.3294 20.5782 14.8024 20.5782C16.289 20.5782 17.4342 20.2441 18.2425 19.5757C19.006 18.9609 19.3878 18.1277 19.3878 17.0807C19.4012 15.3965 18.4267 14.3317 16.4776 13.8906V13.8906Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-telegram{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7086 4.13071C25.4927 3.94555 25.2301 3.822 24.9489 3.7733C24.6676 3.7246 24.3782 3.75257 24.1118 3.85422L3.49855 11.8723C3.18227 11.9937 2.91443 12.2137 2.73542 12.499C2.55642 12.7843 2.47598 13.1196 2.50623 13.4542C2.53649 13.7888 2.6758 14.1046 2.90314 14.3539C3.13048 14.6032 3.43353 14.7725 3.76655 14.8363L9.18227 15.9091V22.5669C9.18263 22.8719 9.27397 23.1701 9.44482 23.4239C9.61567 23.6777 9.85841 23.8759 10.1426 23.9935C10.3342 24.0709 10.5387 24.1121 10.7456 24.1152C10.951 24.1164 11.1547 24.077 11.3446 23.9991C11.5344 23.9212 11.7066 23.8065 11.851 23.6618L14.8995 20.6425L19.4554 24.6129C19.7376 24.8635 20.1037 25.0014 20.4827 25C20.646 25.0013 20.8084 24.9751 20.9628 24.9225C21.2207 24.8414 21.4524 24.6944 21.6347 24.4963C21.817 24.2983 21.9435 24.0562 22.0013 23.7945L26.2111 5.64586C26.274 5.37192 26.2605 5.08619 26.1719 4.81928C26.0834 4.55237 25.9232 4.31435 25.7086 4.13071ZM3.85588 13.3322C3.84807 13.2856 3.85726 13.2377 3.88181 13.1972C3.90636 13.1567 3.94467 13.1261 3.98988 13.111L21.242 6.3979L9.69592 14.6593L4.03454 13.5313C3.98519 13.5258 3.93963 13.5024 3.90665 13.4657C3.87366 13.4289 3.85557 13.3814 3.85588 13.3322ZM10.9019 22.7217C10.8709 22.7538 10.8305 22.7754 10.7863 22.7834C10.7422 22.7913 10.6966 22.7852 10.6562 22.7659C10.617 22.749 10.5835 22.7212 10.5597 22.6859C10.536 22.6506 10.5229 22.6093 10.5222 22.5669V16.827L13.8833 19.7688L10.9019 22.7217ZM20.706 23.4959C20.6984 23.5342 20.6806 23.5699 20.6545 23.5992C20.6285 23.6286 20.595 23.6506 20.5575 23.6629C20.5201 23.6753 20.48 23.6776 20.4413 23.6696C20.4027 23.6616 20.3669 23.6437 20.3375 23.6175L10.9242 15.4114L24.8823 5.43573L20.706 23.4959Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-telegram:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7086 4.13071C25.4927 3.94555 25.2301 3.822 24.9489 3.7733C24.6676 3.7246 24.3782 3.75257 24.1118 3.85422L3.49855 11.8723C3.18227 11.9937 2.91443 12.2137 2.73542 12.499C2.55642 12.7843 2.47598 13.1196 2.50623 13.4542C2.53649 13.7888 2.6758 14.1046 2.90314 14.3539C3.13048 14.6032 3.43353 14.7725 3.76655 14.8363L9.18227 15.9091V22.5669C9.18263 22.8719 9.27397 23.1701 9.44482 23.4239C9.61567 23.6777 9.85841 23.8759 10.1426 23.9935C10.3342 24.0709 10.5387 24.1121 10.7456 24.1152C10.951 24.1164 11.1547 24.077 11.3446 23.9991C11.5344 23.9212 11.7066 23.8065 11.851 23.6618L14.8995 20.6425L19.4554 24.6129C19.7376 24.8635 20.1037 25.0014 20.4827 25C20.646 25.0013 20.8084 24.9751 20.9628 24.9225C21.2207 24.8414 21.4524 24.6944 21.6347 24.4963C21.817 24.2983 21.9435 24.0562 22.0013 23.7945L26.2111 5.64586C26.274 5.37192 26.2605 5.08619 26.1719 4.81928C26.0834 4.55237 25.9232 4.31435 25.7086 4.13071ZM3.85588 13.3322C3.84807 13.2856 3.85726 13.2377 3.88181 13.1972C3.90636 13.1567 3.94467 13.1261 3.98988 13.111L21.242 6.3979L9.69592 14.6593L4.03454 13.5313C3.98519 13.5258 3.93963 13.5024 3.90665 13.4657C3.87366 13.4289 3.85557 13.3814 3.85588 13.3322ZM10.9019 22.7217C10.8709 22.7538 10.8305 22.7754 10.7863 22.7834C10.7422 22.7913 10.6966 22.7852 10.6562 22.7659C10.617 22.749 10.5835 22.7212 10.5597 22.6859C10.536 22.6506 10.5229 22.6093 10.5222 22.5669V16.827L13.8833 19.7688L10.9019 22.7217ZM20.706 23.4959C20.6984 23.5342 20.6806 23.5699 20.6545 23.5992C20.6285 23.6286 20.595 23.6506 20.5575 23.6629C20.5201 23.6753 20.48 23.6776 20.4413 23.6696C20.4027 23.6616 20.3669 23.6437 20.3375 23.6175L10.9242 15.4114L24.8823 5.43573L20.706 23.4959Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-vk{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.65754C1.25 7.67382 1.95652 7.2855 2.82609 7.23373L6.875 7.25962C7.11957 7.25962 7.33696 7.41494 7.41848 7.64793C8.34239 10.4956 9.4837 12.2559 10.8424 14.2493C10.9239 14.4046 11.0598 14.4822 11.1957 14.4822C11.3043 14.4822 11.413 14.4305 11.4946 14.301L11.5761 14.0163L11.6033 9.53772C11.6033 8.89053 11.2772 8.78698 10.5163 8.68343C10.2174 8.63166 10.0272 8.37278 10.0272 8.11391C10.0272 8.06213 10.0272 8.01035 10.0543 7.95858C10.4348 6.84541 11.6304 6.27589 13.3152 6.27589L14.837 6.25C16.087 6.25 17.2283 6.76775 17.2283 8.29512V14.1716C17.337 14.2493 17.4457 14.301 17.5815 14.301C17.7989 14.301 18.0707 14.1716 18.288 13.8351C19.7011 11.9453 21.3043 9.69305 21.5217 8.50222C21.5217 8.45044 21.5489 8.42456 21.5761 8.37278C21.875 7.80325 22.6359 7.41494 22.962 7.31139C23.0163 7.2855 23.0978 7.25962 23.2065 7.25962H27.4185L27.6902 7.2855C28.0978 7.2855 28.3967 7.54438 28.5326 7.77737C28.7772 8.13979 28.7228 8.52811 28.75 8.68343V8.86465C28.3424 11.2204 25.5163 13.8609 24.3207 15.5695C24.1576 15.7766 24.0761 15.9578 24.0761 16.1391C24.0761 16.2944 24.1576 16.4497 24.2935 16.605L28.2609 21.3683C28.4783 21.6531 28.587 21.9896 28.587 22.2744C28.587 23.1287 27.7446 23.6206 26.9293 23.6982L26.4674 23.7241H22.337C22.2554 23.7241 22.2011 23.75 22.1196 23.75C21.6576 23.75 21.2772 23.517 21.0054 23.2581C20.1359 22.2485 19.2935 21.213 18.4511 20.2034C18.288 19.9963 18.2337 19.9704 18.0707 19.8669C17.8804 20.6176 17.7174 21.3942 17.5272 22.1709L17.4457 22.6109C17.3098 23.0769 16.9565 23.5688 16.3043 23.6982L15.9239 23.7241H13.2609C8.55978 23.7241 4.34783 17.3558 1.38587 9.40828C1.30435 9.20118 1.25 8.91642 1.25 8.65754ZM17.5815 15.3624C16.875 15.3624 16.087 14.9741 16.087 14.2493V8.29512C16.087 7.59615 15.7609 7.33728 14.8641 7.33728L13.3152 7.38905C12.4457 7.38905 11.9565 7.51849 11.5489 7.77737C12.1739 8.06213 12.7446 8.45044 12.7446 9.53772V14.0939C12.663 15 11.875 15.5954 11.1141 15.5954C10.5978 15.5954 10.1359 15.3107 9.86413 14.8447C8.6413 13.0843 7.6087 11.4275 6.71196 9.04586L6.46739 8.37278L2.85326 8.34689C2.36413 8.34689 2.41848 8.37278 2.41848 8.60577C2.41848 8.76109 2.44565 8.9682 2.47283 9.09763L3.04348 10.5473C6.00543 17.8476 9.72826 22.6368 13.2609 22.6368H15.9783C16.3587 22.6368 16.3315 22.1967 16.413 21.9379L16.9293 19.6598C17.038 19.4268 17.1196 19.2197 17.3098 19.0385C17.5272 18.8314 17.7717 18.7537 18.0163 18.7537C18.5326 18.7537 19.0217 19.142 19.3478 19.5044L21.6576 22.3003C21.8478 22.5851 22.0109 22.6368 22.1196 22.6368H26.6033C27.038 22.6368 27.4185 22.5074 27.4185 22.2485C27.4185 22.1709 27.3913 22.0673 27.337 21.9896L23.3967 17.304C23.0707 16.9157 22.9348 16.5274 22.9348 16.1391C22.9348 15.7249 23.0978 15.3107 23.3696 14.9482C24.5109 13.3173 26.9565 10.9874 27.5272 9.07175L27.6087 8.73521C27.5815 8.60577 27.5815 8.50222 27.5543 8.37278H23.288C23.0163 8.47633 22.7989 8.63166 22.6359 8.83876L22.4728 9.33062C21.8478 10.9874 20.1359 13.2655 18.913 14.8447C18.5054 15.2071 18.0435 15.3624 17.5815 15.3624Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-vk:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.65754C1.25 7.67382 1.95652 7.2855 2.82609 7.23373L6.875 7.25962C7.11957 7.25962 7.33696 7.41494 7.41848 7.64793C8.34239 10.4956 9.4837 12.2559 10.8424 14.2493C10.9239 14.4046 11.0598 14.4822 11.1957 14.4822C11.3043 14.4822 11.413 14.4305 11.4946 14.301L11.5761 14.0163L11.6033 9.53772C11.6033 8.89053 11.2772 8.78698 10.5163 8.68343C10.2174 8.63166 10.0272 8.37278 10.0272 8.11391C10.0272 8.06213 10.0272 8.01035 10.0543 7.95858C10.4348 6.84541 11.6304 6.27589 13.3152 6.27589L14.837 6.25C16.087 6.25 17.2283 6.76775 17.2283 8.29512V14.1716C17.337 14.2493 17.4457 14.301 17.5815 14.301C17.7989 14.301 18.0707 14.1716 18.288 13.8351C19.7011 11.9453 21.3043 9.69305 21.5217 8.50222C21.5217 8.45044 21.5489 8.42456 21.5761 8.37278C21.875 7.80325 22.6359 7.41494 22.962 7.31139C23.0163 7.2855 23.0978 7.25962 23.2065 7.25962H27.4185L27.6902 7.2855C28.0978 7.2855 28.3967 7.54438 28.5326 7.77737C28.7772 8.13979 28.7228 8.52811 28.75 8.68343V8.86465C28.3424 11.2204 25.5163 13.8609 24.3207 15.5695C24.1576 15.7766 24.0761 15.9578 24.0761 16.1391C24.0761 16.2944 24.1576 16.4497 24.2935 16.605L28.2609 21.3683C28.4783 21.6531 28.587 21.9896 28.587 22.2744C28.587 23.1287 27.7446 23.6206 26.9293 23.6982L26.4674 23.7241H22.337C22.2554 23.7241 22.2011 23.75 22.1196 23.75C21.6576 23.75 21.2772 23.517 21.0054 23.2581C20.1359 22.2485 19.2935 21.213 18.4511 20.2034C18.288 19.9963 18.2337 19.9704 18.0707 19.8669C17.8804 20.6176 17.7174 21.3942 17.5272 22.1709L17.4457 22.6109C17.3098 23.0769 16.9565 23.5688 16.3043 23.6982L15.9239 23.7241H13.2609C8.55978 23.7241 4.34783 17.3558 1.38587 9.40828C1.30435 9.20118 1.25 8.91642 1.25 8.65754ZM17.5815 15.3624C16.875 15.3624 16.087 14.9741 16.087 14.2493V8.29512C16.087 7.59615 15.7609 7.33728 14.8641 7.33728L13.3152 7.38905C12.4457 7.38905 11.9565 7.51849 11.5489 7.77737C12.1739 8.06213 12.7446 8.45044 12.7446 9.53772V14.0939C12.663 15 11.875 15.5954 11.1141 15.5954C10.5978 15.5954 10.1359 15.3107 9.86413 14.8447C8.6413 13.0843 7.6087 11.4275 6.71196 9.04586L6.46739 8.37278L2.85326 8.34689C2.36413 8.34689 2.41848 8.37278 2.41848 8.60577C2.41848 8.76109 2.44565 8.9682 2.47283 9.09763L3.04348 10.5473C6.00543 17.8476 9.72826 22.6368 13.2609 22.6368H15.9783C16.3587 22.6368 16.3315 22.1967 16.413 21.9379L16.9293 19.6598C17.038 19.4268 17.1196 19.2197 17.3098 19.0385C17.5272 18.8314 17.7717 18.7537 18.0163 18.7537C18.5326 18.7537 19.0217 19.142 19.3478 19.5044L21.6576 22.3003C21.8478 22.5851 22.0109 22.6368 22.1196 22.6368H26.6033C27.038 22.6368 27.4185 22.5074 27.4185 22.2485C27.4185 22.1709 27.3913 22.0673 27.337 21.9896L23.3967 17.304C23.0707 16.9157 22.9348 16.5274 22.9348 16.1391C22.9348 15.7249 23.0978 15.3107 23.3696 14.9482C24.5109 13.3173 26.9565 10.9874 27.5272 9.07175L27.6087 8.73521C27.5815 8.60577 27.5815 8.50222 27.5543 8.37278H23.288C23.0163 8.47633 22.7989 8.63166 22.6359 8.83876L22.4728 9.33062C21.8478 10.9874 20.1359 13.2655 18.913 14.8447C18.5054 15.2071 18.0435 15.3624 17.5815 15.3624Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-icq{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5932 12.9619L21.463 12.7447C21.2316 12.3972 20.9712 12.0931 20.682 11.8324C20.5952 11.7745 20.4433 11.6949 20.2263 11.5935C20.0094 11.4921 19.8431 11.4125 19.7273 11.3546C20.5952 10.9491 21.1882 10.3554 21.5064 9.57344C21.5932 9.34175 21.586 9.03765 21.4847 8.66115C21.3835 8.28465 21.3328 8.05296 21.3328 7.96607V7.87919C21.3328 7.4158 20.8266 7.0393 19.8141 6.74969C19.5538 6.72073 19.1199 6.70625 18.5124 6.70625L17.5577 6.92346L17.8615 6.18494C18.1797 5.31609 18.0929 4.46173 17.6011 3.62185L17.5143 3.44808C17.0804 2.78196 16.4295 2.33306 15.5617 2.10137C14.6939 1.89863 13.8839 2 13.1317 2.40546C12.0903 2.95573 11.5696 3.59288 11.5696 4.31692V4.36036L11.4395 4.57758L11.3093 4.36036L11.0055 3.8825C10.5716 3.21638 9.97858 2.76748 9.22645 2.53579C8.61896 2.39098 8.05487 2.46338 7.53416 2.753C6.9556 3.10054 6.594 3.66529 6.44936 4.44725C6.30472 5.28713 6.44936 6.08357 6.88328 6.83657L7.05685 7.14067L6.40597 6.92346C5.56705 6.72073 4.7426 6.83657 3.93262 7.271C3.12263 7.6475 2.55853 8.25569 2.24033 9.09557C1.89319 9.84857 1.92212 10.6016 2.32711 11.3546C2.47175 11.6152 2.68871 11.8614 2.97799 12.0931C3.35406 12.4117 3.78798 12.6144 4.27975 12.7013L4.49671 12.7447L4.06279 13.1357C3.68673 13.4253 3.42638 13.8163 3.28174 14.3086C3.1371 14.8589 3.20942 15.3513 3.4987 15.7857C3.64334 16.0463 3.8169 16.2346 4.0194 16.3504C4.2219 16.5532 4.49671 16.6835 4.84385 16.7414C5.53812 16.8862 6.21793 16.8573 6.88328 16.6545L6.36257 17.4799L6.2324 17.8709C5.94312 18.7398 6.01544 19.5796 6.44936 20.3906C6.50722 20.4775 6.72418 20.7526 7.10024 21.216C7.44738 21.5345 7.8813 21.7518 8.402 21.8676C9.38556 22.0993 10.2389 22.0269 10.9621 21.6504C11.7143 21.216 12.235 20.5643 12.5243 19.6955L12.5676 19.5217C13.1173 20.1589 13.6669 20.5354 14.2165 20.6512C14.7951 20.825 15.3447 20.7671 15.8654 20.4775C16.3572 20.1589 16.6899 19.6955 16.8635 19.0873C16.9792 18.4791 16.9792 17.842 16.8635 17.1758C17.2106 17.3786 17.5143 17.5089 17.7747 17.5668C18.6715 17.8564 19.5248 17.7985 20.3348 17.393C21.087 16.9876 21.5932 16.336 21.8536 15.4381C22.1139 14.5983 22.0271 13.7729 21.5932 12.9619ZM17.4276 8.27017L17.7747 8.13984C18.2375 7.90815 18.7438 7.82127 19.2934 7.87919C19.8141 7.96607 20.1613 8.18328 20.3348 8.53082L20.4216 8.87836L20.3782 9.18246C20.1757 9.64584 19.7273 10.0513 19.0331 10.3988C18.8306 10.4857 18.5124 10.5581 18.0784 10.6161L14.5637 11.0505L14.4769 10.8767L14.4335 10.7898L14.5637 10.6161L17.4276 8.27017ZM12.5676 4.7079C12.6834 4.15763 13.0305 3.73769 13.6091 3.44808C14.1587 3.1295 14.7083 3.08606 15.258 3.31775C15.8654 3.46256 16.2994 3.76665 16.5597 4.23004C16.7044 4.57758 16.7767 4.91063 16.7767 5.22921L16.6899 5.8374C16.632 6.09806 16.4874 6.38767 16.256 6.70625L13.6958 9.79065C13.5223 9.64584 13.233 9.48655 12.828 9.31278L12.5676 6.1415L12.5243 5.012L12.5676 4.7079ZM7.66434 4.79479C7.66434 4.3314 7.85237 3.98386 8.22844 3.75217C8.402 3.60736 8.61896 3.59288 8.87932 3.70873C9.42895 3.8825 9.86287 4.28796 10.1811 4.92511C10.4125 5.44642 10.5282 5.75052 10.5282 5.8374L11.0923 9.18246L10.6584 9.31278L8.09826 6.57592L7.96808 6.27182C7.70773 5.69259 7.60648 5.20025 7.66434 4.79479ZM3.41191 10.7898C3.20942 10.3554 3.19495 9.93546 3.36852 9.53C3.59994 8.9218 3.97601 8.51634 4.49671 8.31361C5.04635 8.05296 5.58152 7.98055 6.10222 8.0964L6.88328 8.4005L9.40002 10.2251C9.1686 10.4857 9.00949 10.7609 8.92271 11.0505L4.80046 11.5718L4.54011 11.5283C4.07726 11.4415 3.70119 11.1953 3.41191 10.7898ZM11.5696 19.0873L11.4395 19.3914C11.2659 19.9127 10.9043 20.2892 10.3546 20.5209C9.86287 20.8105 9.3277 20.8829 8.74914 20.7381C8.17058 20.5933 7.76559 20.2892 7.53416 19.8258C7.36059 19.5072 7.27381 19.1887 7.27381 18.8701L7.40398 18.2185C7.46184 17.9288 7.60648 17.6537 7.83791 17.393L10.2245 14.5693C10.5427 14.7431 10.8609 14.8589 11.1791 14.9168C11.208 15.1196 11.2803 15.5757 11.3961 16.2853C11.5118 16.9948 11.5696 17.5523 11.5696 17.9578V19.0873ZM10.4848 13.4398C10.0798 13.1212 9.87733 12.6868 9.87733 12.1365C9.87733 11.6442 10.0798 11.1953 10.4848 10.7898C10.803 10.4712 11.2514 10.312 11.83 10.312C12.3796 10.312 12.8135 10.4712 13.1317 10.7898C13.5078 11.1663 13.6958 11.6152 13.6958 12.1365C13.6958 12.7158 13.5078 13.1502 13.1317 13.4398C12.7846 13.8163 12.3507 14.0046 11.83 14.0046C11.2225 14.0046 10.7741 13.8163 10.4848 13.4398ZM15.7787 18.3922C15.7208 18.9135 15.5328 19.2611 15.2146 19.4348C15.041 19.5507 14.824 19.5796 14.5637 19.5217C14.014 19.4059 13.5801 19.0004 13.2619 18.3053L12.9148 17.3496L12.4809 14.9168L12.9582 14.7431L13.3487 14.5259L14.5637 15.7422L15.3013 16.6545L15.4315 16.9152C15.6919 17.4075 15.8076 17.8999 15.7787 18.3922ZM20.7254 15.0906C20.5807 15.6698 20.248 16.0753 19.7273 16.307C19.2356 16.5966 18.7004 16.64 18.1218 16.4373C17.8036 16.3504 17.5433 16.2056 17.3408 16.0029L14.3467 13.5267L14.5637 13.1357L14.6505 12.7882L17.8615 12.4841H19.2934C19.8431 12.7158 20.2047 12.9909 20.3782 13.3095C20.6675 13.5991 20.8121 14.0046 20.8121 14.5259L20.7254 15.0906Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-icq:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5932 12.9619L21.463 12.7447C21.2316 12.3972 20.9712 12.0931 20.682 11.8324C20.5952 11.7745 20.4433 11.6949 20.2263 11.5935C20.0094 11.4921 19.8431 11.4125 19.7273 11.3546C20.5952 10.9491 21.1882 10.3554 21.5064 9.57344C21.5932 9.34175 21.586 9.03765 21.4847 8.66115C21.3835 8.28465 21.3328 8.05296 21.3328 7.96607V7.87919C21.3328 7.4158 20.8266 7.0393 19.8141 6.74969C19.5538 6.72073 19.1199 6.70625 18.5124 6.70625L17.5577 6.92346L17.8615 6.18494C18.1797 5.31609 18.0929 4.46173 17.6011 3.62185L17.5143 3.44808C17.0804 2.78196 16.4295 2.33306 15.5617 2.10137C14.6939 1.89863 13.8839 2 13.1317 2.40546C12.0903 2.95573 11.5696 3.59288 11.5696 4.31692V4.36036L11.4395 4.57758L11.3093 4.36036L11.0055 3.8825C10.5716 3.21638 9.97858 2.76748 9.22645 2.53579C8.61896 2.39098 8.05487 2.46338 7.53416 2.753C6.9556 3.10054 6.594 3.66529 6.44936 4.44725C6.30472 5.28713 6.44936 6.08357 6.88328 6.83657L7.05685 7.14067L6.40597 6.92346C5.56705 6.72073 4.7426 6.83657 3.93262 7.271C3.12263 7.6475 2.55853 8.25569 2.24033 9.09557C1.89319 9.84857 1.92212 10.6016 2.32711 11.3546C2.47175 11.6152 2.68871 11.8614 2.97799 12.0931C3.35406 12.4117 3.78798 12.6144 4.27975 12.7013L4.49671 12.7447L4.06279 13.1357C3.68673 13.4253 3.42638 13.8163 3.28174 14.3086C3.1371 14.8589 3.20942 15.3513 3.4987 15.7857C3.64334 16.0463 3.8169 16.2346 4.0194 16.3504C4.2219 16.5532 4.49671 16.6835 4.84385 16.7414C5.53812 16.8862 6.21793 16.8573 6.88328 16.6545L6.36257 17.4799L6.2324 17.8709C5.94312 18.7398 6.01544 19.5796 6.44936 20.3906C6.50722 20.4775 6.72418 20.7526 7.10024 21.216C7.44738 21.5345 7.8813 21.7518 8.402 21.8676C9.38556 22.0993 10.2389 22.0269 10.9621 21.6504C11.7143 21.216 12.235 20.5643 12.5243 19.6955L12.5676 19.5217C13.1173 20.1589 13.6669 20.5354 14.2165 20.6512C14.7951 20.825 15.3447 20.7671 15.8654 20.4775C16.3572 20.1589 16.6899 19.6955 16.8635 19.0873C16.9792 18.4791 16.9792 17.842 16.8635 17.1758C17.2106 17.3786 17.5143 17.5089 17.7747 17.5668C18.6715 17.8564 19.5248 17.7985 20.3348 17.393C21.087 16.9876 21.5932 16.336 21.8536 15.4381C22.1139 14.5983 22.0271 13.7729 21.5932 12.9619ZM17.4276 8.27017L17.7747 8.13984C18.2375 7.90815 18.7438 7.82127 19.2934 7.87919C19.8141 7.96607 20.1613 8.18328 20.3348 8.53082L20.4216 8.87836L20.3782 9.18246C20.1757 9.64584 19.7273 10.0513 19.0331 10.3988C18.8306 10.4857 18.5124 10.5581 18.0784 10.6161L14.5637 11.0505L14.4769 10.8767L14.4335 10.7898L14.5637 10.6161L17.4276 8.27017ZM12.5676 4.7079C12.6834 4.15763 13.0305 3.73769 13.6091 3.44808C14.1587 3.1295 14.7083 3.08606 15.258 3.31775C15.8654 3.46256 16.2994 3.76665 16.5597 4.23004C16.7044 4.57758 16.7767 4.91063 16.7767 5.22921L16.6899 5.8374C16.632 6.09806 16.4874 6.38767 16.256 6.70625L13.6958 9.79065C13.5223 9.64584 13.233 9.48655 12.828 9.31278L12.5676 6.1415L12.5243 5.012L12.5676 4.7079ZM7.66434 4.79479C7.66434 4.3314 7.85237 3.98386 8.22844 3.75217C8.402 3.60736 8.61896 3.59288 8.87932 3.70873C9.42895 3.8825 9.86287 4.28796 10.1811 4.92511C10.4125 5.44642 10.5282 5.75052 10.5282 5.8374L11.0923 9.18246L10.6584 9.31278L8.09826 6.57592L7.96808 6.27182C7.70773 5.69259 7.60648 5.20025 7.66434 4.79479ZM3.41191 10.7898C3.20942 10.3554 3.19495 9.93546 3.36852 9.53C3.59994 8.9218 3.97601 8.51634 4.49671 8.31361C5.04635 8.05296 5.58152 7.98055 6.10222 8.0964L6.88328 8.4005L9.40002 10.2251C9.1686 10.4857 9.00949 10.7609 8.92271 11.0505L4.80046 11.5718L4.54011 11.5283C4.07726 11.4415 3.70119 11.1953 3.41191 10.7898ZM11.5696 19.0873L11.4395 19.3914C11.2659 19.9127 10.9043 20.2892 10.3546 20.5209C9.86287 20.8105 9.3277 20.8829 8.74914 20.7381C8.17058 20.5933 7.76559 20.2892 7.53416 19.8258C7.36059 19.5072 7.27381 19.1887 7.27381 18.8701L7.40398 18.2185C7.46184 17.9288 7.60648 17.6537 7.83791 17.393L10.2245 14.5693C10.5427 14.7431 10.8609 14.8589 11.1791 14.9168C11.208 15.1196 11.2803 15.5757 11.3961 16.2853C11.5118 16.9948 11.5696 17.5523 11.5696 17.9578V19.0873ZM10.4848 13.4398C10.0798 13.1212 9.87733 12.6868 9.87733 12.1365C9.87733 11.6442 10.0798 11.1953 10.4848 10.7898C10.803 10.4712 11.2514 10.312 11.83 10.312C12.3796 10.312 12.8135 10.4712 13.1317 10.7898C13.5078 11.1663 13.6958 11.6152 13.6958 12.1365C13.6958 12.7158 13.5078 13.1502 13.1317 13.4398C12.7846 13.8163 12.3507 14.0046 11.83 14.0046C11.2225 14.0046 10.7741 13.8163 10.4848 13.4398ZM15.7787 18.3922C15.7208 18.9135 15.5328 19.2611 15.2146 19.4348C15.041 19.5507 14.824 19.5796 14.5637 19.5217C14.014 19.4059 13.5801 19.0004 13.2619 18.3053L12.9148 17.3496L12.4809 14.9168L12.9582 14.7431L13.3487 14.5259L14.5637 15.7422L15.3013 16.6545L15.4315 16.9152C15.6919 17.4075 15.8076 17.8999 15.7787 18.3922ZM20.7254 15.0906C20.5807 15.6698 20.248 16.0753 19.7273 16.307C19.2356 16.5966 18.7004 16.64 18.1218 16.4373C17.8036 16.3504 17.5433 16.2056 17.3408 16.0029L14.3467 13.5267L14.5637 13.1357L14.6505 12.7882L17.8615 12.4841H19.2934C19.8431 12.7158 20.2047 12.9909 20.3782 13.3095C20.6675 13.5991 20.8121 14.0046 20.8121 14.5259L20.7254 15.0906Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-instagram{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0001 7.19298C9.33995 7.19298 7.19308 9.33986 7.19308 12C7.19308 14.6602 9.33995 16.807 12.0001 16.807C14.6603 16.807 16.8071 14.6602 16.8071 12C16.8071 9.33986 14.6603 7.19298 12.0001 7.19298ZM12.0001 15.1242C10.2798 15.1242 8.87589 13.7203 8.87589 12C8.87589 10.2797 10.2798 8.87579 12.0001 8.87579C13.7204 8.87579 15.1243 10.2797 15.1243 12C15.1243 13.7203 13.7204 15.1242 12.0001 15.1242ZM17.004 5.87579C16.3829 5.87579 15.8814 6.37736 15.8814 6.99845C15.8814 7.61954 16.3829 8.12111 17.004 8.12111C17.6251 8.12111 18.1267 7.62189 18.1267 6.99845C18.1269 6.85097 18.0979 6.7049 18.0416 6.56861C17.9852 6.43232 17.9026 6.30849 17.7983 6.2042C17.694 6.09992 17.5701 6.01723 17.4339 5.96088C17.2976 5.90452 17.1515 5.87561 17.004 5.87579ZM21.3704 12C21.3704 10.7063 21.3821 9.42423 21.3095 8.13283C21.2368 6.63283 20.8946 5.30158 19.7978 4.2047C18.6985 3.10548 17.3696 2.76564 15.8696 2.69298C14.5759 2.62033 13.2939 2.63204 12.0025 2.63204C10.7087 2.63204 9.42667 2.62033 8.13527 2.69298C6.63527 2.76564 5.30402 3.10783 4.20714 4.2047C3.10792 5.30392 2.76808 6.63283 2.69542 8.13283C2.62277 9.42658 2.63449 10.7086 2.63449 12C2.63449 13.2914 2.62277 14.5758 2.69542 15.8672C2.76808 17.3672 3.11027 18.6985 4.20714 19.7953C5.30636 20.8945 6.63527 21.2344 8.13527 21.307C9.42902 21.3797 10.711 21.368 12.0025 21.368C13.2962 21.368 14.5782 21.3797 15.8696 21.307C17.3696 21.2344 18.7009 20.8922 19.7978 19.7953C20.897 18.6961 21.2368 17.3672 21.3095 15.8672C21.3845 14.5758 21.3704 13.2938 21.3704 12ZM19.3079 17.5266C19.1368 17.9531 18.9306 18.2719 18.6001 18.6C18.2696 18.9305 17.9532 19.1367 17.5267 19.3078C16.2939 19.7977 13.3665 19.6875 12.0001 19.6875C10.6337 19.6875 7.70402 19.7977 6.47121 19.3102C6.04464 19.1391 5.72589 18.9328 5.39777 18.6024C5.0673 18.2719 4.86105 17.9555 4.68996 17.5289C4.20246 16.2938 4.31261 13.3664 4.31261 12C4.31261 10.6336 4.20246 7.70392 4.68996 6.47111C4.86105 6.04454 5.0673 5.72579 5.39777 5.39767C5.72824 5.06954 6.04464 4.86095 6.47121 4.68986C7.70402 4.20236 10.6337 4.31251 12.0001 4.31251C13.3665 4.31251 16.2962 4.20236 17.529 4.68986C17.9556 4.86095 18.2743 5.0672 18.6025 5.39767C18.9329 5.72814 19.1392 6.04454 19.3103 6.47111C19.7978 7.70392 19.6876 10.6336 19.6876 12C19.6876 13.3664 19.7978 16.2938 19.3079 17.5266Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
i.icon-instagram:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0001 7.19298C9.33995 7.19298 7.19308 9.33986 7.19308 12C7.19308 14.6602 9.33995 16.807 12.0001 16.807C14.6603 16.807 16.8071 14.6602 16.8071 12C16.8071 9.33986 14.6603 7.19298 12.0001 7.19298ZM12.0001 15.1242C10.2798 15.1242 8.87589 13.7203 8.87589 12C8.87589 10.2797 10.2798 8.87579 12.0001 8.87579C13.7204 8.87579 15.1243 10.2797 15.1243 12C15.1243 13.7203 13.7204 15.1242 12.0001 15.1242ZM17.004 5.87579C16.3829 5.87579 15.8814 6.37736 15.8814 6.99845C15.8814 7.61954 16.3829 8.12111 17.004 8.12111C17.6251 8.12111 18.1267 7.62189 18.1267 6.99845C18.1269 6.85097 18.0979 6.7049 18.0416 6.56861C17.9852 6.43232 17.9026 6.30849 17.7983 6.2042C17.694 6.09992 17.5701 6.01723 17.4339 5.96088C17.2976 5.90452 17.1515 5.87561 17.004 5.87579ZM21.3704 12C21.3704 10.7063 21.3821 9.42423 21.3095 8.13283C21.2368 6.63283 20.8946 5.30158 19.7978 4.2047C18.6985 3.10548 17.3696 2.76564 15.8696 2.69298C14.5759 2.62033 13.2939 2.63204 12.0025 2.63204C10.7087 2.63204 9.42667 2.62033 8.13527 2.69298C6.63527 2.76564 5.30402 3.10783 4.20714 4.2047C3.10792 5.30392 2.76808 6.63283 2.69542 8.13283C2.62277 9.42658 2.63449 10.7086 2.63449 12C2.63449 13.2914 2.62277 14.5758 2.69542 15.8672C2.76808 17.3672 3.11027 18.6985 4.20714 19.7953C5.30636 20.8945 6.63527 21.2344 8.13527 21.307C9.42902 21.3797 10.711 21.368 12.0025 21.368C13.2962 21.368 14.5782 21.3797 15.8696 21.307C17.3696 21.2344 18.7009 20.8922 19.7978 19.7953C20.897 18.6961 21.2368 17.3672 21.3095 15.8672C21.3845 14.5758 21.3704 13.2938 21.3704 12ZM19.3079 17.5266C19.1368 17.9531 18.9306 18.2719 18.6001 18.6C18.2696 18.9305 17.9532 19.1367 17.5267 19.3078C16.2939 19.7977 13.3665 19.6875 12.0001 19.6875C10.6337 19.6875 7.70402 19.7977 6.47121 19.3102C6.04464 19.1391 5.72589 18.9328 5.39777 18.6024C5.0673 18.2719 4.86105 17.9555 4.68996 17.5289C4.20246 16.2938 4.31261 13.3664 4.31261 12C4.31261 10.6336 4.20246 7.70392 4.68996 6.47111C4.86105 6.04454 5.0673 5.72579 5.39777 5.39767C5.72824 5.06954 6.04464 4.86095 6.47121 4.68986C7.70402 4.20236 10.6337 4.31251 12.0001 4.31251C13.3665 4.31251 16.2962 4.20236 17.529 4.68986C17.9556 4.86095 18.2743 5.0672 18.6025 5.39767C18.9329 5.72814 19.1392 6.04454 19.3103 6.47111C19.7978 7.70392 19.6876 10.6336 19.6876 12C19.6876 13.3664 19.7978 16.2938 19.3079 17.5266Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
i.icon-home_banner_card_1{
  content: url("data:image/svg+xml,%3Csvg width='60' height='62' viewBox='0 0 60 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7759 37.7742C14.7759 37.7742 14.7759 37.7742 14.7759 38.7419C14.7759 38.7419 13.7931 39.7097 14.7759 39.7097C14.7759 40.6774 14.7759 40.6774 14.7759 41.6452C15.7586 41.6452 15.7586 40.6774 15.7586 40.6774C16.7414 40.6774 16.7414 40.6774 16.7414 40.6774C17.7241 40.6774 17.7241 39.7097 17.7241 38.7419C17.7241 40.6774 17.7241 39.7097 18.7069 40.6774C19.6897 40.6774 19.6897 40.6774 20.6724 39.7097C20.6724 38.7419 20.6724 37.7742 20.6724 37.7742L21.6552 36.8065C22.6379 36.8065 22.6379 36.8065 22.6379 36.8065C23.6207 36.8065 23.6207 36.8065 23.6207 37.7742C23.6207 38.7419 23.6207 39.7097 23.6207 40.6774C23.6207 40.6774 23.6207 40.6774 22.6379 41.6452C21.6552 42.6129 20.6724 41.6452 19.6897 41.6452L20.6724 42.6129H19.6897C15.7586 43.5806 18.7069 46.4839 17.7241 46.4839C17.7241 46.4839 17.7241 46.4839 16.7414 47.4516H17.7241C18.7069 47.4516 19.6897 47.4516 19.6897 47.4516C19.6897 47.4516 19.6897 47.4516 19.6897 48.4194C19.6897 48.4194 19.6897 48.4194 19.6897 49.3871C19.6897 49.3871 19.6897 48.4194 20.6724 48.4194V49.3871C20.6724 49.3871 20.6724 49.3871 20.6724 48.4194C20.6724 48.4194 20.6724 48.4194 21.6552 48.4194C21.6552 48.4194 21.6552 48.4194 20.6724 49.3871C20.6724 49.3871 17.7241 50.3548 16.7414 50.3548C14.7759 50.3548 14.7759 50.3548 14.7759 49.3871C14.7759 48.4194 13.7931 48.4194 13.7931 48.4194C12.8103 48.4194 12.8103 49.3871 12.8103 48.4194H11.8276C11.8276 47.4516 12.8103 47.4516 11.8276 47.4516C11.8276 47.4516 11.8276 47.4516 11.8276 46.4839C11.8276 46.4839 10.8448 46.4839 10.8448 45.5161C10.8448 45.5161 10.8448 45.5161 10.8448 44.5484C9.86207 43.5806 7.89655 38.7419 7.89655 38.7419C7.89655 38.7419 7.89655 38.7419 7.89655 37.7742C7.89655 36.8065 7.89655 37.7742 6.91379 36.8065C7.89655 36.8065 7.89655 36.8065 8.87931 36.8065C8.87931 36.8065 8.87931 36.8065 8.87931 37.7742C8.87931 37.7742 7.89655 38.7419 8.87931 38.7419C8.87931 38.7419 8.87931 38.7419 9.86207 38.7419C10.8448 38.7419 10.8448 37.7742 11.8276 36.8065C12.8103 36.8065 12.8103 36.8065 12.8103 36.8065C12.8103 35.8387 13.7931 34.871 13.7931 34.871L12.8103 35.8387C12.8103 35.8387 12.8103 35.8387 12.8103 36.8065H11.8276C11.8276 36.8065 11.8276 36.8065 11.8276 37.7742C10.8448 38.7419 10.8448 39.7097 11.8276 40.6774C12.8103 40.6774 12.8103 40.6774 13.7931 39.7097L14.7759 38.7419C14.7759 37.7742 14.7759 37.7742 14.7759 37.7742V36.8065C14.7759 37.7742 14.7759 37.7742 14.7759 37.7742V37.7742ZM17.7241 37.7742V36.8065V37.7742ZM34.431 15.5161H33.4483H35.4138C34.431 16.4839 34.431 16.4839 33.4483 16.4839C32.4655 17.4516 32.4655 16.4839 31.4828 16.4839C31.4828 17.4516 32.4655 17.4516 32.4655 17.4516L33.4483 18.4194C33.4483 18.4194 32.4655 18.4194 32.4655 19.3871C32.4655 20.3548 31.4828 22.2903 30.5 22.2903C30.5 22.2903 30.5 23.2581 30.5 22.2903C30.5 21.3226 30.5 21.3226 29.5172 20.3548C29.5172 19.3871 28.5345 18.4194 28.5345 17.4516H29.5172C29.5172 17.4516 29.5172 17.4516 28.5345 17.4516V16.4839C27.5517 16.4839 26.569 16.4839 26.569 16.4839C26.569 15.5161 26.569 15.5161 26.569 15.5161H27.5517H26.569C27.5517 14.5484 27.5517 14.5484 28.5345 13.5806C27.5517 13.5806 27.5517 13.5806 26.569 13.5806C26.569 14.5484 25.5862 14.5484 25.5862 13.5806C25.5862 13.5806 27.5517 13.5806 28.5345 12.6129C28.5345 12.6129 28.5345 12.6129 29.5172 12.6129C29.5172 11.6452 30.5 12.6129 30.5 12.6129C32.4655 12.6129 31.4828 11.6452 32.4655 12.6129C33.4483 12.6129 33.4483 13.5806 34.431 13.5806C35.4138 13.5806 35.4138 13.5806 36.3966 13.5806C33.4483 14.5484 34.431 13.5806 33.4483 13.5806V14.5484C34.431 14.5484 34.431 14.5484 34.431 15.5161V15.5161ZM29.5172 2.93548H30.5L29.5172 3.90323C29.5172 3.90323 29.5172 3.90323 29.5172 4.87097C26.569 4.87097 25.5862 6.80645 26.569 7.77419C26.569 8.74194 27.5517 10.6774 27.5517 11.6452C27.5517 11.6452 24.6034 13.5806 23.6207 13.5806C23.6207 12.6129 23.6207 12.6129 23.6207 11.6452C23.6207 10.6774 24.6034 10.6774 23.6207 10.6774C23.6207 9.70968 23.6207 9.70968 22.6379 9.70968V10.6774C21.6552 9.70968 21.6552 9.70968 21.6552 9.70968V8.74194H22.6379V7.77419H21.6552C21.6552 7.77419 21.6552 7.77419 20.6724 7.77419C20.6724 6.80645 20.6724 7.77419 20.6724 7.77419V8.74194C20.6724 9.70968 20.6724 9.70968 20.6724 9.70968V10.6774V9.70968H19.6897C18.7069 9.70968 18.7069 10.6774 18.7069 11.6452C18.7069 12.6129 19.6897 13.5806 19.6897 13.5806C18.7069 13.5806 17.7241 12.6129 17.7241 12.6129C16.7414 11.6452 17.7241 10.6774 17.7241 10.6774C19.6897 8.74194 16.7414 7.77419 16.7414 7.77419V6.80645C16.7414 6.80645 16.7414 6.80645 15.7586 6.80645C15.7586 6.80645 14.7759 7.77419 13.7931 7.77419C13.7931 8.74194 13.7931 8.74194 11.8276 9.70968C10.8448 9.70968 10.8448 9.70968 10.8448 10.6774C10.8448 11.6452 12.8103 12.6129 11.8276 12.6129C11.8276 13.5806 10.8448 12.6129 10.8448 13.5806C9.86207 13.5806 10.8448 14.5484 10.8448 14.5484C11.8276 14.5484 10.8448 14.5484 10.8448 13.5806C11.8276 13.5806 11.8276 14.5484 11.8276 14.5484C12.8103 14.5484 12.8103 13.5806 12.8103 13.5806C12.8103 14.5484 11.8276 14.5484 12.8103 15.5161C12.8103 15.5161 12.8103 16.4839 13.7931 16.4839C13.7931 16.4839 13.7931 16.4839 14.7759 16.4839C13.7931 15.5161 13.7931 16.4839 13.7931 15.5161C13.7931 14.5484 15.7586 13.5806 14.7759 11.6452C13.7931 11.6452 13.7931 10.6774 13.7931 9.70968L15.7586 8.74194C15.7586 9.70968 15.7586 9.70968 15.7586 9.70968C15.7586 10.6774 14.7759 11.6452 15.7586 12.6129C16.7414 13.5806 16.7414 13.5806 17.7241 13.5806C17.7241 13.5806 18.7069 13.5806 19.6897 14.5484C18.7069 14.5484 18.7069 14.5484 18.7069 14.5484C17.7241 14.5484 17.7241 14.5484 16.7414 15.5161C15.7586 16.4839 16.7414 17.4516 16.7414 18.4194C17.7241 18.4194 17.7241 17.4516 17.7241 17.4516C18.7069 17.4516 19.6897 17.4516 20.6724 18.4194C18.7069 18.4194 18.7069 18.4194 17.7241 18.4194C15.7586 19.3871 15.7586 18.4194 14.7759 18.4194L15.7586 19.3871C16.7414 20.3548 16.7414 20.3548 17.7241 20.3548C18.7069 20.3548 19.6897 18.4194 19.6897 18.4194C19.6897 19.3871 19.6897 19.3871 18.7069 19.3871C18.7069 20.3548 18.7069 20.3548 18.7069 21.3226C19.6897 21.3226 18.7069 20.3548 19.6897 19.3871C20.6724 19.3871 21.6552 19.3871 21.6552 19.3871C22.6379 19.3871 22.6379 19.3871 22.6379 19.3871C23.6207 19.3871 22.6379 19.3871 24.6034 20.3548C25.5862 21.3226 25.5862 22.2903 25.5862 24.2258C25.5862 24.2258 24.6034 25.1935 23.6207 25.1935C23.6207 25.1935 22.6379 25.1935 23.6207 26.1613H24.6034C24.6034 27.129 23.6207 27.129 22.6379 27.129C21.6552 27.129 22.6379 27.129 21.6552 26.1613C21.6552 27.129 21.6552 27.129 21.6552 28.0968C21.6552 28.0968 21.6552 28.0968 22.6379 29.0645C22.6379 29.0645 22.6379 29.0645 23.6207 29.0645C22.6379 31 19.6897 31 19.6897 30.0323C17.7241 28.0968 19.6897 27.129 19.6897 26.1613C20.6724 24.2258 18.7069 23.2581 17.7241 23.2581C17.7241 22.2903 16.7414 22.2903 16.7414 21.3226C15.7586 21.3226 15.7586 20.3548 14.7759 20.3548C13.7931 20.3548 12.8103 19.3871 12.8103 18.4194V17.4516C11.8276 17.4516 11.8276 17.4516 11.8276 17.4516C10.8448 16.4839 9.86207 15.5161 8.87931 14.5484C8.87931 13.5806 7.89655 13.5806 7.89655 12.6129L6.91379 10.6774C6.91379 9.70968 5.93103 11.6452 5.93103 12.6129C5.93103 13.5806 5.93103 14.5484 5.93103 14.5484C6.91379 16.4839 7.89655 17.4516 8.87931 18.4194C7.89655 18.4194 5.93103 16.4839 4.94828 15.5161C4.94828 15.5161 4.94828 15.5161 3.96552 14.5484C3.96552 15.5161 3.96552 16.4839 3.96552 16.4839C4.94828 18.4194 6.91379 19.3871 6.91379 20.3548C5.93103 20.3548 3.96552 18.4194 2.98276 19.3871C2.98276 20.3548 2.98276 20.3548 3.96552 21.3226C4.94828 22.2903 3.96552 21.3226 4.94828 22.2903L5.93103 23.2581C3.96552 23.2581 4.94828 23.2581 2.98276 23.2581C2.98276 23.2581 2.98276 23.2581 2 23.2581L2.98276 24.2258C3.96552 25.1935 5.93103 26.1613 5.93103 26.1613C4.94828 26.1613 2.98276 26.1613 2.98276 27.129L3.96552 28.0968C4.94828 29.0645 4.94828 29.0645 5.93103 29.0645C4.94828 29.0645 4.94828 29.0645 4.94828 29.0645C3.96552 30.0323 3.96552 30.0323 2.98276 30.0323C2.98276 31 3.96552 31.9677 4.94828 31.9677H5.93103C5.93103 31.9677 5.93103 31.9677 4.94828 31.9677V32.9355C4.94828 33.9032 4.94828 32.9355 3.96552 32.9355V33.9032C3.96552 34.871 3.96552 34.871 3.96552 34.871C2.98276 34.871 2.98276 34.871 2.98276 34.871C2.98276 35.8387 3.96552 35.8387 3.96552 36.8065C3.96552 36.8065 3.96552 36.8065 4.94828 36.8065C5.93103 36.8065 3.96552 37.7742 5.93103 37.7742C6.91379 37.7742 5.93103 37.7742 6.91379 37.7742C6.91379 38.7419 6.91379 38.7419 6.91379 38.7419C7.89655 40.6774 7.89655 41.6452 8.87931 42.6129C8.87931 43.5806 8.87931 44.5484 9.86207 44.5484C9.86207 45.5161 8.87931 45.5161 9.86207 46.4839C9.86207 46.4839 9.86207 46.4839 9.86207 47.4516C9.86207 47.4516 10.8448 47.4516 9.86207 47.4516C9.86207 48.4194 10.8448 48.4194 10.8448 48.4194C10.8448 49.3871 10.8448 49.3871 10.8448 50.3548H9.86207C9.86207 51.3226 10.8448 51.3226 10.8448 51.3226V52.2903C10.8448 52.2903 11.8276 52.2903 11.8276 53.2581L12.8103 54.2258C12.8103 55.1935 12.8103 55.1936 13.7931 55.1936C14.7759 57.129 15.7586 56.1613 15.7586 54.2258C15.7586 53.2581 14.7759 54.2258 14.7759 53.2581C15.7586 52.2903 15.7586 52.2903 16.7414 52.2903C17.7241 52.2903 17.7241 51.3226 17.7241 51.3226C18.7069 51.3226 18.7069 51.3226 19.6897 51.3226C20.6724 51.3226 21.6552 50.3548 22.6379 50.3548C23.6207 50.3548 24.6034 50.3548 25.5862 50.3548C24.6034 49.3871 24.6034 49.3871 24.6034 48.4194C25.5862 48.4194 25.5862 48.4194 25.5862 48.4194C26.569 48.4194 26.569 47.4516 26.569 47.4516C26.569 47.4516 25.5862 48.4194 24.6034 47.4516C24.6034 47.4516 24.6034 46.4839 24.6034 45.5161C25.5862 45.5161 25.5862 44.5484 25.5862 44.5484C26.569 44.5484 27.5517 45.5161 27.5517 45.5161C28.5345 46.4839 29.5172 47.4516 28.5345 48.4194C27.5517 48.4194 27.5517 48.4194 26.569 49.3871V50.3548C25.5862 50.3548 24.6034 52.2903 23.6207 52.2903C22.6379 53.2581 21.6552 53.2581 21.6552 52.2903V51.3226L20.6724 52.2903C19.6897 54.2258 20.6724 54.2258 21.6552 55.1936C20.6724 55.1936 19.6897 56.1613 20.6724 57.129C20.6724 57.129 20.6724 57.129 20.6724 58.0968C21.6552 59.0645 21.6552 58.0968 21.6552 59.0645C21.6552 59.0645 21.6552 59.0645 21.6552 58.0968C21.6552 58.0968 21.6552 57.129 22.6379 57.129C22.6379 58.0968 22.6379 58.0968 23.6207 59.0645H24.6034C25.5862 59.0645 25.5862 59.0645 25.5862 58.0968C26.569 59.0645 26.569 59.0645 27.5517 60.0323C28.5345 60.0323 29.5172 60.0323 29.5172 60.0323C30.5 60.0323 30.5 60.0323 30.5 60.0323C30.5 61 31.4828 61 31.4828 61C32.4655 61 32.4655 61 32.4655 60.0323C32.4655 60.0323 32.4655 60.0323 33.4483 60.0323C33.4483 60.0323 33.4483 60.0323 34.431 60.0323C35.4138 60.0323 36.3966 58.0968 36.3966 58.0968C37.3793 58.0968 37.3793 59.0645 39.3448 59.0645C40.3276 58.0968 40.3276 57.129 40.3276 56.1613C41.3103 57.129 41.3103 57.129 41.3103 57.129C41.3103 58.0968 41.3103 58.0968 42.2931 58.0968C42.2931 58.0968 41.3103 58.0968 42.2931 57.129V56.1613C42.2931 55.1935 42.2931 55.1935 41.3103 54.2258C42.2931 53.2581 42.2931 53.2581 42.2931 52.2903C42.2931 52.2903 41.3103 51.3226 40.3276 51.3226C40.3276 51.3226 40.3276 51.3226 40.3276 52.2903H39.3448C39.3448 52.2903 38.3621 52.2903 38.3621 51.3226C37.3793 51.3226 34.431 50.3548 33.4483 49.3871H35.4138C35.4138 50.3548 35.4138 49.3871 35.4138 50.3548C35.4138 49.3871 35.4138 49.3871 35.4138 49.3871C35.4138 48.4194 35.4138 48.4194 35.4138 48.4194C34.431 48.4194 33.4483 48.4194 33.4483 46.4839C34.431 45.5161 34.431 45.5161 35.4138 45.5161C37.3793 44.5484 38.3621 46.4839 37.3793 47.4516C36.3966 47.4516 36.3966 47.4516 35.4138 47.4516L36.3966 48.4194C37.3793 48.4194 37.3793 48.4194 38.3621 48.4194C37.3793 49.3871 37.3793 49.3871 37.3793 50.3548C37.3793 50.3548 38.3621 50.3548 39.3448 50.3548C40.3276 50.3548 41.3103 50.3548 42.2931 51.3226C43.2759 51.3226 44.2586 51.3226 45.2414 51.3226C45.2414 51.3226 45.2414 51.3226 46.2241 52.2903C46.2241 52.2903 46.2241 52.2903 47.2069 52.2903C48.1897 52.2903 48.1897 53.2581 49.1724 52.2903C49.1724 52.2903 51.1379 52.2903 51.1379 51.3226C51.1379 51.3226 51.1379 51.3226 52.1207 51.3226C52.1207 51.3226 53.1034 51.3226 53.1034 50.3548C53.1034 50.3548 52.1207 50.3548 53.1034 49.3871C53.1034 49.3871 53.1034 49.3871 53.1034 48.4194H54.0862C54.0862 48.4194 54.0862 48.4194 54.0862 47.4516C53.1034 43.5806 51.1379 44.5484 51.1379 43.5806C51.1379 43.5806 51.1379 43.5806 52.1207 43.5806L51.1379 41.6452C51.1379 41.6452 51.1379 41.6452 51.1379 42.6129V41.6452H49.1724C49.1724 41.6452 49.1724 41.6452 49.1724 42.6129C49.1724 42.6129 49.1724 42.6129 49.1724 41.6452V43.5806C49.1724 44.5484 48.1897 44.5484 48.1897 44.5484C47.2069 44.5484 47.2069 45.5161 47.2069 46.4839C46.2241 47.4516 47.2069 46.4839 46.2241 46.4839C46.2241 47.4516 46.2241 47.4516 46.2241 47.4516C46.2241 48.4194 46.2241 48.4194 46.2241 48.4194H47.2069C47.2069 49.3871 47.2069 49.3871 47.2069 49.3871L46.2241 50.3548C45.2414 50.3548 42.2931 49.3871 41.3103 49.3871C40.3276 49.3871 40.3276 47.4516 41.3103 47.4516V48.4194C42.2931 48.4194 42.2931 48.4194 42.2931 48.4194C42.2931 48.4194 42.2931 48.4194 43.2759 48.4194C43.2759 48.4194 43.2759 48.4194 42.2931 48.4194C42.2931 47.4516 42.2931 47.4516 42.2931 46.4839C42.2931 46.4839 43.2759 46.4839 43.2759 47.4516C44.2586 47.4516 45.2414 47.4516 45.2414 46.4839C44.2586 46.4839 44.2586 46.4839 44.2586 45.5161C44.2586 44.5484 44.2586 44.5484 44.2586 43.5806C44.2586 42.6129 42.2931 41.6452 41.3103 41.6452C40.3276 41.6452 40.3276 41.6452 39.3448 41.6452L38.3621 40.6774V36.8065C39.3448 36.8065 39.3448 36.8065 39.3448 36.8065L40.3276 35.8387V36.8065C41.3103 36.8065 41.3103 36.8065 41.3103 36.8065C41.3103 38.7419 41.3103 39.7097 42.2931 40.6774C43.2759 40.6774 42.2931 40.6774 43.2759 40.6774C43.2759 39.7097 44.2586 39.7097 44.2586 39.7097C45.2414 38.7419 43.2759 36.8065 44.2586 35.8387C44.2586 36.8065 44.2586 38.7419 45.2414 38.7419C45.2414 40.6774 45.2414 40.6774 46.2241 40.6774C46.2241 40.6774 46.2241 40.6774 47.2069 40.6774V39.7097C48.1897 38.7419 46.2241 36.8065 46.2241 35.8387C47.2069 35.8387 47.2069 36.8065 47.2069 37.7742C48.1897 39.7097 48.1897 39.7097 50.1552 39.7097C50.1552 38.7419 51.1379 38.7419 50.1552 36.8065L48.1897 34.871C48.1897 34.871 48.1897 34.871 48.1897 33.9032C48.1897 34.871 48.1897 34.871 48.1897 34.871C48.1897 34.871 48.1897 34.871 49.1724 34.871V35.8387C50.1552 36.8065 51.1379 37.7742 52.1207 37.7742H53.1034V36.8065C53.1034 35.8387 53.1034 35.8387 52.1207 35.8387L51.1379 34.871C50.1552 33.9032 51.1379 33.9032 50.1552 33.9032H51.1379L52.1207 34.871C53.1034 35.8387 54.0862 36.8065 55.069 35.8387C55.069 34.871 55.069 33.9032 55.069 33.9032C55.069 32.9355 56.0517 33.9032 56.0517 32.9355C57.0345 32.9355 57.0345 32.9355 57.0345 32.9355C57.0345 31.9677 57.0345 31.9677 57.0345 31.9677C56.0517 31 56.0517 31 56.0517 31C57.0345 31 58.0172 31 58.0172 29.0645C58.0172 29.0645 58.0172 29.0645 57.0345 29.0645C57.0345 28.0968 57.0345 28.0968 56.0517 28.0968C57.0345 28.0968 58.0172 28.0968 58.0172 27.129L59 26.1613C58.0172 25.1935 56.0517 26.1613 56.0517 25.1935C57.0345 25.1935 58.0172 24.2258 59 23.2581C59 23.2581 59 23.2581 59 22.2903C58.0172 22.2903 56.0517 22.2903 55.069 22.2903C56.0517 21.3226 57.0345 21.3226 58.0172 19.3871C57.0345 18.4194 55.069 20.3548 54.0862 20.3548L56.0517 18.4194C57.0345 16.4839 57.0345 13.5806 56.0517 14.5484C56.0517 15.5161 56.0517 15.5161 55.069 15.5161L51.1379 20.3548H50.1552L51.1379 19.3871C51.1379 19.3871 52.1207 18.4194 53.1034 17.4516C54.0862 16.4839 53.1034 16.4839 54.0862 15.5161C55.069 14.5484 56.0517 13.5806 56.0517 12.6129C56.0517 11.6452 55.069 9.70968 54.0862 9.70968V10.6774L53.1034 12.6129C52.1207 13.5806 51.1379 14.5484 51.1379 15.5161C50.1552 16.4839 50.1552 16.4839 49.1724 17.4516C49.1724 16.4839 49.1724 16.4839 49.1724 16.4839C48.1897 18.4194 47.2069 19.3871 47.2069 20.3548C47.2069 20.3548 47.2069 20.3548 46.2241 20.3548L45.2414 21.3226C44.2586 22.2903 41.3103 24.2258 41.3103 26.1613C42.2931 27.129 42.2931 27.129 43.2759 27.129C43.2759 28.0968 43.2759 29.0645 42.2931 30.0323C42.2931 30.0323 41.3103 30.0323 40.3276 30.0323C39.3448 30.0323 39.3448 30.0323 38.3621 29.0645C39.3448 29.0645 40.3276 29.0645 40.3276 27.129C40.3276 27.129 40.3276 27.129 40.3276 26.1613C40.3276 26.1613 40.3276 26.1613 39.3448 26.1613V27.129C38.3621 27.129 38.3621 27.129 37.3793 27.129L36.3966 26.1613C37.3793 26.1613 37.3793 26.1613 38.3621 26.1613C38.3621 25.1935 39.3448 25.1935 39.3448 25.1935C38.3621 24.2258 38.3621 25.1935 37.3793 25.1935C35.4138 24.2258 35.4138 22.2903 37.3793 19.3871C38.3621 18.4194 38.3621 20.3548 39.3448 19.3871C39.3448 19.3871 39.3448 19.3871 40.3276 19.3871C40.3276 18.4194 42.2931 18.4194 42.2931 19.3871V20.3548C42.2931 20.3548 42.2931 20.3548 42.2931 21.3226C42.2931 20.3548 42.2931 20.3548 42.2931 20.3548C42.2931 19.3871 43.2759 19.3871 42.2931 18.4194C42.2931 18.4194 43.2759 19.3871 44.2586 19.3871C45.2414 19.3871 46.2241 18.4194 46.2241 17.4516C46.2241 17.4516 46.2241 18.4194 45.2414 18.4194C44.2586 19.3871 43.2759 18.4194 43.2759 18.4194C42.2931 18.4194 42.2931 17.4516 42.2931 17.4516H43.2759C44.2586 17.4516 44.2586 17.4516 44.2586 18.4194C45.2414 17.4516 45.2414 16.4839 45.2414 15.5161C45.2414 14.5484 44.2586 14.5484 43.2759 14.5484C42.2931 14.5484 42.2931 14.5484 42.2931 14.5484C42.2931 13.5806 43.2759 14.5484 45.2414 12.6129C46.2241 11.6452 45.2414 10.6774 45.2414 8.74194L47.2069 9.70968C48.1897 10.6774 47.2069 10.6774 47.2069 11.6452C47.2069 12.6129 47.2069 13.5806 47.2069 13.5806C47.2069 14.5484 47.2069 14.5484 47.2069 15.5161C48.1897 16.4839 49.1724 15.5161 49.1724 13.5806C48.1897 13.5806 48.1897 13.5806 48.1897 13.5806C49.1724 13.5806 49.1724 13.5806 50.1552 13.5806C50.1552 13.5806 50.1552 13.5806 50.1552 14.5484C51.1379 13.5806 51.1379 13.5806 51.1379 12.6129C50.1552 11.6452 50.1552 12.6129 49.1724 12.6129C49.1724 11.6452 49.1724 11.6452 49.1724 11.6452C50.1552 10.6774 50.1552 10.6774 50.1552 10.6774C50.1552 9.70968 49.1724 8.74194 48.1897 8.74194C46.2241 8.74194 47.2069 6.80645 45.2414 6.80645C44.2586 6.80645 43.2759 7.77419 43.2759 8.74194C43.2759 9.70968 45.2414 11.6452 44.2586 12.6129C43.2759 12.6129 42.2931 13.5806 42.2931 13.5806C42.2931 12.6129 42.2931 11.6452 42.2931 10.6774C42.2931 9.70968 41.3103 9.70968 40.3276 9.70968V8.74194V7.77419H39.3448C39.3448 7.77419 39.3448 6.80645 39.3448 7.77419V8.74194V9.70968C39.3448 9.70968 39.3448 9.70968 38.3621 9.70968C38.3621 9.70968 38.3621 9.70968 37.3793 9.70968C36.3966 10.6774 38.3621 12.6129 38.3621 13.5806C37.3793 13.5806 35.4138 12.6129 34.431 12.6129C33.4483 10.6774 33.4483 11.6452 33.4483 9.70968C34.431 8.74194 35.4138 6.80645 34.431 5.83871C33.4483 4.87097 32.4655 4.87097 31.4828 4.87097C31.4828 4.87097 31.4828 4.87097 30.5 4.87097C31.4828 3.90323 31.4828 4.87097 31.4828 3.90323C31.4828 3.90323 31.4828 2.93548 30.5 2.93548C31.4828 2.93548 31.4828 2.93548 31.4828 2.93548V1.96774H30.5C30.5 1.96774 30.5 1.96774 31.4828 1.96774C31.4828 1 30.5 1 29.5172 1L30.5 1.96774H29.5172V2.93548V2.93548Z' stroke='%2314B4EF' stroke-width='1.20339' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A");
}
i.icon-home_banner_card_2{
  content: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1549 7.54098H7.7003C7.37945 7.54098 7.05859 7.21311 7.05859 6.88524C7.05859 6.55737 7.37945 6.55737 7.7003 6.55737H13.1549C13.4757 6.55737 13.4757 6.55737 13.4757 6.88524C13.4757 7.21311 13.4757 7.54098 13.1549 7.54098Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3634 9.83607H7.7003C7.37945 9.83607 7.05859 9.5082 7.05859 9.18034C7.05859 8.85247 7.37945 8.5246 7.7003 8.5246H16.3634C16.6843 8.5246 17.0051 8.85247 17.0051 9.18034C17.0051 9.5082 16.6843 9.83607 16.3634 9.83607Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2511 12.1311H7.7003C7.37945 12.1311 7.05859 11.8033 7.05859 11.4754C7.05859 11.1475 7.37945 10.8197 7.7003 10.8197H19.2511C19.572 10.8197 19.572 11.1475 19.572 11.4754C19.572 11.8033 19.572 12.1311 19.2511 12.1311Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1549 14.4262H7.7003C7.37945 14.4262 7.05859 14.0984 7.05859 13.7705C7.05859 13.4426 7.37945 13.1147 7.7003 13.1147H13.1549C13.4757 13.1147 13.4757 13.4426 13.4757 13.7705C13.4757 14.0984 13.4757 14.4262 13.1549 14.4262Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.1497 46.2295H39.1444C38.8235 46.2295 38.5027 46.2295 38.5027 45.9016C38.5027 45.5738 38.8235 45.2459 39.1444 45.2459H56.1497C57.754 45.2459 58.7166 43.9344 58.7166 42.2951V3.93443C58.7166 2.29508 57.754 1.31148 56.1497 1.31148H3.85027C2.24599 1.31148 1.28342 2.29508 1.28342 3.93443V5.57377C1.28342 5.90164 0.962567 6.22951 0.641711 6.22951C0.320856 6.22951 0 5.90164 0 5.57377V3.93443C0 1.63934 1.60428 0 3.85027 0H56.1497C58.3957 0 60 1.63934 60 3.93443V42.2951C60 44.5902 58.3957 46.2295 56.1497 46.2295ZM36.2567 46.2295C35.9358 46.2295 35.615 46.2295 35.615 45.9016C35.615 45.5738 35.9358 45.2459 36.2567 45.2459C36.5775 45.2459 36.8984 45.5738 36.8984 45.9016C36.8984 46.2295 36.5775 46.2295 36.2567 46.2295ZM33.369 46.2295H3.85027C1.60428 46.2295 0 44.5902 0 42.2951V11.4754C0 11.1475 0.320856 11.1475 0.641711 11.1475C0.962567 11.1475 1.28342 11.1475 1.28342 11.4754V42.2951C1.28342 43.9344 2.24599 45.2459 3.85027 45.2459H33.369C33.6898 45.2459 34.0107 45.5738 34.0107 45.9016C34.0107 46.2295 33.6898 46.2295 33.369 46.2295ZM0.641711 9.18033C0.320856 9.18033 0 8.85246 0 8.52459C0 8.19672 0.320856 8.19672 0.641711 8.19672C0.962567 8.19672 1.28342 8.19672 1.28342 8.52459C1.28342 8.85246 0.962567 9.18033 0.641711 9.18033Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8186 36.0656C21.4978 36.0656 21.4978 35.7377 21.4978 35.4099C21.4978 35.082 21.4978 34.7541 21.8186 34.7541H55.5085V4.59018H31.4443C31.1234 4.59018 30.8026 4.26231 30.8026 3.93444C30.8026 3.60657 31.1234 3.2787 31.4443 3.2787H56.1502L56.471 3.60657L56.7919 3.93444V35.4099L56.471 35.7377C56.471 36.0656 56.1502 36.0656 56.1502 36.0656H21.8186ZM18.9309 36.0656C18.6101 36.0656 18.6101 35.7377 18.6101 35.4099C18.6101 35.082 18.6101 34.7541 18.9309 34.7541C19.2518 34.7541 19.5726 35.082 19.5726 35.4099C19.5726 35.7377 19.2518 36.0656 18.9309 36.0656ZM16.0432 36.0656H3.8507C3.52984 36.0656 3.52984 36.0656 3.52984 35.7377C3.20898 35.7377 3.20898 35.4099 3.20898 35.4099V3.93444C3.20898 3.93444 3.20898 3.60657 3.52984 3.60657C3.52984 3.60657 3.52984 3.2787 3.8507 3.2787H25.6689C25.9897 3.2787 25.9897 3.60657 25.9897 3.93444C25.9897 4.26231 25.9897 4.59018 25.6689 4.59018H4.49241V34.7541H16.0432C16.3641 34.7541 16.6849 35.082 16.6849 35.4099C16.6849 35.7377 16.3641 36.0656 16.0432 36.0656ZM28.5566 4.59018C28.2357 4.59018 27.9149 4.26231 27.9149 3.93444C27.9149 3.60657 28.2357 3.2787 28.5566 3.2787C28.8774 3.2787 28.8774 3.60657 28.8774 3.93444C28.8774 4.26231 28.8774 4.59018 28.5566 4.59018Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.4648 57.0492H20.5343C20.2134 57.0492 20.2134 57.0492 19.8926 57.0492C19.8926 56.7213 19.8926 56.7213 19.8926 56.3935L22.7803 45.5738C22.7803 45.2459 23.1011 45.2459 23.422 45.2459H36.5771C36.8979 45.2459 37.2188 45.2459 37.2188 45.5738L40.1065 56.3935C40.1065 56.7213 40.1065 56.7213 40.1065 57.0492C39.7856 57.0492 39.7856 57.0492 39.4648 57.0492ZM21.176 56.0656H38.8231L36.2562 46.2295H23.7428L21.176 56.0656Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.8075 60C47.4866 60 47.1658 59.6721 47.1658 59.3443V57.0492H12.8342V59.3443C12.8342 59.6721 12.5133 60 12.1925 60C11.8716 60 11.5508 59.6721 11.5508 59.3443V56.7213C11.5508 56.3935 11.5508 56.3935 11.5508 56.0656C11.8716 56.0656 11.8716 56.0656 12.1925 56.0656H47.8075C48.1283 56.0656 48.1283 56.0656 48.4492 56.0656C48.4492 56.3935 48.4492 56.3935 48.4492 56.7213V59.3443C48.4492 59.6721 48.1283 60 47.8075 60Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.1595 44.2623C28.8761 44.2623 28.2344 43.2787 28.2344 42.2951C28.2344 41.3115 28.8761 40.3279 30.1595 40.3279C31.1221 40.3279 31.7638 41.3115 31.7638 42.2951C31.7638 43.2787 31.1221 44.2623 30.1595 44.2623ZM30.1595 41.6394C29.5178 41.6394 29.1969 41.9672 29.1969 42.2951C29.1969 42.623 29.5178 42.9508 30.1595 42.9508C30.4804 42.9508 30.8012 42.623 30.8012 42.2951C30.8012 41.9672 30.4804 41.6394 30.1595 41.6394Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2512 28.8525H15.4009C15.4009 28.8525 15.0801 28.8525 15.0801 28.5246C15.0801 28.5246 15.0801 28.5246 15.0801 28.1967V20.9836C15.0801 20.6557 15.0801 20.6557 15.0801 20.6557C15.0801 20.3279 15.4009 20.3279 15.4009 20.3279H19.2512C19.5721 20.3279 19.5721 20.3279 19.8929 20.6557C19.8929 20.6557 19.8929 20.6557 19.8929 20.9836V28.1967C19.8929 28.5246 19.8929 28.5246 19.8929 28.5246C19.5721 28.8525 19.5721 28.8525 19.2512 28.8525ZM16.0426 27.541H18.6095V21.6394H16.0426V27.541Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6697 28.8525H21.8194C21.4986 28.8525 21.4986 28.8525 21.4986 28.5246C21.1777 28.5246 21.1777 28.5246 21.1777 28.1967V13.7705C21.1777 13.4426 21.1777 13.4426 21.4986 13.4426C21.4986 13.1147 21.4986 13.1147 21.8194 13.1147H25.6697C25.6697 13.1147 25.9906 13.1147 25.9906 13.4426C25.9906 13.4426 26.3114 13.4426 26.3114 13.7705V28.1967C26.3114 28.5246 25.9906 28.5246 25.9906 28.5246C25.9906 28.8525 25.6697 28.8525 25.6697 28.8525ZM22.4612 27.541H25.028V14.4262H22.4612V27.541Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7649 28.8525H27.9146C27.9146 28.8525 27.5938 28.8525 27.5938 28.5246C27.5938 28.5246 27.5938 28.5246 27.5938 28.1967V17.377V17.0492H27.9146H31.7649C32.0857 17.0492 32.0857 17.0492 32.4066 17.0492V17.377V28.1967C32.4066 28.5246 32.4066 28.5246 32.4066 28.5246C32.0857 28.8525 32.0857 28.8525 31.7649 28.8525ZM28.5563 27.541H31.1232V18.0328H28.5563V27.541Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.1795 28.8525H34.3292C34.0084 28.8525 34.0084 28.8525 34.0084 28.5246C33.6875 28.5246 33.6875 28.5246 33.6875 28.1967V20C33.6875 20 33.6875 20 34.0084 19.6721C34.0084 19.6721 34.0084 19.6721 34.3292 19.6721H38.1795H38.5003C38.5003 20 38.8212 20 38.8212 20V28.1967C38.8212 28.5246 38.5003 28.5246 38.5003 28.5246C38.5003 28.8525 38.1795 28.8525 38.1795 28.8525ZM34.9709 27.541H37.5378V20.6557H34.9709V27.541Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2785 28.8525H40.4283C40.4283 28.8525 40.1074 28.8525 40.1074 28.5246C40.1074 28.5246 40.1074 28.5246 40.1074 28.1967V15.4098C40.1074 15.082 40.1074 15.082 40.1074 15.082C40.1074 14.7541 40.4283 14.7541 40.4283 14.7541H44.2785C44.5994 14.7541 44.5994 14.7541 44.9203 15.082C44.9203 15.082 44.9203 15.082 44.9203 15.4098V28.1967C44.9203 28.5246 44.9203 28.5246 44.9203 28.5246C44.5994 28.8525 44.5994 28.8525 44.2785 28.8525ZM41.07 27.541H43.6368V16.0656H41.07V27.541Z' fill='%2314B4EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4483 31.1475H11.2291C10.9082 31.1475 10.9082 30.8197 10.9082 30.4918C10.9082 30.1639 10.9082 29.8361 11.2291 29.8361H48.4483C48.7692 29.8361 49.09 30.1639 49.09 30.4918C49.09 30.8197 48.7692 31.1475 48.4483 31.1475Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}

/* partners */
main .partners_block h4{
  //margin-top: 60px;
  margin-bottom: 30px;
}
main .partners_block ul{
  display: inline-flex;
  flex-wrap: wrap;
}
main .sidebar_cta_small .importozameshenie{
  text-align: left;
  background: transparent;
}
main .importozameshenie{
  text-align: center;
  background: #FFFFFF;
  position: relative;
  display: flex;
}
main .partners_block .partners_block_card{
  padding: 0px;
  border: 1px solid #14B4EF;
  border-radius: 5px;
  height: 70px;
  width: 190px;
  background: #FFFFFF;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
main .partners_block .partners_block_card img{
  height: 70px;
  object-fit: contain;
}
main .partners_block li a{
  
}
main .partners_block li a img{
  height: 70px;
  width: 190px;
  object-fit: contain;
}
main .importozameshenie img.brand_importozameshenie{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 10%;
  margin: 2px;
  height: 15px !important;
  object-fit: cover !important;
  border: 0.5px solid #D9D9D9;
}
main img.brand_importozameshenie{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 10%;
  margin: 2px;
  height: 15px !important;
  object-fit: cover !important;
  border: 0.5px solid #D9D9D9;
}
main .partners_block_card_single{
  margin-left: 12px;
  padding: 0;
  border: 1px solid #14B4EF;
  border-radius: 5px;
  height: 110px;
  width: 300px;
  text-align: center;
  background: #FFFFFF;
}
main .partners_block_card_single img{
  height: 100%;
  width: auto;
  object-fit: contain;
}
main .partners_block_link_underimg{
  display: grid;
  margin-top: 30px;
  align-items: center;
  padding-left: 12px;
}
main .partners_block_link_underimg a{
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #14B4EF;
  margin-left: auto;
  margin-right: 30px;
}
main .partners_block_link_underimg a i{
  vertical-align: middle;
  margin-right: 5px;
}
main .partners_block_card_underimg{
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
  padding-left: 12px;
}
main .partners_block_card_underimg img.brand_importozameshenie{
  position: inherit;
  width: 22px;
  height: auto;
  padding: 0;
  margin-right: 10px;
}
main .partners_block_card_underimg span{
  display: contents;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
main .partner_taxonomies{
  float: right;
  width: auto;
  margin-left: auto;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
main .partner_taxonomies a{
  padding: 10px 15px;
  border: 1px solid #14B4EF;
  border-radius: 30px;
  margin: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}
main .autoriz_card{
  padding: 20px;
  border: 1px solid #14B4EF;
  border-radius: 30px;
  margin-bottom: 30px;
}
main .autoriz_card span{
  margin-top: 10px;
  text-align: center;
  display: block;
}
main .autoriz_card img{
  height: 220px;
  margin-bottom: 10px;
}
main .autoriz_card a{
  text-align: center;
}
/* support faq */
main #faq .accordion{
  margin-bottom:20px;
}
main #faq .accordion-item{
  margin: 5px 0;
  background: transparent;
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 10px;
}
main #faq .accordion-item button.accordion-button{
  padding: 20px;
  border-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  background: #153C59;
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 10px;
}
main #faq .accordion-item button.collapsed:hover{
  background: #153C59;
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 10px;
}
main #faq .accordion-item button.accordion-button:focus{
  border-color: transparent;
  box-shadow: none;
}
main .support_pic{
  float:left;
  margin-right: 30px;
  margin-bottom: 30px;
}
main #faq .accordion-item button.accordion-button::after{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.976311 12.2692 0.659729 12.2692 0.464467 12.4645C0.269204 12.6597 0.269204 12.9763 0.464467 13.1716L3.64645 16.3536ZM3.5 2.18557e-08L3.5 16L4.5 16L4.5 -2.18557e-08L3.5 2.18557e-08Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
main #faq .accordion-item button.collapsed::after{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.976311 12.2692 0.659729 12.2692 0.464467 12.4645C0.269204 12.6597 0.269204 12.9763 0.464467 13.1716L3.64645 16.3536ZM3.5 2.18557e-08L3.5 16L4.5 16L4.5 -2.18557e-08L3.5 2.18557e-08Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
main #faq .accordion-item button.collapsed{
  background: transparent;
  color: #FFFFFF;
}
main #faq .accordion-item .accordion-body {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px;
}
main #faq .support_card{
  border: 1px solid rgba(20, 180, 239, 0.5);
  border-radius: 10px;
}
main #faq .support_card .wrapper{
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #faq .support_card i{
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
main #faq .support_card a{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
main #faq .support_card:hover{
  background: rgba(20, 180, 239, 0.5);
}




/* form total */
form.total{
  
}
form.total .h4{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}
form.total .h4 span{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #74BB16;
}
form.total .form-control{
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
form.total .form-control::placeholder{
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
form.total .form-control:focus{
  box-shadow: none;
}
.form-control option{
  background-color: #011829;
  color: #FFFFFF;
}
.form-control option:checked{
  background: #0461A6;
}

form.total .send_to_icons{
  margin-left: -26px;
}
form.total .send_to_icons input{
  display: none;
}
form.total .send_to_icons label{
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transition: 0.3s all;
}
form.total .send_to_icons input:checked+label{
  border: 1px solid #8DBD3F;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  -webkit-transition: 0.3s all;
}
form.total .send_to_icons label:last-child{
  margin-right: 0;
}
form.total .send_to_icons label i{
  width: 24px;
  height: 24px;
}
form.total .send_to_icons li:hover{
  border: 1px solid #8DBD3F;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-top: 2px;
  transition: all 0.3s;
  -webkit-transition: 0.3s all;
}
form.total span.send_to_icons_title{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0E0E0E;
}
form.total .form_finish{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
form.total .form_finish p{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #686868;
  width: 50%;
  margin-left: 10px;
}
form.total .form_finish p a{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #74BB16;
}
form.total .input_file {
  position: relative;
}
form.total .input_file i{
  position: absolute;
  top: 0%;
  right: 0%;
  margin-right: 25px;
  margin-top: 15px;
}


/* catalog_form  */
.catalog_form.boxed{
  border: 1px solid rgba(20, 180, 239, 0.3);
  border-radius: 10px;
  padding: 30px;
}
.catalog_form form .h4{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.catalog_form form textarea.form-control{
  height: 100px;
}
.catalog_form form .form-control{
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.catalog_form form .form-control::placeholder{
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.catalog_form form .form-control:focus{
  box-shadow: none;
}
.catalog_form form .send_to_icons{
  margin-left: -26px;
}
.catalog_form form .send_to_icons input{
  display: none;
}
.catalog_form form .send_to_icons label{
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transition: 0.3s all;
}
.catalog_form form .send_to_icons input:checked+label{
  border: 1px solid #8DBD3F;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  -webkit-transition: 0.3s all;
}
.catalog_form form .send_to_icons label:last-child{
  margin-right: 0;
}
.catalog_form form .send_to_icons label i{
  width: 24px;
  height: 24px;
}
.catalog_form form .send_to_icons li:hover{
  border: 1px solid #8DBD3F;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-top: 2px;
  transition: all 0.3s;
  -webkit-transition: 0.3s all;
}
.catalog_form form span.send_to_icons_title{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0E0E0E;
}
.catalog_form form .form_finish{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.catalog_form form .form_finish p{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #686868;
  width: 50%;
  margin-left: 10px;
}
.catalog_form form .form_finish p a{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #74BB16;
}
.catalog_form form .input_file {
  position: relative;
}
.catalog_form form .input_file i{
  position: absolute;
  top: 0%;
  right: 0%;
  margin-right: 25px;
  margin-top: 15px;
}
.catalog_form form label.label{
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 10px 0;
}
.catalog_form form .radio input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #14B4EF;
  transition: 0.2s all linear;
  //outline: none;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.catalog_form form .radio input:checked {
  background: #14B4EF;
  border: 4px double #011829;
}


/* cd-popup */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  }
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 24, 41, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup .wrapper{
  padding: 20px;
}
.cd-popup-container {
  position: relative;
  width: 100%;
  max-width: 565px;
  margin: 4em auto;
  background: #011829;
  border: 1px solid #14B4EF;
  border-radius: 15px;
  
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 30px;
  height: 30px;
  margin: 40px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 25px;
  height: 3px;
  background-color: #14B4EF;
  }
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -3px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 4em auto;
  }
}


/* 404 page */
main #page_404{
  padding-top: 40px;
}
main #page_404 img{
  margin-bottom: 40px;
}
main #page_404 p{
  margin-bottom: 20px;
}
main .the_content li{
  color: #FFFFFF;
}
main .the_content ul{
  list-style: inside;
}


main #seo{
  padding: 40px 0;
}












i.bearlogics{
  content: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.300049 12.5998H2.86198C2.86198 10.8738 4.36014 10.2626 5.10921 10.1727L6.56332 9.90307L7.62085 9.36372C7.7971 9.27383 8.25536 9.09404 8.67838 9.09404C9.10139 9.09404 9.73591 11.4312 10.0003 12.5998H12.7763V7.07149C13.1993 5.56132 15.0676 4.64443 15.9489 4.37475C16.7949 4.26688 17.6233 4.23992 17.9318 4.23992C18.9893 4.23992 19.8706 3.88035 20.179 3.70057C21.2365 3.16122 20.7078 2.75671 20.3112 2.62187L19.6502 2.0825L18.8571 1.54318C19.3859 0.329618 18.108 0.464484 17.5352 0.734158C17.1122 0.518419 14.2304 0.10232 12.7763 0.0599424C9.07495 -0.0479272 6.9142 0.731559 6.29893 1.13864C1.40786 4.37472 0.879095 9.09404 0.35031 11.1166C0.276896 11.7908 0.316811 12.1503 0.300049 12.5998Z' fill='white'/%3E%3C/svg%3E%0A");
}
.bearlogics_section{
  margin: 30px 0;
  -webkit-transition: all 0.55 linear;
          transition: 0.55s all linear;
  
}
.bearlogics_section .bearlogics_block{
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px; 
  text-align: center;
  text-decoration-line: underline;
  color: #14B4EF;
}
.bearlogics_section a{
  position: relative;
}
.bearlogics_section svg{
  z-index: 1;
}
.bearlogics_section a:hover .bearlogics_block{
  color: #569C7A;
  text-decoration-line: none;
  -webkit-transition: all .55 linear;
          transition: 0.55s all linear;
}
.bearlogics_section a:hover svg > path{
  fill: #569C7A;
  -webkit-transition: all .55 linear;
  transition: 0.55s all linear;
}
.bearlogics_section a i.bearlogics{
  width: 23.6px;
  height: 15.5px;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 1.1px;
  left: 31.5px;
  opacity: 0;
}
.bearlogics_section a:hover i.bearlogics{
  -webkit-animation: shiny 3.55s linear infinite;
  animation: shiny 3.55s linear infinite;
  box-shadow: 0px 0 20px 1px white;
  border-radius: 15px 5px 60px 0px;
}


@-webkit-keyframes shiny {
  0% {
    opacity: 1;
  }
  2%{
    opacity: 0.5;
  }
  4%{
    opacity: 1;
  }
  6%{
    opacity: 0.3;
  } 
  8%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  12%{
    opacity: 0.5;
  }
  14%{
    opacity: 0;
  }
  16%{
    opacity: 0;
  }
  18%{
    opacity: 1;
  }
  20%{
    opacity: 0.5;
  }
  30%{
    opacity: 0;
  }
  40%{
    opacity: 0.6;
  }
  50%{
    opacity: 0.7;
  }
  60%{
    opacity: 0.8;
  }
  70%{
    opacity: 0.85;
  }
  80%{
    opacity: 0.90;
  }
  90%{
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shiny {
  0% {
    opacity: 0;
  }
  2%{
    opacity: 0.5;
  }
  4%{
    opacity: 1;
  }
  6%{
    opacity: 0.3;
  } 
  8%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  12%{
    opacity: 0.5;
  }
  14%{
    opacity: 0;
  }
  16%{
    opacity: 0;
  }
  18%{
    opacity: 1;
  }
  20%{
    opacity: 0.5;
  }
  30%{
    opacity: 0;
  }
  40%{
    opacity: 0.6;
  }
  50%{
    opacity: 0.7;
  }
  60%{
    opacity: 0.8;
  }
  70%{
    opacity: 0.85;
  }
  80%{
    opacity: 0.90;
  }
  90%{
    opacity: 0.95;
  }
  100% {
    opacity: 1;
    
  }
}


/* day \ night switcher */
.hamburger_menu_show .menu-day-night-container{
  display: none;
}
.navi-mode-switcher-wrap{
  z-index: 10;
}
body .dl-switch.style2 input:checked + .dl-slider:before{
  background: #14B4EF;
}
body .dl-switch.style2 .dl-slider:before{
  top: -1px;
  left: -1px;
  height: 22px;
  width: 22px;
}
body .dl-switch.style2{
  width: 54px;
  height: 22px;
}
body .dl-switch .dl-slider{
  background-color: #011829;
  border: 1px solid #14B4EF;
}
body .dl-switch input:checked + .dl-slider{
  background-color: #FFFFFF;
}
body .dl-switch.style2 .dl-slider:before{
  background: #14B4EF;
}
#seo li{
  color: #FFFFFF;
  list-style: inside;
}

html.darklooks-mode-changer-enabled #seo li{
  color: #011829;
}
html.darklooks-mode-changer-enabled .header_navigation{
  background: #FFFFFF !important;
}
html.darklooks-mode-changer-enabled .navigation a{
  color: #011829;
}
html.darklooks-mode-changer-enabled .header_navigation .phone_block a{
  color: #011829;
}
html.darklooks-mode-changer-enabled .navigation .hamburger i.fa-bars{
  color:#011829;
}
html.darklooks-mode-changer-enabled .header_navigation .navigation .hamburger_menu{
  background: #FFFFFF;
}
html.darklooks-mode-changer-enabled .hamburger_menu .hamburger_menu_text span{
  color:#011829;
}
html.darklooks-mode-changer-enabled .hamburger_menu .hamburger_menu_text p{
  color:#011829;
}
html.darklooks-mode-changer-enabled #menu-shapka-sajta-spisok li a{
  color:#0461A6;
  text-decoration: underline;
}
html.darklooks-mode-changer-enabled #menu-shapka-sajta-spisok li a:hover{
  color:#14B4EF;
  text-decoration: none;
}
html.darklooks-mode-changer-enabled #menu-shapka-sajta-spisok li a:active{
  color:#011829;
  text-decoration: none;
}
html.darklooks-mode-changer-enabled #menu-shapka-sajta-spisok li.current-menu-item a{
  color:#011829;
  text-decoration: none;
}
html.darklooks-mode-changer-enabled i.icon-skype{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3159 16.3723C25.3877 15.872 25.4237 15.3672 25.4237 14.8619C25.4237 9.10988 20.7081 4.4272 14.9057 4.4272C14.4207 4.4272 13.9267 4.46284 13.4461 4.5252C12.494 4.01732 11.4162 3.75 10.3293 3.75C6.70059 3.75 3.75 6.6772 3.75 10.2728C3.75 11.3332 4.01046 12.3802 4.50897 13.3114C4.43263 13.8238 4.39221 14.345 4.39221 14.8619C4.39221 20.6139 9.10775 25.2966 14.9102 25.2966C15.3189 25.2966 15.732 25.2743 16.1362 25.2253C17.1916 25.8936 18.4132 26.25 19.6752 26.25C23.3039 26.25 26.25 23.3228 26.25 19.7272C26.25 18.5421 25.9266 17.3837 25.3159 16.3723H25.3159ZM23.259 23.2827C22.3024 24.2317 21.027 24.7574 19.6707 24.7574C18.6692 24.7574 17.7036 24.4678 16.8728 23.9198L16.5 23.6748L16.0554 23.7327C15.6782 23.7817 15.2919 23.804 14.9102 23.804C13.6931 23.804 12.512 23.5678 11.4027 23.1C10.3293 22.65 9.36378 22.004 8.53746 21.1842C7.71114 20.3644 7.05992 19.4065 6.6063 18.3416C6.13477 17.2411 5.89672 16.0693 5.89672 14.8619C5.89672 14.3896 5.93265 13.9129 6.00901 13.4451L6.07187 13.0441L5.87429 12.6876C5.47009 11.9525 5.2545 11.1193 5.2545 10.2728C5.2545 8.92722 5.77994 7.66632 6.74101 6.71286C7.69758 5.76386 8.97305 5.2381 10.3293 5.2381C11.1961 5.2381 12.0539 5.46088 12.804 5.87966L13.1632 6.08016L13.5719 6.02224C14.012 5.9554 14.4656 5.92424 14.9102 5.92424C16.1273 5.92424 17.3084 6.16038 18.4177 6.6282C19.4911 7.0782 20.4566 7.72424 21.283 8.54404C22.1093 9.36384 22.7605 10.3217 23.2141 11.3866C23.6857 12.4871 23.9237 13.6589 23.9237 14.8663C23.9237 15.3297 23.8878 15.7975 23.8159 16.2564L23.7485 16.693L23.9865 17.0718C24.485 17.8693 24.75 18.7871 24.75 19.7272C24.7455 21.0683 24.2156 22.3337 23.259 23.2827V23.2827H23.259ZM16.4776 13.8906L14.3488 13.4139C13.1901 13.1555 12.6063 12.759 12.6063 12.2154C12.6063 11.8278 12.768 11.5114 13.0869 11.2708C13.4057 11.0302 13.8593 10.9099 14.4387 10.9099C15.1213 10.9099 15.6782 11.0525 16.1003 11.3421C16.2261 11.4223 16.4955 11.6852 16.9087 12.1263C17.1782 12.4114 17.4701 12.5585 17.78 12.5585C18.0988 12.5585 18.3773 12.4694 18.6018 12.2911C18.8308 12.1129 18.9432 11.8679 18.9432 11.5604C18.9432 10.852 18.4716 10.2371 17.5285 9.71586C16.6392 9.2213 15.6647 8.97626 14.6048 8.97626C13.3833 8.97626 12.3683 9.23466 11.5599 9.74706C10.6168 10.353 10.1452 11.2263 10.1452 12.3624C10.1452 13.9218 11.0569 14.9332 12.8803 15.3921L15.7545 16.1139C16.4775 16.2966 16.8413 16.6842 16.8413 17.2678C16.8413 17.6599 16.6662 17.9896 16.3159 18.2658C15.9341 18.5733 15.4266 18.7292 14.7979 18.7292C14.0659 18.7292 13.4775 18.5555 13.0329 18.2079C12.9296 18.1366 12.6467 17.8203 12.1841 17.2545C11.8967 16.9069 11.5688 16.7332 11.2096 16.7332C10.8997 16.7332 10.6437 16.8312 10.4416 17.0272C10.2395 17.2233 10.1407 17.4728 10.1407 17.7802C10.1407 18.4797 10.518 19.0946 11.2725 19.6247C12.1482 20.2619 13.3294 20.5782 14.8024 20.5782C16.289 20.5782 17.4342 20.2441 18.2425 19.5757C19.006 18.9609 19.3878 18.1277 19.3878 17.0807C19.4012 15.3965 18.4267 14.3317 16.4776 13.8906V13.8906Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-skype:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3159 16.3723C25.3877 15.872 25.4237 15.3672 25.4237 14.8619C25.4237 9.10988 20.7081 4.4272 14.9057 4.4272C14.4207 4.4272 13.9267 4.46284 13.4461 4.5252C12.494 4.01732 11.4162 3.75 10.3293 3.75C6.70059 3.75 3.75 6.6772 3.75 10.2728C3.75 11.3332 4.01046 12.3802 4.50897 13.3114C4.43263 13.8238 4.39221 14.345 4.39221 14.8619C4.39221 20.6139 9.10775 25.2966 14.9102 25.2966C15.3189 25.2966 15.732 25.2743 16.1362 25.2253C17.1916 25.8936 18.4132 26.25 19.6752 26.25C23.3039 26.25 26.25 23.3228 26.25 19.7272C26.25 18.5421 25.9266 17.3837 25.3159 16.3723H25.3159ZM23.259 23.2827C22.3024 24.2317 21.027 24.7574 19.6707 24.7574C18.6692 24.7574 17.7036 24.4678 16.8728 23.9198L16.5 23.6748L16.0554 23.7327C15.6782 23.7817 15.2919 23.804 14.9102 23.804C13.6931 23.804 12.512 23.5678 11.4027 23.1C10.3293 22.65 9.36378 22.004 8.53746 21.1842C7.71114 20.3644 7.05992 19.4065 6.6063 18.3416C6.13477 17.2411 5.89672 16.0693 5.89672 14.8619C5.89672 14.3896 5.93265 13.9129 6.00901 13.4451L6.07187 13.0441L5.87429 12.6876C5.47009 11.9525 5.2545 11.1193 5.2545 10.2728C5.2545 8.92722 5.77994 7.66632 6.74101 6.71286C7.69758 5.76386 8.97305 5.2381 10.3293 5.2381C11.1961 5.2381 12.0539 5.46088 12.804 5.87966L13.1632 6.08016L13.5719 6.02224C14.012 5.9554 14.4656 5.92424 14.9102 5.92424C16.1273 5.92424 17.3084 6.16038 18.4177 6.6282C19.4911 7.0782 20.4566 7.72424 21.283 8.54404C22.1093 9.36384 22.7605 10.3217 23.2141 11.3866C23.6857 12.4871 23.9237 13.6589 23.9237 14.8663C23.9237 15.3297 23.8878 15.7975 23.8159 16.2564L23.7485 16.693L23.9865 17.0718C24.485 17.8693 24.75 18.7871 24.75 19.7272C24.7455 21.0683 24.2156 22.3337 23.259 23.2827V23.2827H23.259ZM16.4776 13.8906L14.3488 13.4139C13.1901 13.1555 12.6063 12.759 12.6063 12.2154C12.6063 11.8278 12.768 11.5114 13.0869 11.2708C13.4057 11.0302 13.8593 10.9099 14.4387 10.9099C15.1213 10.9099 15.6782 11.0525 16.1003 11.3421C16.2261 11.4223 16.4955 11.6852 16.9087 12.1263C17.1782 12.4114 17.4701 12.5585 17.78 12.5585C18.0988 12.5585 18.3773 12.4694 18.6018 12.2911C18.8308 12.1129 18.9432 11.8679 18.9432 11.5604C18.9432 10.852 18.4716 10.2371 17.5285 9.71586C16.6392 9.2213 15.6647 8.97626 14.6048 8.97626C13.3833 8.97626 12.3683 9.23466 11.5599 9.74706C10.6168 10.353 10.1452 11.2263 10.1452 12.3624C10.1452 13.9218 11.0569 14.9332 12.8803 15.3921L15.7545 16.1139C16.4775 16.2966 16.8413 16.6842 16.8413 17.2678C16.8413 17.6599 16.6662 17.9896 16.3159 18.2658C15.9341 18.5733 15.4266 18.7292 14.7979 18.7292C14.0659 18.7292 13.4775 18.5555 13.0329 18.2079C12.9296 18.1366 12.6467 17.8203 12.1841 17.2545C11.8967 16.9069 11.5688 16.7332 11.2096 16.7332C10.8997 16.7332 10.6437 16.8312 10.4416 17.0272C10.2395 17.2233 10.1407 17.4728 10.1407 17.7802C10.1407 18.4797 10.518 19.0946 11.2725 19.6247C12.1482 20.2619 13.3294 20.5782 14.8024 20.5782C16.289 20.5782 17.4342 20.2441 18.2425 19.5757C19.006 18.9609 19.3878 18.1277 19.3878 17.0807C19.4012 15.3965 18.4267 14.3317 16.4776 13.8906V13.8906Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-telegram{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7086 4.13071C25.4927 3.94555 25.2301 3.822 24.9489 3.7733C24.6676 3.7246 24.3782 3.75257 24.1118 3.85422L3.49855 11.8723C3.18227 11.9937 2.91443 12.2137 2.73542 12.499C2.55642 12.7843 2.47598 13.1196 2.50623 13.4542C2.53649 13.7888 2.6758 14.1046 2.90314 14.3539C3.13048 14.6032 3.43353 14.7725 3.76655 14.8363L9.18227 15.9091V22.5669C9.18263 22.8719 9.27397 23.1701 9.44482 23.4239C9.61567 23.6777 9.85841 23.8759 10.1426 23.9935C10.3342 24.0709 10.5387 24.1121 10.7456 24.1152C10.951 24.1164 11.1547 24.077 11.3446 23.9991C11.5344 23.9212 11.7066 23.8065 11.851 23.6618L14.8995 20.6425L19.4554 24.6129C19.7376 24.8635 20.1037 25.0014 20.4827 25C20.646 25.0013 20.8084 24.9751 20.9628 24.9225C21.2207 24.8414 21.4524 24.6944 21.6347 24.4963C21.817 24.2983 21.9435 24.0562 22.0013 23.7945L26.2111 5.64586C26.274 5.37192 26.2605 5.08619 26.1719 4.81928C26.0834 4.55237 25.9232 4.31435 25.7086 4.13071ZM3.85588 13.3322C3.84807 13.2856 3.85726 13.2377 3.88181 13.1972C3.90636 13.1567 3.94467 13.1261 3.98988 13.111L21.242 6.3979L9.69592 14.6593L4.03454 13.5313C3.98519 13.5258 3.93963 13.5024 3.90665 13.4657C3.87366 13.4289 3.85557 13.3814 3.85588 13.3322ZM10.9019 22.7217C10.8709 22.7538 10.8305 22.7754 10.7863 22.7834C10.7422 22.7913 10.6966 22.7852 10.6562 22.7659C10.617 22.749 10.5835 22.7212 10.5597 22.6859C10.536 22.6506 10.5229 22.6093 10.5222 22.5669V16.827L13.8833 19.7688L10.9019 22.7217ZM20.706 23.4959C20.6984 23.5342 20.6806 23.5699 20.6545 23.5992C20.6285 23.6286 20.595 23.6506 20.5575 23.6629C20.5201 23.6753 20.48 23.6776 20.4413 23.6696C20.4027 23.6616 20.3669 23.6437 20.3375 23.6175L10.9242 15.4114L24.8823 5.43573L20.706 23.4959Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-telegram:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7086 4.13071C25.4927 3.94555 25.2301 3.822 24.9489 3.7733C24.6676 3.7246 24.3782 3.75257 24.1118 3.85422L3.49855 11.8723C3.18227 11.9937 2.91443 12.2137 2.73542 12.499C2.55642 12.7843 2.47598 13.1196 2.50623 13.4542C2.53649 13.7888 2.6758 14.1046 2.90314 14.3539C3.13048 14.6032 3.43353 14.7725 3.76655 14.8363L9.18227 15.9091V22.5669C9.18263 22.8719 9.27397 23.1701 9.44482 23.4239C9.61567 23.6777 9.85841 23.8759 10.1426 23.9935C10.3342 24.0709 10.5387 24.1121 10.7456 24.1152C10.951 24.1164 11.1547 24.077 11.3446 23.9991C11.5344 23.9212 11.7066 23.8065 11.851 23.6618L14.8995 20.6425L19.4554 24.6129C19.7376 24.8635 20.1037 25.0014 20.4827 25C20.646 25.0013 20.8084 24.9751 20.9628 24.9225C21.2207 24.8414 21.4524 24.6944 21.6347 24.4963C21.817 24.2983 21.9435 24.0562 22.0013 23.7945L26.2111 5.64586C26.274 5.37192 26.2605 5.08619 26.1719 4.81928C26.0834 4.55237 25.9232 4.31435 25.7086 4.13071ZM3.85588 13.3322C3.84807 13.2856 3.85726 13.2377 3.88181 13.1972C3.90636 13.1567 3.94467 13.1261 3.98988 13.111L21.242 6.3979L9.69592 14.6593L4.03454 13.5313C3.98519 13.5258 3.93963 13.5024 3.90665 13.4657C3.87366 13.4289 3.85557 13.3814 3.85588 13.3322ZM10.9019 22.7217C10.8709 22.7538 10.8305 22.7754 10.7863 22.7834C10.7422 22.7913 10.6966 22.7852 10.6562 22.7659C10.617 22.749 10.5835 22.7212 10.5597 22.6859C10.536 22.6506 10.5229 22.6093 10.5222 22.5669V16.827L13.8833 19.7688L10.9019 22.7217ZM20.706 23.4959C20.6984 23.5342 20.6806 23.5699 20.6545 23.5992C20.6285 23.6286 20.595 23.6506 20.5575 23.6629C20.5201 23.6753 20.48 23.6776 20.4413 23.6696C20.4027 23.6616 20.3669 23.6437 20.3375 23.6175L10.9242 15.4114L24.8823 5.43573L20.706 23.4959Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-vk{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.65754C1.25 7.67382 1.95652 7.2855 2.82609 7.23373L6.875 7.25962C7.11957 7.25962 7.33696 7.41494 7.41848 7.64793C8.34239 10.4956 9.4837 12.2559 10.8424 14.2493C10.9239 14.4046 11.0598 14.4822 11.1957 14.4822C11.3043 14.4822 11.413 14.4305 11.4946 14.301L11.5761 14.0163L11.6033 9.53772C11.6033 8.89053 11.2772 8.78698 10.5163 8.68343C10.2174 8.63166 10.0272 8.37278 10.0272 8.11391C10.0272 8.06213 10.0272 8.01035 10.0543 7.95858C10.4348 6.84541 11.6304 6.27589 13.3152 6.27589L14.837 6.25C16.087 6.25 17.2283 6.76775 17.2283 8.29512V14.1716C17.337 14.2493 17.4457 14.301 17.5815 14.301C17.7989 14.301 18.0707 14.1716 18.288 13.8351C19.7011 11.9453 21.3043 9.69305 21.5217 8.50222C21.5217 8.45044 21.5489 8.42456 21.5761 8.37278C21.875 7.80325 22.6359 7.41494 22.962 7.31139C23.0163 7.2855 23.0978 7.25962 23.2065 7.25962H27.4185L27.6902 7.2855C28.0978 7.2855 28.3967 7.54438 28.5326 7.77737C28.7772 8.13979 28.7228 8.52811 28.75 8.68343V8.86465C28.3424 11.2204 25.5163 13.8609 24.3207 15.5695C24.1576 15.7766 24.0761 15.9578 24.0761 16.1391C24.0761 16.2944 24.1576 16.4497 24.2935 16.605L28.2609 21.3683C28.4783 21.6531 28.587 21.9896 28.587 22.2744C28.587 23.1287 27.7446 23.6206 26.9293 23.6982L26.4674 23.7241H22.337C22.2554 23.7241 22.2011 23.75 22.1196 23.75C21.6576 23.75 21.2772 23.517 21.0054 23.2581C20.1359 22.2485 19.2935 21.213 18.4511 20.2034C18.288 19.9963 18.2337 19.9704 18.0707 19.8669C17.8804 20.6176 17.7174 21.3942 17.5272 22.1709L17.4457 22.6109C17.3098 23.0769 16.9565 23.5688 16.3043 23.6982L15.9239 23.7241H13.2609C8.55978 23.7241 4.34783 17.3558 1.38587 9.40828C1.30435 9.20118 1.25 8.91642 1.25 8.65754ZM17.5815 15.3624C16.875 15.3624 16.087 14.9741 16.087 14.2493V8.29512C16.087 7.59615 15.7609 7.33728 14.8641 7.33728L13.3152 7.38905C12.4457 7.38905 11.9565 7.51849 11.5489 7.77737C12.1739 8.06213 12.7446 8.45044 12.7446 9.53772V14.0939C12.663 15 11.875 15.5954 11.1141 15.5954C10.5978 15.5954 10.1359 15.3107 9.86413 14.8447C8.6413 13.0843 7.6087 11.4275 6.71196 9.04586L6.46739 8.37278L2.85326 8.34689C2.36413 8.34689 2.41848 8.37278 2.41848 8.60577C2.41848 8.76109 2.44565 8.9682 2.47283 9.09763L3.04348 10.5473C6.00543 17.8476 9.72826 22.6368 13.2609 22.6368H15.9783C16.3587 22.6368 16.3315 22.1967 16.413 21.9379L16.9293 19.6598C17.038 19.4268 17.1196 19.2197 17.3098 19.0385C17.5272 18.8314 17.7717 18.7537 18.0163 18.7537C18.5326 18.7537 19.0217 19.142 19.3478 19.5044L21.6576 22.3003C21.8478 22.5851 22.0109 22.6368 22.1196 22.6368H26.6033C27.038 22.6368 27.4185 22.5074 27.4185 22.2485C27.4185 22.1709 27.3913 22.0673 27.337 21.9896L23.3967 17.304C23.0707 16.9157 22.9348 16.5274 22.9348 16.1391C22.9348 15.7249 23.0978 15.3107 23.3696 14.9482C24.5109 13.3173 26.9565 10.9874 27.5272 9.07175L27.6087 8.73521C27.5815 8.60577 27.5815 8.50222 27.5543 8.37278H23.288C23.0163 8.47633 22.7989 8.63166 22.6359 8.83876L22.4728 9.33062C21.8478 10.9874 20.1359 13.2655 18.913 14.8447C18.5054 15.2071 18.0435 15.3624 17.5815 15.3624Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-vk:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.65754C1.25 7.67382 1.95652 7.2855 2.82609 7.23373L6.875 7.25962C7.11957 7.25962 7.33696 7.41494 7.41848 7.64793C8.34239 10.4956 9.4837 12.2559 10.8424 14.2493C10.9239 14.4046 11.0598 14.4822 11.1957 14.4822C11.3043 14.4822 11.413 14.4305 11.4946 14.301L11.5761 14.0163L11.6033 9.53772C11.6033 8.89053 11.2772 8.78698 10.5163 8.68343C10.2174 8.63166 10.0272 8.37278 10.0272 8.11391C10.0272 8.06213 10.0272 8.01035 10.0543 7.95858C10.4348 6.84541 11.6304 6.27589 13.3152 6.27589L14.837 6.25C16.087 6.25 17.2283 6.76775 17.2283 8.29512V14.1716C17.337 14.2493 17.4457 14.301 17.5815 14.301C17.7989 14.301 18.0707 14.1716 18.288 13.8351C19.7011 11.9453 21.3043 9.69305 21.5217 8.50222C21.5217 8.45044 21.5489 8.42456 21.5761 8.37278C21.875 7.80325 22.6359 7.41494 22.962 7.31139C23.0163 7.2855 23.0978 7.25962 23.2065 7.25962H27.4185L27.6902 7.2855C28.0978 7.2855 28.3967 7.54438 28.5326 7.77737C28.7772 8.13979 28.7228 8.52811 28.75 8.68343V8.86465C28.3424 11.2204 25.5163 13.8609 24.3207 15.5695C24.1576 15.7766 24.0761 15.9578 24.0761 16.1391C24.0761 16.2944 24.1576 16.4497 24.2935 16.605L28.2609 21.3683C28.4783 21.6531 28.587 21.9896 28.587 22.2744C28.587 23.1287 27.7446 23.6206 26.9293 23.6982L26.4674 23.7241H22.337C22.2554 23.7241 22.2011 23.75 22.1196 23.75C21.6576 23.75 21.2772 23.517 21.0054 23.2581C20.1359 22.2485 19.2935 21.213 18.4511 20.2034C18.288 19.9963 18.2337 19.9704 18.0707 19.8669C17.8804 20.6176 17.7174 21.3942 17.5272 22.1709L17.4457 22.6109C17.3098 23.0769 16.9565 23.5688 16.3043 23.6982L15.9239 23.7241H13.2609C8.55978 23.7241 4.34783 17.3558 1.38587 9.40828C1.30435 9.20118 1.25 8.91642 1.25 8.65754ZM17.5815 15.3624C16.875 15.3624 16.087 14.9741 16.087 14.2493V8.29512C16.087 7.59615 15.7609 7.33728 14.8641 7.33728L13.3152 7.38905C12.4457 7.38905 11.9565 7.51849 11.5489 7.77737C12.1739 8.06213 12.7446 8.45044 12.7446 9.53772V14.0939C12.663 15 11.875 15.5954 11.1141 15.5954C10.5978 15.5954 10.1359 15.3107 9.86413 14.8447C8.6413 13.0843 7.6087 11.4275 6.71196 9.04586L6.46739 8.37278L2.85326 8.34689C2.36413 8.34689 2.41848 8.37278 2.41848 8.60577C2.41848 8.76109 2.44565 8.9682 2.47283 9.09763L3.04348 10.5473C6.00543 17.8476 9.72826 22.6368 13.2609 22.6368H15.9783C16.3587 22.6368 16.3315 22.1967 16.413 21.9379L16.9293 19.6598C17.038 19.4268 17.1196 19.2197 17.3098 19.0385C17.5272 18.8314 17.7717 18.7537 18.0163 18.7537C18.5326 18.7537 19.0217 19.142 19.3478 19.5044L21.6576 22.3003C21.8478 22.5851 22.0109 22.6368 22.1196 22.6368H26.6033C27.038 22.6368 27.4185 22.5074 27.4185 22.2485C27.4185 22.1709 27.3913 22.0673 27.337 21.9896L23.3967 17.304C23.0707 16.9157 22.9348 16.5274 22.9348 16.1391C22.9348 15.7249 23.0978 15.3107 23.3696 14.9482C24.5109 13.3173 26.9565 10.9874 27.5272 9.07175L27.6087 8.73521C27.5815 8.60577 27.5815 8.50222 27.5543 8.37278H23.288C23.0163 8.47633 22.7989 8.63166 22.6359 8.83876L22.4728 9.33062C21.8478 10.9874 20.1359 13.2655 18.913 14.8447C18.5054 15.2071 18.0435 15.3624 17.5815 15.3624Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-icq{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5932 12.9619L21.463 12.7447C21.2316 12.3972 20.9712 12.0931 20.682 11.8324C20.5952 11.7745 20.4433 11.6949 20.2263 11.5935C20.0094 11.4921 19.8431 11.4125 19.7273 11.3546C20.5952 10.9491 21.1882 10.3554 21.5064 9.57344C21.5932 9.34175 21.586 9.03765 21.4847 8.66115C21.3835 8.28465 21.3328 8.05296 21.3328 7.96607V7.87919C21.3328 7.4158 20.8266 7.0393 19.8141 6.74969C19.5538 6.72073 19.1199 6.70625 18.5124 6.70625L17.5577 6.92346L17.8615 6.18494C18.1797 5.31609 18.0929 4.46173 17.6011 3.62185L17.5143 3.44808C17.0804 2.78196 16.4295 2.33306 15.5617 2.10137C14.6939 1.89863 13.8839 2 13.1317 2.40546C12.0903 2.95573 11.5696 3.59288 11.5696 4.31692V4.36036L11.4395 4.57758L11.3093 4.36036L11.0055 3.8825C10.5716 3.21638 9.97858 2.76748 9.22645 2.53579C8.61896 2.39098 8.05487 2.46338 7.53416 2.753C6.9556 3.10054 6.594 3.66529 6.44936 4.44725C6.30472 5.28713 6.44936 6.08357 6.88328 6.83657L7.05685 7.14067L6.40597 6.92346C5.56705 6.72073 4.7426 6.83657 3.93262 7.271C3.12263 7.6475 2.55853 8.25569 2.24033 9.09557C1.89319 9.84857 1.92212 10.6016 2.32711 11.3546C2.47175 11.6152 2.68871 11.8614 2.97799 12.0931C3.35406 12.4117 3.78798 12.6144 4.27975 12.7013L4.49671 12.7447L4.06279 13.1357C3.68673 13.4253 3.42638 13.8163 3.28174 14.3086C3.1371 14.8589 3.20942 15.3513 3.4987 15.7857C3.64334 16.0463 3.8169 16.2346 4.0194 16.3504C4.2219 16.5532 4.49671 16.6835 4.84385 16.7414C5.53812 16.8862 6.21793 16.8573 6.88328 16.6545L6.36257 17.4799L6.2324 17.8709C5.94312 18.7398 6.01544 19.5796 6.44936 20.3906C6.50722 20.4775 6.72418 20.7526 7.10024 21.216C7.44738 21.5345 7.8813 21.7518 8.402 21.8676C9.38556 22.0993 10.2389 22.0269 10.9621 21.6504C11.7143 21.216 12.235 20.5643 12.5243 19.6955L12.5676 19.5217C13.1173 20.1589 13.6669 20.5354 14.2165 20.6512C14.7951 20.825 15.3447 20.7671 15.8654 20.4775C16.3572 20.1589 16.6899 19.6955 16.8635 19.0873C16.9792 18.4791 16.9792 17.842 16.8635 17.1758C17.2106 17.3786 17.5143 17.5089 17.7747 17.5668C18.6715 17.8564 19.5248 17.7985 20.3348 17.393C21.087 16.9876 21.5932 16.336 21.8536 15.4381C22.1139 14.5983 22.0271 13.7729 21.5932 12.9619ZM17.4276 8.27017L17.7747 8.13984C18.2375 7.90815 18.7438 7.82127 19.2934 7.87919C19.8141 7.96607 20.1613 8.18328 20.3348 8.53082L20.4216 8.87836L20.3782 9.18246C20.1757 9.64584 19.7273 10.0513 19.0331 10.3988C18.8306 10.4857 18.5124 10.5581 18.0784 10.6161L14.5637 11.0505L14.4769 10.8767L14.4335 10.7898L14.5637 10.6161L17.4276 8.27017ZM12.5676 4.7079C12.6834 4.15763 13.0305 3.73769 13.6091 3.44808C14.1587 3.1295 14.7083 3.08606 15.258 3.31775C15.8654 3.46256 16.2994 3.76665 16.5597 4.23004C16.7044 4.57758 16.7767 4.91063 16.7767 5.22921L16.6899 5.8374C16.632 6.09806 16.4874 6.38767 16.256 6.70625L13.6958 9.79065C13.5223 9.64584 13.233 9.48655 12.828 9.31278L12.5676 6.1415L12.5243 5.012L12.5676 4.7079ZM7.66434 4.79479C7.66434 4.3314 7.85237 3.98386 8.22844 3.75217C8.402 3.60736 8.61896 3.59288 8.87932 3.70873C9.42895 3.8825 9.86287 4.28796 10.1811 4.92511C10.4125 5.44642 10.5282 5.75052 10.5282 5.8374L11.0923 9.18246L10.6584 9.31278L8.09826 6.57592L7.96808 6.27182C7.70773 5.69259 7.60648 5.20025 7.66434 4.79479ZM3.41191 10.7898C3.20942 10.3554 3.19495 9.93546 3.36852 9.53C3.59994 8.9218 3.97601 8.51634 4.49671 8.31361C5.04635 8.05296 5.58152 7.98055 6.10222 8.0964L6.88328 8.4005L9.40002 10.2251C9.1686 10.4857 9.00949 10.7609 8.92271 11.0505L4.80046 11.5718L4.54011 11.5283C4.07726 11.4415 3.70119 11.1953 3.41191 10.7898ZM11.5696 19.0873L11.4395 19.3914C11.2659 19.9127 10.9043 20.2892 10.3546 20.5209C9.86287 20.8105 9.3277 20.8829 8.74914 20.7381C8.17058 20.5933 7.76559 20.2892 7.53416 19.8258C7.36059 19.5072 7.27381 19.1887 7.27381 18.8701L7.40398 18.2185C7.46184 17.9288 7.60648 17.6537 7.83791 17.393L10.2245 14.5693C10.5427 14.7431 10.8609 14.8589 11.1791 14.9168C11.208 15.1196 11.2803 15.5757 11.3961 16.2853C11.5118 16.9948 11.5696 17.5523 11.5696 17.9578V19.0873ZM10.4848 13.4398C10.0798 13.1212 9.87733 12.6868 9.87733 12.1365C9.87733 11.6442 10.0798 11.1953 10.4848 10.7898C10.803 10.4712 11.2514 10.312 11.83 10.312C12.3796 10.312 12.8135 10.4712 13.1317 10.7898C13.5078 11.1663 13.6958 11.6152 13.6958 12.1365C13.6958 12.7158 13.5078 13.1502 13.1317 13.4398C12.7846 13.8163 12.3507 14.0046 11.83 14.0046C11.2225 14.0046 10.7741 13.8163 10.4848 13.4398ZM15.7787 18.3922C15.7208 18.9135 15.5328 19.2611 15.2146 19.4348C15.041 19.5507 14.824 19.5796 14.5637 19.5217C14.014 19.4059 13.5801 19.0004 13.2619 18.3053L12.9148 17.3496L12.4809 14.9168L12.9582 14.7431L13.3487 14.5259L14.5637 15.7422L15.3013 16.6545L15.4315 16.9152C15.6919 17.4075 15.8076 17.8999 15.7787 18.3922ZM20.7254 15.0906C20.5807 15.6698 20.248 16.0753 19.7273 16.307C19.2356 16.5966 18.7004 16.64 18.1218 16.4373C17.8036 16.3504 17.5433 16.2056 17.3408 16.0029L14.3467 13.5267L14.5637 13.1357L14.6505 12.7882L17.8615 12.4841H19.2934C19.8431 12.7158 20.2047 12.9909 20.3782 13.3095C20.6675 13.5991 20.8121 14.0046 20.8121 14.5259L20.7254 15.0906Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-icq:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5932 12.9619L21.463 12.7447C21.2316 12.3972 20.9712 12.0931 20.682 11.8324C20.5952 11.7745 20.4433 11.6949 20.2263 11.5935C20.0094 11.4921 19.8431 11.4125 19.7273 11.3546C20.5952 10.9491 21.1882 10.3554 21.5064 9.57344C21.5932 9.34175 21.586 9.03765 21.4847 8.66115C21.3835 8.28465 21.3328 8.05296 21.3328 7.96607V7.87919C21.3328 7.4158 20.8266 7.0393 19.8141 6.74969C19.5538 6.72073 19.1199 6.70625 18.5124 6.70625L17.5577 6.92346L17.8615 6.18494C18.1797 5.31609 18.0929 4.46173 17.6011 3.62185L17.5143 3.44808C17.0804 2.78196 16.4295 2.33306 15.5617 2.10137C14.6939 1.89863 13.8839 2 13.1317 2.40546C12.0903 2.95573 11.5696 3.59288 11.5696 4.31692V4.36036L11.4395 4.57758L11.3093 4.36036L11.0055 3.8825C10.5716 3.21638 9.97858 2.76748 9.22645 2.53579C8.61896 2.39098 8.05487 2.46338 7.53416 2.753C6.9556 3.10054 6.594 3.66529 6.44936 4.44725C6.30472 5.28713 6.44936 6.08357 6.88328 6.83657L7.05685 7.14067L6.40597 6.92346C5.56705 6.72073 4.7426 6.83657 3.93262 7.271C3.12263 7.6475 2.55853 8.25569 2.24033 9.09557C1.89319 9.84857 1.92212 10.6016 2.32711 11.3546C2.47175 11.6152 2.68871 11.8614 2.97799 12.0931C3.35406 12.4117 3.78798 12.6144 4.27975 12.7013L4.49671 12.7447L4.06279 13.1357C3.68673 13.4253 3.42638 13.8163 3.28174 14.3086C3.1371 14.8589 3.20942 15.3513 3.4987 15.7857C3.64334 16.0463 3.8169 16.2346 4.0194 16.3504C4.2219 16.5532 4.49671 16.6835 4.84385 16.7414C5.53812 16.8862 6.21793 16.8573 6.88328 16.6545L6.36257 17.4799L6.2324 17.8709C5.94312 18.7398 6.01544 19.5796 6.44936 20.3906C6.50722 20.4775 6.72418 20.7526 7.10024 21.216C7.44738 21.5345 7.8813 21.7518 8.402 21.8676C9.38556 22.0993 10.2389 22.0269 10.9621 21.6504C11.7143 21.216 12.235 20.5643 12.5243 19.6955L12.5676 19.5217C13.1173 20.1589 13.6669 20.5354 14.2165 20.6512C14.7951 20.825 15.3447 20.7671 15.8654 20.4775C16.3572 20.1589 16.6899 19.6955 16.8635 19.0873C16.9792 18.4791 16.9792 17.842 16.8635 17.1758C17.2106 17.3786 17.5143 17.5089 17.7747 17.5668C18.6715 17.8564 19.5248 17.7985 20.3348 17.393C21.087 16.9876 21.5932 16.336 21.8536 15.4381C22.1139 14.5983 22.0271 13.7729 21.5932 12.9619ZM17.4276 8.27017L17.7747 8.13984C18.2375 7.90815 18.7438 7.82127 19.2934 7.87919C19.8141 7.96607 20.1613 8.18328 20.3348 8.53082L20.4216 8.87836L20.3782 9.18246C20.1757 9.64584 19.7273 10.0513 19.0331 10.3988C18.8306 10.4857 18.5124 10.5581 18.0784 10.6161L14.5637 11.0505L14.4769 10.8767L14.4335 10.7898L14.5637 10.6161L17.4276 8.27017ZM12.5676 4.7079C12.6834 4.15763 13.0305 3.73769 13.6091 3.44808C14.1587 3.1295 14.7083 3.08606 15.258 3.31775C15.8654 3.46256 16.2994 3.76665 16.5597 4.23004C16.7044 4.57758 16.7767 4.91063 16.7767 5.22921L16.6899 5.8374C16.632 6.09806 16.4874 6.38767 16.256 6.70625L13.6958 9.79065C13.5223 9.64584 13.233 9.48655 12.828 9.31278L12.5676 6.1415L12.5243 5.012L12.5676 4.7079ZM7.66434 4.79479C7.66434 4.3314 7.85237 3.98386 8.22844 3.75217C8.402 3.60736 8.61896 3.59288 8.87932 3.70873C9.42895 3.8825 9.86287 4.28796 10.1811 4.92511C10.4125 5.44642 10.5282 5.75052 10.5282 5.8374L11.0923 9.18246L10.6584 9.31278L8.09826 6.57592L7.96808 6.27182C7.70773 5.69259 7.60648 5.20025 7.66434 4.79479ZM3.41191 10.7898C3.20942 10.3554 3.19495 9.93546 3.36852 9.53C3.59994 8.9218 3.97601 8.51634 4.49671 8.31361C5.04635 8.05296 5.58152 7.98055 6.10222 8.0964L6.88328 8.4005L9.40002 10.2251C9.1686 10.4857 9.00949 10.7609 8.92271 11.0505L4.80046 11.5718L4.54011 11.5283C4.07726 11.4415 3.70119 11.1953 3.41191 10.7898ZM11.5696 19.0873L11.4395 19.3914C11.2659 19.9127 10.9043 20.2892 10.3546 20.5209C9.86287 20.8105 9.3277 20.8829 8.74914 20.7381C8.17058 20.5933 7.76559 20.2892 7.53416 19.8258C7.36059 19.5072 7.27381 19.1887 7.27381 18.8701L7.40398 18.2185C7.46184 17.9288 7.60648 17.6537 7.83791 17.393L10.2245 14.5693C10.5427 14.7431 10.8609 14.8589 11.1791 14.9168C11.208 15.1196 11.2803 15.5757 11.3961 16.2853C11.5118 16.9948 11.5696 17.5523 11.5696 17.9578V19.0873ZM10.4848 13.4398C10.0798 13.1212 9.87733 12.6868 9.87733 12.1365C9.87733 11.6442 10.0798 11.1953 10.4848 10.7898C10.803 10.4712 11.2514 10.312 11.83 10.312C12.3796 10.312 12.8135 10.4712 13.1317 10.7898C13.5078 11.1663 13.6958 11.6152 13.6958 12.1365C13.6958 12.7158 13.5078 13.1502 13.1317 13.4398C12.7846 13.8163 12.3507 14.0046 11.83 14.0046C11.2225 14.0046 10.7741 13.8163 10.4848 13.4398ZM15.7787 18.3922C15.7208 18.9135 15.5328 19.2611 15.2146 19.4348C15.041 19.5507 14.824 19.5796 14.5637 19.5217C14.014 19.4059 13.5801 19.0004 13.2619 18.3053L12.9148 17.3496L12.4809 14.9168L12.9582 14.7431L13.3487 14.5259L14.5637 15.7422L15.3013 16.6545L15.4315 16.9152C15.6919 17.4075 15.8076 17.8999 15.7787 18.3922ZM20.7254 15.0906C20.5807 15.6698 20.248 16.0753 19.7273 16.307C19.2356 16.5966 18.7004 16.64 18.1218 16.4373C17.8036 16.3504 17.5433 16.2056 17.3408 16.0029L14.3467 13.5267L14.5637 13.1357L14.6505 12.7882L17.8615 12.4841H19.2934C19.8431 12.7158 20.2047 12.9909 20.3782 13.3095C20.6675 13.5991 20.8121 14.0046 20.8121 14.5259L20.7254 15.0906Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-instagram{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0001 7.19298C9.33995 7.19298 7.19308 9.33986 7.19308 12C7.19308 14.6602 9.33995 16.807 12.0001 16.807C14.6603 16.807 16.8071 14.6602 16.8071 12C16.8071 9.33986 14.6603 7.19298 12.0001 7.19298ZM12.0001 15.1242C10.2798 15.1242 8.87589 13.7203 8.87589 12C8.87589 10.2797 10.2798 8.87579 12.0001 8.87579C13.7204 8.87579 15.1243 10.2797 15.1243 12C15.1243 13.7203 13.7204 15.1242 12.0001 15.1242ZM17.004 5.87579C16.3829 5.87579 15.8814 6.37736 15.8814 6.99845C15.8814 7.61954 16.3829 8.12111 17.004 8.12111C17.6251 8.12111 18.1267 7.62189 18.1267 6.99845C18.1269 6.85097 18.0979 6.7049 18.0416 6.56861C17.9852 6.43232 17.9026 6.30849 17.7983 6.2042C17.694 6.09992 17.5701 6.01723 17.4339 5.96088C17.2976 5.90452 17.1515 5.87561 17.004 5.87579ZM21.3704 12C21.3704 10.7063 21.3821 9.42423 21.3095 8.13283C21.2368 6.63283 20.8946 5.30158 19.7978 4.2047C18.6985 3.10548 17.3696 2.76564 15.8696 2.69298C14.5759 2.62033 13.2939 2.63204 12.0025 2.63204C10.7087 2.63204 9.42667 2.62033 8.13527 2.69298C6.63527 2.76564 5.30402 3.10783 4.20714 4.2047C3.10792 5.30392 2.76808 6.63283 2.69542 8.13283C2.62277 9.42658 2.63449 10.7086 2.63449 12C2.63449 13.2914 2.62277 14.5758 2.69542 15.8672C2.76808 17.3672 3.11027 18.6985 4.20714 19.7953C5.30636 20.8945 6.63527 21.2344 8.13527 21.307C9.42902 21.3797 10.711 21.368 12.0025 21.368C13.2962 21.368 14.5782 21.3797 15.8696 21.307C17.3696 21.2344 18.7009 20.8922 19.7978 19.7953C20.897 18.6961 21.2368 17.3672 21.3095 15.8672C21.3845 14.5758 21.3704 13.2938 21.3704 12ZM19.3079 17.5266C19.1368 17.9531 18.9306 18.2719 18.6001 18.6C18.2696 18.9305 17.9532 19.1367 17.5267 19.3078C16.2939 19.7977 13.3665 19.6875 12.0001 19.6875C10.6337 19.6875 7.70402 19.7977 6.47121 19.3102C6.04464 19.1391 5.72589 18.9328 5.39777 18.6024C5.0673 18.2719 4.86105 17.9555 4.68996 17.5289C4.20246 16.2938 4.31261 13.3664 4.31261 12C4.31261 10.6336 4.20246 7.70392 4.68996 6.47111C4.86105 6.04454 5.0673 5.72579 5.39777 5.39767C5.72824 5.06954 6.04464 4.86095 6.47121 4.68986C7.70402 4.20236 10.6337 4.31251 12.0001 4.31251C13.3665 4.31251 16.2962 4.20236 17.529 4.68986C17.9556 4.86095 18.2743 5.0672 18.6025 5.39767C18.9329 5.72814 19.1392 6.04454 19.3103 6.47111C19.7978 7.70392 19.6876 10.6336 19.6876 12C19.6876 13.3664 19.7978 16.2938 19.3079 17.5266Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-instagram:hover{
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0001 7.19298C9.33995 7.19298 7.19308 9.33986 7.19308 12C7.19308 14.6602 9.33995 16.807 12.0001 16.807C14.6603 16.807 16.8071 14.6602 16.8071 12C16.8071 9.33986 14.6603 7.19298 12.0001 7.19298ZM12.0001 15.1242C10.2798 15.1242 8.87589 13.7203 8.87589 12C8.87589 10.2797 10.2798 8.87579 12.0001 8.87579C13.7204 8.87579 15.1243 10.2797 15.1243 12C15.1243 13.7203 13.7204 15.1242 12.0001 15.1242ZM17.004 5.87579C16.3829 5.87579 15.8814 6.37736 15.8814 6.99845C15.8814 7.61954 16.3829 8.12111 17.004 8.12111C17.6251 8.12111 18.1267 7.62189 18.1267 6.99845C18.1269 6.85097 18.0979 6.7049 18.0416 6.56861C17.9852 6.43232 17.9026 6.30849 17.7983 6.2042C17.694 6.09992 17.5701 6.01723 17.4339 5.96088C17.2976 5.90452 17.1515 5.87561 17.004 5.87579ZM21.3704 12C21.3704 10.7063 21.3821 9.42423 21.3095 8.13283C21.2368 6.63283 20.8946 5.30158 19.7978 4.2047C18.6985 3.10548 17.3696 2.76564 15.8696 2.69298C14.5759 2.62033 13.2939 2.63204 12.0025 2.63204C10.7087 2.63204 9.42667 2.62033 8.13527 2.69298C6.63527 2.76564 5.30402 3.10783 4.20714 4.2047C3.10792 5.30392 2.76808 6.63283 2.69542 8.13283C2.62277 9.42658 2.63449 10.7086 2.63449 12C2.63449 13.2914 2.62277 14.5758 2.69542 15.8672C2.76808 17.3672 3.11027 18.6985 4.20714 19.7953C5.30636 20.8945 6.63527 21.2344 8.13527 21.307C9.42902 21.3797 10.711 21.368 12.0025 21.368C13.2962 21.368 14.5782 21.3797 15.8696 21.307C17.3696 21.2344 18.7009 20.8922 19.7978 19.7953C20.897 18.6961 21.2368 17.3672 21.3095 15.8672C21.3845 14.5758 21.3704 13.2938 21.3704 12ZM19.3079 17.5266C19.1368 17.9531 18.9306 18.2719 18.6001 18.6C18.2696 18.9305 17.9532 19.1367 17.5267 19.3078C16.2939 19.7977 13.3665 19.6875 12.0001 19.6875C10.6337 19.6875 7.70402 19.7977 6.47121 19.3102C6.04464 19.1391 5.72589 18.9328 5.39777 18.6024C5.0673 18.2719 4.86105 17.9555 4.68996 17.5289C4.20246 16.2938 4.31261 13.3664 4.31261 12C4.31261 10.6336 4.20246 7.70392 4.68996 6.47111C4.86105 6.04454 5.0673 5.72579 5.39777 5.39767C5.72824 5.06954 6.04464 4.86095 6.47121 4.68986C7.70402 4.20236 10.6337 4.31251 12.0001 4.31251C13.3665 4.31251 16.2962 4.20236 17.529 4.68986C17.9556 4.86095 18.2743 5.0672 18.6025 5.39767C18.9329 5.72814 19.1392 6.04454 19.3103 6.47111C19.7978 7.70392 19.6876 10.6336 19.6876 12C19.6876 13.3664 19.7978 16.2938 19.3079 17.5266Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-home_banner_card_1{
  content: url("data:image/svg+xml,%3Csvg width='60' height='62' viewBox='0 0 60 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7759 37.7742C14.7759 37.7742 14.7759 37.7742 14.7759 38.7419C14.7759 38.7419 13.7931 39.7097 14.7759 39.7097C14.7759 40.6774 14.7759 40.6774 14.7759 41.6452C15.7586 41.6452 15.7586 40.6774 15.7586 40.6774C16.7414 40.6774 16.7414 40.6774 16.7414 40.6774C17.7241 40.6774 17.7241 39.7097 17.7241 38.7419C17.7241 40.6774 17.7241 39.7097 18.7069 40.6774C19.6897 40.6774 19.6897 40.6774 20.6724 39.7097C20.6724 38.7419 20.6724 37.7742 20.6724 37.7742L21.6552 36.8065C22.6379 36.8065 22.6379 36.8065 22.6379 36.8065C23.6207 36.8065 23.6207 36.8065 23.6207 37.7742C23.6207 38.7419 23.6207 39.7097 23.6207 40.6774C23.6207 40.6774 23.6207 40.6774 22.6379 41.6452C21.6552 42.6129 20.6724 41.6452 19.6897 41.6452L20.6724 42.6129H19.6897C15.7586 43.5806 18.7069 46.4839 17.7241 46.4839C17.7241 46.4839 17.7241 46.4839 16.7414 47.4516H17.7241C18.7069 47.4516 19.6897 47.4516 19.6897 47.4516C19.6897 47.4516 19.6897 47.4516 19.6897 48.4194C19.6897 48.4194 19.6897 48.4194 19.6897 49.3871C19.6897 49.3871 19.6897 48.4194 20.6724 48.4194V49.3871C20.6724 49.3871 20.6724 49.3871 20.6724 48.4194C20.6724 48.4194 20.6724 48.4194 21.6552 48.4194C21.6552 48.4194 21.6552 48.4194 20.6724 49.3871C20.6724 49.3871 17.7241 50.3548 16.7414 50.3548C14.7759 50.3548 14.7759 50.3548 14.7759 49.3871C14.7759 48.4194 13.7931 48.4194 13.7931 48.4194C12.8103 48.4194 12.8103 49.3871 12.8103 48.4194H11.8276C11.8276 47.4516 12.8103 47.4516 11.8276 47.4516C11.8276 47.4516 11.8276 47.4516 11.8276 46.4839C11.8276 46.4839 10.8448 46.4839 10.8448 45.5161C10.8448 45.5161 10.8448 45.5161 10.8448 44.5484C9.86207 43.5806 7.89655 38.7419 7.89655 38.7419C7.89655 38.7419 7.89655 38.7419 7.89655 37.7742C7.89655 36.8065 7.89655 37.7742 6.91379 36.8065C7.89655 36.8065 7.89655 36.8065 8.87931 36.8065C8.87931 36.8065 8.87931 36.8065 8.87931 37.7742C8.87931 37.7742 7.89655 38.7419 8.87931 38.7419C8.87931 38.7419 8.87931 38.7419 9.86207 38.7419C10.8448 38.7419 10.8448 37.7742 11.8276 36.8065C12.8103 36.8065 12.8103 36.8065 12.8103 36.8065C12.8103 35.8387 13.7931 34.871 13.7931 34.871L12.8103 35.8387C12.8103 35.8387 12.8103 35.8387 12.8103 36.8065H11.8276C11.8276 36.8065 11.8276 36.8065 11.8276 37.7742C10.8448 38.7419 10.8448 39.7097 11.8276 40.6774C12.8103 40.6774 12.8103 40.6774 13.7931 39.7097L14.7759 38.7419C14.7759 37.7742 14.7759 37.7742 14.7759 37.7742V36.8065C14.7759 37.7742 14.7759 37.7742 14.7759 37.7742V37.7742ZM17.7241 37.7742V36.8065V37.7742ZM34.431 15.5161H33.4483H35.4138C34.431 16.4839 34.431 16.4839 33.4483 16.4839C32.4655 17.4516 32.4655 16.4839 31.4828 16.4839C31.4828 17.4516 32.4655 17.4516 32.4655 17.4516L33.4483 18.4194C33.4483 18.4194 32.4655 18.4194 32.4655 19.3871C32.4655 20.3548 31.4828 22.2903 30.5 22.2903C30.5 22.2903 30.5 23.2581 30.5 22.2903C30.5 21.3226 30.5 21.3226 29.5172 20.3548C29.5172 19.3871 28.5345 18.4194 28.5345 17.4516H29.5172C29.5172 17.4516 29.5172 17.4516 28.5345 17.4516V16.4839C27.5517 16.4839 26.569 16.4839 26.569 16.4839C26.569 15.5161 26.569 15.5161 26.569 15.5161H27.5517H26.569C27.5517 14.5484 27.5517 14.5484 28.5345 13.5806C27.5517 13.5806 27.5517 13.5806 26.569 13.5806C26.569 14.5484 25.5862 14.5484 25.5862 13.5806C25.5862 13.5806 27.5517 13.5806 28.5345 12.6129C28.5345 12.6129 28.5345 12.6129 29.5172 12.6129C29.5172 11.6452 30.5 12.6129 30.5 12.6129C32.4655 12.6129 31.4828 11.6452 32.4655 12.6129C33.4483 12.6129 33.4483 13.5806 34.431 13.5806C35.4138 13.5806 35.4138 13.5806 36.3966 13.5806C33.4483 14.5484 34.431 13.5806 33.4483 13.5806V14.5484C34.431 14.5484 34.431 14.5484 34.431 15.5161V15.5161ZM29.5172 2.93548H30.5L29.5172 3.90323C29.5172 3.90323 29.5172 3.90323 29.5172 4.87097C26.569 4.87097 25.5862 6.80645 26.569 7.77419C26.569 8.74194 27.5517 10.6774 27.5517 11.6452C27.5517 11.6452 24.6034 13.5806 23.6207 13.5806C23.6207 12.6129 23.6207 12.6129 23.6207 11.6452C23.6207 10.6774 24.6034 10.6774 23.6207 10.6774C23.6207 9.70968 23.6207 9.70968 22.6379 9.70968V10.6774C21.6552 9.70968 21.6552 9.70968 21.6552 9.70968V8.74194H22.6379V7.77419H21.6552C21.6552 7.77419 21.6552 7.77419 20.6724 7.77419C20.6724 6.80645 20.6724 7.77419 20.6724 7.77419V8.74194C20.6724 9.70968 20.6724 9.70968 20.6724 9.70968V10.6774V9.70968H19.6897C18.7069 9.70968 18.7069 10.6774 18.7069 11.6452C18.7069 12.6129 19.6897 13.5806 19.6897 13.5806C18.7069 13.5806 17.7241 12.6129 17.7241 12.6129C16.7414 11.6452 17.7241 10.6774 17.7241 10.6774C19.6897 8.74194 16.7414 7.77419 16.7414 7.77419V6.80645C16.7414 6.80645 16.7414 6.80645 15.7586 6.80645C15.7586 6.80645 14.7759 7.77419 13.7931 7.77419C13.7931 8.74194 13.7931 8.74194 11.8276 9.70968C10.8448 9.70968 10.8448 9.70968 10.8448 10.6774C10.8448 11.6452 12.8103 12.6129 11.8276 12.6129C11.8276 13.5806 10.8448 12.6129 10.8448 13.5806C9.86207 13.5806 10.8448 14.5484 10.8448 14.5484C11.8276 14.5484 10.8448 14.5484 10.8448 13.5806C11.8276 13.5806 11.8276 14.5484 11.8276 14.5484C12.8103 14.5484 12.8103 13.5806 12.8103 13.5806C12.8103 14.5484 11.8276 14.5484 12.8103 15.5161C12.8103 15.5161 12.8103 16.4839 13.7931 16.4839C13.7931 16.4839 13.7931 16.4839 14.7759 16.4839C13.7931 15.5161 13.7931 16.4839 13.7931 15.5161C13.7931 14.5484 15.7586 13.5806 14.7759 11.6452C13.7931 11.6452 13.7931 10.6774 13.7931 9.70968L15.7586 8.74194C15.7586 9.70968 15.7586 9.70968 15.7586 9.70968C15.7586 10.6774 14.7759 11.6452 15.7586 12.6129C16.7414 13.5806 16.7414 13.5806 17.7241 13.5806C17.7241 13.5806 18.7069 13.5806 19.6897 14.5484C18.7069 14.5484 18.7069 14.5484 18.7069 14.5484C17.7241 14.5484 17.7241 14.5484 16.7414 15.5161C15.7586 16.4839 16.7414 17.4516 16.7414 18.4194C17.7241 18.4194 17.7241 17.4516 17.7241 17.4516C18.7069 17.4516 19.6897 17.4516 20.6724 18.4194C18.7069 18.4194 18.7069 18.4194 17.7241 18.4194C15.7586 19.3871 15.7586 18.4194 14.7759 18.4194L15.7586 19.3871C16.7414 20.3548 16.7414 20.3548 17.7241 20.3548C18.7069 20.3548 19.6897 18.4194 19.6897 18.4194C19.6897 19.3871 19.6897 19.3871 18.7069 19.3871C18.7069 20.3548 18.7069 20.3548 18.7069 21.3226C19.6897 21.3226 18.7069 20.3548 19.6897 19.3871C20.6724 19.3871 21.6552 19.3871 21.6552 19.3871C22.6379 19.3871 22.6379 19.3871 22.6379 19.3871C23.6207 19.3871 22.6379 19.3871 24.6034 20.3548C25.5862 21.3226 25.5862 22.2903 25.5862 24.2258C25.5862 24.2258 24.6034 25.1935 23.6207 25.1935C23.6207 25.1935 22.6379 25.1935 23.6207 26.1613H24.6034C24.6034 27.129 23.6207 27.129 22.6379 27.129C21.6552 27.129 22.6379 27.129 21.6552 26.1613C21.6552 27.129 21.6552 27.129 21.6552 28.0968C21.6552 28.0968 21.6552 28.0968 22.6379 29.0645C22.6379 29.0645 22.6379 29.0645 23.6207 29.0645C22.6379 31 19.6897 31 19.6897 30.0323C17.7241 28.0968 19.6897 27.129 19.6897 26.1613C20.6724 24.2258 18.7069 23.2581 17.7241 23.2581C17.7241 22.2903 16.7414 22.2903 16.7414 21.3226C15.7586 21.3226 15.7586 20.3548 14.7759 20.3548C13.7931 20.3548 12.8103 19.3871 12.8103 18.4194V17.4516C11.8276 17.4516 11.8276 17.4516 11.8276 17.4516C10.8448 16.4839 9.86207 15.5161 8.87931 14.5484C8.87931 13.5806 7.89655 13.5806 7.89655 12.6129L6.91379 10.6774C6.91379 9.70968 5.93103 11.6452 5.93103 12.6129C5.93103 13.5806 5.93103 14.5484 5.93103 14.5484C6.91379 16.4839 7.89655 17.4516 8.87931 18.4194C7.89655 18.4194 5.93103 16.4839 4.94828 15.5161C4.94828 15.5161 4.94828 15.5161 3.96552 14.5484C3.96552 15.5161 3.96552 16.4839 3.96552 16.4839C4.94828 18.4194 6.91379 19.3871 6.91379 20.3548C5.93103 20.3548 3.96552 18.4194 2.98276 19.3871C2.98276 20.3548 2.98276 20.3548 3.96552 21.3226C4.94828 22.2903 3.96552 21.3226 4.94828 22.2903L5.93103 23.2581C3.96552 23.2581 4.94828 23.2581 2.98276 23.2581C2.98276 23.2581 2.98276 23.2581 2 23.2581L2.98276 24.2258C3.96552 25.1935 5.93103 26.1613 5.93103 26.1613C4.94828 26.1613 2.98276 26.1613 2.98276 27.129L3.96552 28.0968C4.94828 29.0645 4.94828 29.0645 5.93103 29.0645C4.94828 29.0645 4.94828 29.0645 4.94828 29.0645C3.96552 30.0323 3.96552 30.0323 2.98276 30.0323C2.98276 31 3.96552 31.9677 4.94828 31.9677H5.93103C5.93103 31.9677 5.93103 31.9677 4.94828 31.9677V32.9355C4.94828 33.9032 4.94828 32.9355 3.96552 32.9355V33.9032C3.96552 34.871 3.96552 34.871 3.96552 34.871C2.98276 34.871 2.98276 34.871 2.98276 34.871C2.98276 35.8387 3.96552 35.8387 3.96552 36.8065C3.96552 36.8065 3.96552 36.8065 4.94828 36.8065C5.93103 36.8065 3.96552 37.7742 5.93103 37.7742C6.91379 37.7742 5.93103 37.7742 6.91379 37.7742C6.91379 38.7419 6.91379 38.7419 6.91379 38.7419C7.89655 40.6774 7.89655 41.6452 8.87931 42.6129C8.87931 43.5806 8.87931 44.5484 9.86207 44.5484C9.86207 45.5161 8.87931 45.5161 9.86207 46.4839C9.86207 46.4839 9.86207 46.4839 9.86207 47.4516C9.86207 47.4516 10.8448 47.4516 9.86207 47.4516C9.86207 48.4194 10.8448 48.4194 10.8448 48.4194C10.8448 49.3871 10.8448 49.3871 10.8448 50.3548H9.86207C9.86207 51.3226 10.8448 51.3226 10.8448 51.3226V52.2903C10.8448 52.2903 11.8276 52.2903 11.8276 53.2581L12.8103 54.2258C12.8103 55.1935 12.8103 55.1936 13.7931 55.1936C14.7759 57.129 15.7586 56.1613 15.7586 54.2258C15.7586 53.2581 14.7759 54.2258 14.7759 53.2581C15.7586 52.2903 15.7586 52.2903 16.7414 52.2903C17.7241 52.2903 17.7241 51.3226 17.7241 51.3226C18.7069 51.3226 18.7069 51.3226 19.6897 51.3226C20.6724 51.3226 21.6552 50.3548 22.6379 50.3548C23.6207 50.3548 24.6034 50.3548 25.5862 50.3548C24.6034 49.3871 24.6034 49.3871 24.6034 48.4194C25.5862 48.4194 25.5862 48.4194 25.5862 48.4194C26.569 48.4194 26.569 47.4516 26.569 47.4516C26.569 47.4516 25.5862 48.4194 24.6034 47.4516C24.6034 47.4516 24.6034 46.4839 24.6034 45.5161C25.5862 45.5161 25.5862 44.5484 25.5862 44.5484C26.569 44.5484 27.5517 45.5161 27.5517 45.5161C28.5345 46.4839 29.5172 47.4516 28.5345 48.4194C27.5517 48.4194 27.5517 48.4194 26.569 49.3871V50.3548C25.5862 50.3548 24.6034 52.2903 23.6207 52.2903C22.6379 53.2581 21.6552 53.2581 21.6552 52.2903V51.3226L20.6724 52.2903C19.6897 54.2258 20.6724 54.2258 21.6552 55.1936C20.6724 55.1936 19.6897 56.1613 20.6724 57.129C20.6724 57.129 20.6724 57.129 20.6724 58.0968C21.6552 59.0645 21.6552 58.0968 21.6552 59.0645C21.6552 59.0645 21.6552 59.0645 21.6552 58.0968C21.6552 58.0968 21.6552 57.129 22.6379 57.129C22.6379 58.0968 22.6379 58.0968 23.6207 59.0645H24.6034C25.5862 59.0645 25.5862 59.0645 25.5862 58.0968C26.569 59.0645 26.569 59.0645 27.5517 60.0323C28.5345 60.0323 29.5172 60.0323 29.5172 60.0323C30.5 60.0323 30.5 60.0323 30.5 60.0323C30.5 61 31.4828 61 31.4828 61C32.4655 61 32.4655 61 32.4655 60.0323C32.4655 60.0323 32.4655 60.0323 33.4483 60.0323C33.4483 60.0323 33.4483 60.0323 34.431 60.0323C35.4138 60.0323 36.3966 58.0968 36.3966 58.0968C37.3793 58.0968 37.3793 59.0645 39.3448 59.0645C40.3276 58.0968 40.3276 57.129 40.3276 56.1613C41.3103 57.129 41.3103 57.129 41.3103 57.129C41.3103 58.0968 41.3103 58.0968 42.2931 58.0968C42.2931 58.0968 41.3103 58.0968 42.2931 57.129V56.1613C42.2931 55.1935 42.2931 55.1935 41.3103 54.2258C42.2931 53.2581 42.2931 53.2581 42.2931 52.2903C42.2931 52.2903 41.3103 51.3226 40.3276 51.3226C40.3276 51.3226 40.3276 51.3226 40.3276 52.2903H39.3448C39.3448 52.2903 38.3621 52.2903 38.3621 51.3226C37.3793 51.3226 34.431 50.3548 33.4483 49.3871H35.4138C35.4138 50.3548 35.4138 49.3871 35.4138 50.3548C35.4138 49.3871 35.4138 49.3871 35.4138 49.3871C35.4138 48.4194 35.4138 48.4194 35.4138 48.4194C34.431 48.4194 33.4483 48.4194 33.4483 46.4839C34.431 45.5161 34.431 45.5161 35.4138 45.5161C37.3793 44.5484 38.3621 46.4839 37.3793 47.4516C36.3966 47.4516 36.3966 47.4516 35.4138 47.4516L36.3966 48.4194C37.3793 48.4194 37.3793 48.4194 38.3621 48.4194C37.3793 49.3871 37.3793 49.3871 37.3793 50.3548C37.3793 50.3548 38.3621 50.3548 39.3448 50.3548C40.3276 50.3548 41.3103 50.3548 42.2931 51.3226C43.2759 51.3226 44.2586 51.3226 45.2414 51.3226C45.2414 51.3226 45.2414 51.3226 46.2241 52.2903C46.2241 52.2903 46.2241 52.2903 47.2069 52.2903C48.1897 52.2903 48.1897 53.2581 49.1724 52.2903C49.1724 52.2903 51.1379 52.2903 51.1379 51.3226C51.1379 51.3226 51.1379 51.3226 52.1207 51.3226C52.1207 51.3226 53.1034 51.3226 53.1034 50.3548C53.1034 50.3548 52.1207 50.3548 53.1034 49.3871C53.1034 49.3871 53.1034 49.3871 53.1034 48.4194H54.0862C54.0862 48.4194 54.0862 48.4194 54.0862 47.4516C53.1034 43.5806 51.1379 44.5484 51.1379 43.5806C51.1379 43.5806 51.1379 43.5806 52.1207 43.5806L51.1379 41.6452C51.1379 41.6452 51.1379 41.6452 51.1379 42.6129V41.6452H49.1724C49.1724 41.6452 49.1724 41.6452 49.1724 42.6129C49.1724 42.6129 49.1724 42.6129 49.1724 41.6452V43.5806C49.1724 44.5484 48.1897 44.5484 48.1897 44.5484C47.2069 44.5484 47.2069 45.5161 47.2069 46.4839C46.2241 47.4516 47.2069 46.4839 46.2241 46.4839C46.2241 47.4516 46.2241 47.4516 46.2241 47.4516C46.2241 48.4194 46.2241 48.4194 46.2241 48.4194H47.2069C47.2069 49.3871 47.2069 49.3871 47.2069 49.3871L46.2241 50.3548C45.2414 50.3548 42.2931 49.3871 41.3103 49.3871C40.3276 49.3871 40.3276 47.4516 41.3103 47.4516V48.4194C42.2931 48.4194 42.2931 48.4194 42.2931 48.4194C42.2931 48.4194 42.2931 48.4194 43.2759 48.4194C43.2759 48.4194 43.2759 48.4194 42.2931 48.4194C42.2931 47.4516 42.2931 47.4516 42.2931 46.4839C42.2931 46.4839 43.2759 46.4839 43.2759 47.4516C44.2586 47.4516 45.2414 47.4516 45.2414 46.4839C44.2586 46.4839 44.2586 46.4839 44.2586 45.5161C44.2586 44.5484 44.2586 44.5484 44.2586 43.5806C44.2586 42.6129 42.2931 41.6452 41.3103 41.6452C40.3276 41.6452 40.3276 41.6452 39.3448 41.6452L38.3621 40.6774V36.8065C39.3448 36.8065 39.3448 36.8065 39.3448 36.8065L40.3276 35.8387V36.8065C41.3103 36.8065 41.3103 36.8065 41.3103 36.8065C41.3103 38.7419 41.3103 39.7097 42.2931 40.6774C43.2759 40.6774 42.2931 40.6774 43.2759 40.6774C43.2759 39.7097 44.2586 39.7097 44.2586 39.7097C45.2414 38.7419 43.2759 36.8065 44.2586 35.8387C44.2586 36.8065 44.2586 38.7419 45.2414 38.7419C45.2414 40.6774 45.2414 40.6774 46.2241 40.6774C46.2241 40.6774 46.2241 40.6774 47.2069 40.6774V39.7097C48.1897 38.7419 46.2241 36.8065 46.2241 35.8387C47.2069 35.8387 47.2069 36.8065 47.2069 37.7742C48.1897 39.7097 48.1897 39.7097 50.1552 39.7097C50.1552 38.7419 51.1379 38.7419 50.1552 36.8065L48.1897 34.871C48.1897 34.871 48.1897 34.871 48.1897 33.9032C48.1897 34.871 48.1897 34.871 48.1897 34.871C48.1897 34.871 48.1897 34.871 49.1724 34.871V35.8387C50.1552 36.8065 51.1379 37.7742 52.1207 37.7742H53.1034V36.8065C53.1034 35.8387 53.1034 35.8387 52.1207 35.8387L51.1379 34.871C50.1552 33.9032 51.1379 33.9032 50.1552 33.9032H51.1379L52.1207 34.871C53.1034 35.8387 54.0862 36.8065 55.069 35.8387C55.069 34.871 55.069 33.9032 55.069 33.9032C55.069 32.9355 56.0517 33.9032 56.0517 32.9355C57.0345 32.9355 57.0345 32.9355 57.0345 32.9355C57.0345 31.9677 57.0345 31.9677 57.0345 31.9677C56.0517 31 56.0517 31 56.0517 31C57.0345 31 58.0172 31 58.0172 29.0645C58.0172 29.0645 58.0172 29.0645 57.0345 29.0645C57.0345 28.0968 57.0345 28.0968 56.0517 28.0968C57.0345 28.0968 58.0172 28.0968 58.0172 27.129L59 26.1613C58.0172 25.1935 56.0517 26.1613 56.0517 25.1935C57.0345 25.1935 58.0172 24.2258 59 23.2581C59 23.2581 59 23.2581 59 22.2903C58.0172 22.2903 56.0517 22.2903 55.069 22.2903C56.0517 21.3226 57.0345 21.3226 58.0172 19.3871C57.0345 18.4194 55.069 20.3548 54.0862 20.3548L56.0517 18.4194C57.0345 16.4839 57.0345 13.5806 56.0517 14.5484C56.0517 15.5161 56.0517 15.5161 55.069 15.5161L51.1379 20.3548H50.1552L51.1379 19.3871C51.1379 19.3871 52.1207 18.4194 53.1034 17.4516C54.0862 16.4839 53.1034 16.4839 54.0862 15.5161C55.069 14.5484 56.0517 13.5806 56.0517 12.6129C56.0517 11.6452 55.069 9.70968 54.0862 9.70968V10.6774L53.1034 12.6129C52.1207 13.5806 51.1379 14.5484 51.1379 15.5161C50.1552 16.4839 50.1552 16.4839 49.1724 17.4516C49.1724 16.4839 49.1724 16.4839 49.1724 16.4839C48.1897 18.4194 47.2069 19.3871 47.2069 20.3548C47.2069 20.3548 47.2069 20.3548 46.2241 20.3548L45.2414 21.3226C44.2586 22.2903 41.3103 24.2258 41.3103 26.1613C42.2931 27.129 42.2931 27.129 43.2759 27.129C43.2759 28.0968 43.2759 29.0645 42.2931 30.0323C42.2931 30.0323 41.3103 30.0323 40.3276 30.0323C39.3448 30.0323 39.3448 30.0323 38.3621 29.0645C39.3448 29.0645 40.3276 29.0645 40.3276 27.129C40.3276 27.129 40.3276 27.129 40.3276 26.1613C40.3276 26.1613 40.3276 26.1613 39.3448 26.1613V27.129C38.3621 27.129 38.3621 27.129 37.3793 27.129L36.3966 26.1613C37.3793 26.1613 37.3793 26.1613 38.3621 26.1613C38.3621 25.1935 39.3448 25.1935 39.3448 25.1935C38.3621 24.2258 38.3621 25.1935 37.3793 25.1935C35.4138 24.2258 35.4138 22.2903 37.3793 19.3871C38.3621 18.4194 38.3621 20.3548 39.3448 19.3871C39.3448 19.3871 39.3448 19.3871 40.3276 19.3871C40.3276 18.4194 42.2931 18.4194 42.2931 19.3871V20.3548C42.2931 20.3548 42.2931 20.3548 42.2931 21.3226C42.2931 20.3548 42.2931 20.3548 42.2931 20.3548C42.2931 19.3871 43.2759 19.3871 42.2931 18.4194C42.2931 18.4194 43.2759 19.3871 44.2586 19.3871C45.2414 19.3871 46.2241 18.4194 46.2241 17.4516C46.2241 17.4516 46.2241 18.4194 45.2414 18.4194C44.2586 19.3871 43.2759 18.4194 43.2759 18.4194C42.2931 18.4194 42.2931 17.4516 42.2931 17.4516H43.2759C44.2586 17.4516 44.2586 17.4516 44.2586 18.4194C45.2414 17.4516 45.2414 16.4839 45.2414 15.5161C45.2414 14.5484 44.2586 14.5484 43.2759 14.5484C42.2931 14.5484 42.2931 14.5484 42.2931 14.5484C42.2931 13.5806 43.2759 14.5484 45.2414 12.6129C46.2241 11.6452 45.2414 10.6774 45.2414 8.74194L47.2069 9.70968C48.1897 10.6774 47.2069 10.6774 47.2069 11.6452C47.2069 12.6129 47.2069 13.5806 47.2069 13.5806C47.2069 14.5484 47.2069 14.5484 47.2069 15.5161C48.1897 16.4839 49.1724 15.5161 49.1724 13.5806C48.1897 13.5806 48.1897 13.5806 48.1897 13.5806C49.1724 13.5806 49.1724 13.5806 50.1552 13.5806C50.1552 13.5806 50.1552 13.5806 50.1552 14.5484C51.1379 13.5806 51.1379 13.5806 51.1379 12.6129C50.1552 11.6452 50.1552 12.6129 49.1724 12.6129C49.1724 11.6452 49.1724 11.6452 49.1724 11.6452C50.1552 10.6774 50.1552 10.6774 50.1552 10.6774C50.1552 9.70968 49.1724 8.74194 48.1897 8.74194C46.2241 8.74194 47.2069 6.80645 45.2414 6.80645C44.2586 6.80645 43.2759 7.77419 43.2759 8.74194C43.2759 9.70968 45.2414 11.6452 44.2586 12.6129C43.2759 12.6129 42.2931 13.5806 42.2931 13.5806C42.2931 12.6129 42.2931 11.6452 42.2931 10.6774C42.2931 9.70968 41.3103 9.70968 40.3276 9.70968V8.74194V7.77419H39.3448C39.3448 7.77419 39.3448 6.80645 39.3448 7.77419V8.74194V9.70968C39.3448 9.70968 39.3448 9.70968 38.3621 9.70968C38.3621 9.70968 38.3621 9.70968 37.3793 9.70968C36.3966 10.6774 38.3621 12.6129 38.3621 13.5806C37.3793 13.5806 35.4138 12.6129 34.431 12.6129C33.4483 10.6774 33.4483 11.6452 33.4483 9.70968C34.431 8.74194 35.4138 6.80645 34.431 5.83871C33.4483 4.87097 32.4655 4.87097 31.4828 4.87097C31.4828 4.87097 31.4828 4.87097 30.5 4.87097C31.4828 3.90323 31.4828 4.87097 31.4828 3.90323C31.4828 3.90323 31.4828 2.93548 30.5 2.93548C31.4828 2.93548 31.4828 2.93548 31.4828 2.93548V1.96774H30.5C30.5 1.96774 30.5 1.96774 31.4828 1.96774C31.4828 1 30.5 1 29.5172 1L30.5 1.96774H29.5172V2.93548V2.93548Z' stroke='%230461A6' stroke-width='1.20339' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled i.icon-home_banner_card_2{
  content: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1549 7.54098H7.7003C7.37945 7.54098 7.05859 7.21311 7.05859 6.88524C7.05859 6.55737 7.37945 6.55737 7.7003 6.55737H13.1549C13.4757 6.55737 13.4757 6.55737 13.4757 6.88524C13.4757 7.21311 13.4757 7.54098 13.1549 7.54098Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3634 9.83607H7.7003C7.37945 9.83607 7.05859 9.5082 7.05859 9.18034C7.05859 8.85247 7.37945 8.5246 7.7003 8.5246H16.3634C16.6843 8.5246 17.0051 8.85247 17.0051 9.18034C17.0051 9.5082 16.6843 9.83607 16.3634 9.83607Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2511 12.1311H7.7003C7.37945 12.1311 7.05859 11.8033 7.05859 11.4754C7.05859 11.1475 7.37945 10.8197 7.7003 10.8197H19.2511C19.572 10.8197 19.572 11.1475 19.572 11.4754C19.572 11.8033 19.572 12.1311 19.2511 12.1311Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1549 14.4262H7.7003C7.37945 14.4262 7.05859 14.0984 7.05859 13.7705C7.05859 13.4426 7.37945 13.1147 7.7003 13.1147H13.1549C13.4757 13.1147 13.4757 13.4426 13.4757 13.7705C13.4757 14.0984 13.4757 14.4262 13.1549 14.4262Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.1497 46.2295H39.1444C38.8235 46.2295 38.5027 46.2295 38.5027 45.9016C38.5027 45.5738 38.8235 45.2459 39.1444 45.2459H56.1497C57.754 45.2459 58.7166 43.9344 58.7166 42.2951V3.93443C58.7166 2.29508 57.754 1.31148 56.1497 1.31148H3.85027C2.24599 1.31148 1.28342 2.29508 1.28342 3.93443V5.57377C1.28342 5.90164 0.962567 6.22951 0.641711 6.22951C0.320856 6.22951 0 5.90164 0 5.57377V3.93443C0 1.63934 1.60428 0 3.85027 0H56.1497C58.3957 0 60 1.63934 60 3.93443V42.2951C60 44.5902 58.3957 46.2295 56.1497 46.2295ZM36.2567 46.2295C35.9358 46.2295 35.615 46.2295 35.615 45.9016C35.615 45.5738 35.9358 45.2459 36.2567 45.2459C36.5775 45.2459 36.8984 45.5738 36.8984 45.9016C36.8984 46.2295 36.5775 46.2295 36.2567 46.2295ZM33.369 46.2295H3.85027C1.60428 46.2295 0 44.5902 0 42.2951V11.4754C0 11.1475 0.320856 11.1475 0.641711 11.1475C0.962567 11.1475 1.28342 11.1475 1.28342 11.4754V42.2951C1.28342 43.9344 2.24599 45.2459 3.85027 45.2459H33.369C33.6898 45.2459 34.0107 45.5738 34.0107 45.9016C34.0107 46.2295 33.6898 46.2295 33.369 46.2295ZM0.641711 9.18033C0.320856 9.18033 0 8.85246 0 8.52459C0 8.19672 0.320856 8.19672 0.641711 8.19672C0.962567 8.19672 1.28342 8.19672 1.28342 8.52459C1.28342 8.85246 0.962567 9.18033 0.641711 9.18033Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8186 36.0656C21.4978 36.0656 21.4978 35.7377 21.4978 35.4099C21.4978 35.082 21.4978 34.7541 21.8186 34.7541H55.5085V4.59018H31.4443C31.1234 4.59018 30.8026 4.26231 30.8026 3.93444C30.8026 3.60657 31.1234 3.2787 31.4443 3.2787H56.1502L56.471 3.60657L56.7919 3.93444V35.4099L56.471 35.7377C56.471 36.0656 56.1502 36.0656 56.1502 36.0656H21.8186ZM18.9309 36.0656C18.6101 36.0656 18.6101 35.7377 18.6101 35.4099C18.6101 35.082 18.6101 34.7541 18.9309 34.7541C19.2518 34.7541 19.5726 35.082 19.5726 35.4099C19.5726 35.7377 19.2518 36.0656 18.9309 36.0656ZM16.0432 36.0656H3.8507C3.52984 36.0656 3.52984 36.0656 3.52984 35.7377C3.20898 35.7377 3.20898 35.4099 3.20898 35.4099V3.93444C3.20898 3.93444 3.20898 3.60657 3.52984 3.60657C3.52984 3.60657 3.52984 3.2787 3.8507 3.2787H25.6689C25.9897 3.2787 25.9897 3.60657 25.9897 3.93444C25.9897 4.26231 25.9897 4.59018 25.6689 4.59018H4.49241V34.7541H16.0432C16.3641 34.7541 16.6849 35.082 16.6849 35.4099C16.6849 35.7377 16.3641 36.0656 16.0432 36.0656ZM28.5566 4.59018C28.2357 4.59018 27.9149 4.26231 27.9149 3.93444C27.9149 3.60657 28.2357 3.2787 28.5566 3.2787C28.8774 3.2787 28.8774 3.60657 28.8774 3.93444C28.8774 4.26231 28.8774 4.59018 28.5566 4.59018Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.4648 57.0492H20.5343C20.2134 57.0492 20.2134 57.0492 19.8926 57.0492C19.8926 56.7213 19.8926 56.7213 19.8926 56.3935L22.7803 45.5738C22.7803 45.2459 23.1011 45.2459 23.422 45.2459H36.5771C36.8979 45.2459 37.2188 45.2459 37.2188 45.5738L40.1065 56.3935C40.1065 56.7213 40.1065 56.7213 40.1065 57.0492C39.7856 57.0492 39.7856 57.0492 39.4648 57.0492ZM21.176 56.0656H38.8231L36.2562 46.2295H23.7428L21.176 56.0656Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.8075 60C47.4866 60 47.1658 59.6721 47.1658 59.3443V57.0492H12.8342V59.3443C12.8342 59.6721 12.5133 60 12.1925 60C11.8716 60 11.5508 59.6721 11.5508 59.3443V56.7213C11.5508 56.3935 11.5508 56.3935 11.5508 56.0656C11.8716 56.0656 11.8716 56.0656 12.1925 56.0656H47.8075C48.1283 56.0656 48.1283 56.0656 48.4492 56.0656C48.4492 56.3935 48.4492 56.3935 48.4492 56.7213V59.3443C48.4492 59.6721 48.1283 60 47.8075 60Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.1595 44.2623C28.8761 44.2623 28.2344 43.2787 28.2344 42.2951C28.2344 41.3115 28.8761 40.3279 30.1595 40.3279C31.1221 40.3279 31.7638 41.3115 31.7638 42.2951C31.7638 43.2787 31.1221 44.2623 30.1595 44.2623ZM30.1595 41.6394C29.5178 41.6394 29.1969 41.9672 29.1969 42.2951C29.1969 42.623 29.5178 42.9508 30.1595 42.9508C30.4804 42.9508 30.8012 42.623 30.8012 42.2951C30.8012 41.9672 30.4804 41.6394 30.1595 41.6394Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2512 28.8525H15.4009C15.4009 28.8525 15.0801 28.8525 15.0801 28.5246C15.0801 28.5246 15.0801 28.5246 15.0801 28.1967V20.9836C15.0801 20.6557 15.0801 20.6557 15.0801 20.6557C15.0801 20.3279 15.4009 20.3279 15.4009 20.3279H19.2512C19.5721 20.3279 19.5721 20.3279 19.8929 20.6557C19.8929 20.6557 19.8929 20.6557 19.8929 20.9836V28.1967C19.8929 28.5246 19.8929 28.5246 19.8929 28.5246C19.5721 28.8525 19.5721 28.8525 19.2512 28.8525ZM16.0426 27.541H18.6095V21.6394H16.0426V27.541Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6697 28.8525H21.8194C21.4986 28.8525 21.4986 28.8525 21.4986 28.5246C21.1777 28.5246 21.1777 28.5246 21.1777 28.1967V13.7705C21.1777 13.4426 21.1777 13.4426 21.4986 13.4426C21.4986 13.1147 21.4986 13.1147 21.8194 13.1147H25.6697C25.6697 13.1147 25.9906 13.1147 25.9906 13.4426C25.9906 13.4426 26.3114 13.4426 26.3114 13.7705V28.1967C26.3114 28.5246 25.9906 28.5246 25.9906 28.5246C25.9906 28.8525 25.6697 28.8525 25.6697 28.8525ZM22.4612 27.541H25.028V14.4262H22.4612V27.541Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7649 28.8525H27.9146C27.9146 28.8525 27.5938 28.8525 27.5938 28.5246C27.5938 28.5246 27.5938 28.5246 27.5938 28.1967V17.377V17.0492H27.9146H31.7649C32.0857 17.0492 32.0857 17.0492 32.4066 17.0492V17.377V28.1967C32.4066 28.5246 32.4066 28.5246 32.4066 28.5246C32.0857 28.8525 32.0857 28.8525 31.7649 28.8525ZM28.5563 27.541H31.1232V18.0328H28.5563V27.541Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.1795 28.8525H34.3292C34.0084 28.8525 34.0084 28.8525 34.0084 28.5246C33.6875 28.5246 33.6875 28.5246 33.6875 28.1967V20C33.6875 20 33.6875 20 34.0084 19.6721C34.0084 19.6721 34.0084 19.6721 34.3292 19.6721H38.1795H38.5003C38.5003 20 38.8212 20 38.8212 20V28.1967C38.8212 28.5246 38.5003 28.5246 38.5003 28.5246C38.5003 28.8525 38.1795 28.8525 38.1795 28.8525ZM34.9709 27.541H37.5378V20.6557H34.9709V27.541Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2785 28.8525H40.4283C40.4283 28.8525 40.1074 28.8525 40.1074 28.5246C40.1074 28.5246 40.1074 28.5246 40.1074 28.1967V15.4098C40.1074 15.082 40.1074 15.082 40.1074 15.082C40.1074 14.7541 40.4283 14.7541 40.4283 14.7541H44.2785C44.5994 14.7541 44.5994 14.7541 44.9203 15.082C44.9203 15.082 44.9203 15.082 44.9203 15.4098V28.1967C44.9203 28.5246 44.9203 28.5246 44.9203 28.5246C44.5994 28.8525 44.5994 28.8525 44.2785 28.8525ZM41.07 27.541H43.6368V16.0656H41.07V27.541Z' fill='%230461A6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4483 31.1475H11.2291C10.9082 31.1475 10.9082 30.8197 10.9082 30.4918C10.9082 30.1639 10.9082 29.8361 11.2291 29.8361H48.4483C48.7692 29.8361 49.09 30.1639 49.09 30.4918C49.09 30.8197 48.7692 31.1475 48.4483 31.1475Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled body{
  background: #FFFFFF; 
}
html.darklooks-mode-changer-enabled main #home_banner{
  background: radial-gradient(39.91% 39.91% at 50% 50%, rgba(4, 97, 166, 0.18) 0%, rgba(4, 97, 166, 0) 72.71%);
}
html.darklooks-mode-changer-enabled .h1,
html.darklooks-mode-changer-enabled .h2,
html.darklooks-mode-changer-enabled .h3, 
html.darklooks-mode-changer-enabled .h4, 
html.darklooks-mode-changer-enabled .h5, 
html.darklooks-mode-changer-enabled .h6, 
html.darklooks-mode-changer-enabled h1, 
html.darklooks-mode-changer-enabled h2, 
html.darklooks-mode-changer-enabled h3, 
html.darklooks-mode-changer-enabled h4, 
html.darklooks-mode-changer-enabled h5, 
html.darklooks-mode-changer-enabled h6 {
  color: #011829;
}
html.darklooks-mode-changer-enabled main #banner_nav .home_banner_nav_card .top_part h4{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #banner_nav .home_banner_nav_card .bottom_part p{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #banner_nav .home_banner_nav_card{
  border-color: #0461A6;
}
html.darklooks-mode-changer-enabled a{
  color: #0461A6;
}
html.darklooks-mode-changer-enabled a:hover{
  color: #14B4EF;
}
html.darklooks-mode-changer-enabled a.btn_solid, 
html.darklooks-mode-changer-enabled .btn_solid{
  background: #0461A6;
  color: #FFFFFF;
  border: none;
}
html.darklooks-mode-changer-enabled a.btn_solid:hover, 
html.darklooks-mode-changer-enabled .btn_solid:hover{
  background: #14B4EF;
  border: none;
}
html.darklooks-mode-changer-enabled a.btn_solid:active, 
html.darklooks-mode-changer-enabled .btn_solid:active{
  background: #0461A6;
  color: #14B4EF;
  border: none;
}
html.darklooks-mode-changer-enabled a.btn_solid2{
  background: #0461A6;
  color: #FFFFFF;
  border: none;
}
html.darklooks-mode-changer-enabled a.btn_solid2:hover{
  background: #14B4EF;
  color: #FFFFFF;
  border: none;
}
html.darklooks-mode-changer-enabled a.btn_solid2:active{
  background: #14B4EF;
  color: #FFFFFF;
  border: none;
}
html.darklooks-mode-changer-enabled a.btn_outline{
  border: 1px solid #0461A6;
  color: #0461A6;
}
html.darklooks-mode-changer-enabled a.btn_outline:hover{
  background: #0461A6;
  border: 1px solid #0461A6;
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled a.btn_outline:active{
  background: #0461A6;
  border: 1px solid #0461A6;
  color: #14B4EF;
}
html.darklooks-mode-changer-enabled main .slide{
  border-color: #0461A6;
  background: #FFFFFF;
}
html.darklooks-mode-changer-enabled .owl-dot span{
  background: #0461A6 !important;
}
html.darklooks-mode-changer-enabled .owl-dots .active span{
  background: #14B4EF !important;
}
.day_show{
  display: inline-block;
}
.night_show{
  display: none;
}
html.darklooks-mode-changer-enabled .night_show{
  display: inline-block;
}
html.darklooks-mode-changer-enabled .day_show{
  display: none;
}
html.darklooks-mode-changer-enabled span{
  color: #011829;
}
html.darklooks-mode-changer-enabled p{
  color: #011829;
}
html.darklooks-mode-changer-enabled #importozameshenie{
  background: #F0F0F0;
}
html.darklooks-mode-changer-enabled main .importozameshenie img.brand_importozameshenie{
  border: 0.1px solid;
}
html.darklooks-mode-changer-enabled main #about .about_card .wrapper p{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main .section_heading span{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main #news .owl-carousel .slide h4{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main #news .owl-carousel .slide span p{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main #news .owl-carousel .slide a.btnb{
  border-color: #14B4EF;
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main #news .owl-carousel .slide a.btnb:hover{
  border-color: #FFFFFF;
  background: #14B4EF;
}
html.darklooks-mode-changer-enabled main #news .owl-carousel .slide a.btnb:active{
  border-color: #14B4EF;
  color: #011829;
}
html.darklooks-mode-changer-enabled footer .footer span{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled footer .footer li a{
  color: #011829;
}
html.darklooks-mode-changer-enabled footer .footer li .adress a{
  color: #0461A6;
}
html.darklooks-mode-changer-enabled footer .footer ul.technical li a{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled footer .footer li{
  color: #011829;
}
html.darklooks-mode-changer-enabled i.bearlogics{
  content: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.300049 12.5998H2.86198C2.86198 10.8738 4.36014 10.2626 5.10921 10.1727L6.56332 9.90307L7.62085 9.36372C7.7971 9.27383 8.25536 9.09404 8.67838 9.09404C9.10139 9.09404 9.73591 11.4312 10.0003 12.5998H12.7763V7.07149C13.1993 5.56132 15.0676 4.64443 15.9489 4.37475C16.7949 4.26688 17.6233 4.23992 17.9318 4.23992C18.9893 4.23992 19.8706 3.88035 20.179 3.70057C21.2365 3.16122 20.7078 2.75671 20.3112 2.62187L19.6502 2.0825L18.8571 1.54318C19.3859 0.329618 18.108 0.464484 17.5352 0.734158C17.1122 0.518419 14.2304 0.10232 12.7763 0.0599424C9.07495 -0.0479272 6.9142 0.731559 6.29893 1.13864C1.40786 4.37472 0.879095 9.09404 0.35031 11.1166C0.276896 11.7908 0.316811 12.1503 0.300049 12.5998Z' fill='%2314B4EF'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled .bearlogics_section .bearlogics_block{
  color: #0461A6;
}
html.darklooks-mode-changer-enabled .bearlogics_section svg path{
  fill: #0461A6;
}
html.darklooks-mode-changer-enabled .bearlogics_section a:hover svg path{
  fill: #569C7A;
}
html.darklooks-mode-changer-enabled .bearlogics_section a:hover .bearlogics_block{
  color: #569C7A;
}
html.darklooks-mode-changer-enabled .bearlogics_section a:hover i.bearlogics{
  -webkit-animation: shiny 3.55s linear infinite;
  animation: shiny 3.55s linear infinite;
  box-shadow: 0px 0 20px 1px #14B4EF;
  border-radius: 15px 5px 60px 0px;
}
html.darklooks-mode-changer-enabled main .catalog_pill:has(a:hover){
  background: #0461A6;
}

html.darklooks-mode-changer-enabled main .catalog_pill:has(a:hover) h5{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main aside.sidebar .link_part_catalog .current-menu-item a svg path{
  fill: #7D7D7D;
}
html.darklooks-mode-changer-enabled main aside.sidebar .link_part_catalog .current-menu-item a span{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main aside.sidebar .link_part_catalog a:hover svg path{
  fill: #7D7D7D;
}
html.darklooks-mode-changer-enabled .catalog_form form label.label{
  color: #011829;
}
html.darklooks-mode-changer-enabled .catalog_form form .form-control{
  border-color: #7D7D7D;
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled .catalog_form form .form-control::placeholder{
  color: rgba(125, 125, 125, 0.8);
}
html.darklooks-mode-changer-enabled main .catalog_part#about h5{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main #faq .accordion-item button.collapsed{
  color: #011829;
  background: transparent !important;
}
html.darklooks-mode-changer-enabled main #faq .accordion-item button.accordion-button{
  border-color: #7D7D7D;
  background: rgba(23, 159, 209, 0.5);
}
html.darklooks-mode-changer-enabled main #faq .accordion-item button.collapsed:hover{
  border-color: #14B4EF;
  background: transparent;
}
html.darklooks-mode-changer-enabled main #faq .accordion-item .accordion-body{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #faq .accordion-item button.accordion-button::after{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.976311 12.2692 0.659729 12.2692 0.464467 12.4645C0.269204 12.6597 0.269204 12.9763 0.464467 13.1716L3.64645 16.3536ZM3.5 2.18557e-08L3.5 16L4.5 16L4.5 -2.18557e-08L3.5 2.18557e-08Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled main #faq .accordion-item button.collapsed::after{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.976311 12.2692 0.659729 12.2692 0.464467 12.4645C0.269204 12.6597 0.269204 12.9763 0.464467 13.1716L3.64645 16.3536ZM3.5 2.18557e-08L3.5 16L4.5 16L4.5 -2.18557e-08L3.5 2.18557e-08Z' fill='%230461A6'/%3E%3C/svg%3E%0A");
}
html.darklooks-mode-changer-enabled main aside.sidebar .news_part .blog_sidebar_card h5{
  color: #011829;
}
html.darklooks-mode-changer-enabled main aside.sidebar .sidebar_cta{
  background: rgba(85, 189, 228, 0.11);
}
html.darklooks-mode-changer-enabled main aside.sidebar .sidebar_cta p{
  color: #011829 !important;
}
html.darklooks-mode-changer-enabled .breadcrumbs ul li{
  color: #011829;
}
html.darklooks-mode-changer-enabled .breadcrumbs ul li a{
  color: #0461A6;
}
html.darklooks-mode-changer-enabled main aside.sidebar .link_part ul li a.active, 
html.darklooks-mode-changer-enabled main aside.sidebar .link_part ul li.current-menu-item a{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main #faq .support_card:hover{
  border-color: #0461A6;
  background: #0461A6;
}
html.darklooks-mode-changer-enabled main #faq .support_card a{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #faq .support_card:hover a{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main .blog_card_list li:hover{
  border-color: #0461A6;
  background: #0461A6;
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main .blog_card_list li.cat-item{
  color: #0461A6;
}
html.darklooks-mode-changer-enabled main .blog_card_list li.cat-item:hover{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main .blog_card_list li:hover a{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main .blog .details li{
  color: #011829;
}
html.darklooks-mode-changer-enabled main .blog .details li a{
  color: #0461A6;
}
html.darklooks-mode-changer-enabled main aside.sidebar .link_part ul li.current-cat a{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main aside.sidebar .tag_cloud ul li a{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main .blog .tag_cloud a{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled .share-button.btn_solid{
  background: transparent;
}
html.darklooks-mode-changer-enabled .share-button.btn_solid.open{
  background: #0461A6;
}
html.darklooks-mode-changer-enabled main #comments-area .commentlist .single-comment .comment-info .author-name{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #comments-area .commentlist .single-comment .comment-info span.date{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #comments-area .commentlist .single-comment .comment-text p{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #comments-area .comment-box .form-control{
  
}
html.darklooks-mode-changer-enabled main #comments-area .comment-box .form-control{
  border-color: #7D7D7D;
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main #comments-area .comment-box .form-control::placeholder{
  color: rgba(125, 125, 125, 0.8);
}
html.darklooks-mode-changer-enabled main aside.sidebar .sidebar_cta .sidebar_cta_small a:hover{
  color: #7D7D7D;
}
html.darklooks-mode-changer-enabled main .partner_taxonomies{
  color: #011829;
}
html.darklooks-mode-changer-enabled main #testimonials .slide .data{
  color: #011829;
}
html.darklooks-mode-changer-enabled .form-control option{
  background-color: #FFFFFF;
  color: #011829;
}
html.darklooks-mode-changer-enabled .form-control option:checked{
  background: #0461A6;
}

html.darklooks-mode-changer-enabled main .partners_block .partners_block_card{
  background: #FFFFFF;
}
html.darklooks-mode-changer-enabled main #comments-area form .col-md-12.mb_20{
  color: #011829;
}
html.darklooks-mode-changer-enabled main .blog .content_part ul li{
  color: #011829;
}
html.darklooks-mode-changer-enabled table{
  color: #011829;
}
html.darklooks-mode-changer-enabled .open .share-item span{
  color: #14B4EF;
}
html.darklooks-mode-changer-enabled .open .share-item:hover span{
  color: #FFFFFF;
}
html.darklooks-mode-changer-enabled main .the_content ul{
  list-style: inside;
}
html.darklooks-mode-changer-enabled main .the_content li{
  color: #011829;
}
html.darklooks-mode-changer-enabled .wpcf7 form.sent .wpcf7-response-output{
  color: #011829;
}

