@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html{
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body{
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1{
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 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;
  /* 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 */
}

p{
  margin: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a{
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]{
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong{
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp{
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small{
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub{
  bottom: -0.25em;
}

sup{
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img{
  border-style: none;
  max-width: 100%;
}

/* 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.2;
  /* 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;
}

/**
 * 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;
  /* 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"]{
  -webkit-box-sizing: border-box;
  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;
}

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

@font-face{
  font-family: "Play";
  src: local("Play-Regular"), local("Play Regular"), url("../fonts/Play/Play-Regular.woff2") format("woff2"), url("../fonts/Play/Play-Regular.woff") format("woff"), url("../fonts/Play/Play-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face{
  font-family: "Play";
  src: local("Play-Bold"), local("Play Bold"), url("../fonts/Play/Play-Bold.woff2") format("woff2"), url("../fonts/Play/Play-Bold.woff") format("woff"), url("../fonts/Play/Play-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face{
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?euslhg");
  src: url("../fonts/icomoon/icomoon.eot?euslhg#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?euslhg") format("truetype"), url("../fonts/icomoon/icomoon.woff?euslhg") format("woff"), url("../fonts/icomoon/icomoon.svg?euslhg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"]{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before{
  content: "\e902";
  color: #3f4551;
}

.icon-facebook:before{
  content: "\e901";
  color: #3f4551;
}

.icon-vk:before{
  content: "\e900";
  color: #3f4551;
}

html{
  font-family: "Play", sans-serif;
}

body{
  background-color: #21282f;
}

.page-wrapper{
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
}

.hidden{
  display: none;
}

.bold{
  font-weight: 700;
}

.normal{
  font-weight: 400;
}

.nowrap{
  white-space: nowrap;
}

@media all and (max-width: 1280px){
  body{
    background-color: #ffffff;
  }
}

@media all and (max-width: 768px){
  .tablet-hide{
    display: none;
  }
}

.text-block{
  font-size: 16px;
  color: #3f4551;
}

.text-block--big-lh{
  line-height: 2;
}

.text-block ol{
  margin-left: 18px;
  line-height: 1.5;
  list-style-type: decimal;
}

.text-block ul{
  margin-left: 18px;
  line-height: 1.5;
  list-style-type: disc;
}

.text-block li{
  margin: 8px 0;
}

@media all and (max-width: 425px){
  .text-block{
    font-size: 14px;
  }

  .text-block ol{
    margin-left: 18px;
    list-style-type: decimal;
  }

  .text-block ul{
    margin-left: 18px;
    line-height: 1.5;
    list-style-type: disc;
  }

  .text-block li{
    margin: 8px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

[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;
}

/* Slider */
.slick-loading .slick-list{
  background: #ffffff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before{
  opacity: 0.75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: 0.45;
}

.slick-prev:before,
.slick-next:before{
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}

@font-face{
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Slick/slick.eot");
  src: url("/fonts/Slick/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/Slick/slick.woff") format("woff"), url("/fonts/Slick/slick.ttf") format("truetype"), url("/fonts/Slick/slick.svg#slick") format("svg");
}

.slick-prev{
  left: -25px;
}

[dir="rtl"] .slick-prev{
  left: auto;
  right: -25px;
}

.slick-prev:before{
  content: "←";
}

[dir="rtl"] .slick-prev:before{
  content: "→";
}

.slick-next{
  right: -25px;
}

[dir="rtl"] .slick-next{
  left: -25px;
  right: auto;
}

.slick-next:before{
  content: "→";
}

[dir="rtl"] .slick-next:before{
  content: "←";
}

/* Dots */
.slick-dotted .slick-slider{
  margin-bottom: 30px;
}

.slick-dots{
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button{
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 0.75;
}

.slick-dots li button:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background-color: #3f4551;
  opacity: 0.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
  background-color: #3f4551;
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container{
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before{
  display: none;
}

.mfp-content{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content{
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur{
  cursor: progress;
}

.mfp-zoom{
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content{
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure{
  display: none;
}

.mfp-hide{
  display: none !important;
}

.mfp-preloader{
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a{
  color: #cccccc;
}

.mfp-preloader a:hover{
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader{
  display: none;
}

.mfp-s-error .mfp-content{
  display: none;
}

button.mfp-close,
button.mfp-arrow{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner{
  padding: 0;
  border: 0;
}

.mfp-close{
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus{
  opacity: 1;
}

.mfp-close:active{
  top: 1px;
}

.mfp-close-btn-in .mfp-close{
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter{
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow{
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active{
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus{
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after{
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before{
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left{
  left: 0;
}

.mfp-arrow-left:after{
  border-right: 17px solid #f28b11;
  margin-left: 31px;
}

.mfp-arrow-left:before{
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right{
  right: 0;
}

.mfp-arrow-right:after{
  border-left: 17px solid #f28b11;
  margin-left: 39px;
}

.mfp-arrow-right:before{
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder{
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content{
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close{
  top: -40px;
}

.mfp-iframe-scaler{
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}

/* Main image in popup */
img.mfp-img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure{
  line-height: 0;
}

.mfp-figure:after{
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small{
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure{
  margin: 0;
}

.mfp-bottom-bar{
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title{
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content{
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure{
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow{
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left{
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right{
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in{
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim{
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg{
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg{
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg{
  opacity: 0;
}

.select2-container{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  display: block;
  padding-left: 10px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear{
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline{
  float: left;
}

.select2-container .select2-search--inline .select2-search__field{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance: none;
}

.select2-dropdown{
  background-color: white;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results{
  display: block;
  border-top: 1px solid #aaaaaa;
}

.select2-results__options{
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option{
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected]{
  cursor: pointer;
}

.select2-container--open .select2-dropdown{
  left: 0;
}

.select2-container--open .select2-dropdown--above{
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below{
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown{
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field{
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide{
  display: none;
}

.select2-close-mask{
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible{
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single{
  background-color: #ffffff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #263238;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #999999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #263238 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: #eeeeee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent #263238 transparent;
  border-width: 0 5px 10px 5px;
}

.select2-container--default .select2-selection--multiple{
  background-color: white;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
  color: #999999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #e4e4e4;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
  color: #333333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple{
  background-color: #eeeeee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #aaaaaa;
}

.select2-container--default .select2-search--inline .select2-search__field{
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options{
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group]{
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true]{
  color: #999999;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: #dddddd;
}

.select2-container--default .select2-results__option .select2-results__option{
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group{
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single{
  background-color: #f7f7f7;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus{
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered{
  color: #263238;
  line-height: 50px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear{
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder{
  color: #999999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow{
  background-color: #dddddd;
  border: none;
  border-left: 1px solid #aaaaaa;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b{
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
  border: none;
  border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single{
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent #888888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
}

.select2-container--classic .select2-selection--multiple{
  background-color: white;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus{
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear{
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice{
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
  color: #555555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple{
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field{
  border: 1px solid #aaaaaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field{
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown{
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above{
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below{
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options{
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group]{
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true]{
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]{
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group{
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown{
  border-color: #5897fb;
}

.b-container{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

@media (max-width: 1200px){
  .b-container{
    max-width: 960px;
  }
}

@media (max-width: 992px){
  .b-container{
    max-width: 720px;
  }
}

@media (max-width: 768px){
  .b-container{
    max-width: 540px;
  }
}

@media (max-width: 576px){
  .b-container{
    max-width: 100%;
  }
}

.b-header{
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #1c2529;
}

.b-header .b-container{
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.b-header__logo{
  width: 170px;
  height: 60px;
  margin: auto 0;
  flex-shrink: 0;
  background-image: url('../../assets/img/logo.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.b-header__information{
  display: none;
  padding: 0;
  margin: 0 auto 0 30px;
  list-style: none;
  align-items: center;
}

.b-header__information-element{
  color: #78909c;
  font-size: 14px;
  text-transform: uppercase;
}

.b-header__information-element:not(:last-child):after{
  content: "•";
  color: #78909c;
  font-size: 14px;
  margin: 0 5px;
}

.b-header__mobile{
  display: none;
  align-items: center;
  position: relative;
  padding: 0 35px;
  transition: 0.3s ease;
}

.b-header__mobile.b-header__mobile_is-state_true{
  background-color: #13191c;
}

.b-header__hamburger{
  position: relative;
  width: 25px;
  height: 18px;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}

.b-header__hamburger span{
  width: 25px;
  height: 2px;
  display: block;
  background-color: #b0bec5;
  position: absolute;
  transition: 0.3s ease;
}

.b-header__hamburger span:first-child{
  top: 0;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.b-header__hamburger span:nth-child(2){
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0ms 300ms;
}

.b-header__hamburger span:last-child{
  bottom: 0;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.b-header__hamburger.b-header__hamburger_is-active_true span:first-child{
  top: 8px;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.b-header__hamburger.b-header__hamburger_is-active_true span:nth-child(2){
  opacity: 0;
  transition: all 0ms 300ms;
}

.b-header__hamburger.b-header__hamburger_is-active_true span:last-child{
  bottom: 8px;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.b-header__nav{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.b-header__item{
  transition: 0.3s ease;
  border-bottom: 4px solid transparent;
}

.b-header__item:not(:last-child){
  margin-right: 10px;
}

.b-header__item:hover{
  border-color: #f28b11;
}

.b-header__item:hover .b-header__link{
  color: #f28b11;
}

.b-header__link{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #b0bec5;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.b-header__item_active_yes{
  border-color: #f28b11;
}

.b-header__item_active_yes .b-header__link{
  color: #f28b11;
}

.b-header__authorization{
  margin: auto 0;
  display: none;
}

.b-header__authorization.is-active{
  display: flex;
}

.b-header__profile{
  display: flex;
  align-items: center;
}

.b-header__profile:hover .b-header__username,
.b-header__profile:focus .b-header__username{
  color: #f28b11;
}

.b-header__icon{
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #f28b11;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.b-header__username{
  color: #b0bec5;
  font-size: 16px;
  line-height: 40px;
  transition: 0.3s ease;
}

.b-header__login{
  color: #b0bec5;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
  transition: 0.3s ease;
}

.b-header__login:hover,
.b-header__login:focus{
  color: #f28b11;
}

.b-header__registration{
  color: #ffffff;
  font-size: 16px;
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
  border-radius: 2px;
  background-color: #f28b11;
  transition: 0.3s ease;
}

.b-header__registration:hover,
.b-header__registration:focus{
  background-color: #f5a341;
}

@media (max-width: 1200px){
  .b-header__logo{
    width: 140px;
    height: 50px;
  }

  .b-header__item:not(:last-child){
    margin-right: 0;
  }

  .b-header__link{
    font-size: 15px;
  }

  .b-header__login{
    font-size: 15px;
    padding: 0 25px 0 10px;
  }

  .b-header__registration{
    font-size: 15px;
  }
}

@media (max-width: 992px){
  .b-header__nav{
    display: none;
  }

  .b-header__login{
    display: none;
  }

  .b-header__registration{
    display: none;
  }

  .b-header__information{
    display: flex;
  }

  .b-header__mobile{
    display: flex;
  }

  .b-header__authorization{
    display: none;
  }
}

@media (max-width: 768px){
  .b-header__information{
    display: none;
  }
}

@media (max-width: 576px){
  .b-header{
    height: 80px;
  }

  .b-header .b-container{
    padding-right: 0;
  }

  .b-header__mobile{
    position: initial;
    padding: 0 25px;
  }
}

.b-mobile-menu{
  z-index: 5;
  position: absolute;
  right: 0;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  min-width: 400px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  border-top: 1px solid transparent;
}

.b-mobile-menu.b-mobile-menu_is-active_true{
  top: 100px;
  opacity: 1;
  pointer-events: auto;
  border-color: #f28b11;
}

.b-mobile-menu__item{
  background-color: #13191c;
  height: 80px;
  display: flex;
  align-items: center;
}

.b-mobile-menu__item:not(:last-child){
  border-bottom: 1px solid #263238;
}

.b-mobile-menu__item.b-mobile-menu__item_is-active_true .b-mobile-menu__link{
  color: #f28b11;
  border-color: #f28b11;
}

.b-mobile-menu__item--is-visible{
  display: none;
}

.b-mobile-menu__item--is-visible.is-visible{
  display: block;
}

.b-mobile-menu__link{
  width: 100%;
  height: calc(100% + 2px);
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-left: 4px solid transparent;
  color: #b0bec5;
  font-size: 24px;
}

.b-mobile-menu__link:hover{
  color: #f28b11;
  border-color: #f28b11;
}

@media (max-width: 992px){
  .b-mobile-menu .b-header__authorization{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }

  .b-mobile-menu .b-header__authorization .b-header__login{
    padding: 0;
    display: inline-block;
  }
}

@media (max-width: 576px){
  .b-mobile-menu{
    min-width: 100%;
  }

  .b-mobile-menu__link{
    font-size: 16px;
  }

  .b-mobile-menu__item{
    height: 60px;
  }

  .b-mobile-menu{
    top: 60px;
  }

  .b-mobile-menu.b-mobile-menu_is-active_true{
    top: 80px;
  }
}

.footer{
  margin-top: 130px;
  margin-bottom: 30px;
}

.footer__lead-wrap{
  text-align: center;
  position: relative;
}

.footer__lead-wrap:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 35px;
  width: 50px;
  height: 44px;
  display: block;
  background-image: url("../img/footer-lead.png");
}

.footer__lead{
  color: #3f4551;
  font-size: 16px;
}

.footer__wrapper{
  max-width: 1200px;
  margin: -webkit-calc(105px) auto 0 auto;
  margin: calc(105px) auto 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: #3f4551;
}

.footer__wrapper:before{
  position: absolute;
  top: -55px;
  content: "";
  width: 100%;
  height: 55px;
  display: block;
  background-image: url("../img/footer-separator.png");
  background-position: center;
}

.footer__section:first-child{
  padding-left: 80px;
}

.footer__section:last-child{
  padding-right: 80px;
  text-align: right;
}

.footer__header{
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.footer__statistics{
  padding: 0;
  margin: 0;
  line-height: 1.65;
  list-style: none;
}

.footer__statistics-item{
  color: #3f4551;
  font-size: 16px;
}

.footer__phone{
  color: #3f4551;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: -15px;
  margin-bottom: 5px;
}

.footer__franchise{
  font-size: 16px;
}

.footer__social{
  padding: 0;
  margin: 0;
  line-height: 200%;
  list-style: none;
}

.footer__social-item{
  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;
  margin-bottom: 10px;
}

.footer__social-item .icon{
  font-size: 20px;
}

.footer__social-link{
  color: #f28b11;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}

@media (max-width: 992px){
  .footer__wrapper{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__section{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__section:first-child,
  .footer__section:last-child{
    padding: 0;
  }

  .footer__section:first-child{
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__section:nth-child(2){
    width: 50%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__section:last-child{
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
}

@media (max-width: 768px){
  .footer{
    margin-top: 60px;
  }

  .footer__section{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__section:first-child,
  .footer__section:last-child{
    padding: 0;
  }

  .footer__section:first-child{
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__section:nth-child(2){
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0;
  }

  .footer__section:last-child{
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }

  .footer__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__section{
    width: 100%;
  }

  .footer__header{
    text-align: center;
  }

  .footer__social{
    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;
  }

  .footer__social-link{
    display: none;
  }

  .footer__social-item{
    margin: 0 5px;
  }

  .footer__social-item .icon{
    font-size: 40px;
  }

  .footer__lead-wrap:after{
    bottom: auto;
    top: -65px;
  }

  .footer__lead-wrap{
    display: none;
  }
}

@media (max-width: 425px){
  .footer{
    margin-top: 30px;
  }
}

.link{
  color: #f28b11;
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 139, 17, 0.25)), to(rgba(242, 139, 17, 0.25))) repeat-x 0 100% / 10px 1px;
  background: linear-gradient(to right, rgba(242, 139, 17, 0.25), rgba(242, 139, 17, 0.25) 100%) repeat-x 0 100% / 10px 1px;
}

.link:hover,
.link:focus{
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 197, 136, 0.25)), to(rgba(249, 197, 136, 0.25))) repeat-x 0 100% / 10px 1px;
  background: linear-gradient(to right, rgba(249, 197, 136, 0.25), rgba(249, 197, 136, 0.25) 100%) repeat-x 0 100% / 10px 1px;
  color: #f7ba72;
}

/*
.link-local{
  .dotted-link(@c-main-green, tint(@c-main-green, 75%), @c-main-orange, tint(@c-main-orange, 75%));
}

.link-black{
  .link(@c-main-black, tint(@c-main-black, 75%), @c-main-orange, tint(@c-main-orange, 75%));
}

.link-black-local{
  .dotted-link(@c-main-black, tint(@c-main-black, 75%), @c-main-orange, tint(@c-main-orange, 75%));
}

.link-on-dark{
  .link(@c-light-green, darken(@c-light-green, 30%), @c-light-orange, darken(@c-light-orange, 30%));
}*/
.title-l1{
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #3f4551;
}

.title-l2{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #3f4551;
}

.title-l3{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #3f4551;
}

.button{
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #f28b11;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f28b11;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.button:hover,
.button:focus{
  border-color: #f5a341;
  background-color: #f5a341;
}

.button--c-transparent{
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.button--c-transparent:hover,
.button--c-transparent:focus{
  border-color: #f28b11;
  background-color: #f28b11;
}

.button.is-disabled,
.button:disabled{
  background-color: #999999;
  border-color: #656565;
  cursor: not-allowed;
}

.button--small{
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
}

.button__text{
  margin: 0 auto;
  white-space: nowrap;
}

.input{
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #3f4551;
}

.input::-webkit-input-placeholder{
  color: #666666;
}

.input::-moz-placeholder{
  color: #666666;
}

.input:-ms-input-placeholder{
  color: #666666;
}

.input::placeholder{
  color: #666666;
}

.select{
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}

.field__name{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.accordion__item + .accordion__item{
  margin-top: 4px;
}

.accordion__item.is-open .accordion__item-title{
  border-color: #90a4ad;
}

.accordion__item.is-open .accordion__item-title::after{
  right: 28px;
  -webkit-transform: rotate(-90deg) translateX(25%);
  -ms-transform: rotate(-90deg) translateX(25%);
  transform: rotate(-90deg) translateX(25%);
}

.accordion__item.is-open .accordion__item-content-wrap{
  border-color: #90a4ad;
}

.accordion__item-title{
  position: relative;
  padding: 14px 65px 16px 18px;
  font-size: 32px;
  line-height: 1.2;
  border-top: 2px solid #ebeff2;
  border-right: 2px solid #ebeff2;
  border-left: 2px solid #ebeff2;
  color: #3f4551;
  background-color: #ebeff2;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion__item-title::after{
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 33px;
  border: 9px solid transparent;
  border-right: 13px solid #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__item-content-wrap{
  display: none;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.accordion__item-content{
  padding: 15px 18px 18px;
}

.accordion__text{
  font-size: 18px;
  line-height: 1.5;
  color: #3f4551;
}

.main-info{
  text-align: center;
  color: #3f4551;
}

.main-info--white{
  color: #ffffff;
}

.main-info__title{
  color: inherit;
  padding: 0 10px;
}

.main-info__text{
  margin: 35px auto 0;
  padding: 0 20px;
  max-width: 827px;
  font-size: 24px;
  line-height: 1.5;
}

.text-blocks--center{
  text-align: center;
}

.text-blocks p{
  font-size: 20px;
  line-height: 1.5;
  color: #3f4551;
}

.text-blocks p + p{
  margin-top: 30px;
}

.main-page{
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
}

.main-page__about{
  margin: 85px 80px 0 60px;
}

.main-page__atmosphere{
  margin-top: 105px;
}

.main-page__reviews{
  margin: 140px auto 0;
}

.main-page__habit{
  margin: 150px 80px 0 105px;
}

.main-page__first-challenge{
  margin-top: 200px;
}

.main-page__mailing{
  margin-top: 95px;
}

.main-page__instagram{
  margin-top: 85px;
}

.main-page__what-prevents{
  margin: 80px auto 0;
  max-width: 880px;
}

.main-page__proverb{
  margin: 115px 40px 0;
}

.main-page__create-profile{
  margin: 120px 70px 0;
}

.main-page__join-brave{
  margin: 100px auto 0;
  max-width: 1140px;
}

.title-block{
  position: relative;
  padding: 95px 50px 63px;
  background: linear-gradient(-45deg, #ffffff 105px, transparent 0), linear-gradient(45deg, #ffffff 105px, transparent 0), url("../img/logo-white.png") no-repeat 50% -webkit-calc(100% - 195px) / 181px, url("../img/01.png") no-repeat left bottom, url("../img/02.png") no-repeat right bottom, url("../img/title-block_bg.jpg") no-repeat center / cover;
  background: linear-gradient(-45deg, #ffffff 105px, transparent 0), linear-gradient(45deg, #ffffff 105px, transparent 0), url("../img/logo-white.png") no-repeat 50% calc(100% - 195px) / 181px, url("../img/01.png") no-repeat left bottom, url("../img/02.png") no-repeat right bottom, url("../img/title-block_bg.jpg") no-repeat center / cover;
}

.title-block__title-wrap{
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}

.title-block__title{
  display: inline;
  font-size: inherit;
  color: inherit;
}

.title-block__select-wrap{
  display: inline;
}

.title-block__select-wrap .select2{
  margin-top: -5px;
  width: auto !important;
}

.title-block__select-wrap .select2-selection{
  height: 60px;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}

.title-block__select-wrap .select2-selection__rendered{
  padding-right: 45px !important;
  line-height: 0.9 !important;
  overflow: initial !important;
  text-overflow: initial !important;
  color: #f28b11 !important;
}

.title-block__select-wrap .select2-selection__arrow{
  height: 58px !important;
}

.title-block__select-wrap .select2-selection__arrow b{
  border-color: #ffffff transparent transparent transparent !important;
  border-width: 13px 9px 0 !important;
  margin-left: -16px !important;
  margin-top: -4px !important;
}

.title-block__select-wrap .select2-container--open .select2-selection__arrow b{
  border-color: transparent transparent #ffffff transparent !important;
  border-width: 0 9px 13px !important;
}

.title-block__objectives{
  margin-top: 30px;
  font-size: 24px;
  color: #cccccc;
  text-align: center;
}

.title-block__objectives-item + .title-block__objectives-item::before{
  content: "\2022";
  position: relative;
  top: -3px;
  padding: 0 12px 0 6px;
  font-size: 10px;
  vertical-align: middle;
}

.title-block__mans{
  margin-top: 337px;
  padding: 0 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #ffffff;
}

.title-block__mans-item{
  line-height: 1.5;
}

.title-block__mans-item:nth-child(2){
  text-align: right;
}

.title-block__man-name{
  font-size: 18px;
  font-weight: 700;
  color: #f28b11;
}

.free-exercise{
  padding: 40px 75px 45px 50px;
  background-color: #ebeff2;
}

.free-exercise__text{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #3f4551;
}

.free-exercise__btn-with-text{
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.free-exercise__text-near-button{
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.about__body{
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about__img-wrap{
  max-width: 500px;
  width: 43.859649%;
  font-size: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about__info-col{
  margin-left: 7.017543%;
  width: 49.122807%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about__text-wrap{
  margin-top: -8px;
}

.about__free-exercise{
  margin-top: 55px;
}

.media-bundles{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.media-bundles__item{
  max-width: 170px;
  cursor: pointer;
}

.media-bundles__img-wrap{
  font-size: 0;
}

.media-bundles__text-wrap{
  margin-top: 20px;
}

.media-bundles__name{
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.media-bundles__amount-content{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #f28b11;
}

.atmosphere{
  padding: 65px 50px 30px;
}

.atmosphere__media-bundles-list{
  margin: 315px auto 0;
  max-width: 980px;
}

.opponent-search{
  padding: 142px 50px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(-45deg, #ffffff 55px, transparent 0), linear-gradient(45deg, #ffffff 55px, transparent 0), linear-gradient(-135deg, #ffffff 55px, transparent 0), linear-gradient(135deg, #ffffff 55px, transparent 0), url("../img/opponent-search_bg.jpg") no-repeat center / cover;
}

.opponent-search__criterions{
  max-width: 1246px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.opponent-search__field{
  max-width: 230px;
  width: 100%;
}

.opponent-search__field--btn{
  max-width: 146px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.opponent-search__field + .opponent-search__field{
  margin-left: 20px;
}

.opponent-search__field .select2{
  width: 100% !important;
}

.opponent-search__result{
  margin-top: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.opponent-search__about-battles{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.opponents{
  padding: 50px 50px 0;
}

.opponents__search-wrap{
  margin-top: 60px;
}

.reviews{
  padding: 0 50px;
}

.reviews__slider{
  margin-top: 50px;
}

.reviews__slide:nth-child(n+2){
  display: none;
}

.reviews__slide-container{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reviews__person-img-wrap{
  position: absolute;
  top: 0;
  right: 30%;
  width: 70%;
  max-width: 810px;
  max-height: 100%;
}

.reviews__person-info{
  position: relative;
  width: 55%;
  max-width: 560px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 50px 32px 135px;
  background-color: #ebeff2;
  color: #3f4551;
  text-align: center;
}

.reviews__person-info::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 280px solid transparent;
  border-bottom: 90px solid #ffffff;
}

.reviews__person-name{
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.reviews__person-occupation{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.reviews__person-about-me-wrap{
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
}

.reviews__person-about-me::before,
.reviews__person-about-me::after{
  position: relative;
  top: 6px;
  font-size: 48px;
  line-height: 0;
  font-weight: 700;
  opacity: 0.2;
}

.reviews__person-about-me::before{
  content: "\00AB";
  padding-right: 3px;
}

.reviews__person-about-me::after{
  content: "\00BB";
  padding-left: 3px;
}

.reviews__highlight{
  padding: 0 2px 2px;
  background-color: #ffe083;
}

.reviews__objectives-wrap{
  margin-top: 45px;
}

.reviews__objectives-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.reviews__objectives{
  font-size: 20px;
  line-height: 1.5;
}

.reviews .slick-dots{
  bottom: -50px;
}

.reviews .slick-dots li button:before{
  font-size: 10px;
}

.reviews .slick-initialized .reviews__slide:nth-child(n+2){
  display: block;
}

.habit__body{
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.habit__info-col{
  width: 46.575342%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.habit__text-wrap{
  margin-top: -8px;
}

.habit__change{
  position: relative;
  margin: 105px auto 0;
  max-width: 310px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #3f4551;
}

.habit__change::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -26%);
  -ms-transform: translate(-50%, -26%);
  transform: translate(-50%, -26%);
  z-index: -1;
  width: 193px;
  height: 190px;
  background: url("../img/wreath-of-winner.png") no-repeat center / contain;
}

.habit__img-wrap{
  margin-left: 7.762557%;
  max-width: 500px;
  width: 45.6621%;
  font-size: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.first-challenge{
  position: relative;
  padding: 120px 140px 130px 0;
  background: url("../img/first-challenge_logo.png") no-repeat -webkit-calc(50% - 15px) 70px, url("../img/first-challenge_bg-light.png") no-repeat right top, #1c232b;
  background: url("../img/first-challenge_logo.png") no-repeat calc(50% - 15px) 70px, url("../img/first-challenge_bg-light.png") no-repeat right top, #1c232b;
}

.first-challenge::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 588px;
  height: 669px;
  background: url("../img/first-challenge_muscle-hand.png") no-repeat center / contain;
  pointer-events: none;
}

.first-challenge__wrapper{
  position: relative;
  z-index: 1;
  margin-left: auto;
  max-width: 485px;
  text-align: center;
}

.first-challenge__title{
  color: #ffffff;
}

.first-challenge__text{
  margin-top: 35px;
  font-size: 24px;
  line-height: 1.5;
  color: #b0bec5;
}

.first-challenge__btn-wrap{
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mailing{
  padding: 0 50px 125px;
  overflow: hidden;
}

.mailing__subscribe{
  position: relative;
  margin: 135px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 515px;
}

.mailing__subscribe::before{
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50.5%, -22%);
  -ms-transform: translate(-50.5%, -22%);
  transform: translate(-50.5%, -22%);
  width: 759px;
  height: 258px;
  background: url("../img/mailing_handshake.jpg") no-repeat center / contain;
}

.mailing__input-wrap{
  width: 100%;
  max-width: 310px;
}

.mailing__btn-wrap{
  margin-left: 20px;
}

.instagram{
  overflow: hidden;
}

.instagram__title{
  text-align: center;
}

.instagram__gallery{
  margin: 40px -1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram__gallery-item{
  width: 20%;
  padding: 1px;
}

.instagram__gallery-item-container{
  position: relative;
  padding-top: 100%;
}

.instagram__img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram__img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #cccccc;
}

.instagram__img:hover{
  background-color: #aaaaaa;
}

.instagram__subscribe-text{
  position: relative;
  margin-top: 40px;
  padding: 0 20px 170px;
  font-size: 24px;
  color: #3f4551;
  text-align: center;
}

.instagram__subscribe-text::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: url("../img/logo-orange.png") no-repeat center / contain;
}

.what-prevents__title{
  text-align: center;
}

.what-prevents__causes{
  margin-top: 50px;
}

.proverb{
  text-align: center;
}

.proverb__text{
  font-size: 32px;
  line-height: 1.2;
  color: #3f4551;
}

.proverb__what{
  position: relative;
  margin-top: 20px;
  padding-bottom: 163px;
  font-size: 18px;
  line-height: 1;
  color: #3f4551;
}

.proverb__what::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 126px;
  height: 126px;
  background: url("../img/proverb_img.png") no-repeat center / contain;
}

.create-profile{
  position: relative;
  padding: 45px 0 40px 50px;
  background-color: #ebeff2;
}

.create-profile::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 393px;
  height: 293px;
  background: url("../img/create-profile_gloves.png") no-repeat center / contain;
  pointer-events: none;
}

.create-profile__wrapper{
  max-width: 525px;
  text-align: center;
}

.create-profile__text{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #3f4551;
}

.create-profile__btn-wrap{
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brave-offer{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 28.846153%;
  min-width: 284px;
  height: 468px;
  padding: 35px 25px 85px;
  text-align: center;
}

.brave-offer__top{
  color: #ffffff;
}

.brave-offer__title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.brave-offer__description{
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
}

.brave-offer__price-wrap{
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}

.brave-offer__about-discount{
  margin-bottom: 8px;
  font-size: 16px;
}

.brave-offer__old-price{
  margin-right: 3px;
  font-size: 18px;
  color: #f28b11;
  text-decoration: line-through;
}

.brave-offer__price{
  font-size: 32px;
  font-weight: 700;
}

.brave-offer__btn-wrap{
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brave-offer__btn{
  width: 170px;
}

.join-brave{
  padding: 0 50px;
}

.join-brave__offers{
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup{
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 50px;
  max-width: 590px;
  background-color: #ebeff2;
  background-image: url("../img/popup_bg.png");
  background-repeat: no-repeat;
  background-position: -2px -webkit-calc(100% + 60px);
  background-position: -2px calc(100% + 60px);
}

.popup--send-status{
  text-align: center;
}

.popup__title{
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #3f4551;
  font-weight: 700;
}

.popup__title--send-status{
  font-size: 32px;
}

.popup__sub-title{
  font-size: 16px;
  margin-top: 25px;
  color: #3f4551;
  line-height: 1.5;
}

.popup__form{
  margin: 35px auto 0;
}

.popup__top-cover,
.popup__bottom-cover{
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, transparent 0%, transparent 60px, #ebeff2 60px, #ebeff2 -webkit-calc(100% - 60px), transparent -webkit-calc(100% - 60px), transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 60px, #ebeff2 60px, #ebeff2 calc(100% - 60px), transparent calc(100% - 60px), transparent 100%);
}

.popup__top-cover::before,
.popup__bottom-cover::before,
.popup__top-cover::after,
.popup__bottom-cover::after{
  content: "";
  position: absolute;
  border: 30px solid #ebeff2;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
}

.popup__top-cover{
  bottom: 100%;
}

.popup__top-cover::before,
.popup__top-cover::after{
  bottom: 0;
}

.popup__top-cover::before{
  left: 0;
}

.popup__top-cover::after{
  right: 0;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.popup__bottom-cover{
  top: 100%;
  background-image: url(../img/popup_bg.png), linear-gradient(to right, transparent 0%, transparent 60px, #ebeff2 60px, #ebeff2 -webkit-calc(100% - 60px), transparent -webkit-calc(100% - 60px), transparent 100%);
  background-image: url(../img/popup_bg.png), linear-gradient(to right, transparent 0%, transparent 60px, #ebeff2 60px, #ebeff2 calc(100% - 60px), transparent calc(100% - 60px), transparent 100%);
  background-repeat: no-repeat;
  background-position: -2px -276px, 0 0;
}

.popup__bottom-cover::before,
.popup__bottom-cover::after{
  top: 0;
}

.popup__bottom-cover::before{
  border: none;
}

.popup__bottom-cover::after{
  right: 0;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.popup .mfp-close{
  top: -71px;
  right: -10px;
  color: #ffffff;
}

.feedback-form{
  width: 100%;
}

.feedback-form__input-wrap{
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.feedback-form__input-wrap--btn{
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.feedback-form__input-label{
  color: #3f4551;
  font-size: 18px;
  font-weight: 700;
}

.feedback-form__validation-wrap{
  width: 100%;
  max-width: 300px;
}

.feedback-form__btn.load{
  background: url(../img/default.svg) center center no-repeat, rgba(170, 170, 170, 0.6);
  background-size: 28px 28px;
  border-color: #bbbbbb;
  color: transparent;
  cursor: default;
}

.feedback-input{
  position: relative;
}

.feedback-input.error:not(.filling) .feedback-input__field{
  -webkit-animation: field-shake 0.8s;
  animation: field-shake 0.8s;
  outline: none;
  border: 1px solid #d65137;
}

.feedback-input.error .feedback-input__field:focus{
  -webkit-box-shadow: 0 0 15px 1px #d65137;
  box-shadow: 0 0 15px 1px #d65137;
}

.feedback-input.error .feedback-input__field:focus + .feedback-input__tooltip-wrap{
  z-index: 1;
  display: block;
}

.feedback-input__field{
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #999999;
  color: #3f4551;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feedback-input__field::-webkit-input-placeholder{
  color: #7e8083;
}

.feedback-input__field::-moz-placeholder{
  color: #7e8083;
}

.feedback-input__field:-ms-input-placeholder{
  color: #7e8083;
}

.feedback-input__field::placeholder{
  color: #7e8083;
}

.feedback-input__field:hover{
  border-color: #f28b11;
}

.feedback-input__field:focus{
  -webkit-box-shadow: 0 0 5px 1px #f28b11;
  box-shadow: 0 0 5px 1px #f28b11;
  border-color: #f28b11;
}

.feedback-input__tooltip-wrap{
  display: none;
  position: absolute;
  z-index: 3;
  left: auto;
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  max-width: 270px;
  width: 100%;
}

.feedback-input__tooltip{
  padding: 10px 15px;
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
  color: #201306;
  text-align: center;
  display: inline-block;
  line-height: 1.45;
  letter-spacing: 0.02em;
  border: 2px solid #d65137;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.feedback-input__tooltip::before,
.feedback-input__tooltip::after{
  content: "";
  position: absolute;
  background-color: #ffffff;
  bottom: -5px;
  top: auto;
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #d65137;
}

.feedback-input__tooltip::before{
  z-index: 1;
  bottom: -3px;
  top: auto;
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  border: none;
}

@-webkit-keyframes field-shake{
  10%,
  30%,
  50%,
  70%,
  90%{
    text-indent: 0.25em;
  }
  20%,
  40%,
  60%,
  80%{
    text-indent: 0.75em;
  }
}

@keyframes field-shake{
  10%,
  30%,
  50%,
  70%,
  90%{
    text-indent: 0.25em;
  }
  20%,
  40%,
  60%,
  80%{
    text-indent: 0.75em;
  }
}

.mobile-menu{
  z-index: 5;
  position: absolute;
  right: 0;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  min-width: 400px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 1px solid transparent;
}

.mobile-menu.mobile-menu_is-active_true{
  top: 100px;
  opacity: 1;
  pointer-events: auto;
  border-color: #f28b11;
}

.mobile-menu__item{
  background-color: #13191c;
  height: 80px;
  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;
}

.mobile-menu__item:not(:last-child){
  border-bottom: 1px solid #263238;
}

.mobile-menu__item.mobile-menu__item_is-active_true .mobile-menu__link{
  color: #f28b11;
  border-color: #f28b11;
}

.mobile-menu__link{
  width: 100%;
  height: -webkit-calc(102%);
  height: calc(102%);
  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;
  padding: 0 30px;
  border-left: 4px solid transparent;
  color: #b0bec5;
  font-size: 24px;
}

.mobile-menu__link:hover{
  color: #f28b11;
  border-color: #f28b11;
}

.container{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mfp-zoom-out-cur .layout-bg{
  left: -webkit-calc(50% - 647.5px);
  left: calc(50% - 647.5px);
}

.mfp-ready ~ .layout-bg{
  left: -webkit-calc(50% - 647.5px);
  left: calc(50% - 647.5px);
}

.layout-bg{
  position: fixed;
  top: -20%;
  left: -webkit-calc(50% - 640px);
  left: calc(50% - 640px);
  height: 140%;
  width: 100%;
  max-width: 1280px;
  z-index: -1;
  background-color: #ffffff;
}

.sparring{
  color: #3f4551;
  font-size: 20px;
  padding: 50px 70px 0;
}

.sparring__title{
  text-align: center;
}

.sparring__text{
  max-width: 666px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 24px;
}

.sparring__info{
  position: relative;
  margin-top: 45px;
}

.sparring__info-img{
  position: absolute;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.sparring__info-img--left{
  top: 80px;
  left: 20px;
}

.sparring__info-img--right{
  top: 0;
  right: -130px;
}

.sparring__info-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 45px;
}

.sparring__info-row--2{
  margin-top: -100px;
  position: relative;
  padding-top: 400px;
}

.sparring__info-row--2.animated .sparring__info-img--left{
  left: 50%;
  -webkit-transform: translateX(-135%);
  -ms-transform: translateX(-135%);
  transform: translateX(-135%);
  opacity: 1;
}

.sparring__info-row--2.animated .sparring__info-img--right{
  right: 50%;
  -webkit-transform: translateX(82%);
  -ms-transform: translateX(82%);
  transform: translateX(82%);
  opacity: 1;
}

.sparring__info-text{
  width: 310px;
}

.sparring__info-text--tl{
  margin-left: 50px;
}

.sparring__info-text--bl{
  margin-left: 350px;
  margin-top: -50px;
}

.sparring__info-text--br{
  margin-top: 40px;
}

.sparring__etiquette{
  position: relative;
  margin-top: 200px;
}

.sparring__etiquette::before{
  content: "";
  position: absolute;
  left: 0;
  top: -73px;
  display: block;
  height: 55px;
  width: 100%;
  background-image: url("../img/footer-separator.png");
}

.sparring__etiquette-title{
  font-size: 36px;
  padding-left: 25px;
}

.sparring__etiquette-list{
  margin-top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sparring__etiquette-item{
  position: relative;
  margin-top: 40px;
  padding-left: 25px;
  width: 320px;
}

.sparring__etiquette-item::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f28b11;
}

.feedback-form__input-wrap--sb{
  justify-content: space-between;
}

.popup__title--recovery{
  padding-top: 23px;
}

#b-popup-register-friend{
  max-width: 590px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__table{
  margin: 0 auto;
  border-spacing: 0;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__table:first-child:after{
  content: "";
  width: calc(100% + 100px);
  height: 50px;
  display: block;
  position: relative;
  left: -50px;
  background-image: url(../../assets/img/popup__bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__table .b-popup-register-friend__row{
  margin-bottom: 20px;
  display: block;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__table .b-popup-register-friend__row .b-popup-register-friend__title{
  width: 190px;
  color: #3f4551;
  font-size: 18px;
  font-weight: bold;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__table .b-popup-register-friend__row .b-popup-register-friend__content{
  width: 300px;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__table .b-popup-register-friend__row .b-popup-register-friend__content .b-input{
  width: 100%;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__button{
  padding: 0 20px;
  display: table;
  margin-left: auto;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}

#b-popup-register-friend .mfp-close{
  color: #fff;
  top: -70px;
  right: -10px;
  font-size: 40px;
}

#b-popup-register{
  max-width: 590px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

#b-popup-register .b-popup-register__form .b-popup-register__table{
  max-width: 490px;
  margin: 0 auto;
  border-spacing: 0;
}

#b-popup-register .b-popup-register__form .b-popup-register__table tr{
  margin-bottom: 20px;
  display: block;
}

#b-popup-register .b-popup-register__form .b-popup-register__table .b-popup-register__table-title{
  width: 190px;
  color: #3f4551;
  font-size: 18px;
  font-weight: bold;
}

#b-popup-register .b-popup-register__form .b-popup-register__table .b-popup-register__table-content{
  width: 300px;
}

#b-popup-register .b-popup-register__form .b-popup-register__table .b-popup-register__table-content .b-input{
  width: 100%;
}

#b-popup-register .b-popup-register__form .b-popup-register__footer{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

#b-popup-register .b-popup-register__form .b-popup-register__footer .b-popup-register__button{
  padding: 0 20px;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}

#b-popup-register .b-popup-register__form .b-popup-register__test{
  display: table;
  margin: 0 auto;
  font-size: 16px;
}

.b-heading{
  color: #3f4551;
  font-size: 64px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.b-input{
  position: relative;
  height: 50px;
  color: #3f4551;
  font-size: 18px;
  border: 1px solid #999999;
  padding: 0 10px;
  outline: none;
  box-sizing: border-box;
  background-color: #ffff;
}

.b-input:focus{
  border-color: #f28b11;
}

.b-input-wrapper{
  position: relative;
}

.b-input.b-input_style_password{
  padding-right: 50px;
}

.b-input-wrapper .b-input-wrapper__submit{
  position: absolute;
  width: 24px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  background-image: url('../../assets/img/input-hidden.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.b-checkbox-rules{
  display: flex;
  align-items: flex-start;
}

.b-checkbox-rules__checkbox{
  display: none;
}

.b-checkbox-rules__checkbox:checked + .b-checkbox-rules__custom:before{
  opacity: 1;
}

.b-checkbox-rules__custom{
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #ffff;
  border: 1px solid #999999;
  position: relative;
}

.b-checkbox-rules__custom:before{
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #f28b11;
}

.b-checkbox-rules__content{
  max-width: 205px;
  position: relative;
  top: -7px;
  margin: 0 0 0 8px;
  color: #3f4551;
  font-size: 18px;
  cursor: pointer;
}

.b-popup__heading{
  font-size: 48px;
  margin-bottom: 30px;
}
.popup__title--reg{
	margin-bottom: 20px;
}
@media all and (max-width: 768px){
  #b-popup-register .b-popup-register__form .b-popup-register__footer{
    flex-direction: column;
  }
}

@media all and (max-width: 576px){
  #b-popup-register .b-popup-register__form .b-popup-register__table tr{
    display: flex;
    flex-direction: column;
  }
}

@media all and (max-width: 520px){
	.feedback-form__btn--indent {
		margin-top: 10px;
	}
}
@media all and (max-width: 360px){
	#b-popup-register .b-popup-register__form .b-popup-register__table .b-popup-register__table-content{
		width: auto;
	}
	.b-checkbox-rules__content {
		font-size: 16px;
	}
	#b-popup-register .b-popup-register__form .b-popup-register__test {
		font-size: 14px;
	}
}






