@charset "UTF-8";
/*! 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;
}

/*# sourceMappingURL=normalize.css.map */
/* oranienbaum-regular - latin_cyrillic */
@font-face {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oranienbaum-v15-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/oranienbaum-v15-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oranienbaum-v15-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/oranienbaum-v15-latin_cyrillic-regular.woff") format("woff"), url("../fonts/oranienbaum-v15-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/oranienbaum-v15-latin_cyrillic-regular.svg#Oranienbaum") format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin_cyrillic-regular.woff") format("woff"), url("../fonts/montserrat-v25-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/montserrat-v25-latin_cyrillic-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 2300px;
  margin: 0 auto;
}

body, button, input, select, optgroup, textarea{
	  font-family: "Montserrat" !important;
}

img {
  width: 100%;
  height: auto;
}

span {
  display: block;
}


/* // POPUP */
.popup-bg {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-2 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-3 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-4 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-5 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-6 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-7 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-8 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}

.popup-bg-9 {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
	z-index: 99999;
}


.popup {
	position: absolute; 
    background: #ffffff; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    padding: 10px;
	border-radius:8px;
	z-index: 9999999;

}

.popup-body{
position: relative;
width: 100%;
height: 100%;
padding: 20px;
	z-index: 9999999;
}

.close-popup{
    position: absolute;
        right: 0;
        top: 0;
    width: 30px;
}

/* FORM */

.form-title{
	font-family: "Oranienbaum";
	font-size:35px;
	text-align:center;
	text-transform:uppercase;
	line-height:42px;
}

.popup-body input{
	width:100% !important;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #ccc;
	font-size:16px;
	font-family: "Montserrat";
}

.footer-form-name{
	width:100%;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #ccc;
	font-size:16px;
	font-family: "Montserrat";
	background-color:#2D2B2B;
	color:#fff;
}

.footer-form-comment{
		width:100%;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #ccc;
	font-size:16px;
	font-family: "Montserrat";
	background-color:#2D2B2B;
	color:#fff;
	max-height:70px;
}


.form-name{
	width:100%;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #a7a7a7;
	color:#2D2B2B;
	font-size:16px;
	font-family: "Montserrat";
}

.form-tel{
	width:100%;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #a7a7a7;
	color:#2D2B2B;
	font-size:16px;
	font-family: "Montserrat";
}

.form-comment{
	width:100%;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #a7a7a7;
	color:#2D2B2B;
	font-size:16px;
	font-family: "Montserrat";
	max-height:70px;
}




.footer-form-name:placeholder, 
.footer-form-tel:placeholder{
	color:#fff;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color:#46b450;
	padding:10px;
	color:#46b450;
}

.footer-form-tel{
	width:100%;
	margin:15px 0;
	border:none;
	outline:none;
	padding:7px 0;
	border-bottom:2px solid #ccc;
	font-size:16px;
	font-family: "Montserrat";
	background-color:#2D2B2B;
	color:#fff;
}

.footer-form-btn{
	width:100%;
}



.form-btn{
	width:100% !important;
	max-width:350px;
	margin: 15px auto !important;
	display:block;
	padding: 20px 40px !important;
	background:#0F3283;
	border-radius:8px;
	color:#fff;
}

.footer__form__container{
	max-width:280px;
}

.footer-form-btn{
	width:100%;
	max-width:350px;
	margin: 0 auto !important;
	display:block;
	padding: 20px 40px !important;
	background-color:#fff !important;
	border-radius:8px;
	color:#000 !important;
	border:none !important;
}

.owl-carousel .owl-stage{
	display:flex;
}
/* // POPUP FINISH */


