.image>a,
.imgcenter>a,
.imgleft>a,
.imgright>a {
  position: relative;
  margin-bottom: 10px
}

.images .img1.imgleft {
  padding: 0 15px !important
}

.images>div {
  padding: 0 15px
}

.images {
  margin: 0 -15px
}

.img1 a,
.img2 a,
.img3 a,
.img4 a,
.img6 a,
.imgcenter a {
  text-decoration: none
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img6 img,
.imgcenter img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
  padding: 10px
}

.img1.imgleft,
.img1.imgright {
  padding: 0 !important
}

.img1 {
  width: 100%
}

.img2 {
  width: 50%
}

.img3 {
  width: 33.3333%
}

.img4 {
  width: 25%
}

.img6 {
  width: 20%
}

.imgcenter img {
  margin: 0 auto
}

.imgcenter {
  width: 70%;
  margin: 0 auto;
  clear: both;
  text-align: center
}

.imgleft+.imgleft {
  margin-left: 0
}

.imgleft {
  position: relative;
  z-index: 10;
  float: left;
  padding: 0 20px 0 0
}

.imgright+.imgright {
  margin-right: 0
}

.imgright {
  position: relative;
  z-index: 10;
  float: right;
  padding: 0 10px;
  margin-right: -10px
}

.map iframe {
  vertical-align: top
}

.masonry .item2 a {
  text-decoration: none;
  color: #333
}

.masonry .item2 img {
  padding-bottom: 10px
}

.masonry .item2 {
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin: 0 0 .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 2px 4px 0 #ccc;
  break-inside: avoid
}

.masonry.small {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.masonry {
  width: 100%;
  padding: 0;
  margin: .5em auto;
  font-size: 13px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: .5em;
  -moz-column-gap: .5em;
  column-gap: .5em
}

.modal .fancybox-close-small svg {
  position: relative;
  top: 4px;
  right: 0;
  width: 40px;
  height: 40px;
  fill: #fff
}

.modal .row:last-child {
  margin: 0
}

.modal .row {
  margin-bottom: 15px;
  text-align: center
}

.modal [type=email],
.modal [type=password],
.modal [type=tel],
.modal [type=text],
.modal textarea {
  width: 100%
}

.modal-buttons a {
  min-width: 177px;
  margin: 0 10px 10px
}

.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center
}

.modal-content .form .row input {
  height: 40px;
  padding: 10px;
  outline: 0
}

.modal-content input[type=tel],
.modal-content input[type=text] {
  padding: 15px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0
}

.modal-content {
  margin: 10px 0;
  font-size: 16px;
  color: #373737
}

.modal-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 70px;
  margin: -24px -24px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background: var(--GC);
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal.added-to-cart .btn.btn-third {
  color: var(--GC);
  border-color: var(--GC);
  background: #fff
}

.modal.added-to-cart {
  width: 100%;
  max-width: 552px;
  text-align: center
}

.modal {
  display: none;
  max-width: 800px;
  min-width: 300px;
  padding: 40px 20px;
  text-align: center;
  text-align: center
}

.modal {
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, .8);
  box-shadow: 0 3px 38px 0 rgba(0, 0, 0, .8)
}

.pagegallery .item2 a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin: auto;
    height: 100%;
}
.pagegallery .ga-img{
  margin: auto;
  width: 100%;
  text-align: center;
}
.pagegallery .item2 img {
  padding-bottom: 10px
}

.pagegallery .item2 {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  break-inside: avoid;
  display: flex;
  align-items: end;
  border: 1px solid #efefef;
}

.pagegallery img {
  width: 100%
}

.pagegallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pages {
  display: table;
  width: 100%;
  margin: 0 auto;
  clear: both;
  font-size: 16px;
  text-align: center
}

.pagination ul>li {
  display: inline-block;
  margin: 0 6px 10px
}

.pagination ul a,
.pagination ul span {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: var(--GC)
}

.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li.active span {
  color: #fff;
  background: #2d3345
}

.pagination ul li:before {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important
}

.pagination ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center
}

