/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs .breadcrumbs_list {
  display: flex;
  overflow: auto;
}
.breadcrumbs .breadcrumbs_item {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.breadcrumbs .breadcrumbs_item .breadcrumbs_link {
  color: #7D848E;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.breadcrumbs .breadcrumbs_item .breadcrumbs_link:hover {
  color: #1679C1;
}
.breadcrumbs .breadcrumbs_item .breadcrumbs_link.active {
  color: #0D2133;
  cursor: default;
}
.breadcrumbs .breadcrumbs_item .breadcrumbs_link.active:hover {
  color: #0D2133;
}
.breadcrumbs .breadcrumbs_item .breadcrumbs_icon {
  margin: 0 11px;
}
.breadcrumbs .breadcrumbs_item .breadcrumbs_icon svg {
  display: block;
}
.breadcrumbs .breadcrumbs_item:first-child .breadcrumbs_icon {
  display: none;
}

.cback-circle {
  background: #FFD23F;
  color: #FFD23F;
}

.cback {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: -100px;
  right: -100px;
  z-index: 80;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  .cback {
    display: none;
  }
}
.cback-circle {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
}
.cback-circle--phone {
  width: 94px;
  height: 94px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cback-circle.fn1 {
  opacity: 0;
  animation: pin 2.5s linear 0.4s infinite normal;
}
.cback-circle.fn2 {
  opacity: 0;
  animation: pin 2s linear 0s infinite normal;
  background: none;
}
.cback:hover .cback-circle--phone {
  animation: hvr-phone 1.5s linear infinite normal;
}
.cback .phone-icon {
  width: 57px;
  height: 68px;
  background: url("../image/phone.png");
  position: absolute;
  top: 55%;
  left: 65%;
  transform: translate(-50%, -50%);
  animation: phone-fn 2s infinite ease-in-out;
}

@keyframes phone-fn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes pin {
  0% {
    opacity: 0.6;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes hvr-phone {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75);
  }
}
.cback_cover {
  background: #0F0F0F33;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
}
.cback_cover.active {
  opacity: 1;
  visibility: visible;
}

.cback_modal {
  padding: 30px;
  background: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -480px;
  width: 480px;
  height: 100%;
  z-index: 100;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 600px) {
  .cback_modal {
    right: -100%;
    width: 100%;
  }
}
.cback_modal.active {
  right: 0;
}
.cback_modal .cback_close {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.8;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
  cursor: pointer;
}
.cback_modal .cback_close:hover {
  transform: rotate(90deg);
}
.cback_modal .cback_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: 60px 0 30px;
}
.cback_modal .wrapper .item {
  margin-bottom: 15px;
}
.cback_modal .wrapper .item label {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D848E;
  margin-bottom: 8px;
}
.cback_modal .wrapper .item textarea,
.cback_modal .wrapper .item input {
  outline: none;
  display: block;
  background: #F5F7F9;
  border: 1px solid #DDE7EC;
  border-radius: 10px;
  padding: 0 15px;
  height: 42px;
  width: 100%;
}
.cback_modal .wrapper .item textarea {
  height: 134px;
  resize: vertical;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.cback_modal .wrapper .form_btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  display: inline-block;
  padding: 16px 38px;
  margin-bottom: 20px;
}
.cback_modal .wrapper .recaptha_text p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
.cback_modal .wrapper .recaptha_text p a {
  font-weight: 500;
  color: #1679C1;
  ttransition: all 0.3s ease-in;
}
.cback_modal .wrapper .recaptha_text p a:hover {
  color: #0D2133;
}
.cback_modal .wrapper .attach {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cback_modal .wrapper .attach .attachIconCback {
  cursor: pointer;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #00AAC5;
  margin-bottom: 8px;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(0, 170, 197, 0.1) 100%) 0;
  background-size: 200%;
  transition: all 0.3s ease-in;
}
.cback_modal .wrapper .attach .attachIconCback .attach_icon {
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.cback_modal .wrapper .attach .attachIconCback .attach_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cback_modal .wrapper .attach .attachIconCback .attach_text {
  color: #00AAC5;
  display: inline-block;
  vertical-align: middle;
}
.cback_modal .wrapper .attach .attachIconCback:hover {
  background-position: 100%;
}
.cback_modal .wrapper .attach .attach_info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
.cback_modal .wrapper .attach input {
  display: none;
}

.article_text,
.welcome_text,
.desc_style {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.article_text h1, .article_text h2, .article_text h3, .article_text h4, .article_text h5, .article_text h6,
.article_text .h1, .article_text .h2, .article_text .h3, .article_text .h4, .article_text .h5, .article_text .h6,
.welcome_text h1,
.welcome_text h2,
.welcome_text h3,
.welcome_text h4,
.welcome_text h5,
.welcome_text h6,
.welcome_text .h1,
.welcome_text .h2,
.welcome_text .h3,
.welcome_text .h4,
.welcome_text .h5,
.welcome_text .h6,
.desc_style h1,
.desc_style h2,
.desc_style h3,
.desc_style h4,
.desc_style h5,
.desc_style h6,
.desc_style .h1,
.desc_style .h2,
.desc_style .h3,
.desc_style .h4,
.desc_style .h5,
.desc_style .h6 {
  font-weight: 700;
  line-height: 34px;
}
.article_text h1, .article_text .h1,
.welcome_text h1,
.welcome_text .h1,
.desc_style h1,
.desc_style .h1 {
  font-size: 28px;
}
.article_text h2,
.welcome_text h2,
.desc_style h2 {
  font-size: 28px;
}
.article_text h3,
.welcome_text h3,
.desc_style h3 {
  font-size: 18px;
}
.article_text h4,
.welcome_text h4,
.desc_style h4 {
  font-size: 16px;
}
.article_text h5,
.welcome_text h5,
.desc_style h5 {
  font-size: 15px;
}
.article_text h6,
.welcome_text h6,
.desc_style h6 {
  font-size: 14px;
}
.article_text p, .article_text div,
.welcome_text p,
.welcome_text div,
.desc_style p,
.desc_style div {
  margin-bottom: 10px;
}
.article_text strong,
.article_text b,
.welcome_text strong,
.welcome_text b,
.desc_style strong,
.desc_style b {
  font-weight: bold;
}
.article_text em,
.article_text i,
.welcome_text em,
.welcome_text i,
.desc_style em,
.desc_style i {
  font-style: italic;
}
.article_text blockquote,
.welcome_text blockquote,
.desc_style blockquote {
  padding: 30px;
  margin: 20px;
  background: #ecf9ff;
  font-style: italic;
  border-left: 5px solid #cdefff;
  color: #717171;
}
@media (max-width: 1024px) {
  .article_text blockquote,
.welcome_text blockquote,
.desc_style blockquote {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .article_text blockquote,
.welcome_text blockquote,
.desc_style blockquote {
    padding: 15px;
    margin: 10px;
    border-left: 3px solid #cdefff;
  }
}
.article_text ul,
.welcome_text ul,
.desc_style ul {
  margin: 20px 5px;
}
.article_text ul li,
.welcome_text ul li,
.desc_style ul li {
  margin: 5px 0;
  position: relative;
  padding-left: 30px;
}
.article_text ul li:before,
.welcome_text ul li:before,
.desc_style ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: #1679C1;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 5px 0;
  line-height: 40px;
  width: 20px;
  height: 1px;
}
.article_text ol,
.welcome_text ol,
.desc_style ol {
  margin: 20px 5px;
  counter-reset: myCounter;
}
.article_text ol li,
.welcome_text ol li,
.desc_style ol li {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
}
.article_text ol li:before,
.welcome_text ol li:before,
.desc_style ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #1679C1;
  display: inline-block;
  text-align: center;
  margin: 0px 10px;
}
.article_text pre,
.welcome_text pre,
.desc_style pre {
  margin-bottom: 10px;
  padding: 15px 20px 10px;
}
.article_text hr,
.welcome_text hr,
.desc_style hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
  clear: both;
}
.article_text img,
.welcome_text img,
.desc_style img {
  display: block;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 3px;
  transition: all 0.3s ease-in;
  border: 1px solid rgba(0, 188, 212, 0.1);
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .article_text img,
.welcome_text img,
.desc_style img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: none !important;
    margin: 10px auto;
    margin-bottom: 10px;
  }
}
.article_text img:hover,
.welcome_text img:hover,
.desc_style img:hover {
  border: 1px solid #00bcd4;
}
.article_text title,
.welcome_text title,
.desc_style title {
  display: none;
}
.article_text .resp_table table tr,
.welcome_text .resp_table table tr,
.desc_style .resp_table table tr {
  border: 1px solid #DDE7EC;
  background: #FFF;
}
.article_text .resp_table table tr td,
.welcome_text .resp_table table tr td,
.desc_style .resp_table table tr td {
  padding: 12px;
}
.article_text .resp_table table tr:nth-of-type(odd),
.welcome_text .resp_table table tr:nth-of-type(odd),
.desc_style .resp_table table tr:nth-of-type(odd) {
  background: #F3F7F9;
}
.article_text .resp_table table tr:first-child,
.welcome_text .resp_table table tr:first-child,
.desc_style .resp_table table tr:first-child {
  padding: 18px;
  background: #E1EFF8;
  border-bottom: 2px solid #00AAC5;
}
.article_text .resp_table table tr:first-child td,
.welcome_text .resp_table table tr:first-child td,
.desc_style .resp_table table tr:first-child td {
  padding: 18px 12px;
}
.page_wrap {
  min-height: 450px;
}