.logo {
  width: 35%;
  z-index: 9999;
}
.logo .site__link {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
.logo .logo__title {
  color: #fff;
  text-transform: uppercase;
}
.logo .logo__title .logo__page {
  font-weight: 900;
}
.logo .logo__image {
  margin-right: 50px;
}

.logo__image {
  width: 55px;
  height: 50px;
}

.intro {
  background-color: #ccc;
}
.intro .intro__wrap {
  max-width: 80%;
  margin: 0 auto;
  padding: 35px 0;
}
.intro .intro__wrap .header {
  padding: 0 30px;
  position: relative;
}
.intro .intro__wrap .header .header__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.intro .intro__wrap .header .nav {
  width: 65%;
  display: flex;
  justify-content: space-between;
	align-items:center;
}
.intro .intro__wrap .header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro .intro__wrap .header .menu .menu-item {
  list-style: none;
  margin: 0 15px;
  line-height: 50px;
}
.intro .intro__wrap .header .menu .menu-item a{
  text-decoration: none;
  color: #fff;
}
.intro .intro__wrap .header .menu .menu-item a:hover {
  font-weight: 700;
  transition: 0.2s;
}
.intro .intro__wrap .header .title__page_name::after {
  content: "";
  width: 35px;
  height: 30px;
  float: right;
  background-image: url(../img/svg/icon-heart.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  display: block;
}
.intro .intro__wrap .header .btn__phone {
  text-decoration: none;
  color: #0F3283;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
}
.intro .intro__wrap .header .btn__phone img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.contact__list {
  display: none;
}

.intro__content_wrap {
  display: flex;
}
.intro__content_wrap .intro__content {
  width: 50%;
  background-color: #0F3283;
  align-items: center;
  flex: 0 0 100%;
  margin-top: -70px;
  padding: 100px 0 50px;
}
.intro__content_wrap .intro__content__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.intro__content_wrap .intro__body {
  width: 50%;
  max-width: 550px;
}
.intro__content_wrap .intro__body .intro__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.intro__content_wrap .intro__body .intro__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 140.4%;
  color: #fff;
  margin-bottom: 58px;
}
.intro__content_wrap .intro__body .intro__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 29px 40px;
  text-align: center;
  max-width: 450px;
  text-decoration: none;
  display: block;
}
.intro__content_wrap .intro__body .intro__btn:hover, .intro__content_wrap .intro__body .intro__btn :active, .intro__content_wrap .intro__body .intro__btn :focus {
  background-color: #1D1C1C;
  color: #fff;
  transition: 0.2s;
}

.intro__image {
  flex: 0 0 50%;
  transform: translate(-100%, 0);
  margin-top: -70px;
}
.intro__image img {
  width: 100%;
}