.pagination {
  margin: 0 0 15px;
  clear: both
}

.pdflist a span {
  font-size: 13px;
  color: #45538a
}

.pdflist a::before {
  display: inline-block;
  width: 40px;
  height: 34px;
  margin: 0 6px -11px 0;
  content: "";
  background: url(../images/pdflist.png) no-repeat;
  background-size: 34px
}

.pdflist a {
  display: block;
  padding: 5px;
  margin: 0 3px 3px 0;
  font-size: 15px;
  text-decoration: none !important;
  color: #000
}

.pdflist {
  margin-top: 25px
}

.article1+.razdel {
  margin-top: 30px
}

.razdel .item .item-btn .btn {
  padding-right: 14px;
  padding-left: 14px;
  margin-left: 4px
}

.razdel .item .item-btn>a {
  margin-bottom: 4px
}

.razdel .item .item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.razdel .item .item-name a {
  text-decoration: none
}

.razdel .item .item-lite {
  color: #aaa
}

.razdel .item img {
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%
}

.razdel .item-descr {
  width: 100%;
  margin: 10px 0;
  line-height: 1.3
}

.razdel .item-image a {
  position: relative;
  display: block;
  overflow: hidden
}

.razdel .item-image {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
      flex-grow: 1;
}

.razdel .item-name {
  margin: 15px 0 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.3333
}
.razdel .item-text {
  margin: 15px 0 10px;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.3333;
  text-align: left
}
.razdel .item-biggest {
  margin: 15px 0 10px;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 1.3333;
  color: var(--GC)
}

.razdel .item:hover .item-biggest {
  color: #fff
}

.razdel .item-price del {
  font-size: 17px;
  opacity: .5
}

.item.cntr .item-body {
  text-align: center;
}

.item.cntr .item-btn a {
  margin: auto;
  text-align: center;
  width: 100%
}

.razdel .item-price ins {
  text-decoration: none
}

.razdel .item-price span {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  color: #f64b4f
}

.razdel .item-price {
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  line-height: 22px;
  color: #333;
  border-bottom: 0
}

.razdel .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.razdel .item.left {
  text-align: left
}

.razdel .items.center,
.razdel.center > .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.razdel .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1% 30px;
  margin: 0 -7.5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.razdel .row>div {
  align-items: top;
  text-align: center;
  display: flex;
}

.razdel .item {
  transition: .5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 5px;
  flex-direction: column;
  text-align: center;
  border: 2px solid #eee;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-grow: 1;
  z-index: 1;
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%)
}

.razdel .row>* {
  padding-right: 0;
  padding-left: 0;
}

.razdel .list .item .item-btn {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start
}

.razdel .list .item .item-name {
  text-align: left
}

.razdel .list .item-btn .btn {
  margin-left: 3px;
  border: 1px solid var(--bs-body-color);
}

.razdel {
  display: block;
  clear: both
}

.list3 .list-item {
  width: calc(100% / 3 - (15px * 2))
}

.list4 .list-item {
  width: calc(100% / 4 - (15px * 2))
}

