/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}


.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 12px;
}
.title__main-big{
  font-size: 40px !important;
  color: #E1AF00;
    line-height: 40px !important;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 30px !important;
}
.box{
  height: 30px;
}
.text-margin{
  margin-top: 30px !important;
}
.content__input{
  border: 1px solid #f0f0f0;
  height: 50px;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: calc(100% - 60px);

}
.content__input::placeholder{
  font-size: 24px;
  color: #a6a6a6;
}
.content__input-btn{
  background: #9b59b6;
    border: 0;
    color: #fff;
    display: block;
    float: right;
    width: 60px;
    height: 50px;
    text-align: center;
    transition: all 0.25s ease-out;
    cursor: pointer;
    position: relative;
}
.content__input-btn:hover{
  background: #c9a0dc;
}
.widget__box{
  margin-bottom: 55px;
}
.widget__img{
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.widget__box{
  background: #ecf5fe;
}
.widget__item{
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}
.widget__title{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  color: #020202;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.widget__title::after{
  content:"";
  display: block;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #2E363F transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  
}
.widget__input{
  width: 0;
  height: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.widget__textbox{
  height: 100%;
  display: none;
  transition: all 0.5s ease-in;
}
.widget__text{
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  background:rgb(25, 99, 170);
  font-size: 18px;
 
 
}

.widget__input:checked ~ .widget__textbox{
  display: block;
  transition: all 0.5s ease-out;
}

.widget__input:checked ~ .widget__title::after{
  border-style: solid;
  border-width: 0px 5px 8px 5px;
  border-color:  transparent transparent #2E363F transparent;
}


.widget__box-title{
  color:#e5bb27;
  font-size: 15px;
  font-weight: 600;
}
.content__input-btn::after{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('/img/loop.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  top: 17px;
}
.img-left{
  float: left !important;
  padding-right: 15px;
}
.img-none{
  float: none !important;
  max-width: 100% !important;
}

.wrapper {
  position: relative;
}

.wrapper::before {
  background: url("/img/top-img.png") center/cover no-repeat; }

.wrapper::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 500px;
}

.bold {
  font-weight: 600;
}

.separator {
  background-color: #ebebeb;
  border: 0;
  height: 1px;
  width: 100%;
}

.seporator2 {
  margin-bottom: 10px;
}

.title__main {
  color: #E1AF00;
  font-size: 18px !important;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}

.row2 {
  max-width: 240px !important;
}

.row3 {
  max-width: 320px !important;
}

.arrow,
.title__color {
  color: #E1AF00 !important;
}

.margin {
  margin-top: 30px;
}

.contact-box {
  padding-bottom: 0 !important;
}

.contact-separator {
  margin-bottom: 10px;
}

.contact__row {
  justify-content: space-between !important;
  border-top: 1px solid #ebebeb;
}

.row__right {
  max-width: 170px !important;
}

.contact__list {
  padding-left: 0 !important;
}

.contact__item {
  line-height: 15px !important;
}

.row-left {
  width: 100% !important;
  max-width: 315px !important;
  margin-right: 10px !important;
}

.text-margin {
  margin-top: 20px !important;
}

.adress-list {
  margin: 35px 0 30px 0 !important;
}

.adress-row::after {
  display: none !important;
}

.box-sp {
  background: #fafafa !important;
}

.text-sp {
  margin-right: 170px !important;
}

.color {
  font-weight: 600 !important;
  color: #E1AF00 !important;
}

.show {
  left: 0 !important;
}

.menu__list-responsive .hide {
  left: -400px !important;
}

.active {
  display: block;
}

.rotate::after {
  border-style: solid !important;
  border-width: 0px 5px 8px 5px !important;
  border-color: transparent transparent #fff transparent !important;
}

.open {
  overflow: hidden;
}

.header {
  background: linear-gradient(4deg, rgb(4, 55, 123) 0%, rgb(25, 99, 170) 100%);
}

.header__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.header__top-menu {
  display: flex;
  color: #fff;
}

.header__menu-item {
  padding: 0 10px;
  line-height: 20px;
  position: relative;
}

.header__menu-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  right: 0;
  top: 0;
}

.header__logo-wrapper {
  margin-bottom: 30px;
  z-index: 10;
  position: relative;
}

.header__bottom {
  background: linear-gradient(0deg, rgb(160, 183, 219) 0%, rgb(231, 238, 250) 98%);
}

.menu__list {
  display: flex;
}

.menu__list-responsive {
  display: none;
}

.menu__item {
  color: #00305d;
  font-weight: 600;
  line-height: 25px;
  font-size: 12px;
  padding: 0 15px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s;
  border-right: 1px solid #00305d;
  position: relative;
}

.menu__item:hover {
  transition: 0.2s;
  background: #e5bb27;
}

.menu__item:hover .submenu {
  display: block;
}

.menu__link {
  display: block;
  width: 100%;
}

.menu__btn {
  display: none;
}

.menu__btn-text {
  display: none;
}

.menu__btn-wrapper {
  display: none;
}

.menu__responsive-close {
  display: none;
  position: static;
}

.submenu {
  display: none;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 250px;
  left: -19px;
  padding-top: 5px;
  z-index: 10;
}

.submenu__item {
  background: rgba(195, 225, 253, 0.9803921569);
  padding: 5px;
  border-bottom: 1px solid #00305d;
}

.submenu__item:hover {
  transition: background 0.2s;
  background: #e5bb27;
}

.submenu__link {
  display: block;
  width: 100%;
}

.content {
  margin-top: 15px;
}

.content__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.content__main {
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}

.content__breadcrumbs {
  position: relative;
  margin-bottom: 30px;
}

.content__breadcrumbs::after {
  content: "";
  height: 1px;
  width: 100%;
  top: 20px;
  left: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
}

.content__breadcrumbs-item {
  color: #E1AF00;
  line-height: 20px;
}

.content__box {
  position: relative;
  padding-bottom: 20px;
}

.content__box-title {
  color: #E1AF00;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}

.content__box-text {
  line-height: 23px;
  font-size: 12px;
  margin-bottom: 10px;
}

.content__row-box {
  display: flex;
  padding-top: 12px;
  padding-bottom: 15px;
  position: relative;
}

.content__row-box::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  display: block;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.content__row {
  max-width: 260px;
  padding: 10px;
}

.content__row-title {
  color: #053b85;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}

.content__row-subtitle {
  color: #053b85;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.content__row-text {
  margin-bottom: 10px;
}

.content__row-img {
  margin-bottom: 10px;
}

.content__list {
  padding-left: 30px;
  margin-bottom: 30px;
}

.content__item {
  line-height: 22px;
  position: relative;
  padding-left: 10px;
}

.content__item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #555555;
  border-radius: 50%;
  left: -10px;
  top: 9px;
}

.content__table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
}

.content__table-box {
  padding: 0.75rem;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.sidebar {
  background: #ecf5fe;
  flex: 0 0 25%;
  max-width: 25%;
}

.sidebar__title {
  font-size: 16px;
  color: #E1AF00;
  margin-bottom: 5px;
  font-weight: 600;
}

.sidebar__text {
  font-size: 11px;
  color: #000;
  line-height: 16px;
}

.sidebar__box {
  padding: 30px;
}

.footer {
  min-height: 120px;
  background: #eef7fe;
}

.contact-list {
  margin-top: 10px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
  border-top: 1px solid #ebebeb;
  padding: 5px 10px;
}

.adress__box {
  border-top: 1px solid #ebebeb;
}

.adress__box-text {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

@media (max-width: 1300px) {
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .menu__list {
    display: none;
  }

  .menu__list-responsive {
    display: block;
    position: absolute;
    left: -400px;
    width: 400px;
    background: #141414;
    color: #fff;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px;
    padding: 1.875rem;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99999;
    transition: all 0.3s ease;
  }

  .menu__item-responsive {
    color: #fff;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0;
    z-index: 100;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .menu__arrow1,
  .menu .menu__arrow2,
  .menu .menu__arrow3,
  .menu .menu__arrow4,
  .menu .menu__arrow5,
  .menu .menu__arrow6 {
    background: transparent;
    border: none;
    width: 40px;
    cursor: pointer;
  }

  .menu__arrow1::after,
  .menu .menu__arrow2::after,
  .menu .menu__arrow3::after,
  .menu .menu__arrow4::after,
  .menu .menu__arrow5::after,
  .menu .menu__arrow6::after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .menu__list-responsive .menu__item-responsive:hover {
    background: transparent;
    color: #a6a6a6;
  }

  .menu__responsive-close {
    display: block;
    text-align: right;
    font-size: 30px;
    cursor: pointer;
  }

  .menu__btn {
    display: block;
    text-align: center;
    width: 24px;
    height: 24px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }

  .menu__btn::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: #fff;
    bottom: 6px;
    left: 0;
    cursor: pointer;
  }

  .menu__btn-text {
    display: inline;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
  }

  .menu__btn-link {
    display: block;
  }

  .menu__btn-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .menu__btn-wrapper:hover {
    color: #a6a6a6;
  }

  .menu__btn-wrapper:hover .menu__btn::after {
    background: #a6a6a6;
  }

  .menu__btn-wrapper:hover .menu__btn {
    border-top: 4px solid #a6a6a6;
    border-bottom: 4px solid #a6a6a6;
  }

  .menu__btn-wrapper:hover .menu__btn-text {
    color: #a6a6a6;
  }

  .submenu-responsive1,
  .submenu-responsive2,
  .submenu-responsive3,
  .submenu-responsive4,
  .submenu-responsive5,
  .submenu-responsive6 {
    display: none;
    box-shadow: none;
    left: 20px;
    width: 100%;
    z-index: 2000;
    margin-bottom: 30px;
  }

  .submenu__item-responsive {
    background: transparent;
    border-bottom: none;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .submenu__item-responsive:hover {
    color: #a6a6a6;
    background: transparent;
    z-index: 2000;
  }

  .wrapper::before {
    display: none;
  }
}
.post__wrapper-textbox{
  
            width: 100%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-bottom: 50px ;
            
}
.post__wrapper-textbox::after{
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%) 5%;
  display: block;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.post__wrapper-img{
  float: right;
  max-width: 300px;
}
.red{
  color: #d10018;
}
@media (max-width: 985px) {
  .content__wrapper {
    display: block;
  }

  .sidebar {
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width: 740px) {
  .content__row-box {
    overflow-x: scroll;
  }
  .contact__row-box--responsive{
    display: block !important;
  }
  .row-responsive{
    max-width: 100% !important;
  }

  .content__main {
    padding: 0 15px;
  }
}
@media (max-width: 520px) {
  .post__wrapper-img{
    float: none;
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .menu__list-responsive {
    max-width: 100%;
    padding-left: 15px;
  }
  .list-responsive{
    padding-left: 0;
  }
}

.webp .wrapper::before { background: url(../img/top-img.webp) center/cover no-repeat; }