.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}

.pr-5 {
  padding-right: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Conv_bpg_excelsior_dejavu_2010";
}

.display-block {
  display: block !important;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.loading img {
  height: 60px;
}
.loading span {
  color: #fff;
  margin-top: 10px;
}
.loading.show {
  display: flex;
}

.cart-item-animation {
  position: fixed;
  height: 30px;
  width: 30px;
  z-index: 99999;
  background-color: #1968B2;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  font-family: "myriad_geo_bold";
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes shake {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: shake 0.4s ease-in-out forwards;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fff !important;
}

@keyframes slideIn {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes slideInDropdown {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes playButton {
  0% {
    background-size: 2vw;
  }
  100% {
    background-size: 1.6vw;
  }
}
@keyframes scaleAnimate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.leaflet-container a.leaflet-popup-close-button {
  top: 4px !important;
  right: 4px !important;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  z-index: 10;
}

.leaflet-popup-content {
  width: 320px !important;
}

.monitor-map {
  width: 100%;
}
.monitor-map h2 {
  font-size: max(1.042vw, 12px);
  line-height: 1.3vw;
  overflow: hidden;
  color: #293277;
  padding: 0.729vw 12px;
  box-sizing: content-box;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
.monitor-map .monitors_slider {
  border-radius: 4px;
  overflow: hidden;
}
.monitor-map .monitors_slider .image {
  height: 217px;
  overflow: hidden;
}
.monitor-map .monitors_slider .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.monitor-map .monitor_info {
  display: flex;
  margin-top: 1.823vw;
}
.monitor-map .monitor_info .info {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.monitor-map .monitor_info .info:first-child {
  margin-right: 1.042vw;
}
.monitor-map .monitor_info .info .name {
  font-size: 0.781vw;
  color: #707070;
  line-height: 0.885vw;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -1px;
}
.monitor-map .monitor_info .info .desc {
  font-size: 1.042vw;
  line-height: 1.198vw;
  color: #0032FF;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -1px;
}
.monitor-map .monitor_info .add_to_cart {
  margin-left: auto;
  background-color: #0032FF;
  border-radius: 21px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 0.729vw;
  margin-right: 12px;
  font-size: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
.monitor-map .monitor_info .add_to_cart svg {
  fill: #fff;
  height: 1.198vw;
  margin-left: 0;
}
.monitor-map .monitor_info .add_to_cart:hover {
  background-color: #293277;
}

.lari {
  font-family: "gell";
  font-size: 80%;
}

.container {
  width: 80vw;
  margin: 0 auto;
}

input {
  background-color: transparent;
}

a {
  text-decoration: none;
}

:focus, :active {
  outline: none;
}

table {
  border-collapse: collapse;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
table thead tr {
  border-radius: 1.406vw 1.406vw 0 0;
}
table thead tr td {
  background-color: #293277;
  padding: max(1.563vw, 24px) 0 max(1.302vw, 16px);
  text-align: center;
  color: #F9F9FA;
  font-size: 0.99vw;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
table thead tr td:first-child {
  padding-left: 10px;
  border-radius: 4px 0 0 0;
}
table thead tr td:last-child {
  border-radius: 0 4px 0 0;
}
table tbody tr td {
  background-color: #fff;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 30px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}

body.hidden {
  overflow: hidden;
}

main {
  min-height: calc(100vh - 11vw);
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: max(2.2vw, 16px);
}
.header .logo_main {
  width: max(6vw, 70px);
  padding-top: max(2.2vw, 16px);
  height: 100vh;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .logo_main .socials {
  height: 94%;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin-top: 20px;
  margin: 0;
  padding: 0;
}
.header .logo_main .socials a {
  display: block;
  padding: 0.521vw;
  transition: 0.4s;
}
.header .logo_main .socials a:hover svg {
  transform: scale(1.1);
}
.header .logo_main .socials a svg {
  height: max(1.2vw, 20px);
  fill: #FEFEFE;
}
.header .logo svg {
  fill: #fff;
  width: max(4vw, 50px);
}
.header nav {
  padding-top: max(2.2vw, 16px);
  display: flex;
  align-items: center;
}
.header nav ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}
.header nav ul.menu li a {
  display: inline-block;
  padding: 0.4vw 1vw;
  font-size: max(1.042vw, 12px);
}
.header .right_menu {
  padding-top: max(2.2vw, 16px);
  display: flex;
  align-items: center;
}
.header .right_menu .profile_buttons {
  position: relative;
  display: flex;
  padding: max(0.7vw, 10px);
}
.header .right_menu .profile_buttons > button, .header .right_menu .profile_buttons > a {
  background-color: transparent;
  display: flex;
  align-items: center;
  border: 0;
  font-size: max(1.042vw, 12px);
  color: #fff;
}
.header .right_menu .profile_buttons > button svg, .header .right_menu .profile_buttons > a svg {
  fill: #fff;
  height: max(1.354vw, 18px);
}
.header .right_menu .profile_buttons > button > span, .header .right_menu .profile_buttons > a > span {
  font-size: max(1.042vw, 12px);
  margin-left: 10px;
}
.header .right_menu .profile_buttons .profile_dropdown {
  display: none;
  width: max(16.25vw, 200px);
  position: absolute;
  top: 120%;
  right: -30px;
  display: none;
  z-index: 5;
}
.header .right_menu .profile_buttons .profile_dropdown.active {
  display: block;
  animation: slideInDropdown 0.2s forwards;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main {
  width: 100%;
  padding: max(1.302vw, 14px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: max(0.729vw, 10px) solid #fff;
  border-left: max(0.729vw, 10px) solid transparent;
  border-right: max(0.729vw, 10px) solid transparent;
  position: absolute;
  bottom: 100%;
  right: 40px;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main h4 {
  color: #293277;
  font-size: max(1.042vw, 12px);
  margin-bottom: 12px;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_group {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #AAAAAA;
  margin-bottom: max(0.8vw, 6px);
  padding: 0 max(0.8vw, 6px);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_group svg {
  height: max(1.042vw, 12px);
  width: max(1.042vw, 12px);
  fill: #AAAAAA;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_group input {
  width: calc(100% - 1.25vw);
  border: 0;
  font-size: max(0.7vw, 10px);
  height: max(2vw, 26px);
  line-height: max(2vw, 26px);
  display: inline-block;
  color: #293277;
  padding-left: 0.729vw;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_group input::-moz-placeholder {
  color: #AAAAAA;
  font-size: max(0.7vw, 10px);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_group input::placeholder {
  color: #AAAAAA;
  font-size: max(0.7vw, 10px);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .forget_pass {
  font-size: max(0.7vw, 10px);
  text-align: right;
  color: #464646;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.4s;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .forget_pass:hover {
  color: #0032FF;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_buttons {
  margin-bottom: max(0.8vw, 6px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_buttons button {
  padding: max(0.5vw, 6px) max(1.2vw, 12px);
  border: 0;
  font-size: max(0.7vw, 10px);
  border-radius: 4px;
  cursor: pointer;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_buttons button:last-child {
  color: #0032FF;
  background-color: transparent;
  transition: 0.4s;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_buttons button:last-child:hover {
  color: #293277;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_buttons button:first-child {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #293277;
  color: #fff;
  transition: 0.4s;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .form_buttons button:first-child:hover {
  background-color: #0032FF;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .line_other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: max(0.7vw, 10px);
  color: #AAAAAA;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .line_other:after, .header .right_menu .profile_buttons .profile_dropdown .prof_main .line_other:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #AAAAAA;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth {
  margin-top: 1.042vw;
  display: flex;
  justify-content: space-between;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth a {
  display: block;
  width: 48%;
  padding: max(0.521vw, 4px);
  text-align: center;
  border-radius: 21px;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth a svg {
  height: max(1.146vw, 10px);
  fill: #fff;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth a:first-child {
  background-color: #3D5998;
  transition: 0.4s;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth a:first-child:hover {
  background-color: #293277;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth a:last-child {
  background-color: #DB402C;
  transition: 0.4s;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main .social_auth a:last-child:hover {
  background-color: #8a2b1e;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main #to_auth {
  position: absolute;
  top: 1.352vw;
  left: 2.083vw;
  cursor: pointer;
  transition: 0.4s;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main #to_auth:hover {
  transform: scale(1.1);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.auth_dropdown {
  transform: translateX(100%);
  display: none;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.auth_dropdown.active {
  display: block;
  animation: slideIn 0.2s forwards;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown {
  display: none;
  transform: translateX(100%);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown.active {
  display: block;
  animation: slideIn 0.2s forwards;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical {
  display: flex;
  align-items: center;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical input {
  display: none;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical input:checked ~ label svg {
  display: block;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical label {
  cursor: pointer;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical label.checkbox {
  width: max(1.042vw, 12px);
  height: max(1.042vw, 12px);
  border: 1px solid #AAAAAA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical label.checkbox svg {
  width: max(0.625vw, 8px);
  display: none;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical label:last-child {
  color: #464646;
  font-size: max(0.625vw, 6px);
  padding: 6px max(0.625vw, 8px);
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical_inputs {
  display: none;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.register_dropdown .iuridical_inputs.active {
  display: block;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.forget_dropdown {
  transform: translateX(100%);
  display: none;
}
.header .right_menu .profile_buttons .profile_dropdown .prof_main.forget_dropdown.active {
  display: block;
  animation: slideIn 0.2s forwards;
}
.header .right_menu .cart_button {
  position: relative;
}
.header .right_menu .cart_button:after {
  content: "|";
  display: inline-block;
  margin-left: max(0.7vw, 10px);
  font-size: max(1.354vw, 18px);
  color: #fff;
}
.header .right_menu .cart_button a svg {
  fill: none;
  stroke: #fff;
  height: max(1.354vw, 18px);
}
.header .right_menu .cart_button .count {
  width: max(1.25vw, 16px);
  height: max(1.25vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  top: max(-0.521vw, -8px);
  right: max(0.521vw, 8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  font-size: 12px;
}
.header .right_menu ul.lang {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0.7vw;
}
.header .right_menu ul.lang li a {
  color: #fff;
  display: inline-block;
  padding: max(0.26vw, 6px);
  font-size: max(1.042vw, 12px);
  text-transform: uppercase;
}
.header .right_menu ul.lang li:after {
  content: "|";
  font-size: max(1.042vw, 12px);
  color: #fff;
}
.header .right_menu ul.lang li:last-child:after {
  content: "";
}
.header .right_menu .burger_button {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.header .right_menu .burger_button svg {
  height: 16px;
  fill: white;
}
.header.responsive {
  width: 100%;
  height: 100vh;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  display: none;
  z-index: 10;
  overflow-y: auto;
}
.header.responsive.active {
  display: block;
  animation: slideInTop 1s;
}
.header.responsive .logo {
  margin-bottom: 40px;
}
.header.responsive .logo a svg {
  fill: #fff;
}
.header.responsive nav {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header.responsive nav ul.lang {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 0;
  list-style: none;
}
.header.responsive nav ul.lang li {
  margin-right: 2px;
}
.header.responsive nav ul.lang li a {
  padding: 4px;
  font-size: 17px;
  color: #777777;
}
.header.responsive nav ul.lang li:after {
  font-size: 17px;
}
.header.responsive nav ul.lang li.active a {
  color: #0032FF;
}
.header.responsive nav ul.menu {
  width: 100%;
  display: block;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.header.responsive nav ul.menu li a {
  color: #E3E3E3 !important;
  font-size: 20px;
  border-bottom: 1px solid #404040;
}
.header.responsive nav ul.menu li:last-child a {
  border-bottom: 0;
}
.header.responsive nav .socials {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.header.responsive nav .socials a {
  display: block;
  padding: 4px;
  transition: 0.4s;
}
.header.responsive nav .socials a:hover svg {
  transform: scale(1.1);
}
.header.responsive nav .socials a svg {
  height: 20px;
  fill: #707070;
}
.header.responsive .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.header.responsive .close svg {
  height: 32px;
  fill: #707070;
  transition: 0.2s;
}
.header.responsive .close:hover svg {
  fill: #293277;
}

.main_page {
  position: relative;
}
.main_page header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-left: max(8vw, 90px);
  padding-right: 30px;
}
.main_page header .header .logo a {
  color: #fff;
}
.main_page header nav ul.menu li a {
  color: #fff;
  transition: 0.4s;
}
.main_page header nav ul.menu li a:hover {
  color: #0032FF;
}
.main_page header nav ul.menu li.active a {
  color: #0032FF;
}
.main_page header nav .profile_buttons > button, .main_page header nav .profile_buttons > a {
  background-color: #fff;
  color: #0032FF;
  transition: 0.4s;
  cursor: pointer;
}
.main_page header nav .profile_buttons > button svg, .main_page header nav .profile_buttons > a svg {
  fill: #0032FF;
  transition: 0.4s;
}
.main_page header nav .profile_buttons > button:hover, .main_page header nav .profile_buttons > a:hover {
  background-color: #0032FF;
  color: #fff;
}
.main_page header nav .profile_buttons > button:hover svg, .main_page header nav .profile_buttons > a:hover svg {
  fill: #fff;
}
.main_page header nav .cart_button {
  background-color: #fff;
  transition: 0.4s;
}
.main_page header nav .cart_button svg {
  fill: #293277;
  width: 1.25vw;
  transition: 0.4s;
}
.main_page header nav .cart_button .count {
  background-color: #0032FF;
  color: #fff;
  border: 1px solid #fff;
}
.main_page header nav .cart_button:hover {
  background-color: #293277;
}
.main_page header nav .cart_button:hover svg {
  fill: #fff;
}
.main_page header nav ul.lang li a {
  color: #fff;
  transition: 0.4s;
}
.main_page header nav ul.lang li a:hover {
  color: #0032FF;
}
.main_page header nav ul.lang li:after {
  color: #fff;
}
.main_page header nav ul.lang li.active a {
  color: #0032FF;
}
.main_page header nav ul.lang li.active:after {
  color: #0032FF;
}
.main_page .header_container {
  padding-left: max(8vw, 90px);
  padding-right: 30px;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_page .header_container .how_to {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: max(1.042vw, 12px);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: max(4vw, 20px);
}
.main_page .header_container .how_to span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max(4vw, 48px);
  width: max(4vw, 48px);
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 16px;
  transition: 0.3s;
}
.main_page .header_container .how_to span svg {
  fill: #fff;
  height: max(1.354vw, 18px);
}
.main_page .header_container .how_to:hover span {
  background-color: #fff;
  margin-right: 20px;
}
.main_page .header_container .how_to:hover span svg {
  fill: #0267a9;
}
.main_page .header_container h1 {
  font-size: max(2.865vw, 16px);
  text-transform: uppercase;
  margin-bottom: max(6vw, 30px);
  color: #fff;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
.main_page .header_container .links {
  font-size: max(1.563vw, 12px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main_page .header_container .links a {
  padding: 0 max(2vw, 14px);
  height: max(4vw, 28px);
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  white-space: nowrap;
  transition: 0.3s;
}
.main_page .header_container .links a:hover {
  background-color: #fff;
  color: #0347c4;
}

.inner_page {
  position: relative;
}
.inner_page header {
  position: static;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
}
.inner_page header .header {
  padding-left: max(8vw, 90px);
  padding-right: 30px;
}
.inner_page header .header .logo_main {
  height: auto;
  background-color: transparent;
}
.inner_page header .header .logo_main .socials {
  display: none;
}
.inner_page header .header .logo a {
  color: #fff;
}
.inner_page header nav ul.menu li a {
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.inner_page header nav ul.menu li a:hover {
  border-bottom: 2px solid white;
}
.inner_page header nav ul.menu li.active a {
  border-bottom: 2px solid white;
}
.inner_page header nav .profile_buttons > button, .inner_page header nav .profile_buttons > a {
  background-color: #fff;
  color: #0032FF;
  transition: 0.4s;
  cursor: pointer;
}
.inner_page header nav .profile_buttons > button svg, .inner_page header nav .profile_buttons > a svg {
  fill: #0032FF;
  transition: 0.4s;
}
.inner_page header nav .profile_buttons > button:hover, .inner_page header nav .profile_buttons > a:hover {
  background-color: #0032FF;
  color: #fff;
}
.inner_page header nav .profile_buttons > button:hover svg, .inner_page header nav .profile_buttons > a:hover svg {
  fill: #fff;
}
.inner_page header nav .cart_button {
  background-color: #fff;
  transition: 0.4s;
}
.inner_page header nav .cart_button svg {
  fill: #293277;
  width: 1.25vw;
  transition: 0.4s;
}
.inner_page header nav .cart_button .count {
  background-color: #0032FF;
  color: #fff;
  border: 1px solid #fff;
}
.inner_page header nav .cart_button:hover {
  background-color: #293277;
}
.inner_page header nav .cart_button:hover svg {
  fill: #fff;
}
.inner_page header nav ul.lang li a {
  color: #fff;
  transition: 0.4s;
}
.inner_page header nav ul.lang li a:hover {
  color: #0032FF;
}
.inner_page header nav ul.lang li:after {
  color: #fff;
}
.inner_page header nav ul.lang li.active a {
  color: #0032FF;
}
.inner_page header nav ul.lang li.active:after {
  color: #0032FF;
}

footer {
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 0.521vw 0;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
footer .footer p {
  font-size: max(1.042vw, 12px);
  color: #fff;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  margin-bottom: 0;
}
footer .footer .unicode img {
  height: 16px;
}
footer .footer .socials {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
footer .footer .socials a {
  display: block;
  padding: 0.521vw;
  transition: 0.4s;
}
footer .footer .socials a:hover svg {
  transform: scale(1.1);
}
footer .footer .socials a svg {
  height: max(1.2vw, 16px);
  fill: #fff;
}

section.about_section:nth-child(even) {
  background-color: #e0dddd;
}
section.about_section:nth-child(even) .row {
  flex-direction: row-reverse;
}
section.about_section .image img {
  width: 100%;
  aspect-ratio: 1/0.8;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about_section .texts {
  padding-left: 3.125vw;
}
section.about_section .texts h2 {
  color: #333;
  font-size: max(1.563vw, 16px);
  margin: 1.771vw 0;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  text-transform: uppercase;
}
section.about_section .texts * {
  color: #707070;
  font-size: max(1.042vw, 12px);
  line-height: 1.2;
}

section.partners_section .swiper {
  padding-bottom: 40px;
}
section.partners_section .swiper .swiper-slide {
  cursor: pointer;
}
section.partners_section .swiper .swiper-slide img {
  height: 80px;
  width: 100%;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
}
section.partners_section .swiper .swiper-slide:hover img {
  filter: grayscale(0);
  opacity: 1;
}
section.partners_section .swiper .swiper-pagination-bullet {
  width: max(0.8vw, 12px);
  height: max(0.8vw, 12px);
  background-color: transparent;
  border: 2px solid #C8C8C8;
  opacity: 1;
}
section.partners_section .swiper .swiper-pagination-bullet-active {
  border: 2px solid #0032FF;
  background-color: #0032FF;
}

section.contact_success span {
  font-size: max(1.042vw, 12px);
  line-height: 1.3vw;
  height: 2.6vw;
  overflow: hidden;
  color: #29773a;
  padding: 0.729vw 12px;
  box-sizing: content-box;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}

section.contact_page .contact_info h2 {
  width: 100%;
  color: #333;
  font-size: max(1.563vw, 18px);
  margin: 1.771vw 0;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
section.contact_page .contact_info p {
  color: #707070;
  font-size: max(1.042vw, 12px);
  line-height: 1.2;
}
section.contact_page .contact_info ul {
  padding-left: 0;
}
section.contact_page .contact_info ul li {
  display: flex;
  align-items: baseline;
  padding: 1vw 0;
}
section.contact_page .contact_info ul li .icon svg {
  fill: #0032FF;
  stroke: #0032FF;
  width: max(1.042vw, 12px);
  vertical-align: middle;
}
section.contact_page .contact_info ul li .texts {
  display: flex;
  flex-direction: column;
  padding-left: max(1.042vw, 12px);
}
section.contact_page .contact_info ul li .texts a {
  font-size: max(1.042vw, 12px);
  margin-bottom: 0.6vw;
  color: #1A1818;
  transition: 0.2s;
}
section.contact_page .contact_info ul li:hover .texts a {
  color: #0032FF;
}
section.contact_page .contact_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.contact_page .contact_form form input {
  display: inline-block;
  width: calc(50% - max(0.5vw, 6px));
  border: 2px solid #606060;
  border-radius: 3px;
  line-height: 2.5;
  font-size: max(1.042vw, 12px);
  color: #0032FF;
  margin-bottom: max(1.042vw, 12px);
  padding: 0 max(1.042vw, 12px);
}
section.contact_page .contact_form form input::-moz-placeholder {
  color: #606060;
}
section.contact_page .contact_form form input::placeholder {
  color: #606060;
}
section.contact_page .contact_form form input:focus {
  border: 2px solid #0032FF;
}
section.contact_page .contact_form form input:not(:-moz-placeholder-shown) {
  border: 2px solid #0032FF;
}
section.contact_page .contact_form form input:not(:placeholder-shown) {
  border: 2px solid #0032FF;
}
section.contact_page .contact_form form textarea {
  width: 100%;
  aspect-ratio: 3/1;
  border: 2px solid #606060;
  border-radius: 3px;
  line-height: 2.5;
  font-size: max(1.042vw, 12px);
  color: #606060;
  margin-bottom: max(1.042vw, 12px);
  padding: 0 max(1.042vw, 12px);
  resize: none;
}
section.contact_page .contact_form form textarea::-moz-placeholder {
  color: #606060;
}
section.contact_page .contact_form form textarea::placeholder {
  color: #606060;
}
section.contact_page .contact_form form textarea:focus {
  border: 2px solid #0032FF;
}
section.contact_page .contact_form form .submitForm {
  display: flex;
  align-items: baseline;
  background-color: transparent;
  border: 2px solid #606060;
  border-radius: 3px;
  padding: 0 max(1.042vw, 12px);
  font-size: max(1.042vw, 12px);
  line-height: 2.5;
  color: #606060;
  cursor: pointer;
  transition: 0.4s;
}
section.contact_page .contact_form form .submitForm svg {
  transition: 0.4s;
  width: max(1.042vw, 12px);
  fill: #606060;
  margin-right: max(1.042vw, 12px);
  vertical-align: middle;
}
section.contact_page .contact_form form .submitForm:hover {
  border: 2px solid #0032FF;
  background-color: #0032FF;
  color: white;
}
section.contact_page .contact_form form .submitForm:hover svg {
  fill: #fff;
}

#map {
  width: 100%;
  height: 36.458vw;
}

main .sort {
  position: relative;
  cursor: pointer;
}
main .sort span svg {
  height: max(1.406vw, 16px);
  fill: #293277;
}
main .sort ul {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
  list-style: none;
  border-radius: 4px;
  padding: 1.146vw;
}
main .sort ul li {
  color: #707070;
  font-size: max(1.042vw, 12px);
}
main .sort ul li:first-child {
  text-align: center;
}
main .sort ul li label {
  display: flex;
  align-items: center;
  padding: 0.417vw;
  transition: 0.4s;
  cursor: pointer;
  white-space: nowrap;
}
main .sort ul li label svg {
  margin-right: max(1.302vw, 16px);
}
main .sort ul li label:hover {
  color: #0032FF;
}
main .sort ul li input {
  display: none;
}
main .sort ul li input:checked ~ label {
  color: #0032FF;
}
main .sort:hover ul {
  display: block;
  animation: slideInDropdown 0.2s forwards;
}
main .monitors_filter {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
main .monitors_filter form .search_filter .keyword_input {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
main .monitors_filter form .search_filter .keyword_input svg {
  stroke: #293277;
  height: max(1.042vw, 10px);
}
main .monitors_filter form .search_filter .keyword_input input {
  border: 0;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  line-height: 2.084vw;
  color: #293277;
}
main .monitors_filter form .search_filter .keyword_input input::-moz-placeholder {
  color: #293277;
  font-size: max(1.042vw, 12px);
}
main .monitors_filter form .search_filter .keyword_input input::placeholder {
  color: #293277;
  font-size: max(1.042vw, 12px);
}
main .monitors_filter form .search_filter .submitFilter {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.521vw;
  margin-left: 20px;
}
main .monitors_filter form .search_filter .submitFilter svg {
  height: 1.5vw;
  stroke: #fff;
  transition: 0.4s;
}
main .monitors_filter form .search_filter .submitFilter:hover svg {
  animation: scaleAnimate 1s infinite alternate;
}
main .monitors_filter form .search_filter .clear_filter {
  font-size: max(0.8vw, 10px);
  color: darkred;
  border-radius: 4px;
  padding: 4px 10px;
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
main .monitors_filter form .search_filter .clear_filter svg {
  height: max(0.5vw, 10px);
  fill: darkred;
  stroke: darkred;
  margin-left: 4px;
  transition: 0.4s;
}
main .monitors_filter form .search_filter .clear_filter:hover {
  font-weight: bold;
}
main .monitors_filter form .left_filter .select-monitor-text {
  display: inline-block;
  font-size: max(1.042vw, 12px);
  color: #333;
  margin-right: 12px;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  white-space: nowrap;
}
main .monitors_filter form .left_filter .sub_inputs {
  padding-left: 10px;
}
main .monitors_filter form .left_filter ul {
  list-style: none;
  padding-left: 0;
}
main .monitors_filter form .left_filter ul li label {
  display: inline-block;
  color: #333;
  padding: 4px 10px;
  white-space: nowrap;
  transition: 0.4s;
  cursor: pointer;
  font-size: max(0.8vw, 12px);
}
main .monitors_filter form .left_filter ul li label:hover {
  color: #0032FF;
}
main .monitors_filter form .left_filter ul li input {
  font-size: max(1.042vw, 12px);
  display: none;
}
main .monitors_filter form .left_filter ul li input:checked ~ label {
  color: #0032FF;
}
main .change_view {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
main .change_view ul {
  background-color: #293277;
  border-radius: 44px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0.625vw;
  margin-bottom: 0;
}
main .change_view ul li {
  font-size: max(1.042vw, 12px);
  cursor: pointer;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  display: flex;
  align-items: center;
}
main .change_view ul li:first-child {
  color: #fff;
  padding-left: 1.25vw;
  padding-right: 4.688vw;
}
main .change_view ul li:nth-child(2) {
  color: rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 1.25vw;
}
main .change_view ul li:nth-child(2) svg {
  height: 1.146vw;
  fill: rgba(255, 255, 255, 0.5);
  margin-right: 1.25vw;
}
main .change_view ul li:nth-child(3) {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}
main .change_view ul li:nth-child(3) svg {
  height: 1.146vw;
  stroke: rgba(255, 255, 255, 0.5);
  margin-right: 1.25vw;
}
main .change_view ul li:nth-child(3):hover {
  color: #fff;
}
main .change_view ul li:nth-child(3):hover svg {
  stroke: #fff;
}
main .change_view ul li.active {
  color: #fff;
}
main .change_view ul li.active:nth-child(2) svg {
  fill: #fff;
}
main .change_view ul li.active:nth-child(3) svg {
  stroke: #fff;
}
main .map_section {
  display: none;
  aspect-ratio: 1/1;
}
main .map_section.active {
  display: block;
}
main .monitors {
  display: none;
  flex-wrap: wrap;
}
main .monitors.active {
  display: flex;
}
main .monitors .monitor {
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
main .monitors .monitor h2 {
  font-size: max(0.95vw, 12px);
  color: #293277;
  padding: max(1.042vw, 10px);
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  margin-bottom: 0;
  padding-bottom: 0;
  height: 85px;
}
main .monitors .monitor .monitors_slider .image img {
  aspect-ratio: 1.5/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .monitors .monitor .monitors_slider .swiper-button-next:after, main .monitors .monitor .monitors_slider .swiper-button-prev:after {
  content: "";
}
main .monitors .monitor .monitors_slider .swiper-button-next svg, main .monitors .monitor .monitors_slider .swiper-button-prev svg {
  fill: #fff;
  height: 1.875vw;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
main .monitors .monitor .monitors_slider .swiper-button-prev svg {
  transform: rotate(180deg);
}
main .monitors .monitor .monitors_slider .swiper-button-prev:hover svg {
  transform: rotate(180deg) scale(1.2);
}
main .monitors .monitor .monitors_slider .swiper-button-next:hover svg {
  transform: scale(1.2);
}
main .monitors .monitor .info_size {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 2px;
  color: #333;
  z-index: 3;
  padding: max(0.4vw, 4px);
  font-size: max(0.8vw, 10px);
}
main .monitors .monitor .monitor_info {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
main .monitors .monitor .monitor_info .info {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
main .monitors .monitor .monitor_info .info .name {
  font-size: max(0.781vw, 9px);
  color: #707070;
  line-height: max(0.885vw, 12px);
  display: inline-block;
}
main .monitors .monitor .monitor_info .info .desc {
  font-size: max(1.042vw, 12px);
  line-height: max(1.198vw, 16px);
  color: #0032FF;
  display: inline-block;
}
main .monitors .monitor .monitor_info .add_to_cart {
  background-color: #0032FF;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 0.729vw;
  font-size: max(0.781vw, 9px);
  line-height: 0.885vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
main .monitors .monitor .monitor_info .add_to_cart svg {
  fill: #fff;
  height: max(1.198vw, 12px);
  margin-left: 6px;
}
main .monitors .monitor .monitor_info .add_to_cart:hover {
  background-color: #293277;
}
main .success_section {
  margin: 7.292vw auto;
  background-color: #293277;
  border-radius: 27px;
  border: 1px solid #EDEDED;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2vw;
  min-height: 26.042vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .success_section h2 {
  color: #fff;
  font-size: 2.344vw;
  line-height: 3.604vw;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
main .success_section p {
  color: #fff;
  font-size: max(1.563vw, 24px);
  line-height: 2.604vw;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
main .success_section p a {
  color: #fff;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  font-weight: bold;
}
main .templates_page {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 80px;
}
main .templates_page aside {
  width: 20.417vw;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px;
}
main .templates_page aside .links {
  padding: 0;
  list-style: none;
}
main .templates_page aside .links li {
  margin-bottom: 25px;
}
main .templates_page aside .links li a {
  display: inline-block;
  width: 100%;
  padding: 1.25vw;
  border-radius: 31px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  transition: 0.4s;
  font-size: max(1.042vw, 12px);
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
main .templates_page aside .links li:first-child a {
  background-color: #293277;
}
main .templates_page aside .links li:first-child a:hover {
  background-color: #0032FF;
}
main .templates_page aside .links li:last-child a {
  background-color: #0032FF;
}
main .templates_page aside .links li:last-child a:hover {
  background-color: #293277;
}
main .templates_page aside .template_categories span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25vw;
  border-radius: 31px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  transition: 0.4s;
  background-color: #293277;
  cursor: pointer;
  font-size: max(1.042vw, 12px);
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
main .templates_page aside .template_categories span img {
  height: 1.354vw;
  transform: rotate(90deg);
  transition: 0.4s;
  transform-origin: 50%;
}
main .templates_page aside .template_categories span:hover {
  background-color: #0032FF;
}
main .templates_page aside .template_categories ul {
  list-style: none;
  padding: 1.25vw;
}
main .templates_page aside .template_categories ul li {
  height: 0;
  transition: 0.4s;
  overflow: hidden;
}
main .templates_page aside .template_categories ul li a {
  font-size: max(1.042vw, 12px);
  line-height: 2.8vw;
  color: #293277;
  transition: 0.4s;
}
main .templates_page aside .template_categories ul li a:hover {
  color: #0032FF;
}
main .templates_page aside .template_categories.active span img {
  transform: rotate(-90deg);
}
main .templates_page aside .template_categories.active ul li {
  height: 2.8vw;
}
main .templates_page .templates_section {
  width: 64vw;
  display: flex;
  flex-wrap: wrap;
}
main .templates_page .templates_section .template {
  width: 20.313vw;
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
  background: #FFFFFF;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
main .templates_page .templates_section .template:nth-child(3n) {
  margin-right: 0;
}
main .templates_page .templates_section .template:nth-last-child(-n+3) {
  margin-bottom: 0;
}
main .templates_page .templates_section .template .image {
  height: 13.802vw;
  overflow: hidden;
  position: relative;
}
main .templates_page .templates_section .template .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .templates_page .templates_section .template .image .id {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #707070;
  width: 4.427vw;
  height: max(1.302vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.781vw;
  left: 0.781vw;
  font-size: 0.625vw;
}
main .templates_page .templates_section .template .info {
  padding: 1.042vw 0.521vw 0.521vw;
  display: flex;
  justify-content: space-between;
}
main .templates_page .templates_section .template .info span, main .templates_page .templates_section .template .info a {
  display: inline-block;
  padding: 0.521vw 1.25vw;
  border-radius: 31px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  transition: 0.4s;
  font-size: max(1.042vw, 12px);
}
main .templates_page .templates_section .template .info span {
  background-color: #0032FF;
}
main .templates_page .templates_section .template .info a {
  background-color: #293277;
}
main .templates_page .templates_section .template .info a:hover {
  background-color: #0032FF;
}
main .templates_page .template_section {
  width: 64vw;
}
main .templates_page .template_section .text_input {
  display: flex;
  align-items: center;
  margin-bottom: max(1.563vw, 24px);
}
main .templates_page .template_section .text_input .icon {
  width: 7.813vw;
  height: 5.208vw;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 3.281vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707070;
  margin-right: 1.042vw;
}
main .templates_page .template_section .text_input .input input {
  width: 653px;
  line-height: 43px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border: 1px solid #293277;
  border-radius: 4px;
  padding: 0 20px;
  color: #0032FF;
}
main .templates_page .template_section .text_input .input input:active, main .templates_page .template_section .text_input .input input:focus {
  border: 1px solid #0032FF;
}
main .templates_page .template_section .text_input .input input::-moz-placeholder {
  color: #707070;
}
main .templates_page .template_section .text_input .input input::placeholder {
  color: #707070;
}
main .templates_page .template_section input[type=submit] {
  width: 16.719vw;
  display: block;
  text-align: center;
  padding: 1vw 0.521vw;
  color: #fff;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #0032FF;
  margin-right: 2.083vw;
  transition: 0.4s;
  border: 0;
  cursor: pointer;
}
main .templates_page .template_section input[type=submit]:hover {
  background-color: #293277;
}
main .templates_page .make_video_section {
  width: 64vw;
  padding: 12px;
}
main .templates_page .make_video_section .text_info {
  font-size: max(0.781vw, 10px);
  color: #666;
  margin-bottom: 16px;
}
main .templates_page .make_video_section .uploaded_photos {
  display: flex;
  flex-wrap: wrap;
}
main .templates_page .make_video_section .uploaded_photos .photo {
  width: 9.688vw;
  height: 6.458vw;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 1.042vw;
  margin-bottom: max(1.563vw, 24px);
  position: relative;
}
main .templates_page .make_video_section .uploaded_photos .photo:nth-child(6n) {
  margin-right: 0;
}
main .templates_page .make_video_section .uploaded_photos .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .templates_page .make_video_section .uploaded_photos .photo .close {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  cursor: pointer;
}
main .templates_page .make_video_section .uploaded_photos .photo .close svg {
  height: 1.146vw;
  fill: #E20000;
  transition: 0.4s;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button {
  width: 9.688vw;
  height: 6.458vw;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #293277;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label input {
  display: none;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label svg {
  width: max(1.563vw, 24px);
  fill: #0032FF;
  transition: 0.4s;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label span {
  color: #0032FF;
  font-size: 0.781vw;
  display: inline-block;
  width: 50%;
  text-align: center;
  transition: 0.4s;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label:hover {
  background-color: #293277;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label:hover svg {
  fill: #fff;
}
main .templates_page .make_video_section .uploaded_photos .upload_photos_button label:hover span {
  color: #fff;
}
main .templates_page .make_video_section .show_video {
  width: 16.771vw;
  padding: 0.521vw;
  color: #fff;
  background-color: #0032FF;
  transition: 0.4s;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 2vw;
  margin-top: 1vw;
  cursor: pointer;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
main .templates_page .make_video_section .show_video:hover {
  background-color: #293277;
}
main .templates_page .make_video_section .template_video {
  margin-bottom: 0;
}
main .templates_page .make_video_section .template_video.hidden {
  display: none;
}
main .templates_page .make_video_section .confirm-video {
  display: flex;
  justify-content: flex-end;
  margin-top: 1vw;
}
main .templates_page .make_video_section .confirm-video a {
  width: 16.771vw;
  padding: 0.521vw;
  color: #fff;
  background-color: #1968B2;
  transition: 0.4s;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
}
main .templates_page .template_video {
  width: 100%;
  margin-bottom: 2.604vw;
  padding: 4px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
}
main .templates_page .template_video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
main .pagination ul {
  width: 64.219vw;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
main .pagination ul li a {
  color: #AFAFAF;
  padding: 12px;
  display: inline-block;
}
main .pagination ul li a.active {
  color: #231F20;
}

.cart_section {
  padding-top: 5.208vw;
  padding-bottom: 2.604vw;
}
.cart_section .error-section {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.cart_section .error-section span {
  color: red;
  font-size: 1vw;
}
.cart_section table {
  width: 100%;
}
.cart_section table thead tr td {
  text-align: left;
  padding-right: 10px;
}
.cart_section table tr:first-child td:nth-child(3) {
  text-align: left;
}
.cart_section table tr td.disabled .price {
  opacity: 0.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cart_section table tr td .remove {
  width: 2.646vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cart_section table tr td .remove svg {
  height: 1.146vw;
  fill: #E20000;
  transition: 0.4s;
}
.cart_section table tr td .remove:hover svg {
  transform: scale(1.1);
}
.cart_section table tr td .monitor_address {
  display: flex;
  align-items: center;
  padding: max(1.302vw, 16px) 0;
}
.cart_section table tr td .monitor_address .monitor_image {
  width: 5vw;
  height: 4vw;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #293277;
}
.cart_section table tr td .monitor_address .monitor_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart_section table tr td .monitor_address h3 {
  width: 7.813vw;
  text-align: center;
  padding: 0.5vw;
  font-size: 0.781vw;
  color: #707070;
}
.cart_section table tr td .time_video {
  display: flex;
  align-items: center;
}
.cart_section table tr td .time_video .time {
  position: relative;
}
.cart_section table tr td .time_video .time .hidden {
  display: none;
}
.cart_section table tr td .time_video .time input:not(.hidden) {
  display: inline-block;
  width: 11.094vw;
  line-height: 2.24vw;
  border: 1px solid #293277;
  border-radius: 4px;
  color: #707070;
  font-size: 0.781vw;
  padding-left: 1.042vw;
  padding-right: max(1.563vw, 24px);
  background: url("../images/calendar.png") no-repeat;
  background-position: calc(100% - 0.521vw) center;
  background-size: 1.25vw;
}
.cart_section table tr td .time_video .time input:not(.hidden)::-moz-placeholder {
  color: #707070;
  font-size: 0.781vw;
}
.cart_section table tr td .time_video .time input:not(.hidden)::placeholder {
  color: #707070;
  font-size: 0.781vw;
}
.cart_section table tr td .time_video .time span {
  font-size: 0.781vw;
  color: #707070;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}
.cart_section table tr td .time_video .time.end_time {
  margin-left: 1.083vw;
  display: none;
}
.cart_section table tr td .time_video .time.end_time.active {
  display: block;
}
.cart_section table tr td .info_multi {
  display: flex;
  align-items: center;
  position: relative;
}
.cart_section table tr td .info_multi .info {
  position: absolute;
  right: 12%;
  top: -7px;
  cursor: pointer;
}
.cart_section table tr td .info_multi .info svg {
  fill: #293277;
  width: max(1.042vw, 14px);
  transition: 0.2s;
}
.cart_section table tr td .info_multi .info:hover svg {
  fill: #0032FF;
}
.cart_section table tr td .info_multi .info:hover .info_text {
  display: block;
}
.cart_section table tr td .info_multi .info .info_text {
  position: absolute;
  top: 100%;
  right: 0;
  width: max(11.094vw, 140px);
  background-color: #293277;
  border-radius: 10px;
  padding: 0.781vw;
  color: #fff;
  font-size: max(0.625vw, 10px);
  max-height: 160px;
  overflow-y: auto;
  display: none;
  transition: 0.4s;
}
.cart_section table tr td .multi_loop {
  display: flex;
  align-items: center;
}
.cart_section table tr td .multi_loop input {
  display: none;
}
.cart_section table tr td .multi_loop input:checked ~ label svg {
  display: block;
}
.cart_section table tr td .multi_loop label {
  cursor: pointer;
}
.cart_section table tr td .multi_loop label.checkbox {
  width: 1.042vw;
  height: 1.042vw;
  border: 1px solid #AAAAAA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.cart_section table tr td .multi_loop label.checkbox svg {
  width: max(0.625vw, 10px);
  display: none;
}
.cart_section table tr td .multi_loop label:last-child {
  color: #464646;
  font-size: max(0.625vw, 10px);
  padding: max(0.625vw, 10px);
}
.cart_section table tr td .video_popup {
  position: relative;
  display: flex;
  padding: 0 10px;
}
.cart_section table tr td .video_popup .copy_uploaded_video svg {
  height: 20px;
}
.cart_section table tr td .video_popup span {
  font-size: max(0.781vw, 10px);
  line-height: max(1.2vw, 18px);
  color: #0032FF;
  padding-bottom: 0;
  cursor: pointer;
  transition: 0.4s;
  white-space: wrap;
}
.cart_section table tr td .video_popup span:hover {
  color: #293277;
}
.cart_section table tr td .video_popup .video_popup_content {
  padding: max(1.563vw, 24px);
  border: 1px solid #EDEDED;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}
.cart_section table tr td .video_popup .video_popup_content.active {
  display: flex;
}
.cart_section table tr td .video_popup .video_popup_content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0.729vw solid #EDEDED;
  border-left: 0.729vw solid transparent;
  border-right: 0.729vw solid transparent;
  position: absolute;
  top: -0.729vw;
  left: calc(50% - 7px);
}
.cart_section table tr td .video_popup .video_popup_content .upload_video {
  border-right: 2px solid #EDEDED;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a, .cart_section table tr td .video_popup .video_popup_content .upload_video label, .cart_section table tr td .video_popup .video_popup_content .choose_video a, .cart_section table tr td .video_popup .video_popup_content .choose_video label {
  width: 11.458vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.25vw;
  cursor: pointer;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a input, .cart_section table tr td .video_popup .video_popup_content .upload_video label input, .cart_section table tr td .video_popup .video_popup_content .choose_video a input, .cart_section table tr td .video_popup .video_popup_content .choose_video label input {
  display: none;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a svg, .cart_section table tr td .video_popup .video_popup_content .upload_video label svg, .cart_section table tr td .video_popup .video_popup_content .choose_video a svg, .cart_section table tr td .video_popup .video_popup_content .choose_video label svg {
  width: 1.406vw;
  fill: #293277;
  transition: 0.4s;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a h6, .cart_section table tr td .video_popup .video_popup_content .upload_video label h6, .cart_section table tr td .video_popup .video_popup_content .choose_video a h6, .cart_section table tr td .video_popup .video_popup_content .choose_video label h6 {
  margin-top: 1.875vw;
  color: #293277;
  font-size: 0.99vw;
  transition: 0.4s;
  color: #293277;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  margin-bottom: 6px;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a span, .cart_section table tr td .video_popup .video_popup_content .upload_video label span, .cart_section table tr td .video_popup .video_popup_content .choose_video a span, .cart_section table tr td .video_popup .video_popup_content .choose_video label span {
  color: #707070;
  font-size: 0.625vw;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a:hover svg, .cart_section table tr td .video_popup .video_popup_content .upload_video label:hover svg, .cart_section table tr td .video_popup .video_popup_content .choose_video a:hover svg, .cart_section table tr td .video_popup .video_popup_content .choose_video label:hover svg {
  fill: #0032FF;
}
.cart_section table tr td .video_popup .video_popup_content .upload_video a:hover h6, .cart_section table tr td .video_popup .video_popup_content .upload_video label:hover h6, .cart_section table tr td .video_popup .video_popup_content .choose_video a:hover h6, .cart_section table tr td .video_popup .video_popup_content .choose_video label:hover h6 {
  color: #0032FF;
}
.cart_section table tr td .video_popup .show_video {
  font-size: 0.781vw;
  color: #0032FF;
  cursor: pointer;
  transition: 0.4s;
}
.cart_section table tr td .video_popup .show_video:hover {
  color: #293277;
}
.cart_section table tr td .video_popup .remove_uploaded_video svg {
  height: 1.146vw;
  fill: #E20000;
  transition: 0.4s;
  vertical-align: middle;
}
.cart_section table tr td .video_popup .remove_uploaded_video svg:hover {
  transform: scale(1.2);
}
.cart_section table tr td .quantity {
  width: 5.417vw;
  height: 2.24vw;
  border: 1px solid #293277;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
}
.cart_section table tr td .quantity input {
  display: inline-block;
  width: 50%;
  border: 0;
  text-align: center;
  color: #707070;
  font-size: 0.781vw;
}
.cart_section table tr td .quantity input::-webkit-outer-spin-button, .cart_section table tr td .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_section table tr td .quantity span {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cart_section table tr td .quantity span svg {
  width: 0.521vw;
}
.cart_section table tr td .dublicateMonitor {
  padding: 0.625vw;
  cursor: pointer;
}
.cart_section table tr td .dublicateMonitor svg {
  width: 1.146vw;
  fill: #293277;
}
.cart_section .full_price_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 2.344vw;
  padding-right: 4.167vw;
}
.cart_section .full_price_container .full_price {
  background-color: #fff;
  border: 1px solid #EDEDED;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  width: 14.583vw;
  padding: 0.781vw;
  text-align: center;
  margin-bottom: 0.938vw;
}
.cart_section .full_price_container .full_price span {
  font-size: max(1.042vw, 12px);
  color: #293277;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
.cart_section .full_price_container .full_price .price_text {
  font-size: 2.604vw;
  color: #293277;
}
.cart_section .full_price_container button {
  background-color: #293277;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  font-size: 0.885vw;
  color: #fff;
  min-width: 14.583vw;
  display: inline-block;
  text-align: center;
  padding: 0.521vw 0.8vw;
  transition: 0.4s;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  border: 0;
  cursor: pointer;
}
.cart_section .full_price_container button:hover {
  background-color: #0032FF;
}

.duration {
  width: 4.167vw;
  height: 2.24vw;
  border: 1px solid #293277;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  padding: 0 6px;
  font-size: 0.781vw;
  color: #707070;
}
.duration input {
  display: inline-block;
  border: 0;
  width: 100%;
  margin-right: 2px;
  font-size: 0.781vw;
}
.duration input::-moz-placeholder {
  color: #707070;
}
.duration input::placeholder {
  color: #707070;
}
.duration input::-webkit-outer-spin-button, .duration input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price {
  width: 4.167vw;
  height: 2.24vw;
  border: 1px solid #293277;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  font-size: max(0.781vw, 10px);
  padding: 0 6px;
}
.price:after {
  content: "B";
  display: inline-block;
  font-family: "gell";
  font-size: 80%;
  color: #293277;
}
.price input {
  min-width: 70%;
  text-align: center;
  font-size: max(0.781vw, 10px);
  border: 0;
}

.orders_section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.orders_section.full_width .orders_container {
  width: 100%;
}
.orders_section h2 {
  font-size: max(1.563vw, 24px);
  color: #293277;
  margin-bottom: 1.042vw;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
.orders_section .offers_container {
  margin-bottom: 1.042vw;
}
.orders_section .offers_container img {
  max-width: 100%;
}
.orders_section .orders_container {
  min-width: 50vw;
}
.orders_section .orders_container .orders .order {
  margin-bottom: max(1.2vw, 10px);
}
.orders_section .orders_container .orders .order.active .order_title {
  background-color: #293277;
  color: #fff;
}
.orders_section .orders_container .orders .order.active .order_desc {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.orders_section .orders_container .orders .order .order_title {
  border: 2px solid #293277;
  color: #293277;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  border-radius: 4px;
  padding: max(1vw, 10px);
  transition: 0.3s;
  cursor: pointer;
}
.orders_section .orders_container .orders .order .order_title:hover {
  background-color: #293277;
  color: white;
}
.orders_section .orders_container .orders .order .order_title h3 {
  font-size: max(1.1vw, 12px);
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  margin-bottom: 0;
}
.orders_section .orders_container .orders .order .order_title .order_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orders_section .orders_container .orders .order .order_title .order_info .time {
  font-size: 12px;
}
.orders_section .orders_container .orders .order .order_title .order_info .full_price {
  font-size: 12px;
}
.orders_section .orders_container .orders .order .order_desc {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.orders_section .orders_container .orders .order .order_desc .tb_resp {
  max-width: 100%;
  overflow-x: auto;
}
.orders_section .orders_container .orders .order .order_desc table {
  width: 100%;
}
.orders_section .orders_container .orders .order .order_desc table thead tr td {
  text-align: left;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td {
  padding: max(1.302vw, 16px) 0;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td p {
  margin: 0;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td .time {
  font-size: max(0.781vw, 9px);
  color: #AAAAAA;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td .video_url {
  color: #0032FF;
  text-decoration: underline;
  font-size: max(0.781vw, 9px);
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td .success {
  color: #00C64C;
  font-size: max(0.781vw, 9px);
  text-align: center;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td .pending {
  color: #000000;
  font-size: max(0.781vw, 9px);
  text-align: center;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td .refunded {
  color: #23c4ff;
  font-size: max(0.781vw, 9px);
  text-align: center;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td .error {
  color: #FF0B0B;
  font-size: max(0.781vw, 9px);
  text-align: center;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td:first-child {
  padding-left: 1.25vw;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr td:last-child {
  padding-right: 1.25vw;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr:first-child td {
  padding: 1.302vw 0 max(1.302vw, 16px);
}
.orders_section .orders_container .orders .order .order_desc table tbody tr:first-child td:first-child {
  padding-left: 1.25vw;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr:first-child td:last-child {
  padding-right: 1.25vw;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr:last-child td {
  padding: max(1.302vw, 16px) 0 1.302vw;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr:last-child td:first-child {
  padding-left: 1.25vw;
}
.orders_section .orders_container .orders .order .order_desc table tbody tr:last-child td:last-child {
  padding-right: 1.25vw;
}

.inside-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.inside-modal .bg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.inside-modal .inside-modal-content {
  width: 70vw;
  height: 70vh;
  position: relative;
}
.inside-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.inside-modal .close svg {
  height: 32px;
  fill: #fff;
  transition: 0.2s;
}
.inside-modal .close:hover svg {
  fill: #293277;
}
.inside-modal.open {
  display: flex;
}
.inside-modal.open .inside-modal-content {
  animation: inside-modalAnimate 0.5s;
}

@keyframes inside-modalAnimate {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.section_title h2 {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: max(1.563vw, 18px);
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}

.gallery_section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
  justify-content: space-between;
}
.gallery_section .gallery_video {
  aspect-ratio: 1/0.8;
  cursor: pointer;
  position: relative;
  background-color: #E8E9EA;
  padding: max(3vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.gallery_section .gallery_video:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #777;
}
.gallery_section .gallery_video .video_title {
  display: flex;
  position: relative;
  z-index: 1;
}
.gallery_section .gallery_video .video_title img {
  height: max(1.3vw, 14px);
  margin-right: max(0.5vw, 8px);
}
.gallery_section .gallery_video .video_title h3, .gallery_section .gallery_video .video_title p {
  font-size: max(1.3vw, 14px);
  color: #A8A8A8;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
  transition: 0.4s;
}
.gallery_section .gallery_video .video_title h3 {
  margin-bottom: 10px;
}
.gallery_section .gallery_video .count {
  font-family: "firago";
  line-height: 0.8;
  font-size: 8vw;
  color: #bebfbf;
  font-weight: bold;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
  area-selectable: none;
}
.gallery_section .gallery_video:hover {
  background-size: cover;
  background-position: center;
}
.gallery_section .gallery_video:hover:after {
  background-color: #fff;
}
.gallery_section .gallery_video:hover .count {
  background: -webkit-linear-gradient(#eee, #666, #eee, #666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gallery_section .gallery_video:hover h3, .gallery_section .gallery_video:hover p {
  color: #fff;
}
.gallery_section .read_more {
  width: 100%;
  text-align: center;
}
.gallery_section .read_more a {
  display: inline-block;
  background-color: #0032FF;
  color: #fff;
  padding: 0.521vw;
  width: 16.667vw;
  text-align: center;
  border-radius: 4px;
}
.gallery_section .read_more a:hover {
  background-color: #293277;
}

.profile_links {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #293277;
  padding: 16px;
}
.profile_links ul {
  padding: 0;
  list-style: none;
}
.profile_links ul li {
  position: relative;
  margin: 16px 0;
}
.profile_links ul li span {
  font-size: max(1.042vw, 12px);
  color: #293277;
  margin-right: 12px;
  font-family: "Conv_bpg_excelsior_caps_dejavu_2010";
}
.profile_links ul li a {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  color: #707070;
  padding: 6px 10px;
  white-space: nowrap;
  transition: 0.4s;
  font-size: 0.9vw;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.profile_links ul li a svg {
  height: 1.042vw;
  fill: #707070;
  margin-right: 10px;
}
.profile_links ul li a:hover {
  background-color: #293277;
  color: #fff;
}
.profile_links ul li a:hover svg {
  fill: #fff;
}
.profile_links ul li.active a {
  background-color: #293277;
  color: #fff;
}
.profile_links ul li.active a svg {
  fill: #fff;
}

.forget_pass_page form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
.forget_pass_page form .group {
  width: 31.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: max(0.833vw, 10px);
}
.forget_pass_page form .group label:first-child {
  width: 30%;
  color: #AAAAAA;
  font-size: max(0.833vw, 10px);
}
.forget_pass_page form .group label:last-child {
  width: 20.052vw;
  display: flex;
  align-items: center;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  padding: 0.521vw 1.771vw;
}
.forget_pass_page form .group label:last-child svg {
  height: 1.771vw;
  fill: #AAAAAA;
}
.forget_pass_page form .group label:last-child input {
  font-size: max(0.833vw, 10px);
  border: 0;
  padding-left: 1.25vw;
  color: #293277;
}
.forget_pass_page form .group label:last-child input::-moz-placeholder {
  color: #AAAAAA;
}
.forget_pass_page form .group label:last-child input::placeholder {
  color: #AAAAAA;
}
.forget_pass_page form .submitForm {
  width: 31.25vw;
  display: flex;
  justify-content: flex-end;
}
.forget_pass_page form .submitForm input {
  font-size: max(0.833vw, 10px);
  background-color: #0032FF;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.833vw max(1.563vw, 24px);
  border: 0;
}
.forget_pass_page form .submitForm input:hover {
  background-color: #293277;
}

.daterangepicker .calendar-table table {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.invalid-feedback {
  color: red;
  font-size: 0.625vw;
  margin-bottom: 0.625vw;
}

.leaflet-marker-icon {
  width: auto !important;
}

.choose-monitor {
  color: red;
  font-size: 1vw;
  margin-top: 2.5vw;
}/*# sourceMappingURL=styles.css.map */