@media (max-width:486px) {
  .razdel .item .item-image {
    width: 100% !important
  }

  .razdel .item .item-body {
    width: 100% !important
  }

  .razdel .items.list .item-name {
    text-align: center !important
  }

  .razdel .items.list .btn {
    margin: 0 auto !important
  }

  .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (max-width:767px) {
  .images {
    margin: 0 -5px
  }

  .images>div {
    padding: 0 5px !important
  }

  .imgcenter {
    width: 100%
  }
}

@media (max-width:768px) {
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

@media (min-width:481px) {
  .list2 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .list3 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .list4 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .razdel .items.list {
    display: block;
    margin: 0 0 30px
  }

  .razdel .items.list .item {
    display: block;
    width: 100%;
    max-width: none;
    padding: 20px;
    margin: 0 0 20px;
    text-align: left
  }

  .razdel .list .item .item-image {
    display: inline-block;
    width: 28%;
    vertical-align: top
  }

  .razdel .list .item .item-body {
    display: inline-block;
    width: 71%;
    padding-left: 20px;
    text-align: left;
    vertical-align: top
  }

  .razdel .list.nophoto .item .item-body {
    width: 100%;
    padding-left: 0
  }

  .razdel .list.nophoto .item .item-btn {
    padding-left: 0;
    margin-left: -3px
  }

  .razdel .list .item .item-name {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700
  }
}

.sort {
  padding-bottom: 15px
}

.table-scroll {
  width: 100%;
  overflow-x: auto
}

.tabtab {
  display: inline-block;
  width: 25px;
  height: 10px
}

.usertable td:first-child,
.usertable th:first-child {
  text-align: left
}

.usertable td {
  padding: 6px;
  text-align: center;
  border: 1px solid #eee
}

.usertable th {
  padding: 6px;
  text-align: center;
  border: 1px solid #eee;
  background-color: #eef1f6
}

.usertable tr:nth-child(2n) td {
  background: #fffce6
}

.usertable {
  width: 100%
}

.vleft {
  text-align: justify
}

.vrght {
  text-align: right
}

.wait img {
  margin: 0 auto 12px
}

.wait {
  display: none;
  width: 100%;
  text-align: center
}

@media(max-width:768px) {

  .img1,
  .img2,
  .img3,
  .img4,
  .img6 {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important
  }

  .img5 {
    padding: 6px !important;
    margin: 0 !important
  }

  .img1 img,
  .img2 img,
  .img3 img,
  .img4 img,
  .img6 img,
  .imgcenter img,
  .razdel .one img {
    margin-bottom: 5px
  }

  .imgright {
    padding: 0 5px;
    margin-right: -5px
  }
}

.article1+.razdel-btn {
  margin: 30px 0
}

.razdel-btn .row>div {
  align-items: center;
  text-align: center;
  display: flex;
  margin-bottom: 5px;
}

.razdel-btn .item {
  padding: 10px;
  margin: 5px;
  border-radius: 7px;
  background: var(--LC);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  align-items: center;
  text-align: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
}

.razdel-btn .item:hover {
  background: var(--GC)
}

.razdel-btn .item .item-name {
  text-align: center;
  display: block;
  width: 100%;
}

.razdel-btn .item:hover .item-name {
  color: #fff
}

.razdel-btn .item a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 15px;
}

.razdel-btn .item a:hover,
.razdel-btn .item:hover a {
  color: #fff;
}

.razdel .accordion {
  margin: -16px 0 0;
  width: 70%;
}

.razdel .accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  list-style: none;
  padding: 0 0 11px
}

.razdel .accordion li p {
  display: none;
  font-size: 15px;
  line-height: 25px;
  padding: 0 21px 0px;
  color: #444
}

.razdel .accordion li.active p {
  display: block
}

.razdel .accordion div {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 700;
  line-height: 3;
  font-size: 17px;
  color: #151423 !important;
  user-select: none
}

