@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/bookmanoldstyle.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/bookmanoldstyle_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/bookmanoldstyle_italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/bookmanoldstyle_bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
hr {
  margin: 1.5rem 0;
  color: inherit;
  border: 0;
  border-top: 1px #E8E7E2 solid;
  opacity: 1;
}

h6, h5, h4, h3, h2, h1, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.5rem;
  }
}
abbr[title] {
  --webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  --webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

li::marker {
  color: #161615;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: whitesmoke;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #161615;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  background-color: whitesmoke;
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  padding: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background-color: #E8E7E2;
}

input:focus-visible, textarea:focus-visible {
  border: none;
  outline: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 360px) {
  .container {
    max-width: 392px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 608px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1232px;
  }
}
@media (max-width: 576px) {
  .container {
    --bs-gutter-x: .25rem;
  }
}
html {
  font-size: 16px;
}

body {
  font: 400 20px "Manrope";
  line-height: 1.4;
  color: #161615;
  margin: 0;
  scroll-behavior: smooth;
  overflow: auto;
  scrollbar-face-color: #E8E7E2;
  scrollbar-track-color: transparent;
  background-color: #F7F8FA;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  background: #55647D;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::selection {
  background: #55647D;
}
body::-moz-selection {
  background: #55647D;
}

/*container*/
@media (max-width: 576px) {
  .container {
    max-width: unset;
    width: 100%;
  }
  .container-fluid {
    --bs-gutter-x: 1rem;
  }
}

/*END container*/
/*Растянутая ссылка*/
.stretched-link:before {
  content: "" !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

/*END stretched-link*/
/*Ссылки, кнопки, цитаты, текст ошибки*/
a {
  transition: all 0.3s 0s;
}
a:hover {
  text-decoration: unset;
}

button {
  background-color: transparent;
  transition: all 0.3s 0s;
}

blockquote {
  margin-bottom: unset;
}

/*END Ссылки и кнопки*/
/*Изображения&Фон*/
picture {
  background-color: #E8E7E2;
  display: block;
}

.img {
  overflow: hidden;
  max-height: 100%;
  display: block;
  pointer-events: none;
  transition: all 0.5s 0s;
}
.img img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0s;
}

img {
  transition: opacity 1s 0s;
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
  min-width: 10px;
}
img.loading {
  opacity: 0;
}
img.loaded {
  opacity: 1;
}

/*END Изображения*/
/*Анимация загрузки*/
/*.loading{position: relative; pointer-events: none; min-width: 2rem; min-height: 2rem;
  &:before{content: ""; z-index: 9; position: absolute; top: calc(50% - 1rem);left:calc(50% - 1rem);width: 2rem; height: 2rem; -webkit-mask: url('../assets/svg/loading.svg') no-repeat center/contain; background-color: $color_grey; animation: spin 2s linear infinite;}
}*/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*END Анимация загрузки*/
/*КНОПКИ*/
.btn {
  display: inline-flex;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0.625rem;
  background-color: #55647D;
  align-items: center;
  color: #161615;
  gap: 0.5rem;
  padding: 1.5rem 3rem;
  line-height: 1;
  text-align: center;
  justify-content: center;
  transition: all 0.5s 0s;
  /*&_white{background-color: white;}
  &_grey{background-color: $color_grey; color: white;}

  &_border{border: 1px solid black; background-color: transparent;
    &:hover{border-color: $color_second; color: $color_second;}
  }

  &_link{padding: unset; font-weight: 400; font-size: $text; background-color: transparent; border-bottom: 1px solid; border-radius: unset;
    &:hover{scale: unset; border-color: transparent; color: $color_second;}
  }*/
}
.btn:hover {
  scale: 1.05;
}

/*END КНОПКИ*/
/*ИКОНКИ*/
.icon-wrap {
  padding: 1rem;
  border-radius: 100%;
  display: inline-flex;
  transition: all 0.5s 0s;
  justify-content: center;
  align-items: center;
  /*&_sm{padding: .635rem;} //10px
    &_other{border-radius: .25rem;}

    &_text{background-color: $color_text;
      .icon{background-color: white;}
    }
    &_border{border: 1px solid white; padding: 2.125rem; backdrop-filter: blur(6px); background: linear-gradient(120deg, rgba($color_second, .7), rgba($color_second, .1));}
  }

  .icon{width: 1rem; min-width: 1rem; transition: all 0.5s 0s; height: 1rem; display: inline-block; margin: auto 0; -webkit-mask: url('../assets/svg/arrow.svg') no-repeat center/contain; background-color: $color_text;

    &_ld{width: 1.5rem; height: 1.5rem; min-width: 1.5rem;}
    &_md{width: 1.25rem; height: 1.25rem; min-width: 1.25rem;}

    &_sm{width: .8rem; height: .8rem; min-width: .8rem;}        //20px
    &_xs{width: 0.75rem; height: 0.75rem; min-width: 0.75rem;}  //12px
    &_xxs{width: 0.5rem; height: 0.5rem; min-width: 0.5rem;}

    &_arrow-long {-webkit-mask-image:url('../assets/svg/arrow-long.svg')}
    &_chevron{-webkit-mask-image:url('../assets/svg/chevron.svg')}
    &_fav{-webkit-mask-image:url('../assets/svg/favicon.svg')}
    &_menu{-webkit-mask-image:url('../assets/svg/menu.svg')}
    &_search{-webkit-mask-image:url('../assets/svg/search.svg')}
    &_quote{-webkit-mask-image:url('../assets/svg/quote.svg')}
    &_close{-webkit-mask-image:url('../assets/svg/close.svg')}
    &_check{-webkit-mask-image:url('../assets/svg/check.svg')}
    &_play{-webkit-mask-image:url('../assets/svg/play.svg')}
    &_star{-webkit-mask-image:url('../assets/svg/star.svg')}
    &_phone{-webkit-mask-image:url('../assets/svg/phone.svg')}
    &_map{-webkit-mask-image:url('../assets/svg/map.svg')}
    &_eye{-webkit-mask-image:url('../assets/svg/eye.svg')}
    !*&_scroll{-webkit-mask-image:url('../assets/svg/scroll.svg')}*!


    &_country{width: 2rem; height: 1.25rem; border-radius: .25rem; display: inline-block; border: 1px solid #b5b5b5;}
    &_rus{background: url('../assets/flags/rus.svg') center/cover no-repeat;}
    &_kor{background: url('../assets/flags/kor.svg') center/cover no-repeat;}
    &_switz{background: url('../assets/flags/switz.svg') center/cover no-repeat;}
    &_swed{background: url('../assets/flags/swed.svg') center/cover no-repeat;}

    &_deg45 {transform: rotate(-45deg)}
    &_deg90 {transform: rotate(90deg)}
    &_deg180 {transform: rotate(-180deg)}

    &_second{background-color: $color_second;}
    &_black{background-color: $color_text2;}
    &_white{background-color: white;}*/
}

/*END ИКОНКИ*/
/*FANCYBOX*/
/*
.fancybox-content{min-height: 150px; max-width: 1400px; overflow: unset; padding: 2rem 4rem; background-color: transparent !important;
  .form{
    &_column{display: grid; grid-template-columns: 1fr 1fr;
      h1, h2{grid-area: auto / span 2; margin-bottom: unset;}
      p{grid-area: auto / span 2; margin-bottom: unset;}
      .form__policy{grid-area: auto / span 2;}
      .messages{grid-area: auto / span 2;}
    }
    &__policy label{background-color: transparent;}
    input,select,textarea{
      //изменение стилей агента пользователя при авто-вводе
      &:-webkit-autofill,
      &:-webkit-autofill:hover,
      &:-webkit-autofill:focus {-webkit-text-fill-color:  rgba($color_grey, .55); -webkit-box-shadow: 0 0 0 40rem $color_light inset;}
    }
  }

  .title{margin-bottom: 2rem;}
  h2{font-size: $text_xl; text-transform: uppercase; text-align: center; margin-bottom: 1rem; color: $color_text2;}
  h2+p{margin-bottom: 2rem; text-align: center; font-size: $text_sm;}

  section{padding-top: 1rem; padding-bottom: 1rem;}
  label{margin-top: 1.5rem; background-color: $color_light;
    input, select, textarea{background-color: transparent; margin-bottom: unset;}
  }
  .btn{margin-top: 1.5rem;}

  .fancybox-close-small{width: 60px !important; opacity: 1 !important; height: 60px !important;
    svg{margin: auto; transition: all .3s 0s;
      path{fill: $color_second;}
    }
    &:hover svg{transform: rotate(90deg)}
  }

  //992 - 1200
  @media (max-width: $_xl) {max-width: 900px; padding: 2rem;
    h2{font-size: $text_xl + 4; margin-bottom: .75rem;}
    h2+p{margin-bottom: 1.25rem; font-size: $text_xs;}
    label, .btn{margin-top: 1rem;}
  }

  //768 - 992
  @media (max-width: $_lg) {max-width: 700px;
    p, ul, ol{font-size: $text_xs;}
  }

  //576 - 768
  @media (max-width: $_md) {max-width: 500px;
    h2{font-size: $text_lg; margin-bottom: .5rem;}
    h2+p{margin-bottom: 1rem; font-size: $text_xxs;}
    label, .btn{margin-top: .75rem;}
    .form{
      &_column{display: flex;
        label, .btn{margin-top: unset;}
      }
    }
  }

  //360 - 576
  @media (max-width: $_sm) {max-width: 320px; padding: 2rem 1rem;
    h2{font-size: $text_md;}
    .fancybox-close-small {width: 40px !important; opacity: 1 !important; height: 40px !important;top: 0 !important; right: 0 !important;}
    p, ul, ol{font-size: $text_xxs;}
  }

  //320 - 360
  @media (max-width: $_xs) {max-width: 300px; padding: 1rem;
    h2{font-size: $text;}
    h2+p{font-size:$text_xxs;}
    p, ul, ol{font-size: $text_xxs - 2;}
  }
}*/
/*HEADER*/
.header .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

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