@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'AGAvalancheC';
    src: url('../fonts/agavalanchec.eot');
    src: url('../fonts/agavalanchec.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agavalanchec.woff2') format('woff2'),
         url('../fonts/agavalanchec.woff') format('woff'),
         url('../fonts/agavalanchec.ttf')  format('truetype'),
         url('../fonts/agavalanchec.svg#AGAvalancheC') format('svg');
}

/* 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
      ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
  * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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;
  font-size: 1em;
}

/**
  * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
  * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
  * 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;
  outline-offset: -2px;
}

/**
  * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
 --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
/* Typography
 --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: "Montserrat", serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
 --------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*** Custom styles ***/
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
}
/*h1, h2, h3, h4, .text-logo #logo {
  font-family: "Montserrat", serif !important;
}
h5, p {
  font-family: "Montserrat", serif !important;
}*/
.container {
	width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header-v2 {
  padding: 43px 0;
  background-color: #6c9f46;
}	
.header {
	display: flex;
	align-items: center;
  
}
.header__logo-text {
  width: 30%;
}
.header__descr {
  width: 70%;
  padding-left: 20px;
}
.header__logo-link {
  color: #fff;
  font-family: 'AGAvalancheC';
  font-size: 61px;
  font-weight: bold;
  text-decoration: none;
}
.header__logo-link:hover {
  color: #fff;
}
.header__descr-text1 {
  color: #fff;
  font-family: 'AGAvalancheC';
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.5;
}
.header__descr-text2 {
  color: #fff;
  font-family: 'AGAvalancheC';
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

.kua-about {
  padding-top: 50px;
  padding-bottom: 37px;
}
.kua-about__title {
  font-family: "Montserrat", serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
.kua-about__text {
  font-family: "Montserrat", serif;
  font-weight: normal;
  font-size: 17px;
}
.kua-about__text p {
  margin-top: 0;
  margin-bottom: 20px;
}

.kua-area {
  padding-bottom: 90px;
}
.kua-area__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kua-area__img-wrap {
  width: 46.5%;
  padding-right: 50px;
}
.kua-area__text {
  width: 53.5%;
}
.kua-area__title {
  margin-top: 0;
  margin-bottom: 50px;

  font-family: "Montserrat", serif;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
}
.kua-area__list {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 45px;
  list-style: none;
}
.kua-area__list li {
  font-family: "Montserrat", serif;
  font-size: 17px;
  position: relative;
  margin-bottom: 30px;
}
.kua-area__list li:before {
    width: 25px;
    height: 25px;
    content: '';
    background-image: url(../images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -45px;
}

.kua-info {
  margin-bottom: 37px;
}
.kua-info__title {
  margin-top: 0;
  margin-bottom: 30px;

  font-family: "Montserrat", serif;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
}
.kua-info__text {
  font-family: "Montserrat", serif;
  font-size: 17px;
  margin: 0 -5px;
}
.kua-info__text span {
  padding: 0 5px;
}

.tabs__caption {
  margin: 0;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}

.assets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 90px;  
}
.assets__left {
  width: 46.5%;
  padding-right: 65px;
}
.assets__right {
  width: 53.5%;
}
.assets__caption-title {
  font-family: "Montserrat", serif;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}
.assets__caption-item {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-right: 0;
    padding-left: 70px;
    background-color: #6c9f46;
    border-radius: 8px;
    
    position: relative;
    margin-bottom: 12px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;

}
.assets__caption-text {
    display: flex;
    flex-direction: column;
}
.assets__caption-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.assets__caption-arrow {
    width: 13px;
    height: 20px;
    position: absolute;
    left: 37px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.assets__caption-item:hover {
    background-color: #054127;
}
.assets__caption-item.active, .assets__caption-item.active:hover {
    background-color: #054127;
}
.assets__list {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 45px;
  padding-left: 42px;
  list-style: none;
}
.assets__list li {
  font-family: "Montserrat", serif;
  font-size: 17px;
  position: relative;
  margin-bottom: 30px;
}
.assets__list li:before {
    width: 25px;
    height: 25px;
    content: '';
    background-image: url(../images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -42px;
}
.assets__list li a {
  font-family: "Montserrat", serif;
  font-size: 17px;
  color: #333333;
  text-decoration: underline;
}


.contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  background-color: #edf3e9;
  padding: 44px 60px 5px;
  border-radius: 25px;
}
.contacts__info {
  width: 46.5%;
  padding-right: 40px;
}
.contacts__info-title {
  margin-top: 14px;
  margin-bottom: 40px;

  font-family: "Montserrat", serif;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
}
.contacts__info-text {
  font-family: "Montserrat", serif;
  font-size: 17px;
  max-width: 350px;
  margin-bottom: 55px;
}
.contacts__info-link {
  padding-left: 35px;
  margin-bottom: 25px;
  font-family: "Montserrat", serif;
  font-size: 17px;
  position: relative;
}
.contacts__info-link a {
  font-family: "Montserrat", serif;
  font-size: 17px;
  color: #333333;
  text-decoration: none;
}
.contacts__info-link_tel:before {
  width: 22px;
  height: 22px;
  content: '';
  background-image: url(../images/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.contacts__info-link_email:before {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(../images/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.contacts__form {
  width: 53.5%;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7.5px;
}
.col {
    width: 100%;
    padding: 7.5px;
}
.col_6 {
    width: 50%;
}
.contacts__form .col {
  margin-bottom: 8px;
}
.contacts__form label {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 15px;
  margin-bottom: 12px;
  position: relative;
}
.label_name, .label_phone, .label_email, .label_message {
  padding-left: 30px;
}
.label_name:before {
  width: 17px;
  height: 17px;
  content: '';
  background-image: url(../images/person.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}
.label_phone:before {
  width: 17px;
  height: 20px;
  content: '';
  background-image: url(../images/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}
.label_email:before {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(../images/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}
.label_message:before {
  width: 14px;
  height: 15px;
  content: '';
  background-image: url(../images/pen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}
.contacts__form input, .contacts__form textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;  
  width: 100%;
  padding: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  color: #333333;
  border-radius: 8px;
  border: 1px solid #cacaca;
  outline: none;
  box-shadow: none;
}
.post-password-form input[type="password"] {
  padding: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  border-radius: 8px;
  border: 1px solid #cacaca;
  outline: none;
  box-shadow: none;
}
.contacts__form input:focus, .contacts__form textarea:focus,
.contacts__form input:active, .contacts__form textarea:active,
.post-password-form input[type="password"]:active, .post-password-form input[type="password"]:focus {
  border: 1px solid #999;
}
.contacts__form input {
  height: 46px;
}
.contacts__form textarea {  
  resize: none;
  height: 165px;
}
.contacts__form input::-webkit-input-placeholder {
  font-size: 17px;
  line-height: 140%;
  color: #333333;
}
.contacts__form input::-moz-placeholder {
  font-size: 17px;
  line-height: 140%;
  color: #333333;
}
.contacts__form input:-ms-input-placeholder {
  font-size: 17px;
  line-height: 140%;
  color: #333333;
}
.contacts__form input::-ms-input-placeholder {
  font-size: 17px;
  line-height: 140%;
  color: #333333;
}
.contacts__form input::placeholder {
  font-size: 17px;
  line-height: 140%;
  color: #333333;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

.contacts__form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.contacts__form .wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
  padding: 0.2em 1em;
  text-align: center;
  border-radius: 6px;
}
.contacts__form .wpcf7 form.invalid .wpcf7-response-output, .contacts__form .wpcf7 form.unaccepted .wpcf7-response-output,
.contacts__form .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0.2em 1em;
}

.contacts__form .wpcf7-submit {
  width: 135px;
  height: 40px;
  background-color: #6c9f46;
  background-image: none;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 22px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__form .wpcf7-submit:hover {
  background-color: #054127;
  background-image: none;
  color: #fff;
  box-shadow: none;
}


.kua-footer {
  padding: 60px 0;
}
.copyright {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 500;
}

.post-password-form input[type="submit"] {
  height: 42px;
  background-color: #6c9f46;
  background-image: none;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.post-password-form input[type="submit"]:hover {
  background-color: #054127;
  background-image: none;
  color: #fff;
  box-shadow: none;
}

/*** Media ***/
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1180px) {
  .header__logo-link {
    font-size: 50px;
  }
}
@media screen and (max-width: 1080px) {
  
}
@media screen and (max-width: 991px) {
  .header__logo-link {
    font-size: 48px;
  }
  .header__descr-text1 {
    font-size: 15px;
  }
  .header__descr-text2 {
    font-size: 24px;
  }
  .contacts {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .contacts__info, .contacts__form {
    width: 100%;
  }
  .contacts__info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .header__logo-link {
    font-size: 42px;
  }
  .kua-area__content {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .kua-area__img-wrap {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .kua-area__text {
    width: 100%;
  }
  .assets__left {
    width: 100%;
    padding-right: 0;
  }
  .assets__right {
    width: 100%;
  }
  .kua-about__title {
    font-size: 26px;
  }
  .kua-area__title {
    text-align: center;
  }
  .kua-area {
    padding-bottom: 40px;
  }
  .assets {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 700px) {
  .col_6 {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  
}
@media screen and (max-width: 480px) {
  .site-header-v2 {
    padding: 30px 0;
  }
  .header {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .header__logo-text {
    margin-bottom: 15px;
  }
  .header__logo-text, .header__descr {
    width: 100%;
    padding-left: 0;
  }
  .contacts {
    padding: 20px 40px 5px;
  }
  .contacts__form label {
    margin-bottom: 7px;
  }
  .contacts__info {
    padding-right: 0;
  }
  .post-password-form input[type="password"] {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) { 
  .site-header-v2 {
    padding: 20px 0;
  }
  .header__logo-link {
    font-size: 34px;
  }
  .header__logo-text {
    margin-bottom: 10px;
  }
  .header__descr-text1 {
    font-size: 13px;
  }
  .header__descr-text2 {
    font-size: 15px;
  }
  .kua-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .kua-about__title {
    font-size: 24px;
  }
  .kua-area__title, .kua-info__title {
    font-size: 20px;
  }
  .contacts {
    padding: 20px 20px 5px;
  }
  .contacts__info-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .assets__caption-item {
    padding-left: 40px;
  }
  .assets__caption-arrow {
    left: 15px;
  }
}