.razdel .accordion div:before {
  width: 2px;
  height: 12px;
  background: var(--GC);
  position: absolute;
  right: 13px;
  content: " ";
  top: 18px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.razdel .accordion li.active div:before {
  display: none
}

.razdel .accordion div:after {
  width: 12px;
  height: 2px;
  background: var(--GC);
  position: absolute;
  right: 8px;
  content: " ";
  top: 23px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.razdel ul.accordion li div span {
  color: var(--GC);
  margin-right: 5px
}

@media (max-width:1023px) {
  .razdel .accordion {
    width: 100%;
  }

  .razdel .accordion li a {
    font-size: 22px
  }

  .razdel .accordion li p {
    font-size: 18px
  }
}

.rtabs.section-tabs {
  margin: 30px 0;
  padding: 10px 20px 10px;
  border: 4px solid var(--LC);
  border-radius: 7px
}

.rtabs.section-tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px solid var(--GC);
  padding-bottom: 14px
}

.rtabs.section-tabs .nav-tabs a {
  text-decoration: none;
}

.rtabs.section-tabs li.nav-item::before {
  display: none !important
}

.rtabs.section-tabs li.nav-item {
  position: relative;
  color: #fff;
  padding: 0 10px 0 0 !important;
  flex-grow: 1;
  text-align: center;
  margin-top: 30px
}

.rtabs.section-tabs li.nav-item a {
  text-align: center;
  padding: 5px 13px 31px;
  background-color: transparent;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  transition: .3s;
  margin: auto
}

.rtabs.section-tabs li.nav-item.active a {
  color: #fff;
  background-color: var(--GC);
  padding: 18px 30px
}

.rtabs.section-tabs .tab-content {
  display: none
}

.rtabs.section-tabs .tab-content.active {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0
}

@media (max-width: 900px) {
  .rtabs.section-tabs .tab-content.active {
    font-size: 18px
  }

  .rtabs.section-tabs .nav-tabs {
    border-bottom: 0
  }

  .rtabs.section-tabs .tab-content.active {
    margin-top: 10px;
    padding: 0
  }
}

@media (max-width: 580px) {
  .rtabs.section-tabs {
    padding-left: 0
  }

  .rtabs.section-tabs .tab-text ul li {
    margin-left: 30px
  }
}

.razdel .slide_cert:hover {
  box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.05);
}

.razdel .slide_cert {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  transition: .3s all ease;
  margin: 10px;
}

.razdel .slide_cert .slide-name {
  margin-top: 20px;
  font-weight: 600
}

.razdel.color {
  background: var(--LC);
  padding: 30px 0;
  text-align: center;
}

.razdel .containter-wide {
  max-width: 1250px;
  margin: auto
}

.razdel+.container {
  margin-top: 30px
}

.razdel.container,
.razdel-btn.container {
  margin: 30px auto;
}

.razdel .slick-dots {
  bottom: -30px
}


.main-content .pagination ul>li {
  margin: 0 0 10px
}

.main-content>ol {
  padding: 0 0 0 20px;
  margin-top: 0;
  margin-bottom: 16px;
  list-style: decimal
}
.main-content>ol li{
  list-style: decimal
}
.main-content a:hover {
  text-decoration: none
}

.main-content a {
  text-decoration: underline
}

.main-content form table input[type=button] {
  width: 140px;
  margin: 0;
  font-size: 15px
}

.main-content form table input[type=text] {
  width: 160px;
  margin: 3px 0 6px
}

.main-content form table {
  border-collapse: collapse
}

.main-content form {
  margin: 20px 0 40px
}

.main-content h1 {
  margin-bottom: 10px
}

.main-content h2 {
  margin-bottom: 10px
}

.main-content input[type=email],
.main-content input[type=tel],
.main-content input[type=text],
.main-content select,
.main-content textarea {
  width: 300px;
  margin: 6px 0 10px
}

.main-content input[type=email]:focus,
.main-content input[type=tel]:focus,
.main-content input[type=text]:focus,
.main-content textarea:focus {
  outline: 0
}

.main-content p {
  margin: 0 0 16px
}

.main-content textarea {
  height: 80px;
  overflow: auto;
  min-height: 80px
}

.main-content time {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px
}

.main-content ul ul {
  padding: 0 0 0 14px;
  margin: 0
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) li {
  position: relative;
  padding: 0 0 0 16px
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) {
  margin: 16px 20px
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) li:before {
  position: absolute;
  top: 7px;
  left: -10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
  border: 3px solid var(--GC);
  border-width: 3px 3px 0 0;
}

.main-content {
  margin-bottom: 15px
}

.main-content .btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  padding: 10px 22px;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: #fff;
  border: 1px solid var(--GC);
  background: var(--GC);
  -o-text-overflow: ellipsis
}

.center .imgleft.img3 {
  width: 32%
}

.center .imgleft {
  display: inline-block;
  float: none;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
  vertical-align: top
}

.cntr {
  text-align: center
}

.pagination ul>li {
  display: inline-block;
  margin: 0 6px 10px
}

.pagination ul a,
.pagination ul span {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: var(--GC)
}