.benefits__wrap {
  display: flex;
}
.benefits__wrap .benefits__content {
  width: 50%;
  flex: 0 0 100%;
  align-items: center;
  background-color: #2D2B2B;
}
.benefits__wrap .benefits__content .benefits__content__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.benefits__wrap .benefits__content .benefits__content__container .benefits__content__body {
  width: 49%;
  max-width: 444px;
}
.benefits__wrap .benefits__numbers {
  flex: 0 0 51%;
  align-items: center;
  background-color: #fff;
  transform: translateX(-100%);
  position: relative;
}
.benefits__wrap .benefits__numbers::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
}
.benefits__wrap .benefits__numbers .benefits__numbers__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits__wrap .benefits__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color: #fff;
}
.benefits__wrap .benefits__numbers__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.benefits__wrap .benefits__numbers__body .benefits__list {
  max-width: 405px;
  list-style: none;
}
.benefits__wrap .benefits__numbers__body .benefits__list .benefits__item {
  margin-top: 100px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.benefits__wrap .benefits__numbers__body .benefits__list .benefits__item:first-child {
  margin-top: 0;
}
.benefits__wrap .benefits__numbers__body .benefits__list .benefits__item:nth-child(1)::before {
  content: "";
  background-image: url(../img/number/1.svg);
  width: 38px;
  height: 148px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -60px;
  left: -25px;
}
.benefits__wrap .benefits__numbers__body .benefits__list .benefits__item:nth-child(2)::before {
  content: "";
  background-image: url(../img/number/2.svg);
  width: 61px;
  height: 148px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -80px;
  left: -25px;
}
.benefits__wrap .benefits__numbers__body .benefits__list .benefits__item:nth-child(3)::before {
  content: "";
  background-image: url(../img/number/3.svg);
  width: 62px;
  height: 148px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -80px;
  left: -25px;
}

.docs__wrap {
  display: flex;
}
.docs__wrap .docs__content {
  width: 50%;
  flex: 0 0 100%;
  align-items: center;
}
.docs__wrap .docs__content .docs__content__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.docs__wrap .docs__content .docs__content__container .docs__body {
  width: 50%;
  max-width: 630px;
}
.docs__wrap .docs__content .docs__content__container .docs__body .docs__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  max-width: 457px;
  margin-bottom: 18px;
}
.docs__wrap .docs__content .docs__content__container .docs__body .docs__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
}
.docs__wrap .docs__image {
  flex: 0 0 50%;
  transform: translateX(-100%);
  overflow: hidden;
}
.docs__wrap .docs__image .docs__image__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 30px;
  height: 100%;
  background-color: #2D2B2B;
  position: relative;
  right: -35%;
}
.docs__wrap .docs__image .docs__image__container .company__name {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
.docs__wrap .docs__image .docs__image__container .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
.docs__wrap .docs__image .docs__image__container .docs__image__body {
  padding: 30px 0 30px;
  position: relative;
  left: -50%;
}

.exp {
  padding: 30px;
}
.exp .exp__wrap {
  padding: 120px 0;
}

.exp__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exp__content .exp__content__block {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.exp__content .exp__content__block:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -300px;
  background-image: url(../img/number/18.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 550px;
  height: 550px;
}
.exp__content .exp__content__block:first-child {
  margin-top: 0;
}
.exp__content .exp__content__block .exp__title {
  max-width: 800px;
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.exp__content .exp__content__block .exp__desc {
  max-width: 700px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.tabs__wrap {
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

.tabs__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.tabs__desc {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}

.resp-vtabs .resp-tabs-list li {
  padding: 35px 100px !important;
}

.tabs__content__list .tabs__content__item p .mb-st{
	display:none;
}

.resp-vtabs .resp-tabs-list li {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
.resp-vtabs .resp-tabs-list li span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.resp-vtabs li.resp-tab-active {
  background-color: #0F3283;
  color: #fff;
}

.resp-vtabs ul.resp-tabs-list {
  width: initial;
}

.resp-vtabs .resp-tab-content {
  padding: 30px 30px;
}

.resp-vtabs .resp-tabs-container {
  border: none;
}

.tabs__content__container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#verticalTab {
  display: flex !important;
  align-items: center;
}

.tabs__content__list {
  list-style: none;
}
.tabs__content__list .tabs__content__item {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}


.tabs__content__list .tabs__content__item img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.tabs__content__link {
  display: block;
  max-width: 400px;
  text-align: center;
  background-color: #0F3283;
  color: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.services {
  padding: 30px 30px;
}
.services .services__wrap {
  max-width: 80%;
  margin: 0 auto;
}
.services .services__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0F3283;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.services .courusel__content__container {
  padding: 30px;
}
.services .courusel__content__container .courusel__content__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.services .courusel__content__container .courusel__content__desc {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.services .courusel__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .courusel__content__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
	padding: 5px;
}
.services .courusel__content__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.services .courusel__content__item img {
  width: 30px;
  margin-right: 10px;
}
.services .courusel__content__link {
  padding: 29px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #0F3283;
  color: #fff;
  max-width: 300px;
  border-radius: 8px;
  text-decoration: none;
}

.owl-nav {
  z-index: 9999;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-nav button {
  height: 100%;
  color: #0F3283;
}
.owl-nav button:hover {
  background-color: #0F3283 !important;
}
.owl-nav button span {
  padding: 5px 10px 15px;
  font-size: 80px;
}

.owl-dots {
  display: none;
}

.quotes__wrap {
  padding: 30px 0;
  display: flex;
  overflow: hidden;
}
.quotes__wrap .quotes__image {
  width: 50%;
  flex: 0 0 50%;
  align-items: center;
}
.quotes__wrap .quotes__image .quotes__image__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 30px;
  height: 100%;
  background-color: #0F3283;
  position: relative;
  left: -35%;
}
.quotes__wrap .quotes__image .quotes__image__container .company {
  color: #fff;
  z-index: 9999;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 20px;
}
.quotes__wrap .quotes__image .quotes__image__container .name {
  color: #fff;
  z-index: 9999;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.quotes__wrap .quotes__image .quotes__image__container .quotes__image__body {
  padding: 30px 0 30px;
  position: relative;
  right: -50%;
}
.quotes__wrap .quotes__content {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotes__wrap .quotes__body {
  max-width: 507px;
}
.quotes__wrap .quotes__body p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 65px;
  position: relative;
}
.quotes__wrap .quotes__body p::before {
  content: "";
  width: 100px;
  height: 85px;
  background-image: url(../img/svg/icon-author.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -65px;
  left: -65px;
}
.quotes__wrap .quotes__body p::after {
  content: "";
  width: 100px;
  height: 85px;
  background-image: url(../img/svg/icon-author.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: -45px;
  right: -45px;
  transform: rotate(180deg);
}
.quotes__wrap .quotes__body .quotes__name {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.quotes__wrap .quotes__body .quotes__prof {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.bus {
  padding: 30px 0;
}
.bus .bus__wrap {
  display: flex;
}
.bus .bus__wrap .bus__content {
  width: 50%;
  align-items: center;
  flex: 0 0 100%;
  padding: 100px 0 50px;
}
.bus .bus__wrap .bus__content .bus__container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.bus .bus__wrap .bus__content .bus__container .bus__body {
  width: 50%;
  max-width: 462px;
}
.bus .bus__wrap .bus__content .bus__container .bus__body .bus__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.bus .bus__wrap .bus__content .bus__container .bus__body .bus__link {
  max-width: 303px;
  text-align: center;
  text-decoration: none;
  background-color: #0F3283;
  color: #fff;
  padding: 30px 40px;
  border-radius: 8px;
}
.bus .bus__wrap .bus__content .bus__container .bus__body .bus__link:hover,
.bus .bus__wrap .bus__content .bus__container .bus__body .bus__link :active,
.bus .bus__wrap .bus__content .bus__container .bus__body .bus__link :focus {
  background-color: #0c245a;
  color: #fff;
  transition: 0.2s;
}
.bus .bus__wrap .bus__image {
  flex: 0 0 50%;
  transform: translateX(-100%);
}

.result__wrap {
  padding: 30px 0;
}
.result__wrap .result__first {
  display: flex;
}
.result__wrap .result__first .result__content {
  width: 50%;
  flex: 0 0 50%;
  align-items: center;
}
.result__wrap .result__first .result__content .result__container {
  margin: 0 auto;
  padding: 100px 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.result__wrap .result__first .result__content .result__container .result__body {
  max-width: 507px;
}
.result__wrap .result__first .result__content .result__container .result__body .result__title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.result__wrap .result__first .result__content .result__container .result__body .result__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.result__wrap .result__first .result__image {
  flex: 0 0 50%;
}
.result__after {
  padding: 30px;
}
.result__after .after__title {
  max-width: 717px;
  margin: 0 auto;
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.result__after .after__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 30px 40px;
  margin: 0 auto;
  background-color: #0F3283;
  display: block;
  max-width: 305px;
  border-radius: 8px;
  margin-bottom: 120px;
}
.result__after .after__link:hover,
.result__after .after__link :active,
.result__after .after__link :focus {
  background-color: #0c245a;
  color: #fff;
  transition: 0.2s;
}

.footer {
  background-color: #2D2B2B;
  padding: 0 30px;
}

.footer__wrap {
  max-width: 80%;
  margin: 0 auto;
  padding: 70px 0;
}
.footer__wrap .footer__body {
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  width: 100%;
  z-index: 9999;
  margin-bottom: 30px;
}
.footer__logo .site__link {
  text-decoration: none;
  color: #fff;
  display: flex;
	max-width: 350px;
  align-items: center;
}
.footer__logo .logo__title {
  color: #fff;
  text-transform: uppercase;
}
.footer__logo .logo__title .title__page_name::after {
  content: "";
  width: 35px;
  height: 30px;
  float: right;
  background-image: url(../img/svg/icon-heart.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  display: block;
}
.footer__logo .logo__title .logo__page {
  font-weight: 900;
}
.footer__logo .logo__image {
  margin-right: 50px;
}

.footer__contact .contact__list {
  display: block;
}
.footer__contact .contact__list .contact__item {
  max-width: 300px;
  display: flex;
  align-items: center;
  margin: 15px 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.footer__contact .contact__list .contact__item img {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.footer__contact .contact__list .contact__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin-bottom: 40px;
}
.footer__contact .footer__contact__btn {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 15px 40px;
  background-color: #fff;
  color: #1D1C1C;
  border-radius: 8px;
}
.footer__contact .footer__contact__btn img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.footer__body .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
	min-height: 200px;
}
.footer__body .menu .menu-item a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.footer__form {
  display: flex;
  flex-direction: column;
}
.footer__form input {
  background-color: #2D2B2B;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding: 10px;
  outline: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.footer__form input::-moz-placeholder {
  color: #fff;
}
.footer__form input:-ms-input-placeholder {
  color: #fff;
}
.footer__form input::placeholder {
  color: #fff;
}
.footer__form input:focus {
  color: #fff;
}
.footer__form .btn__form {
  padding: 15px 40px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border: 0;
}
.footer__form .btn__form:hover,
.footer__form .btn__form :active,
.footer__form .btn__form :focus {
  background-color: #1D1C1C;
  color: #fff;
  transition: 0.2s;
}

.footer__social__icon {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__social__icon .social__link {
  text-decoration: none;
  z-index: 999;
}
/* .footer__social__icon .social__link:nth-child(3) img {
  width: 50px;
}
.footer__social__icon .social__link:nth-child(4) img {
  width: 50px;
}
.footer__social__icon img {
  width: 40px;
} */

@media (max-width: 1500px) {
  .intro .intro__wrap {
    max-width: 100%;
  }
  .benefits__wrap .benefits__content .benefits__content__container .benefits__content__body {
    width: 49%;
    max-width: 500px;
    padding-right: 20px;
  }
  .intro__content_wrap .intro__content {
    width: 100%;
  }
  .intro__content_wrap .intro__content__container {
    max-width: 100%;
  }
  .intro__content_wrap .intro__body .intro__title {
    font-size: 45px;
  }
  .intro__content_wrap .intro__body .intro__desc {
    font-size: 20px;
  }
  .intro__content_wrap .intro__body {
    padding-right: 20px;
  }
  .benefits__wrap .benefits__content .benefits__content__container {
    max-width: 100%;
  }
  .benefits__wrap .benefits__title {
    font-size: 45px;
  }
  .docs__wrap .docs__content .docs__content__container {
    max-width: 100%;
  }
  .docs__wrap .docs__content .docs__content__container .docs__body .docs__title {
    font-size: 35px;
  }
  .exp__content .exp__content__block:nth-child(1)::before {
    left: -130px;
  }
  .exp__content .exp__content__block .exp__title {
    font-size: 40px;
  }
  .tabs__title {
    font-size: 40px;
  }
  .tabs__desc {
    font-size: 20px;
  }
  .tabs__wrap {
    max-width: 100%;
  }
  .services .services__wrap {
    max-width: 100%;
  }
  .services .services__title {
    font-size: 45px;
  }
  .bus .bus__wrap .bus__content .bus__container {
    max-width: 100%;
  }
  .bus .bus__wrap .bus__content .bus__container .bus__body .bus__title {
    font-size: 40px;
  }
  .result__wrap .result__first .result__content .result__container .result__body .result__title {
    font-size: 45px;
  }
  .result__after .after__title {
    font-size: 45px;
  }
  .footer__wrap {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .intro .intro__wrap .header .logo {
    width: 100%;
  }
  .header {
    position: relative;
  }
  .nav {
    position: absolute;
    top: -1054px;
    padding: 130px 15px 50px;
    left: -1px;
    opacity: 0;
    background-color: #2D2B2B;
    transition: 0.5s;
  }
  .nav.active {
    top: -54px;
    opacity: 1;
  }
  .intro .intro__wrap .header .nav {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .intro .intro__wrap .header .menu {
    flex-direction: column;
    align-items: flex-start;
	  margin-left:15px;
  }
  .intro .intro__wrap .header .menu::after {
    content: "";
    display: block;
    width: 80%;
    margin: 25px auto 0;
    height: 1px;
    background-color: #fff;
  }
  .contact {
    max-width: 350px;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
  }
  .contact__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact__list .contact__item {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 20px;
  }
  .contact__list .contact__item a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
  }
  .contact__list .contact__item img {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .intro .intro__wrap .header .nav__list .nav__item .nav__link {
    padding: 15px 20px;
    line-height: 50px;
  }
  .intro .intro__wrap .header .btn__phone {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .burger {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: -10px;
  }
  .burger::after {
    content: "Меню";
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    position: absolute;
    bottom: -20px;
  }
  .burger:hover {
    cursor: pointer;
  }
  .burger span {
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.2s;
  }
  .burger span:nth-child(2) {
    opacity: 1;
  }
  .burger.active span {
    width: 100%;
    height: 3px;
    border: 1px solid #fff;
    position: absolute;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(40deg);
    top: 12px;
    transition: 0.2s;
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-40deg);
    bottom: 15px;
    transition: 0.2s;
  }
}
@media (max-width: 1080px) {
  .intro__content_wrap {
    flex-direction: column-reverse;
  }
  .intro__image {
    transform: none;
  }
  .intro__content_wrap .intro__body {
    max-width: 100%;
    width: 100%;
  }
  .intro__content_wrap .intro__content {
    padding: 100px 0 100px;
  }
  .benefits__wrap .benefits__numbers::before {
    display: none;
  }
  .benefits__wrap .benefits__numbers {
    flex: 0 0 50%;
  }
  .benefits__wrap .benefits__content .benefits__content__container .benefits__content__body {
    width: 50%;
  }
  .benefits__wrap {
    flex-direction: column;
  }
  .benefits__wrap .benefits__numbers {
    transform: none;
  }
  .benefits__wrap .benefits__content {
    background-color: #fff;
  }
  .benefits__wrap .benefits__content .benefits__content__container {
    padding: 0;
  }
  .exp__content .exp__content__block:nth-child(1)::before {
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 600px;
  }
  .docs__wrap .docs__image {
    transform: none;
  }
  .exp .exp__wrap {
    padding: 70px 0;
  }
  .benefits__wrap .benefits__title {
    color: #2D2B2B;
  }
  .benefits__wrap .benefits__content {
    padding: 30px;
    width: 100%;
  }
  .benefits__wrap .benefits__content .benefits__content__container .benefits__content__body {
    width: 100%;
    max-width: 100%;
  }
  .benefits__wrap .benefits__numbers__body .benefits__list {
    max-width: 100%;
  }
  .benefits__wrap .benefits__numbers .benefits__numbers__container {
    max-width: 100%;
  }
  .benefits__wrap .benefits__numbers__body .benefits__list {
    padding: 0 20px;
  }
  .docs__wrap {
    flex-direction: column-reverse;
  }
  .docs__wrap .docs__content .docs__content__container .docs__body {
    max-width: 100%;
    width: 100%;
  }
  .docs__wrap .docs__content {
    width: 100%;
  }
  .quotes__wrap {
    flex-direction: column;
  }
  .quotes__wrap .quotes__image {
    width: 100%;
    margin-bottom: 100px;
  }
  .bus .bus__wrap {
    flex-direction: column-reverse;
  }
  .bus .bus__wrap .bus__content {
    width: 100%;
  }
  .bus .bus__wrap .bus__content .bus__container .bus__body {
    width: 100%;
    max-width: 100%;
  }
  .bus .bus__wrap .bus__image {
    transform: none;
  }
  .result__wrap .result__first {
    flex-direction: column;
    position: relative;
  }
  .quotes__wrap .quotes__body {
    padding: 0 30px;
  }
  .result__wrap .result__first .result__image {
    overflow: hidden;
  }
  .result__wrap .result__first .result__image img {
    position: absolute;
    top: -100px;
  }
  .result__wrap .result__first .result__content {
    width: 100%;
  }
  .result__wrap .result__first .result__content .result__container .result__body {
    max-width: 100%;
  }
  .footer__wrap .footer__body {
    flex-direction: column;
  }
  .footer__menu__item {
    margin: 20px 0;
  }
  .footer__form {
    display: none;
  }
  .footer__contact {
    order: 2;
    margin: 30px 0;
  }
  .footer__form__container {
    order: 3;
  }
  .result__wrap .result__first .result__content .result__container {
    padding: 100px 30px 30px;
  }
}
@media (max-width: 768px) {	
	
  .tabs__wrap {
    background-color: #0F3283;
  }
  h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #fff;
  }
  .resp-arrow {
    border-top: 12px solid #fff;
  }
  h2.resp-accordion {
    color: #fff;
    background-color: #0F3283;
  }
  h2.resp-tab-active {
    background-color: #0F3283 !important;
  }
  .tabs__title {
    color: #fff;
  }
  .tabs__desc {
    color: #fff;
  }
  h2.resp-accordion {
    border: none;
    border-bottom: 1px solid #ccc;
  }
  h2.resp-accordion:first-child {
    border-top: none !important;
  }
  h2.resp-accordion {
    font-family: "Oranienbaum";
    font-style: normal;
    font-weight: 400;
    font-size: 30px !important;
    line-height: 35px;
    text-transform: uppercase;
  }
  h2.resp-accordion span {
    font-size: 16px;
    line-height: 20px !important;
    font-family: "Montserrat";
  }
}
@media (max-width: 600px) {
	.tabs__content__list .tabs__content__item p .mb-st{
	display:block;
}
  .intro .intro__wrap .header .logo .logo__image {
    margin-right: 10px;
  }
  .intro .intro__wrap .header .logo__image {
    width: 36px;
  }
  .title__page, .title__page_name {
    font-size: 16px;
  }
  .docs__wrap .docs__image {
    transform: none;
    flex: 0 0 100%;
  }
  .docs__wrap .docs__image .docs__image__container {
    max-width: 100%;
  }
  .docs__wrap .docs__image .docs__image__container .company__name {
    font-size: 16px;
  }
  .docs__wrap .docs__image .docs__image__container .name {
    font-size: 16px;
  }
  .intro .intro__wrap .header .header__wrap {
    top: -20px;
  }
  .intro__image {
    overflow: hidden;
  }
  .intro__image img {
    -o-object-fit: cover;
       object-fit: cover;
    /*min-height: 530px;*/
  }
  .services .services__title {
    background-color: #fff;
    color: #2D2B2B;
    font-size: 35px;
  }
  .owl-nav {
    top: -100px;
    transform: none;
  }
  .no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: flex;
    flex-direction: column-reverse;
  }
  .services .courusel__content__container .courusel__content__title {
    font-size: 30px;
  }
  .services .courusel__content__container .courusel__content__desc {
    font-size: 18px;
  }
  .services .courusel__content__item {
    font-size: 16px;
  }
  .services .courusel__content__container {
    padding: 0;
  }
  .quotes__wrap .quotes__image .quotes__image__container {
    max-width: 100%;
  }
  .quotes__wrap .quotes__image .quotes__image__container .quotes__image__body {
    right: -35%;
  }
  .result__after .after__title::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #2D2B2B;
    margin: 10px auto;
  }
  .footer__logo .logo__image {
    width: 42px;
    margin-right: 10px;
  }
  .bus .bus__wrap .bus__content .bus__container .bus__body .bus__link {
    display: block;
    padding: 15px 25px;
  }
  .result__after .after__link {
    padding: 15px 25px;
  }
  .services .courusel__content__link {
    padding: 15px 25px;
  }
  .tabs__content__link {
    padding: 15px 25px;
  }
	.tabs__content__list .tabs__content__item{
		font-size:15px;
	}
  .intro__content_wrap .intro__body .intro__btn {
    padding: 15px 25px;
  }
  .owl-dots {
    display: block;
    position: relative;
    top: -60px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 2px;
  }
  .owl-theme .owl-dots .owl-dot span:active {
    background-color: #0c245a;
  }
  .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0F3283;
  }
}/*# sourceMappingURL=style.css.map */