.page_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 30px;
}

.page_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .page_container {
    flex-direction: column;
  }
}

.page_main {
  max-width: 960px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .page_main {
    max-width: 100%;
    padding: 0px;
  }
}
.page_main .contacts_add {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 20px;
}
.page_main .contacts_info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page_main .contacts_info .item {
  width: 100%;
  max-width: 300px;
}
.page_main .contacts_info .item .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  margin-bottom: 8px;
  color: #7D848E;
}
.page_main .contacts_info .item .value {
  display: flex;
  align-items: center;
}
.page_main .contacts_info .item .value .link {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #0D2133;
}
.page_main .contacts_info .item .value .link:hover {
  color: #1679C1;
}
.page_main .contacts_info .item .value .icon {
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
}
.page_main .contacts_info .item .value .icon:hover {
  background: rgba(33, 150, 243, 0.17);
}
.page_main .contacts_map {
  height: 373px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 990px) {
  .page_main .contacts_map {
    margin-bottom: 50px;
  }
}
.page_main .contacts_map #map {
  width: 100%;
  height: 100%;
}

.page_sidebar {
  padding-right: 15px;
}
@media only screen and (max-width: 990px) {
  .page_sidebar {
    max-width: 100%;
    padding: 0 0 20px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page_sidebar .page_sidebar_item {
  padding: 20px;
  width: 212px;
  transition: 0.3s;
  border-radius: 10px;
}
@media only screen and (max-width: 990px) {
  .page_sidebar .page_sidebar_item {
    text-align: center;
  }
}
.page_sidebar .page_sidebar_item .page_sidebar_link {
  transition: 0.3s;
  font-size: 14px;
  color: #0D2133;
  cursor: pointer;
}
.page_sidebar .page_sidebar_item.active {
  color: #fff;
  background-size: 200%;
  background: linear-gradient(90deg, #00B7D5 0%, #0025AA 50%, #00B7D5 100%) 0;
  background-size: 200%;
  transition: all 0.3s ease-in;
}
.page_sidebar .page_sidebar_item.active .page_sidebar_link {
  color: #fff;
  cursor: default;
}
.page_sidebar .page_sidebar_item.active:hover .page_sidebar_link {
  color: #fff;
}
.page_sidebar .page_sidebar_item:hover .page_sidebar_link {
  color: #0025AA;
}

.shipping_payment_wrap {
  margin-bottom: 30px;
}

.shipping_payment_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 14px;
}

.shipping_payment_item {
  margin: 12px 0;
  display: flex;
}
.shipping_payment_item .shipping_payment_icon {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.shipping_payment_item .shipping_payment_info .shipping_payment_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-top: 15px;
}
.shipping_payment_item .shipping_payment_info .shipping_payment_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #7D848E;
}

.page_404 .page_container {
  align-items: center;
}

.page_404_bg img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page_404_info {
  padding-right: 15px;
}
@media only screen and (max-width: 990px) {
  .page_404_info {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.page_404_info .title {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 990px) {
  .page_404_info .title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
}
.page_404_info .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 990px) {
  .page_404_info .text {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
  }
}
.page_404_info .custom_btn {
  display: inline-block;
  padding: 16px 38px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.page_404_info .custom_btn:hover {
  color: #fff;
}

.page_catalog .categories_wrap:first-child {
  padding-top: 0;
}
.page_catalog .categories_wrap .sub_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.page_catalog .categories .item {
  width: calc((100%/6) - 16px);
}
@media (max-width: 1366px) {
  .page_catalog .categories .item {
    width: calc((100%/5) - 16px);
  }
}
@media (max-width: 1024px) {
  .page_catalog .categories .item {
    width: calc((100%/4) - 16px);
  }
}
@media (max-width: 768px) {
  .page_catalog .categories .item {
    width: calc((100%/3) - 16px);
  }
}
@media (max-width: 640px) {
  .page_catalog .categories .item {
    width: calc((100%/2) - 16px);
  }
}
@media (max-width: 360px) {
  .page_catalog .categories .item {
    width: calc((100%/1) - 16px);
  }
}
.page_catalog .categories .item img {
  max-width: 100%;
  height: auto;
}

.page_category .page_container .page_main {
  width: calc(100% - 290px);
}
@media only screen and (max-width: 990px) {
  .page_category .page_container .page_main {
    width: 100%;
  }
}
.page_category .page_container .page_sidebar.catalog_sidebar {
  min-width: 273px;
  width: 273px;
}
@media only screen and (max-width: 990px) {
  .page_category .page_container .page_sidebar.catalog_sidebar {
    display: none;
  }
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_title {
  padding: 26px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  color: #00AAC5;
  background: #F3F7F9;
  border: 1px solid #DDE7EC;
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_list {
  display: block;
  border: 1px solid #DDE7EC;
  border-top: none;
  padding: 0px 24px;
  overflow: hidden;
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_list .catalog_sidebar_item {
  margin: 17px 0;
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_btn_back {
  border: 1px solid #DDE7EC;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 15px 24px;
  background: #F3F7F9;
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_btn_back .ico {
  background: #00AAC5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: -10px -10px 20px 0px #FFFFFF;
  box-shadow: 10px 10px 20px 0px #D1D9E6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_btn_back .ico svg {
  display: block;
  max-width: 14px;
  max-height: 14px;
  width: 70%;
}
.page_category .page_container .page_sidebar.catalog_sidebar .catalog_sidebar_btn_back .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
}

.accept_orders {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background: linear-gradient(94.85deg, #00B9D7 0.3%, #0025AA 99.99%);
  padding: 45px 60px;
  margin: 40px 0;
}
@media only screen and (max-width: 990px) {
  .accept_orders {
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }
}
.accept_orders .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 990px) {
  .accept_orders .title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 7px;
  }
}
.accept_orders .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .accept_orders .text {
    margin-bottom: 25px;
    text-align: center;
  }
}
.accept_orders .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 50px;
  color: #fff;
  border-radius: 10px;
}

.wrap_photos {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wrap_photos .title {
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.wrap_photos .category_photos {
  position: relative;
  /* the slides */
  /* the parent */
}
.wrap_photos .category_photos .slick-slide {
  outline: none;
  width: 305px;
}
.wrap_photos .category_photos .slick-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .wrap_photos .category_photos .slick-slide img {
    margin: 0;
  }
}
.wrap_photos .category_photos .slick-slide {
  margin: 0 10px;
}
.wrap_photos .category_photos .slick-list {
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .wrap_photos .category_photos .slick-list {
    padding: 0 20% 0 0;
  }
}
.wrap_photos .category_photos .slide_buttons .slide_btn_prev,
.wrap_photos .category_photos .slide_buttons .slide_btn_next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
  background: #fff;
  border: 1px solid #DDE7EC;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 990px) {
  .wrap_photos .category_photos .slide_buttons .slide_btn_prev,
.wrap_photos .category_photos .slide_buttons .slide_btn_next {
    display: none !important;
  }
}
.wrap_photos .category_photos .slide_buttons .slide_btn_prev:hover,
.wrap_photos .category_photos .slide_buttons .slide_btn_next:hover {
  background: #d4ecff;
}
.wrap_photos .category_photos .slide_buttons .slide_btn_prev .ico,
.wrap_photos .category_photos .slide_buttons .slide_btn_next .ico {
  height: 16px;
  width: 16px;
  display: block;
}
.wrap_photos .category_photos .slide_buttons .slide_btn_prev {
  left: -30px;
}
.wrap_photos .category_photos .slide_buttons .slide_btn_next {
  right: -30px;
}
.wrap_photos .category_photos .slide_buttons .slide_btn_next .ico {
  transform: rotate(180deg);
}
.wrap_photos .js_slider_dots {
  margin: 20px;
  display: none;
}
@media only screen and (max-width: 990px) {
  .wrap_photos .js_slider_dots {
    display: block;
  }
}
.wrap_photos .js_slider_dots ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_photos .js_slider_dots ul.slick-dots button {
  background: #00AAC5;
  width: 4px;
  padding: 0;
  margin: 7px;
  border: none;
  height: 4px;
  text-indent: -99px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  box-shadow: 0 0 0 0px #00AAC5, 0 0 0 0px white, 0 0 0 0px #00AAC5;
}
.wrap_photos .js_slider_dots ul.slick-dots .slick-active button {
  box-shadow: 0 0 0 4px #00AAC5, 0 0 0 6px white, 0 0 0 7px #00AAC5;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background: rgba(255, 255, 255, 0.8);
}

.fancybox-navigation .fancybox-button {
  border: 1px solid #00AAC5;
  background: #00AAC5;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 990px) {
  .fancybox-navigation .fancybox-button {
    display: none;
  }
}
.fancybox-navigation .fancybox-button:hover {
  background: #fff;
  color: #00AAC5;
}
.fancybox-navigation .fancybox-button div {
  padding: 22%;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
  right: 40px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 40px;
  padding: 0;
}

.search_wrap .search {
  margin: 0 auto 30px;
  display: block;
  display: block;
}

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