.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li.active span {
  color: #fff;
  background: #2d3345
}

.pagination ul li:before {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important
}

.pagination ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center
}

.pagination {
  margin: 0 0 15px;
  clear: both
}

.pdflist a span {
  font-size: 13px;
  color: #45538a
}

.pdflist a::before {
  display: inline-block;
  width: 40px;
  height: 34px;
  margin: 0 6px -11px 0;
  content: "";
  background: url(../images/pdflist.png) no-repeat;
  background-size: 34px
}

.pdflist a {
  display: block;
  padding: 5px;
  margin: 0 3px 3px 0;
  font-size: 15px;
  text-decoration: none !important;
  color: #000
}

.pdflist {
  margin-top: 25px
}

.image>a,
.imgcenter>a,
.imgleft>a,
.imgright>a {
  position: relative;
  margin-bottom: 10px
}

.images .img1.imgleft {
  padding: 0 15px !important
}

.images>div {
  padding: 0 15px
}

.images {
  margin: 0 -15px
}

.img1 a,
.img2 a,
.img3 a,
.img4 a,
.img6 a,
.imgcenter a {
  text-decoration: none
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img6 img,
.imgcenter img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
  padding: 10px
}

.img1.imgleft,
.img1.imgright {
  padding: 0 !important
}

.img1 {
  width: 100%
}

.img2 {
  width: 50%
}

.img3 {
  width: 33.3333%
}

.img4 {
  width: 25%
}

.img6 {
  width: 20%
}

.imgcenter img {
  margin: 0 auto
}

.imgcenter {
  width: 70%;
  margin: 0 auto;
  clear: both;
  text-align: center
}

.imgleft+.imgleft {
  margin-left: 0
}

.imgleft {
  position: relative;
  z-index: 10;
  float: left;
  padding: 0 20px 0 0
}

.imgright+.imgright {
  margin-right: 0
}

.imgright {
  position: relative;
  z-index: 10;
  float: right;
  padding: 0 10px;
  margin-right: -10px
}

.map iframe {
  vertical-align: top
}

@media (max-width:486px) {
  .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (max-width:767px) {
  .images {
    margin: 0 -5px
  }

  .images>div {
    padding: 0 5px !important
  }

  .imgcenter {
    width: 100%
  }
}

@media (max-width:768px) {
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

.sort {
  padding-bottom: 15px
}

.table-scroll {
  width: 100%;
  overflow-x: auto
}

.tabtab {
  display: inline-block;
  width: 25px;
  height: 10px
}

#usertable td:first-child,
#usertable th:first-child,
.usertable td:first-child,
.usertable th:first-child {
  text-align: left
}

#usertable td,
.usertable td {
  padding: 6px;
  text-align: center;
  border: 1px solid var(--DC);        
}

#usertable th,
.usertable th {
  padding: 6px;
  text-align: center;
  border: 1px solid var(--DC);
  background-color: var(--theme-bg-light)
}

#usertable tr:nth-child(2n) td,
.usertable tr:nth-child(2n) td {
  background: var(--theme-bg-light)
}

#usertable,
.usertable {
  width: 100%
}

.vleft {
  text-align: justify
}

.vrght {
  text-align: right
}

.wait img {
  margin: 0 auto 12px
}

.wait {
  display: none;
  width: 100%;
  text-align: center
}

@media(max-width:768px) {

  .img1,
  .img2,
  .img3,
  .img4,
  .img6 {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important
  }

  .img5 {
    padding: 6px !important;
    margin: 0 !important
  }

  .img1 img,
  .img2 img,
  .img3 img,
  .img4 img,
  .img6 img,
  .imgcenter img,
  .razdel .one img {
    margin-bottom: 5px
  }

  .imgright {
    padding: 0 5px;
    margin-right: -5px
  }
}

.fancybox-close-small:after {
  font-size: 46px;
  color: #fff
}

.fancybox-close-small {
  width: 40px;
  height: 40px;
  opacity: 1;
  color: #fff
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  margin: 0
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99992;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  background: #1e1e1e
}

.fancybox-is-open .fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  opacity: .87
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0 linear .25s;
  -o-transition: opacity .25s, visibility 0 linear .25s;
  transition: opacity .25s, visibility 0 linear .25s;
  opacity: 0;
  direction: ltr
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0;
  -o-transition: opacity .25s, visibility 0;
  transition: opacity .25s, visibility 0;
  opacity: 1
}

.fancybox-infobar {
  top: 0;
  left: 0;
  height: 44px;
  min-width: 44px;
  padding: 0 10px;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  pointer-events: none;
  color: #ccc;
  mix-blend-mode: difference;
  -webkit-touch-callout: none
}

.fancybox-toolbar {
  top: 0;
  right: 0
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  direction: ltr
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99994;
  display: none;
  width: 100%;
  height: 100%;
  padding: 44px;
  overflow: auto;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  text-align: center;
  white-space: normal;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch
}

.fancybox-slide::before {
  display: inline-block;
  width: 0;
  height: 100%;
  margin-right: -.25em;
  content: "";
  vertical-align: middle
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide--image {
  padding: 44px 0;
  overflow: visible
}

.fancybox-slide--image::before {
  display: none
}

.fancybox-slide--html {
  padding: 6px 6px 0
}

.fancybox-slide--iframe {
  padding: 44px 44px 0
}

.fancybox-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  padding: 24px;
  margin: 0 0 6px;
  overflow: auto;
  text-align: left;
  vertical-align: middle;
  background: #fff
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99995;
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: 0 0
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  margin-bottom: 44px;
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: 0 0
}

.fancybox-iframe {
  vertical-align: top
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  cursor: default;
  background: #fff
}

.fancybox-error p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #444
}

