

/* Start:/local/templates/diver/css/normalize.css?17459679516138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/diver/css/main.css?174596795111969*/
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'AvenirNextCyr', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
  color: #003063;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.carousel__slide {

  width: 100%;
}

#illwrap {
  max-width: 95vw
}

#illCarousel .carousel__dots {
  display: none
}

#coverCarousel .carousel__viewport {
  text-aalign: center
}

#coverCarousel .carousel__slide, #coverCarousel .carousel__slide > img {
  cursor: pointer !important;
}

#illCarousel .carousel__viewport {
  text-align: center
}

.carousel__nav > .carousel__button > svg {
  display: none
}

.carousel__nav > .carousel__button {
  height: 29px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0
}

.carousel__button.is-next {
  right: -1rem
}

.carousel__button.is-prev {
  left: -1rem
}

#coverCarousel .carousel__button.is-next {
  right: 1.5rem
}

#coverCarousel .carousel__button.is-prev {
  left: 0
}

.is-next {
  background-image: url("/local/templates/diver/css/../img/arrow_right.svg");
}

.is-next:hover {
  background-image: url("/local/templates/diver/css/../img/arrow_right_blue.svg");
}

.is-prev {
  background-image: url("/local/templates/diver/css/../img/arrow_left.svg");
}

.is-prev:hover {
  background-image: url("/local/templates/diver/css/../img/arrow_left_blue.svg");
}

.carousel__slide > img {
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .bybuy {
    margin-top: -4rem;
    margin-bottom: 4rem
  }

  #coverCarousel .carousel__slide {
  }

  #coverCarousel .carousel__dots {
    display: flex;
    gap: 7px;
    justify-content: flex-end;
    padding-right: 48%;
    margin-top: -3rem;
  }

  #coverCarousel .carousel__slide > img {
    max-height: 750px;
    width: auto;
  }

  #coverCarousel .carousel__viewport {
    text-align: center;

    width: auto;
  }
}

.header_wrap {
  display: flex;
  flex-direction: column;
  gap: 2vmax;
  align-items: center;
}

.responsivimg {
  width: 100%;
  height: auto
}

.pagetitle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 3vmax;
}

.mainttl,
.pagetitle h1 {
  font-size: clamp(24px, 5vw, 90px);
  margin-bottom: 0;
  font-weight: 700
}

.mainttl {
  margin-bottom: 4vmax;
}

.text-right {
  text-align: right
}

.pr-6 {
  padding-right: 6rem;
}

.mb-5 {
  margin-bottom: 5vmax
}

.mt-5 {
  margin-top: 5vmax
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'AGRESSIVE', 'AvenirNextCyr-Regular', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;;
}

h4 {

  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.pagetitle .subttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.flex_grid {
  display: flex
}

.flex_jc {
  justify-content: space-between
}

.flex_ac {
  align-items: center
}

.bodygrid {
  display: grid;

  gap: 5vw;
  /*grid-template-columns: 47% 47%;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}

.bodygrid .col_6 {
}

.author {
  margin-top: 4vmax
}

.carousel__dots {
  display: flex;
  /*justify-content: flex-end;*/
  /*padding-right: 2vw;*/
}

.carousel__dots .carousel__dot:after {
  width: 15px;
  border-radius: 0;
  height: 15px;

  background: #FFFFFF;
  border: 1px solid #003063;
}


.linearrow {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center bottom;
  border: none;
  color: #003063;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
}

.reviewttl {
  background-image: url(/local/templates/diver/css/../img/reviewicon.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1.2rem;
  cursor: pointer;
  font-size: 12px;
  background-size: 14px;
}
.linearrow.left {

  text-decoration: none;
  text-align: left;
  background-image: url("/local/templates/diver/css/../img/linearrow_left.svg");
  padding-left: 1rem;

}
.linearrow.right {
  text-align: right;
  padding-bottom: 2px;
  background-position: bottom;

  text-decoration: none;

  background-image: url("/local/templates/diver/css/../img/linearrow_right.svg");

}
.linearrow.right>h4{padding-right: 2rem}


#reviewForm .rewform_grid {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

#reviewForm .rewform_item {
}

#reviewForm input {
  height: 35px;
}

#reviewForm input, #reviewForm textarea {
  width: 100%;
  padding-left: 1rem
}

#sendReview {
  height: 40px;
  margin-top: 1rem;
  color: #fff;
  background-color: #003063;
  float: right;
  padding: 4px 31px;
  text-transform: uppercase;
}



.text-center {
  text-align: center
}

.linearrow > h4 {
  margin-bottom: 2.5rem
}


.charlist {
  display: flex;
  flex-direction: column;
  font-size: .9em;
}

.charlist dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 3px
}

.charlist > dl:nth-child(even) {
  background-color: #0030631c
}

.charlist dl > dt, .charlist dl > dd {
}

.charlist dl > dt {
  flex: 0 1 30%;
  font-weight: 600;
}

.charlist dl > dd {
  flex: 0 1 60%;
  font-weight: 500
}

footer {
  text-align: center;
  padding: 5rem 0;
  background: #63B9E9;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
}

footer a {
  text-decoration: none;
  color: #003063
}

footer a:hover {
  color: #fff
}

.footer_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.footer_row {
  line-height: 1.5;
}

.coopyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.activlink > h4:hover,
#moreReviews > h4:hover,
.reviewttl:hover,
.accordion > h4:hover {
  color: #63B9E9 !important;
}

.accordion {


  cursor: pointer;

  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;

}

.coveritem {
  transition: .3s;
}

.coveritem:hover {
  transform: scale(1.3);
}

.active, .accordion:hover {
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  /*  padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;*/
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.authgrid{;margin: 1rem 5px}
.authimg{         border-radius: 55px;
  width: 110px;
  height: 110px;
  object-fit: cover;
  cursor: zoom-in;
  margin: 0 1rem 0 0;
  float: left;}

@media screen and (min-width: 900px) {
  .lang_tg {
    position: absolute;
    right: 5%;
    bottom: 1%;
    font-weight: 600;
  }
  #reviewForm {
    min-width: 500px
  }
}
@media screen and (max-width: 800px) {
  #rev_form{width: 100%}
  .fancybox__content{padding: 20px}
}

@media only screen and (max-width: 50em) {
  .bodygrid {
  }

  .bodygrid .col_6 {
  }
  .linearrow.right{text-align: left;background-image: url(/local/templates/diver/css/../img/linearrow_left.svg)}
  .linearrow.left{padding-left: inherit}
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* End */


/* Start:/local/templates/diver/styles.css?1745967951484*/

.marketlink {
  text-decoration: unset;
  font-size: 1.5rem;
  font-weight: 600;
  color: #003063;
  margin-right: 1rem;
}

/*.marketlink.wb:hover{color: #481173}*/
.marketlink:hover {
  color: #62b9e8
}

.header_wrap{
  position: relative;
}


.lang_tg {

  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.lang_tg a {
  text-decoration: none
}

.lang_tg a:hover {
  color: #63B9E9;
}

/* End */
/* /local/templates/diver/css/normalize.css?17459679516138 */
/* /local/templates/diver/css/main.css?174596795111969 */
/* /local/templates/diver/styles.css?1745967951484 */