.fancybox-button {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: rgba(30, 30, 30, .6)
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  cursor: default;
  color: #888
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--pause svg path:first-child {
  display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  padding: 6px;
  opacity: 0
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
  position: absolute;
  top: -25px;
  left: -25px;
  padding: 50px;
  content: ""
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 6px;
  margin: 0;
  cursor: pointer;
  color: #555;
  border: 0;
  border-radius: 0;
  background: 0 0
}

.fancybox-close-small svg {
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
  opacity: .8;
  fill: #000;
  stroke: currentColor;
  stroke-width: 1.5
}

.fancybox-close-small:focus {
  outline: 0
}

.fancybox-close-small:hover svg {
  opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  top: -44px;
  right: -12px;
  padding: 5px;
  color: #ccc
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  color: #fff;
  background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 44px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff
}

.fancybox-caption::before {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  pointer-events: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain
}

.fancybox-caption::after {
  position: absolute;
  top: 0;
  right: 44px;
  left: 44px;
  display: block;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  text-decoration: none;
  color: #ccc
}

.fancybox-caption a:hover {
  text-decoration: underline;
  color: #fff
}

.fancybox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: -30px 0 0 -30px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  opacity: .6;
  border: 6px solid rgba(100, 100, 100, .5);
  border-top-color: #fff;
  border-radius: 100%;
  background: 0 0
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  opacity: 0
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4
}

.fancybox-share h1 {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  color: #222
}

.fancybox-share p {
  padding: 0;
  margin: 0
}

.fancybox-share__button {
  display: inline-block;
  min-width: 130px;
  padding: 0 15px;
  margin: 0 5px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 3px
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0 0;
  font-size: 15px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: 0;
  background: 0 0
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99995;
  display: none;
  width: 212px;
  padding: 2px 2px 4px;
  margin: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs>ul {
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  list-style: none;
  white-space: nowrap
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a
}

.fancybox-thumbs>ul>li {
  position: relative;
  float: left;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  padding: 0;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.fancybox-thumbs>ul>li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99991;
  content: "";
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  opacity: 0;
  border: 4px solid #4ea7f9
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}

@media all and (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}
.logos{
    align-items: anchor-center;
}
.logos img{
	box-shadow: none
}

.main-content .soc i{border-radius: 50%;background-color: #fff !important;}