@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

p {
  margin-bottom: 0; }

nav,
footer,
header,
aside {
  display: block; }

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
button,
textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  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-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.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 {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      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: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

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

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

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

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

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

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

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

@font-face {
  font-family: "GraphikL";
  src: local("Graphik Light"), local("Graphik-Light"), url("../fonts/Graphik-Light.woff2") format("woff2"), url("../fonts/Graphik-Light.woff") format("woff"), url("../fonts/Graphik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
    font-family: "DKKeswick";
    src:url("../fonts/DK_Keswick.eot?") format("eot"),url("../fonts/DK_Keswick.woff") format("woff"),url("../fonts/DK_Keswick.ttf") format("truetype"),url("../fonts/DK_Keswick.svg#DKKeswick") format("svg");
    font-weight:normal;
    font-style:normal;}

html,
body {
  height: 100%; }

body {
  min-width: 350px;
  text-align: center;
  background: #fff;
  color: #492219;
  font-size: 17px;
  line-height: 28px;
  font-family: "Graphik", sans-serif; }

body.lock {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1163px;
  padding: 0;
  text-align: left;
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .container {
      padding: 0 10px; } }

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-1 {
  background: url("../img/new/fon1.jpg") no-repeat 50% 0;
  text-align: left;
  padding-bottom: 253px; }
  @media (max-width: 1000px) {
    .page-1 {
      background-size: auto 100%; } }
  @media (max-width: 500px) {
    .page-1 {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(68.8%, #f8e6d8), to(#f4b1ac));
      background: -webkit-linear-gradient(bottom, #f8e6d8 68.8%, #f4b1ac 100%);
      background: -o-linear-gradient(bottom, #f8e6d8 68.8%, #f4b1ac 100%);
      background: linear-gradient(0deg, #f8e6d8 68.8%, #f4b1ac 100%);
      opacity: 0.8;
      padding-bottom: 70px;
      margin-bottom: 50px; } }
  .page-1__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    position: relative; }
    @media (max-width: 500px) {
      .page-1__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media (max-width: 1000px) {
    .page-1__image {
      max-width: 50%; } }
  .page-1__body {
    max-width: 1163px;
    margin: 0 auto; }
    @media (max-width: 1160px) {
      .page-1__body {
        padding: 0 10px; } }
  .page-1__item {
    margin-left: 80px; }
    @media (max-width: 700px) {
      .page-1__item {
        margin-left: 20px; } }
    .page-1__item a {
      background: #ec6b6b;
      border-radius: 60px;
      display: inline-block;
      padding: 14px 24px;
      color: #fff;
      text-decoration: none;
      font-family: "bertonroman", sans-serif;
      font-size: 21px;
      line-height: 30px;
      text-align: center; }
  .page-1__title {
    font-family: "bertonroman", sans-serif;
    font-size: 48px;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 26px; }
    @media (max-width: 850px) {
      .page-1__title {
        font-size: 38px;
        line-height: 60px; } }
    @media (max-width: 700px) {
      .page-1__title {
        font-size: 28px;
        line-height: 50px; } }
    @media (max-width: 590px) {
      .page-1__title {
        font-size: 22px;
        line-height: 44px; } }
    .page-1__title span {
      font-size: 24px;
      line-height: 35px;
      text-transform: uppercase;
      color: #ec6b6b;
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 590px) {
        .page-1__title span {
          font-size: 15px;
          line-height: 30px; } }
  .page-1__slogan {
    border-left: 3px solid #ec6b6b;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 40px; }
  .page-1__arrow {
    width: 57px; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 65px 0; }
  @media (max-width: 1000px) {
    .header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .header-bottom {
    -webkit-box-shadow: 0px 2px 0px #f9ebe0;
    box-shadow: 0px 2px 0px #f9ebe0; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 976px) {
      .header__logo {
        margin-bottom: 20px; } }
    @media (max-width: 486px) {
      .header__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .header__logo img {
      margin-right: 17px; }
    .header__logo span {
      font-size: 28.4902px;
      line-height: 41px;
      letter-spacing: 0.05em;
      font-family: "bertonroman", sans-serif;
      color: #d9286f; }
      @media (max-width: 486px) {
        .header__logo span {
          max-width: 250px; } }
      .header__logo span b {
        font-size: 24.9289px;
        line-height: 36px;
        color: #ffffff;
        display: inline-block;
        padding: 4px 17px 0;
        background: url("../img/new/bgb.png") no-repeat 50% 50%;
        font-weight: normal;
        letter-spacing: 0;
        top: -2px;
        position: relative; }
  .header__info {
    font-size: 18px;
    line-height: 20px;
    color: #492219;
    font-family: "Graphik LCG", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 510px) {
      .header__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .header__info a {
      color: #492219;
      text-decoration: none; }
      .header__info a.link-login {
        color: #fff;
        cursor: pointer; }
    .header__info span {
      background: url("../img/new/icon_email.svg") no-repeat 0 50%;
      padding: 6px 0 6px 45px;
      display: inline-block;
      margin-left: 34px; }
      @media (max-width: 1130px) {
        .header__info span {
          margin-left: 15px; } }
      @media (max-width: 510px) {
        .header__info span {
          margin-left: 0; } }
      @media (max-width: 490px) {
        .header__info span {
          margin-top: 10px; } }
    .header__info .login-label span {
      background: none;
      padding: 0;
      margin-left: 0; }
    .header__info .invalid-feedback {
      background: none;
      margin: 0;
      padding: 0;
      color: #f00;
      font-size: 12px; }
  .header__login {
    margin-left: 48px;
    text-align: right;
    color: #d9286f;
    font-size: 18px;
    line-height: 22px;
    font-family: "Graphik", sans-serif; }
    @media (max-width: 500px) {
      .header__login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px; } }
    .header__login p {
      margin-bottom: 9px; }
      @media (max-width: 500px) {
        .header__login p {
          margin-bottom: 0;
          margin-right: 20px; } }
      .header__login p:last-child {
        margin-bottom: 0; }
    .header__login a {
      color: #ec6b6b;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      font-family: "bertonroman", sans-serif; }
      .header__login a:hover {
        text-decoration: none; }
    .header__login b a {
      font-family: "Graphik", sans-serif; }

.link-login {
  background: #d9286f;
  border-radius: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-family: "bertonroman", sans-serif;
  padding: 9px 20px;
  margin-left: 45px; }
  @media (max-width: 1130px) {
    .link-login {
      margin-left: 15px; } }

.link-tel {
  background: url("../img/new/icon_tel.svg") no-repeat 0 50%;
  padding: 6px 0 6px 45px; }

.slider-one {
  background: url("../img/new/bgslider-one.png") no-repeat 50% 0;
  padding-top: 21px;
  margin-top: -22px; }
  @media (max-width: 600px) {
    .slider-one {
      margin-top: 0px; } }

.slider-two {
  background: url("../img/new/bgslider-two.png") no-repeat 50% 0;
  position: relative;
  z-index: 99; }

.slide-one__row {
  text-align: center;
  background: url("../img/new/bgslide.svg") no-repeat 50% 0;
  padding: 172px 0 110px; }
  @media (max-width: 1160px) {
    .slide-one__row {
      background-size: 100% auto; } }
  @media (max-width: 1060px) {
    .slide-one__row {
      padding: 140px 0 110px; } }
  @media (max-width: 1000px) {
    .slide-one__row {
      padding: 110px 0 80px; } }
  @media (max-width: 900px) {
    .slide-one__row {
      padding: 80px 0 80px; } }
  @media (max-width: 780px) {
    .slide-one__row {
      padding: 40px 0; } }
  @media (max-width: 650px) {
    .slide-one__row {
      padding: 15px 0; } }
  @media (max-width: 550px) {
    .slide-one__row {
      padding: 0; } }

.slide-one__item {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 900px) {
    .slide-one__item {
      max-width: 600px; } }
  @media (max-width: 650px) {
    .slide-one__item {
      max-width: 400px; } }
  @media (max-width: 550px) {
    .slide-one__item {
      height: 276px; } }
  @media (max-width: 470px) {
    .slide-one__item {
      height: 240px;
      max-width: 300px; } }
  @media (max-width: 400px) {
    .slide-one__item {
      height: 200px; } }

.slide-one__image {
  width: 299px;
  text-align: center;
  margin-right: 110px; }
  @media (max-width: 900px) {
    .slide-one__image {
      width: 200px;
      margin-right: 50px; }
      .slide-one__image img {
        max-width: 100%;
        margin: 0 auto; } }
  @media (max-width: 600px) {
    .slide-one__image {
      width: 150px;
      margin-right: 20px; } }
  @media (max-width: 470px) {
    .slide-one__image {
      width: 100px; } }

.slider-two .slide-one__row {
  background: url("../img/new/bgslide2.svg") no-repeat 50% 0; }
  @media (max-width: 1160px) {
    .slider-two .slide-one__row {
      background-size: 100% auto; } }

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .slide p {
    font-size: 42px;
    line-height: 73px;
    font-family: "bertonroman", sans-serif;
    color: #492219;
    max-width: 430px; }
    .slide p span {
      font-family: "Graphik LCG", sans-serif; }
    @media (max-width: 900px) {
      .slide p {
        font-size: 30px;
        line-height: 60px;
        max-width: 300px; } }
    @media (max-width: 650px) {
      .slide p {
        width: 200px;
        font-size: 25px;
        line-height: 55px; } }
    @media (max-width: 550px) {
      .slide p {
        line-height: 45px; } }
    @media (max-width: 470px) {
      .slide p {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 400px) {
      .slide p {
        width: 170px; } }

.slick-prev::before,
.slick-next::before {
  display: none; }

.slick-prev,
.slick-next {
  width: 74px;
  height: 81px;
  font-size: 0;
  z-index: 999;
  opacity: 1 !important;
  margin-top: 30px; }
  @media (max-width: 1000px) {
    .slick-prev,
    .slick-next {
      margin-top: 15px; } }
  @media (max-width: 780px) {
    .slick-prev,
    .slick-next {
      width: 50px;
      height: 55px; } }
  @media (max-width: 650px) {
    .slick-prev,
    .slick-next {
      margin-top: 0; } }

.slick-prev,
.slick-prev:hover {
  background: url("../img/new/prev.svg") no-repeat 0 0/contain !important;
  left: 0; }

.slick-next,
.slick-next:hover {
  background: url("../img/new/next.svg") no-repeat 0 0/contain !important;
  right: 0; }

.sefulness {
  background: url("../img/new/bgsefulness.svg") no-repeat 50% 0;
  padding: 316px 0 53px 0;
  margin-top: -174px; }
  @media (max-width: 850px) {
    .sefulness {
      padding-bottom: 30px; } }
  @media (max-width: 820px) {
    .sefulness {
      background-size: auto 100%;
      background-position: 50% 100%; } }
  @media (max-width: 820px) {
    .sefulness {
      padding-top: 180px; } }
  .sefulness .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1150px) {
      .sefulness .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 780px) {
      .sefulness .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .sefulness__left {
    text-align: center;
    padding-top: 89px; }
    @media (max-width: 780px) {
      .sefulness__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .sefulness__info {
    text-align: center;
    background: url("../img/new/sefulness-inf.svg") no-repeat 0 0;
    width: 561px;
    max-width: 100%;
    padding: 85px 73px 58px 0;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 17px; }
    @media (max-width: 1150px) {
      .sefulness__info {
        width: 441px;
        padding: 55px 53px 58px 0;
        background-size: contain;
        font-size: 20px;
        line-height: 22px; } }
    @media (max-width: 1050px) {
      .sefulness__info {
        width: 371px;
        padding: 55px 33px 58px 0; } }
    @media (max-width: 900px) {
      .sefulness__info {
        width: 300px;
        font-size: 15px;
        padding-top: 45px; } }
    @media (max-width: 429px) {
      .sefulness__info {
        width: 220px;
        font-size: 13px;
        line-height: 18px;
        padding-top: 30px; } }
    .sefulness__info b {
      color: #333;
      font-size: 48px;
      line-height: 83px;
      font-family: "bertonroman", sans-serif;
      display: block; }
      @media (max-width: 1160px) {
        .sefulness__info b {
          font-size: 40px;
          line-height: 70px; } }
      @media (max-width: 1050px) {
        .sefulness__info b {
          line-height: 50px; } }
      @media (max-width: 900px) {
        .sefulness__info b {
          font-size: 25px;
          line-height: 35px; } }
      @media (max-width: 429px) {
        .sefulness__info b {
          font-size: 18px;
          line-height: 20px; } }
  .sefulness__image {
    position: relative;
    z-index: 9; }
    @media (max-width: 850px) {
      .sefulness__image {
        height: 520px; } }
    @media (max-width: 820px) {
      .sefulness__image {
        height: 490px; } }
    @media (max-width: 790px) {
      .sefulness__image {
        height: 460px; } }
    @media (max-width: 780px) {
      .sefulness__image {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
  .sefulness__right {
    width: 454px;
    position: relative;
    z-index: 1;
    left: -40px;
    background: url("../img/new/bglist.svg") no-repeat 0 0;
    padding: 163px 65px 130px 66px; }
    @media (max-width: 960px) {
      .sefulness__right {
        background-size: contain;
        padding-top: 123px; } }
    @media (max-width: 820px) {
      .sefulness__right {
        padding-top: 100px;
        padding-bottom: 90px; } }
    @media (max-width: 790px) {
      .sefulness__right {
        padding-bottom: 50px; } }
    @media (max-width: 780px) {
      .sefulness__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 454px;
        flex: 0 1 454px;
        padding: 163px 65px 130px 66px;
        left: 0;
        margin-left: 40px;
        background-size: 100% auto; } }
    @media (max-width: 500px) {
      .sefulness__right {
        padding-bottom: 100px; } }
    @media (max-width: 467px) {
      .sefulness__right {
        margin-left: 10px; } }
    @media (max-width: 421px) {
      .sefulness__right {
        padding-top: 120px; } }
    @media (max-width: 385px) {
      .sefulness__right {
        margin-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 360px) {
      .sefulness__right {
        padding-left: 30px;
        padding-right: 30px; } }
    .sefulness__right ul {
      list-style: none; }
      .sefulness__right ul li {
        background: url("../img/new/marker.svg") no-repeat 0 0;
        margin-bottom: 32px;
        padding: 0 0 0 35px; }
        @media (max-width: 940px) {
          .sefulness__right ul li {
            margin-bottom: 12px; } }
        @media (max-width: 780px) {
          .sefulness__right ul li {
            margin-bottom: 30px; } }
        @media (max-width: 500px) {
          .sefulness__right ul li {
            margin-bottom: 20px; } }
        @media (max-width: 437px) {
          .sefulness__right ul li {
            margin-bottom: 10px; } }
        @media (max-width: 407px) {
          .sefulness__right ul li {
            font-size: 16px; } }

.link {
  background: #ec6b6b;
  border-radius: 60px;
  display: inline-block;
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  font-family: "bertonroman", sans-serif;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto; }

.umk {
  background: url("../img/new/bgumk.svg") no-repeat 50% 0;
  padding: 100px 0 292px 0; }
  @media (max-width: 1000px) {
    .umk {
      background-size: auto 90%;
      padding-top: 50px; } }
  @media (max-width: 600px) {
    .umk {
      padding-bottom: 190px; } }
  @media (max-width: 520px) {
    .umk {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(32.32%, #abdf50), color-stop(68.8%, #e1ffa2));
      background: -webkit-linear-gradient(bottom, #abdf50 32.32%, #e1ffa2 68.8%);
      background: -o-linear-gradient(bottom, #abdf50 32.32%, #e1ffa2 68.8%);
      background: linear-gradient(0deg, #abdf50 32.32%, #e1ffa2 68.8%);
      opacity: 0.8;
      padding-bottom: 70px;
      margin-bottom: 100px; } }
  .umk .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 520px) {
      .umk .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media (max-width: 1000px) {
    .umk__image {
      max-width: 50%; } }
  .umk__info {
    padding-top: 35px; }
  .umk__title {
    font-size: 48px;
    line-height: 83px;
    margin-bottom: 32px;
    color: #333;
    text-transform: uppercase;
    font-family: "bertonroman", sans-serif; }
    @media (max-width: 850px) {
      .umk__title {
        font-size: 38px;
        line-height: 60px; } }
    @media (max-width: 700px) {
      .umk__title {
        font-size: 28px;
        line-height: 50px; } }
    @media (max-width: 590px) {
      .umk__title {
        font-size: 22px;
        line-height: 44px; } }
    .umk__title span {
      font-size: 24px;
      line-height: 41px;
      color: #2aa300;
      display: block; }
      @media (max-width: 590px) {
        .umk__title span {
          font-size: 15px;
          line-height: 30px; } }
    .umk__title b {
      font-weight: normal; }
  .umk__slogan {
    border-left: 3px solid #2aa300;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
    max-width: 425px; }
  .umk__arrow {
    width: 57px; }
    .umk__arrow .arrow-bottom span {
      background: url("../img/new/disc-green.png") no-repeat 0 0; }
    .umk__arrow .arrow-bottom b {
      background: url("../img/new/arrow-green.svg") no-repeat 50% 50%; }

.recommended {
  background: url("../img/new/bgsefulness.svg") no-repeat 50% 0;
  padding: 253px 0 0px 0;
  position: relative; }
  @media (max-width: 905px) {
    .recommended {
      background-size: auto 100%;
      background-position: 50% 100%;
      padding-bottom: 20px; } }
  .recommended .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 39px; }
    @media (max-width: 905px) {
      .recommended .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .recommended .sefulness__left {
    margin-right: 10px;
    padding-top: 105px; }
    .recommended .sefulness__left .link {
      background: #83be1b; }
    @media (max-width: 905px) {
      .recommended .sefulness__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 70px; } }
    @media (max-width: 430px) {
      .recommended .sefulness__left {
        margin-right: 0; } }
  .recommended .sefulness__info {
    width: 534px;
    background-size: 100% auto; }
    @media (max-width: 1150px) {
      .recommended .sefulness__info {
        width: 434px; } }
    @media (max-width: 1050px) {
      .recommended .sefulness__info {
        width: 354px; } }
    @media (max-width: 1020px) {
      .recommended .sefulness__info {
        width: 324px;
        padding-top: 45px; }
        .recommended .sefulness__info b {
          font-size: 30px; } }
    @media (max-width: 970px) {
      .recommended .sefulness__info {
        width: 264px;
        padding-top: 38px; }
        .recommended .sefulness__info b {
          font-size: 25px;
          line-height: 35px; } }
    @media (max-width: 430px) {
      .recommended .sefulness__info {
        width: 210px;
        padding-top: 30px; }
        .recommended .sefulness__info b {
          font-size: 20px;
          line-height: 30px; } }
  .recommended .sefulness__image {
    margin-top: 45px; }
    @media (max-width: 905px) {
      .recommended .sefulness__image {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0; } }
    @media (max-width: 433px) {
      .recommended .sefulness__image {
        height: 426px; } }
    @media (max-width: 362px) {
      .recommended .sefulness__image {
        height: 366px; } }
  .recommended .sefulness__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 492px;
    flex: 0 0 492px;
    position: relative;
    z-index: 1;
    left: -40px;
    background: url("../img/new/bglist2.svg") no-repeat 0 0;
    padding: 141px 55px 140px 68px; }
    @media (max-width: 970px) {
      .recommended .sefulness__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 492px;
        flex: 1 1 492px;
        background-size: contain;
        padding-top: 110px; } }
    @media (max-width: 905px) {
      .recommended .sefulness__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 492px;
        flex: 0 1 492px;
        margin-right: 40px;
        margin-left: 80px;
        left: 0; } }
    @media (max-width: 800px) {
      .recommended .sefulness__right {
        margin-left: 20px;
        margin-right: 0; } }
    @media (max-width: 500px) {
      .recommended .sefulness__right {
        padding-bottom: 100px; } }
    @media (max-width: 470px) {
      .recommended .sefulness__right {
        padding-left: 40px;
        margin-left: 0; } }
    @media (max-width: 380px) {
      .recommended .sefulness__right {
        padding-top: 80px; } }
    @media (max-width: 367px) {
      .recommended .sefulness__right {
        padding-bottom: 80px;
        padding-right: 40px;
        padding-left: 30px; } }
    .recommended .sefulness__right ul li {
      background: url("../img/new/marker2.svg") no-repeat 0 0;
      margin-bottom: 10px; }
      @media (max-width: 470px) {
        .recommended .sefulness__right ul li {
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 375px) {
        .recommended .sefulness__right ul li {
          line-height: 18px; } }

.footer {
  margin-top: -1px;
  background: #492219;
  padding: 56px 0 0 0;
  color: #b4a39f;
  font-size: 17px;
  line-height: 24px;
  z-index: 999; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 800px) {
      .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px;
        text-align: center; } }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px;
    margin-right: 50px; }
    @media (max-width: 800px) {
      .footer__logo {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .footer__logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer__logo img {
      margin-right: 17px; }
      @media (max-width: 480px) {
        .footer__logo img {
          margin: 0 0 10px 0; } }
    .footer__logo span {
      font-size: 28.4902px;
      line-height: 49px;
      letter-spacing: 0.05em;
      color: #d9286f;
      font-family: "bertonroman", sans-serif; }
      .footer__logo span b {
        font-size: 24.9289px;
        line-height: 43px;
        color: #ffffff;
        display: inline-block;
        padding: 4px 17px 0;
        background: url("../img/new/bgb.png") no-repeat 50% 50%;
        font-weight: normal;
        letter-spacing: 0;
        top: -2px;
        position: relative; }
  .footer__info {
    margin-bottom: 46px;
    max-width: 603px; }
  .footer__bottom {
    border-top: 1px solid #230802;
    text-align: center;
    padding: 21px 0;
    font-size: 14px;
    line-height: 15px; }
    .footer__bottom .container {
      position: relative;
      overflow: visible; }
    .footer__bottom p {
      text-align: center; }
  .footer__link {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 99;
    cursor: pointer; }
    @media (max-width: 1170px) {
      .footer__link {
        right: 10px; } }
    @media (max-width: 500px) {
      .footer__link img {
        width: 46px;
        height: 46px; } }

#authModal {
  position: absolute;
  background: url("../img/new/bgwindow-auth.png") no-repeat 50% 0;
  width: 100%;
  max-width: 635px;
  padding: 0;
  border-radius: 6px;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 700px) {
    #authModal {
      padding: 40px 40px; } }
  @media (max-width: 500px) {
    #authModal {
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  #authModal .close {
    background: none;
    position: absolute;
    right: 0px;
    top: 0px; }
  #authModal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
    padding: 0;
    padding: 0; }
    #authModal .modal-header h5 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: center;
      font-family: "bertonroman", sans-serif;
      font-size: 48px;
      line-height: 22px;
      color: #492219; }
  #authModal .modal-content {
    padding: 90px 85px 66px; }
    @media (max-width: 500px) {
      #authModal .modal-content {
        padding: 0; } }
  #authModal p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px; }
    #authModal p.last {
      margin-bottom: 56px; }
    #authModal p b {
      display: block;
      font-size: 18px;
      font-family: "GraphikB", sans-serif; }
    #authModal p a {
      text-decoration: underline;
      color: #492219;
      cursor: pointer; }
      #authModal p a:hover {
        text-decoration: none;
        color: #492219; }
      #authModal p a:visited {
        text-decoration: none;
        color: #492219; }
  #authModal label {
    position: absolute;
    color: #492219;
    font-size: 12px;
    line-height: 13px;
    z-index: 9;
    background: #fdf8f4;
    padding: 0 7px;
    margin: -9px 0 0 15px; }
    #authModal label span {
      opacity: 0.69; }
  #authModal .login-input {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #b4a39f;
    color: #b4a39f;
    font-size: 16px;
    line-height: 18px;
    background: none;
    padding: 10px 20px 10px;
    margin-bottom: 27px; }
  #authModal .wrap-button {
    text-align: center; }
  #authModal #btn-form {
    background: #ec6b6b;
    border-radius: 60px;
    width: 285px;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    font-family: "bertonroman", sans-serif;
    padding: 12px 10px;
    margin: 0 auto 35px; }
  #authModal .position-relative {
    position: relative; }
  #authModal .invalid-feedback {
    position: absolute;
    bottom: 10px;
    left: 0; }

.arrow-bottom {
  text-align: center;
  padding-top: 15px;
  position: relative;
  padding-bottom: 130px; }
  .arrow-bottom span {
    margin: 0 auto 15px;
    display: block;
    background: url("../img/new/disc.png") no-repeat 0 0;
    width: 6px;
    height: 6px;
    position: absolute;
    opacity: 0;
    top: 15px;
    left: calc(50% - 3px);
    -webkit-animation: arrowTop 2s infinite;
    animation: arrowTop 2s infinite; }
    .arrow-bottom span:first-child {
      opacity: 0.2; }
    .arrow-bottom span:nth-child(3) {
      opacity: 0.6;
      top: 30px;
      -webkit-animation: arrowTop2 2s infinite;
      animation: arrowTop2 2s infinite; }
    .arrow-bottom span:nth-child(5) {
      opacity: 0.9;
      top: 45px;
      -webkit-animation: arrowTop3 2s infinite;
      animation: arrowTop3 2s infinite; }
    .arrow-bottom span .two {
      opacity: 0;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
  .arrow-bottom b {
    display: block;
    width: 57px;
    height: 57px;
    background: url("../img/new/arrow.svg") no-repeat 50% 50%;
    -webkit-animation: arrowDown 2s infinite;
    animation: arrowDown 2s infinite;
    position: absolute;
    bottom: 30px; }
    .arrow-bottom b .two {
      opacity: 0;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

@-webkit-keyframes arrowDown {
  0% {
    bottom: 30px;
    opacity: 1; }
  100% {
    bottom: 0px;
    opacity: 0; } }

@keyframes arrowDown {
  0% {
    bottom: 30px;
    opacity: 1; }
  100% {
    bottom: 0px;
    opacity: 0; } }

@-webkit-keyframes arrowTop {
  0% {
    top: 15px;
    opacity: 0.2; }
  100% {
    top: 30px;
    opacity: 0; } }

@keyframes arrowTop {
  0% {
    top: 15px;
    opacity: 0.2; }
  100% {
    top: 30px;
    opacity: 0; } }

@-webkit-keyframes arrowTop2 {
  0% {
    top: 30px;
    opacity: 0.6; }
  100% {
    top: 45px;
    opacity: 0; } }

@keyframes arrowTop2 {
  0% {
    top: 30px;
    opacity: 0.6; }
  100% {
    top: 45px;
    opacity: 0; } }

@-webkit-keyframes arrowTop3 {
  0% {
    top: 45px;
    opacity: 0.9; }
  100% {
    top: 60px;
    opacity: 0; } }

@keyframes arrowTop3 {
  0% {
    top: 45px;
    opacity: 0.9; }
  100% {
    top: 60px;
    opacity: 0; } }

.abs-1 {
  position: absolute;
  left: 30px;
  top: 474px; }
  @media (max-width: 900px) {
    .abs-1 {
      height: 200px;
      top: 605px; } }
  @media (max-width: 500px) {
    .abs-1 {
      display: none; } }

.abs-2 {
  position: absolute;
  right: 20px;
  top: 532px; }
  @media (max-width: 900px) {
    .abs-2 {
      height: 300px; } }
  @media (max-width: 750px) {
    .abs-2 {
      display: none; } }

.abs-3 {
  position: absolute;
  left: 46px;
  bottom: 200px; }
  @media (max-width: 750px) {
    .abs-3 {
      display: none; } }

.abs-4 {
  position: absolute;
  right: 30px;
  top: -37px; }
  @media (max-width: 750px) {
    .abs-4 {
      display: none; } }

.modal {
  position: fixed;
  background: url("../img/new/bgwindow-auth.png") no-repeat 50% 0;
  width: 100%;
  max-width: 635px;
  height: auto;
  max-height: 624px;
  padding: 0;
  border-radius: 6px;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 700px) {
    .modal {
      padding: 40px 40px; } }
  @media (max-width: 500px) {
    .modal {
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .modal-dialog {
    padding: 0;
    margin: 0;
    position: static;
    max-width: 100%; }
  .modal .close {
    background: none;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
    padding: 0;
    margin: 0; }
  .modal .close {
    background: url("../img/new/close.svg") no-repeat;
    width: 50px;
    height: 50px; }
    .modal .close span {
      display: none; }
  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
    border: 0;
    padding: 0; }
    .modal-header h5 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: center;
      font-family: "bertonroman", sans-serif;
      font-size: 45px;
      line-height: 45px;
      color: #492219; }
      @media (max-width: 490px) {
        .modal-header h5 {
          font-size: 38px;
          line-height: 38px; } }
      .modal-header h5 span {
        font-family: "Graphik LCG", sans-serif; }
  .modal-body {
    padding: 0; }
  .modal-content {
    border: 0;
    background: none;
    position: static;
    padding: 10px 0 10px 17px; }
  .modal p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px; }
    .modal p.last {
      margin-bottom: 56px; }
    .modal p b {
      display: block;
      font-size: 18px;
      font-family: "GraphikB", sans-serif; }
    .modal p a {
      text-decoration: underline;
      color: #492219; }
      .modal p a:hover {
        text-decoration: none;
        color: #492219; }
      .modal p a:visited {
        text-decoration: none;
        color: #492219; }
  .modal label {
    position: absolute;
    color: #492219;
    font-size: 12px;
    line-height: 13px;
    z-index: 9;
    background: #fdf8f4;
    padding: 0 7px;
    margin: -9px 0 0 15px; }
    .modal label span {
      opacity: 0.69; }
  .modal .login-input {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #b4a39f;
    color: #b4a39f;
    font-size: 16px;
    line-height: 18px;
    background: none;
    padding: 10px 20px 10px;
    margin-bottom: 27px; }
  .modal .wrap-button {
    text-align: center; }
  .modal #btn-form {
    background: #ec6b6b;
    border-radius: 60px;
    width: 285px;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    font-family: "bertonroman", sans-serif;
    padding: 12px 10px;
    margin: 0 auto 35px; }
  .modal video {
    width: 100%; }

#feedbackModal {
  padding: 0px 85px 66px; }
  #feedbackModal .anket-container {
    padding-top: 20px;
    text-align: center; }
  #feedbackModal .modal-content {
    padding-top: 30px; }
  #feedbackModal .modal-header {
    margin-bottom: 10px; }

.contact-form button {
  background: #ec6b6b;
  border-radius: 60px;
  max-width: 209px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  font-family: "bertonroman", sans-serif;
  padding: 0 20px;
  height: 50px; }

.contact-form input.form-control {
  border: 2px solid #b4a39f;
  border-radius: 10px;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #B4A39F; }

.contact-form textarea {
  border: 2px solid #b4a39f;
  border-radius: 10px;
  width: 100%;
  resize: none;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  height: 180px;
  color: #B4A39F; }

.contact-form .row {
  text-align: left;
  margin-bottom: 20px;
  position: relative; }

.contact-form input[type="file"] {
  margin-bottom: 10px; }

.form-feedback .invalid-feedback {
  bottom: -18px !important;
  margin: 0; }

.error-404 {
  min-height: calc(100vh - 353px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error-404-container {
    margin: 0 auto 30px; }
    .error-404-container h1 {
      font-size: 250px;
      line-height: normal;
      text-align: center; }
      @media (max-width: 500px) {
        .error-404-container h1 {
          font-size: 100px; } }
    .error-404-container p {
      color: #492219;
      font-size: 30px;
      margin: 15px 0;
      text-align: center; }
      .error-404-container p a {
        color: #492219;
        font-size: 30px;
        margin: 15px 0;
        text-decoration: underline;
        display: block;
        text-align: center; }
        .error-404-container p a:hover {
          text-decoration: none; }
      @media (max-width: 500px) {
        .error-404-container p {
          font-size: 20px; }
          .error-404-container p a {
            font-size: 20px; } }

.save-btn {
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
  background: #EC6B6B;
  border-radius: 60px;
  padding: 12px 20px;
  border: 0; }

.title_form {
  font-size: 48px;
  line-height: 22px;
  text-align: center;
  color: #492219;
  font-family: "bertonroman", sans-serif;
  margin-bottom: 36px; }

.anket-container {
  padding-top: 50px; }

.form-cabinet .row {
  margin-bottom: 20px; }

#testModal {
  padding: 0; }
  #testModal .modal-content {
    padding: 50px 45px 36px; }
  #testModal .close {
    background: url("../img/new/close.svg") no-repeat;
    width: 50px;
    height: 50px; }
    #testModal .close span {
      display: none; }
  #testModal .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #testModal .list-group-item input {
      margin: 3px 10px 0 0; }
    #testModal .list-group-item label {
      background: none;
      position: static;
      font-size: 17px;
      line-height: 21px;
      padding: 0;
      margin: 0; }

.next_question, .testBegin, .send_question, .testStart, .btn {
  background: #ec6b6b;
  border-radius: 60px;
  width: 150px;
  color: #fff !important;
  font-size: 18px;
  line-height: 31px;
  font-family: "bertonroman", sans-serif;
  padding: 12px 20px;
  margin: 20px auto 35px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0; }
.btn {
    background: #E48162;
    text-decoration: none!important;
}
.btn-big {
  width: auto;
  min-width: 150px; }

.btn-diplom {
  position: relative;
  overflow: hidden; }

.btn-diplom span {
  position: relative;
  z-index: 10; }

.btn:hover {
  background: #ec6b6b; }

#added-sprint-1, #added-sprint-2, #added-sprint-7, #added-sprint-6,
#added-sprint-8, #added-sprint-12, .modal13, .modal8 {
  max-width: 760px;
  background-size: cover; }
  #added-sprint-1 .modal-dialog, #added-sprint-2 .modal-dialog, #added-sprint-7 .modal-dialog, #added-sprint-6 .modal-dialog,
  #added-sprint-8 .modal-dialog, #added-sprint-12 .modal-dialog, .modal13 .modal-dialog, .modal8 .modal-dialog {
    max-width: 100%; }
  #added-sprint-1 .modal-header h5, #added-sprint-2 .modal-header h5, #added-sprint-7 .modal-header h5, #added-sprint-6 .modal-header h5,
  #added-sprint-8 .modal-header h5, #added-sprint-12 .modal-header h5, .modal13 .modal-header h5, .modal8 .modal-header h5 {
    font-size: 35px; }
  #added-sprint-1 .modal-body table, #added-sprint-2 .modal-body table, #added-sprint-7 .modal-body table, #added-sprint-6 .modal-body table,
  #added-sprint-8 .modal-body table, #added-sprint-12 .modal-body table, .modal13 .modal-body table, .modal8 .modal-body table {
    width: 100%; }
    #added-sprint-1 .modal-body table td, #added-sprint-2 .modal-body table td, #added-sprint-7 .modal-body table td, #added-sprint-6 .modal-body table td,
    #added-sprint-8 .modal-body table td, #added-sprint-12 .modal-body table td, .modal13 .modal-body table td, .modal8 .modal-body table td {
      padding: 5px;
      font-size: 15px;
      line-height: 18px; }
    #added-sprint-1 .modal-body table div, #added-sprint-2 .modal-body table div, #added-sprint-7 .modal-body table div, #added-sprint-6 .modal-body table div,
    #added-sprint-8 .modal-body table div, #added-sprint-12 .modal-body table div, .modal13 .modal-body table div, .modal8 .modal-body table div {
      font-size: 15px;
      line-height: 17px;
      margin-bottom: 10px; }
    #added-sprint-1 .modal-body table input, #added-sprint-1 .modal-body table textarea, #added-sprint-2 .modal-body table input, #added-sprint-2 .modal-body table textarea, #added-sprint-7 .modal-body table input, #added-sprint-7 .modal-body table textarea, #added-sprint-6 .modal-body table input, #added-sprint-6 .modal-body table textarea,
    #added-sprint-8 .modal-body table input,
    #added-sprint-8 .modal-body table textarea, #added-sprint-12 .modal-body table input, #added-sprint-12 .modal-body table textarea, .modal13 .modal-body table input, .modal13 .modal-body table textarea, .modal8 .modal-body table input, .modal8 .modal-body table textarea {
      width: 100%;
      border: 2px solid #F08D8B;
      padding: 5px;
      border-radius: 10px; }
    #added-sprint-1 .modal-body table textarea, #added-sprint-2 .modal-body table textarea, #added-sprint-7 .modal-body table textarea, #added-sprint-6 .modal-body table textarea,
    #added-sprint-8 .modal-body table textarea, #added-sprint-12 .modal-body table textarea, .modal13 .modal-body table textarea, .modal8 .modal-body table textarea {
      resize: vertical; }
  #added-sprint-1 .modal-body .btn-success, #added-sprint-2 .modal-body .btn-success, #added-sprint-7 .modal-body .btn-success, #added-sprint-6 .modal-body .btn-success,
  #added-sprint-8 .modal-body .btn-success, #added-sprint-12 .modal-body .btn-success, .modal13 .modal-body .btn-success, .modal8 .modal-body .btn-success {
    background: #28a745;
    width: 30px;
    border-radius: 5px;
    padding: 5px;
    margin: 0; }
  #added-sprint-1 .modal-body .btn-danger, #added-sprint-2 .modal-body .btn-danger, #added-sprint-7 .modal-body .btn-danger, #added-sprint-6 .modal-body .btn-danger,
  #added-sprint-8 .modal-body .btn-danger, #added-sprint-12 .modal-body .btn-danger, .modal13 .modal-body .btn-danger, .modal8 .modal-body .btn-danger {
    width: 30px;
    border-radius: 5px;
    padding: 5px;
    margin: 0; }
  #added-sprint-1 .modal-body .rotate-90, #added-sprint-2 .modal-body .rotate-90, #added-sprint-7 .modal-body .rotate-90, #added-sprint-6 .modal-body .rotate-90,
  #added-sprint-8 .modal-body .rotate-90, #added-sprint-12 .modal-body .rotate-90, .modal13 .modal-body .rotate-90, .modal8 .modal-body .rotate-90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center; }
  #added-sprint-1 .modal-body .rotate-270, #added-sprint-2 .modal-body .rotate-270, #added-sprint-7 .modal-body .rotate-270, #added-sprint-6 .modal-body .rotate-270,
  #added-sprint-8 .modal-body .rotate-270, #added-sprint-12 .modal-body .rotate-270, .modal13 .modal-body .rotate-270, .modal8 .modal-body .rotate-270 {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    text-align: center; }

.modal-body table {
  width: 100%; }
  .modal-body table td {
    padding: 5px;
    font-size: 15px;
    line-height: 18px; }
  .modal-body table div {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px; }
  .modal-body table input, .modal-body table textarea {
    width: 100%;
    border: 2px solid #F08D8B;
    padding: 5px;
    border-radius: 10px; }
  .modal-body table textarea {
    resize: vertical; }

.modal-body .btn-success {
  background: #28a745;
  width: 30px;
  border-radius: 5px;
  padding: 5px;
  margin: 0; }

.modal-body .btn-danger {
  width: 30px;
  border-radius: 5px;
  padding: 5px;
  margin: 0; }

.modal-body .rotate-90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center; }

.modal-body .rotate-270 {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  text-align: center; }

.modal-field {
  width: 100%;
  border: 2px solid #F08D8B;
  padding: 5px;
  border-radius: 10px;
  resize: vertical; }

#added-sprint-2 {
  max-width: 1000px; }

.kurs__thema-materials .filemodal {
  max-width: 750px;
  background-size: cover;
  padding-right: 0 !important; }
  .kurs__thema-materials .filemodal .modal-content {
    padding: 0; }

#registrModal {
  width: 100%;
  max-width: 1223px;
  padding: 0px 85px 66px;
  background: url("../img/new/bgwindow.png") no-repeat 0 0/cover; }
  #registrModal .modal-content {
    padding: 40px; }
  #registrModal .anket-container {
    padding-top: 0; }
  @media (max-width: 820px) {
    #registrModal {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      padding: 40px 20px;
      max-height: 1290px !important; } }
  #registrModal .pfon {
    background: url("../img/new/pfon.png") no-repeat 50% 50%;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0; }
    @media (max-width: 450px) {
      #registrModal .pfon {
        background-size: cover;
        padding: 10px; } }
    #registrModal .pfon b {
      font-size: 18px;
      line-height: 24px;
      font-family: "GraphikB", sans-serif;
      display: inline-block; }
  #registrModal input[type="text"],
  #registrModal input[type="password"],
  #registrModal input[type="email"],
  #registrModal input[type="date"],
  #registrModal select {
    border: 2px solid #b4a39f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px 19px 11px;
    background: none;
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    line-height: 18px;
    color: #b4a39f; }
    #registrModal input[type="text"]::-webkit-input-placeholder,
    #registrModal input[type="password"]::-webkit-input-placeholder,
    #registrModal input[type="email"]::-webkit-input-placeholder,
    #registrModal input[type="date"]::-webkit-input-placeholder,
    #registrModal select::-webkit-input-placeholder {
      opacity: 1; }
    #registrModal input[type="text"]:-ms-input-placeholder,
    #registrModal input[type="password"]:-ms-input-placeholder,
    #registrModal input[type="email"]:-ms-input-placeholder,
    #registrModal input[type="date"]:-ms-input-placeholder,
    #registrModal select:-ms-input-placeholder {
      opacity: 1; }
    #registrModal input[type="text"]::-ms-input-placeholder,
    #registrModal input[type="password"]::-ms-input-placeholder,
    #registrModal input[type="email"]::-ms-input-placeholder,
    #registrModal input[type="date"]::-ms-input-placeholder,
    #registrModal select::-ms-input-placeholder {
      opacity: 1; }
    #registrModal input[type="text"]::placeholder,
    #registrModal input[type="password"]::placeholder,
    #registrModal input[type="email"]::placeholder,
    #registrModal input[type="date"]::placeholder,
    #registrModal select::placeholder {
      opacity: 1; }
    @media (max-width: 820px) {
      #registrModal input[type="text"],
      #registrModal input[type="password"],
      #registrModal input[type="email"],
      #registrModal input[type="date"],
      #registrModal select {
        max-width: 100%;
        min-width: 300px; } }
  #registrModal .position-relative {
    width: 33.333%;
    text-align: left;
    margin-bottom: 28px; }
    @media (max-width: 1030px) {
      #registrModal .position-relative {
        padding: 0 10px; } }
    @media (max-width: 820px) {
      #registrModal .position-relative {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #registrModal .position-relative label {
      color: #999; }
    #registrModal .position-relative.w-50 {
      width: 50%; }
      @media (max-width: 820px) {
        #registrModal .position-relative.w-50 {
          width: 100%; } }
      #registrModal .position-relative.w-50 input[type="text"],
      #registrModal .position-relative.w-50 input[type="password"],
      #registrModal .position-relative.w-50 input[type="email"],
      #registrModal .position-relative.w-50 select {
        max-width: 460px;
        min-width: 300px; }
        @media (max-width: 820px) {
          #registrModal .position-relative.w-50 input[type="text"],
          #registrModal .position-relative.w-50 input[type="password"],
          #registrModal .position-relative.w-50 input[type="email"],
          #registrModal .position-relative.w-50 select {
            max-width: 100%; } }
  #registrModal .invalid-feedback {
    position: absolute; 
		background: #fcf3ed;
    z-index: 99;
	}
  #registrModal .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #registrModal .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #registrModal .d-flex.w-50 {
      width: 50%; }
      #registrModal .d-flex.w-50 .position-relative.w-50 input {
        max-width: 220px;
        min-width: 200px; }
        #registrModal .d-flex.w-50 .position-relative.w-50 input[type="date"], #registrModal .d-flex.w-50 .position-relative.w-50 input#birthday {
          background: url("../img/new/calendar.png") no-repeat 98% 50%;
          padding-right: 35px; }
      @media (max-width: 970px) {
        #registrModal .d-flex.w-50.flex-mini {
          width: 100%; }
          #registrModal .d-flex.w-50.flex-mini input {
            max-width: 100% !important;
            min-width: 300px; } }
  #registrModal .contact-form {
    max-width: 961px;
    margin: 0 auto; }
  #registrModal .button-container {
    text-align: center; }
  #registrModal button.submit-btn {
    background: #ec6b6b;
    border-radius: 60px;
    max-width: 209px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    font-family: "bertonroman", sans-serif;
    padding: 0 20px;
    height: 50px; }
  #registrModal .dropdown-menu {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100%;
    max-width: 220px; }
    #registrModal .dropdown-menu span {
      padding: 0 !important;
      background: none !important;
      margin-left: 0 !important; }

.block-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .block-consent label {
    margin: 0 0 0 10px;
    padding: 0;
    position: static;
    font-size: 14px;
    line-height: 20px;
    color: #492219;
    background: none; }
  .block-consent a {
    color: #492219;
    text-decoration: underline; }
    .block-consent a:hover {
      text-decoration: none; }
  .block-consent input:checked {
    background: #2aa300; }
  .block-consent .invalid-feedback {
    margin-top: 12px; }

.card {
  border: 0; }
  .card-header {
    background: none;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-family: "bertonroman", sans-serif;
    font-size: 48px;
    line-height: 22px;
    color: #492219;
    margin-bottom: 40px; }

.play-link {
  cursor: pointer; }

#added-sprint-0-1 {
  max-width: 1200px;
  max-height: 627px;
  height: 627px;
  background-size: cover; }
  #added-sprint-0-1 .container::before {
    display: none !important; }

.task__link {
  text-align: center; }
  .task__link a {
    cursor: pointer; }

.task .next {
  max-width: 120px; }

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

.task-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
  padding-top: 0px; }
  .task-left img {
    max-width: 100%; }
  .task-left .case {
    max-width: 75%;
    margin: 0 auto; }

.task .title {
  background: url("../img/new/task/title.png") no-repeat 0 0/100% 100%;
  color: #fff;
  font-size: 28px;
  font-family: "bertonroman", sans-serif;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 100px;
  margin-bottom: 0px;
  text-align: left; }
  .task .title p {
    text-align: left;
    font-size: 28px;
      margin-bottom: 0;
  }

.task .title span {
  font-size: 36px;
  display: block;
  line-height: 50px; }

.task-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0px 0 0 0;
  text-align: center; }
  .task-right .task__link {
    text-align: right;
    margin: -110px 0 0 0; }

.task .slide, .task .block-values .slick-slider {
  max-width: 860px;
  margin: 0 auto; }
@media(max-width: 1200px) {
    .task .block-values .slick-slider {
        max-width: 760px;
    }
}
.modal-poster .task .block-values .slick-slider {
    overflow: visible;
}
.task .slide__item {
  padding: 20px 30px 20px 30px;
    text-align: center;
}

.task .slide__item a {
  background: #f6c1bd;
  border-radius: 100px;
  text-align: center;
  max-width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 130px;
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  line-height: 35px;
  font-family: "bertonroman", sans-serif;
  cursor: pointer; }

.task .slide__item a.active,
.task .slide__item a:hover {
  background: #8abe2c;
  color: #fff;
  border: 10px solid #f9ebe0;
  -webkit-box-shadow: 0 0 20px 0 rgba(138, 190, 144, 0.75);
  box-shadow: 0 0 20px 0 rgba(138, 190, 144, 0.75); }

.task .slick-prev,
.task .slick-next {
  width: 60px;
  height: 96px;
    background: none!important;
    margin-top: 0px;
}

.task .slick-prev {
  left: -60px; }

.task .slick-next {
  right: -60px; }

.task .slick-prev::before,
.task .slick-next::before {
  width: 60px;
  height: 96px;
  display: block; }

.task .slick-prev::before {
  background: url("../img/new/task/arr-prev.png") no-repeat 0 0/cover;
  content: ""; }

.task .slick-next::before {
  background: url("../img/new/task/arr-next.png") no-repeat 0 0/cover;
  content: ""; }

.block-task {
  background: url("../img/new/task/block-task.png") no-repeat 0 0/100% 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 45px;
  color: #8f695b;
  max-width: 80%;
  padding: 55px 60px;
  margin: 20px auto 0;
  text-align: left; }
  .block-task p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 40px;
    color: #8f695b;
    text-align: left; }

.panel-button {
  padding: 0 0 0 30px;
  max-width: 500px; }
  .panel-button .left-button {
    font-family: "bertonroman", sans-serif;
    color: #fff;
    font-size: 32px;
    background: url("../img/new/task/left-button.png") no-repeat 100% 50%/100% 100%;
    padding: 16px 40px 25px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 44px;
    margin-top: -10px;
      cursor: pointer;
  }
    .panel-button .left-button.active {
      background: url("../img/new/task/left-button-active.png") no-repeat 100% 50%/100% 100%;
      margin-left: 0;
      padding-left: 80px;
      margin-bottom: 0;
      z-index: 10;
      position: relative; }

.case-big {
  max-width: 94%; }

task2 .task-left {
  padding-top: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%; }

.task2 .task-right {
  padding-top: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%; }
.task2 .task-5 .task-right {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}
.task-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.all {
  background: url("../img/new/task/all.png") no-repeat 50% 50%/100% 100%;
  text-align: center;
  color: #fff !important;
  font-size: 30px;
  font-family: "bertonroman", sans-serif;
  width: 400px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 80px; }
  .all:hover {
    color: #fff !important; }

.task2 .block-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  z-index: 99;
  position: relative; }
  .task2 .block-amount p {
    font-family: "bertonroman", sans-serif;
    font-size: 36px;
    color: #784530;
    margin-right: 20px;
    text-align: left;
    white-space: nowrap; }
  .task2 .block-amount.w-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.task3 .task-right {
  padding: 0; }

.amount {
  background: url("../img/new/task/bgamount.png") no-repeat 50% 50%/cover;
  height: 174px;
  width: 180px;
  text-align: center;
  padding: 65px 25px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: #e26092; }
.modal-poster .task02 .amount {
    height: 154px;
    width: 160px;
    padding: 55px 20px 0 0;
}
.block-values {
  margin: 0px 0 0px; }
.modal-poster .block-values {
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0 -10px;
}
.case5 {
  margin-top: -120px;
  max-width: 90%; }

.text-right {
  text-align: right; }

.block-task-big {
  background: url("../img/new/task/block-task-big.png") no-repeat 0 0/100% 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 38px;
  max-width: 950px;
  margin: -70px 0 0 30px;
  padding: 40px 80px 30px; }
  .block-task-big p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    text-align: left; }
    .block-task-big p b {
      font-family: "Montserrat Bold", sans-serif;
      font-size: 28px; }

.task__link.text-right {
  margin: -120px 20px 0 0;
  position: relative; }
.task__link.text-right.float-right {
    z-index: 99;
}
#menu {
  margin: -60px 0 30px 0;
  padding: 0px 5px 0px 5px;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "bertonroman", sans-serif;
  font-size: 28px;
  z-index: 99; }

#menu li {
  display: inline;
  margin: 0 10px 0;
  padding: 5px 5px 15px 5px;
  cursor: pointer;
  font-weight: bold; }

.tab_active {
  position: relative;
  border-bottom: 4px solid #e26092; }

#container {
  clear: both;
  max-width: 1000px;
  margin: 0 auto; }

#container .tab_content {
  display: none;
  padding: 5px; }

.visible {
  display: block !important; }

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

.mt-80 {
    margin-top: -80px!important;
}
.task__link.mt-80 .btn {
    margin-bottom: 0;
}
#container .tab_content span {
  display: inline-block;
  background: url("../img/new/task/bgspan.png") no-repeat 50% 50%/100% 100%;
  font-size: 28px;
  padding: 15px 35px 20px;
  font-family: "bertonroman", sans-serif;
  margin: 0 10px 15px;
    cursor: pointer;
}

#container .tab_content span.active {
  background: url("../img/new/task/bgspan-active.png") no-repeat 50% 50%/100% 100%;
  color: #fff; }

@media (max-width: 1150px) {
  .block-task {
    padding: 70px 60px; }
  .task-right .task__link {
    margin-top: -100px; }
  .title {
    height: 160px; }
  .panel-button .left-button {
    font-size: 30px;
    line-height: 40px; }
  #menu li {
    margin: 0 10px; } }

@media (max-width: 1100px) {
  .block-task {
    font-size: 25px;
    line-height: 35px; }
  .title span {
    font-size: 30px;
    line-height: 40px; }
  .block-task-big {
    max-width: 96%;
    margin-left: 20px; } }

@media (max-width: 960px) {
  .block-task {
    font-size: 20px; }
  .task {
    height: auto; }
  #menu {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (max-width: 900px) {
  .title {
    height: 130px;
    padding-left: 60px; }
  .block-task {
    padding: 40px; }
  .block-task-big {
    padding-bottom: 30px;
    background-size: 100% 100%;
    font-size: 20px; } }

@media (max-width: 800px) {
  .title {
    font-size: 22px;
    height: 110px; }
  .title span {
    font-size: 25px;
    line-height: 35px; }
  .block-task {
    line-height: 32px; }
  .next {
    max-width: 150px; }
  .task-right .task__link {
    margin-top: -60px; }
  .panel-button .left-button {
    font-size: 22px;
    margin-left: 26px; }
  .block-task-big {
    line-height: 32px; } }

@media (max-width: 740px) {
  .task-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .task-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .title {
    height: 200px;
    width: 90%;
    padding-left: 100px; }
  .task-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%; }
  .block-task {
    background-size: 100% 100%;
    padding: 60px; }
  .task2 .task-left {
    padding-top: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .panel-button {
    margin: 0 auto; }
  .panel-button .left-button {
    margin-left: 44px; }
  .task2 .task-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    padding-top: 30px; }
  .task2 .block-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px 0; }
  .slide__item a {
    font-size: 40px;
    line-height: 50px;
    height: 150px; }
  .all {
    margin-left: 0; }
  .block-task-big {
    margin-top: 0; }
  .task__link.text-right {
    margin-top: -60px; }
  .block-task-big {
    padding: 40px;
    max-width: 90%; } }

@media (max-width: 650px) {
  .title {
    height: 160px; }
  .block-amount p {
    font-size: 30px; }
  .amount {
    height: 220px;
    width: 250px;
    background-size: 100% 100%;
    padding-top: 85px; }
  #menu {
    margin-bottom: 30px; } }

@media (max-width: 600px) {
  .task__name {
    font-size: 38px;
    line-height: 45px; }
  .slide__item a {
    font-size: 35px;
    line-height: 40px; }
  #menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #menu li {
    margin-bottom: 15px; } }

@media (max-width: 550px) {
  .title {
    height: 140px; } }

@media (max-width: 500px) {
  .title {
    height: 120px; }
  .panel-button {
    padding-left: 0; }
  .task2 .block-amount {
    padding-top: 0; }
  .amount {
    height: 160px;
    width: 200px;
    padding-top: 58px;
    font-size: 35px;
    padding-left: 5px; }
  .case5 {
    margin-top: -60px; }
  #menu {
    margin-bottom: 0px; } }

@media (max-width: 450px) {
  .title {
    padding-left: 50px; }
  .task-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .block-task {
    padding: 40px 30px; } }

@media (max-width: 400px) {
  .title {
    background-size: 100% 100%; }
  .slide__item a {
    font-size: 30px;
    line-height: 30px;
    height: 120px; } }

.modal-test .modal-content {
  padding-top: 40px; }

.modal-test .modal-header {
  padding-right: 20px; }
.modal-case .modal-content {
    padding-bottom: 0!important;
}
.modal-poster {
    max-width: 1200px;
    max-height: 600px;
    height: 627px;
    background-size: cover; }
.modal-poster .container::before {
    display: none !important; }
.modal-poster .modal-header {
    margin-bottom: 29px;
}
.kurs__thema-materials .modal-poster .modal-content {
    padding: 50px 0px 0px;
}
.modal-poster .task-left {
    flex: 0 1 60%;
    padding-top: 0;
}
.modal-poster .task-left .title {
    background-size: 100% 100%;
    height: 150px;
    margin-bottom: 0px;
}
.modal-poster .task-left .title p {
    margin-bottom: 0;
}
.modal-poster .d-flex {
    display: flex;
    justify-content: space-between;
}
.modal-poster .block-image {
    text-align: center;
    width: 240px;
    background: url("../images/task8/bgimage.png") no-repeat 50% 100%/100%;
    margin-top: -40px;
    margin-left: 50px;
}
.modal-poster .block-image img {
    max-width: 180px;
    margin: 0 auto 0 -35px;
}
@media (max-width: 1000px) {
    .modal-poster .block-image img {
        max-width: 90%;
    }
}
.modal-poster .task-right2 {
    padding-top: 0;
    padding-right: 20px;
    flex: 0 1 63%;
    margin-top: -20px;
}
.modal-poster .task-right2 .block-task {
    background: url("../images/task8/block-task-big.png") no-repeat 0 0/100% 100%;
    padding: 40px 60px 20px;
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.modal-poster .task-right2 .block-task p {
    font-size: 20px;
    line-height: 30px;
}
.modal-poster .task-right2 .task__link {
    margin: -90px -20px 0 0;
}
.modal-poster .img2 {
    height: 450px;
    margin: 0px 40px 0px 60px;
}
.modal-poster .flex-auto {
    flex: 1 1 auto;
}
.modal-poster .flex-auto .slide {
    max-width: 760px;
}
.modal-poster .flex-auto .slick-prev {
    left: -30px;
    margin-top: 0;
    top: 100px;
}
.modal-poster .flex-auto .slick-next {
    right: -30px;
    margin-top: 0;
    top: 100px;
}
.modal-poster .flex-auto .slide__item a {
    border-radius: 125px;
    height: 160px;
}
.modal-poster .slide__item textarea,
.modal-poster .slide__item input.inp-text{
    border: 0;
    background: #fff;
    height: 150px;
    border-radius: 125px;
    text-align: center;
    max-width: 100%;
    display: flex !important;
    padding: 0px 50px 0;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 65px;
    font-family: "DKKeswick", "bertonroman",  sans-serif;
    resize: none;
    color: #784530;
    width: 100%;
}
.modal-poster .slide__item textarea::placeholder {
    opacity: 1;
    color: #784530;
}
.modal-poster .block-amount .title {
    background: url("../images/task8/bgtitle.png") no-repeat 0 50% / 100% 100%;
    padding: 25px 180px 25px 50px;
    color: #fff;
    margin: 0px -120px 0 0;
    height: 90px;
}
.modal-poster .task-height {
    height: 100%;
}
.modal-poster .title-big {
    background: url("../images/task8/title2.png") no-repeat 0 50% / 100% 100%;
}

.modal-poster .img3 {
    max-width: 300px;
}
@media (max-width: 1050px) {
    .modal-poster .img3 {
        width: 100%;
        min-width: 300px;
    }
}
@media (max-width: 900px) {
    .modal-poster .task-5 .img3 {
        display: none;
    }
}
.modal-poster .task-5 .slide-vertical .slide2 {
    height: 300px;
    overflow-y: auto;
    max-width: 550px;
    text-align: left;
    scrollbar-color: #F8E992 #DFE9F5;
}
.modal-cam .task-5 .slide-vertical .slide2 {
    overflow-y: auto;
    scrollbar-color: #F8E992 #DFE9F5;
    padding-right: 10px;
    text-align: left;
}
.modal-poster .slide2 .slide__item {
    display: inline-block;
    height: auto;
    padding: 0;
    text-align: left;
}
.modal-poster .slide2 .slide__item span {
    background: url("../images/task8/bggreen.png") no-repeat 50% 50%/100% 100%;
    display: inline-block;
    padding: 20px 20px;
    color: #fff;
    font-size: 28px;
    font-family: "DKKeswick", "bertonroman",  sans-serif;
    max-width: 500px;
}
.modal-poster .task-5 {
    align-items: center;
}
.modal-poster .task-5 .title {
    height: 80px;
    text-align: center;
    font-size: 40px;
    padding: 0;
    justify-content: center;
}
.modal-poster .task-5 .task-left {
    flex: 1 1 auto;
    background: url("../images/task8/bgpanel-left.png") no-repeat 0 25px / 100% 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 800px;
}
@media (max-width: 1200px) {
    .modal-poster .task-5 .title {
        text-align: left;
        padding-left: 20px;
    }
}
.modal-poster .slide-vertical {
    position: relative;
    padding: 40px 20px 40px 40px;
}
@media (max-width: 1250px) {
    .modal-poster .slide-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.modal-poster .slide-vertical .block-amount {
    position: absolute;
    right: 30px;
    top: 120px;
}
@media (max-width: 1200px) {
    .modal-poster .slide-vertical .block-amount {
        top: 60px;
    }
}
.modal-poster .slide-vertical .slide__item {
    margin-bottom: 17px;
}
.modal-poster .slide-vertical .slick-next {
    right: 65px;
    top: inherit;
    bottom: -10px;
    width: 100px;
    height: 63px;
}
.modal-poster .slide-vertical .slick-next::before {
    background: url("../images/task8/next-bot.png") no-repeat 0 0 / cover;
    width: 100px;
    height: 63px;
    opacity: 1;
}

.modal-poster .slide-vertical .slick-prev {
    left: inherit;
    right: 65px;
    top: 70px;
    width: 100px;
    height: 63px;
    z-index: 9999;
}
.modal-poster .slide-vertical .slick-prev::before {
    background: url("../images/task8/prev-top.png") no-repeat 0 0 / cover;
    width: 100px;
    height: 63px;
    opacity: 1;
}
@media (max-width: 1200px) {
    .modal-poster .task-5 .amount {
        width: 200px;
        height: 193px;
        padding: 73px 26px 0 0;
    }
    .modal-poster .slide-vertical .slick-next,
    .modal-poster .slide-vertical .slick-prev {
        right: 30px;
    }
}
@media (max-width: 740px) {
    .modal-poster .task2 .task-5 .block-amount {
        padding-top: 0;
    }
}
.align-items-start {
    align-items: flex-start;
}
.modal-cam {
    background: url("../images/task9/bgcam.jpg") #d9fcd4 no-repeat 50% 0;
}
.modal-cam .task-left .title {
    height: 130px;
    padding-bottom: 10px;
}
.task03 .block-task {
    width: 80%;
    max-width: 440px;
    margin-top: 0px;
    padding-right: 0;
    padding-bottom: 30px;
}
.task03 .journal-left {
    width: 500px;
    background: url("../images/task9/bgleft-journal.png") no-repeat 50% 0/180px;
    padding-top: 120px;
    text-align: center;
}
.task03 .journal-left h2 {
    font-size: 32px;
    color: #784530;
    font-family: "bertonroman", sans-serif;
    text-align: center;
    margin-bottom: 5px;
}
.task03 .block-camomile {
    width: 300px;
    height: 285px;
    background: url("../images/task9/camomile2.png") no-repeat 0 0 / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat Bold", sans-serif;
    font-size: 28px;
    margin: 0 auto;
    position: relative;
}
.task03 .journal-all .block-camomile {
    width: 350px;
    height: 335px;
}
.task03 .camomile-text {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 0 18px 5px 0;
    background: #f8e992;
    border-radius: 50%;
    z-index: 99;
    border: 5px solid #fff;
}

.task03 .journal-right {
    padding-top: 0px;
}
.task03 .journal-item {
    margin-bottom: 4px;
    position: relative;
    z-index: 9;
}
.task03 .journal-item span {
    color: #784530;
    font-family: "bertonroman", sans-serif;
    font-size: 20px;
    border-radius: 30px;
    padding: 8px 60px 8px 30px;
    display: inline-block;
    position: relative;
}
.task03 .journal-item.active span,
.task03 .journal-item span:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(138, 190, 144, 0.95);
    cursor: pointer;
}
.task03 .journal-item.active span::before,
.task03 .journal-item span:hover::before {
    content: "";
    background: url("../images/task9/arrow-green.png") no-repeat 50% 50% / auto 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -20px;
}
.task03 .journal-list h3 {
    font-size: 28px;
    line-height: 30px;
    border-bottom: 4px solid #8abe2c;
    display: inline-block;
    padding: 0 10px 8px;
    font-family: "bertonroman", sans-serif;
    margin-bottom: 20px;
    color: #784530;
}
.task03 .journal-list .list-big {
    height: 380px;
    overflow-y: auto;
    scrollbar-color: #F8E992 #DFE9F5;
}
.task03 .journal-list .list-big::-webkit-scrollbar,
.modal-poster .task-5 .slide-vertical .slide2::-webkit-scrollbar {
    width: 8px;
}
.task03 .journal-list .list-big::-webkit-scrollbar-track,
.modal-poster .task-5 .slide-vertical .slide2::-webkit-scrollbar-track {
    background: #DFE9F5;
}
.task03 .journal-list .list-big::-webkit-scrollbar-thumb,
.modal-poster .task-5 .slide-vertical .slide2::-webkit-scrollbar-thumb {
    background: #F8E992;
    border-radius: 6px;
    border: 1px solid #DFE9F5;
}
.task03 .journal-list .list-big p {
    margin-bottom: 10px;
    text-align: left;
}
.task03 .journal-list .list-big p span {
    background: url("../images/task9/bg-plist-big.png") no-repeat 50% 50%/100% 100%;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    font-family: "DKKeswick", "bertonroman",  sans-serif;
    max-width: 350px;
    color: #784530;
    cursor: pointer;
}
.task03 .journal-list .list-big p input {
    background: url("../images/task9/bginp.png") no-repeat 50% 50%/100% 100%;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    font-family: "DKKeswick", "bertonroman", sans-serif;
    max-width: 350px;
    color: #784530;
}
.task03 .journal-list .list-big p input::placeholder {
    opacity: 1;
}
.task03 .journal-list .list-big p.active span {
    background: url("../images/task9/bg-plist-big-green.png") no-repeat 50% 50%/100% 100%;
    color: #fff;
}

.task03 .journal-cam {
    background: none;
    padding-top: 0;
}
.task03 .journal-cam h2 {
    background: url("../images/task9/bgh2cam.png") no-repeat 100% 50%/100% 100%;
    color: #fff;
    padding: 15px 100px 15px 40px;
    display: inline-block;
    font-size: 20px;
}
.modal-cam .task03 .task-slide {
    background: url("../images/task9/block-task-big.png") no-repeat 50% 50%/100% 100%;
    /*height: 580px;*/
    width: 100%;
    max-width: 700px;
    margin-top: 0px;
    padding-top: 0;
}
.task03 .task-slide h2 {
    color: #784530;
    font-size: 28px;
    font-family: "bertonroman", sans-serif;
    text-align: left;
    margin-left: 40px;
}
.task03 .task-slide .slide2 {
    height: 580px;
    position: relative;
    z-index: 199;
}
.slide__item em {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 25px;
}
.task03 .slide2 .slide__item span {
    max-width: 100%;
    background: url("../images/task9/bggreen2.png") no-repeat 50% 50%/100% 100%;
}

.modal-cam .task03 .slide-vertical .slick-prev {
    left: inherit;
    right: 50%;
    top: 0px;
    margin-right: -50px;
}
.task03 .slide-vertical .slick-prev.slick-disabled,
.task03 .slide-vertical .slick-next.slick-disabled {
    opacity: 0.5;
}
.modal-cam .task03 .slide-vertical .slick-next {
    margin-right: -50px;
    right: 50%;
    bottom: -50px;
}
.task03 .slick-list {
    max-height: 500px;
}
.task03 .task__link.mt-80 {
    margin-top: -80px;
}
.task03 .mw-40 {
    max-width: 45%;
}
.task03 .journal-all {
    padding-top: 10px;
    background: none;
}
.task03 .journal-all .all {
    margin: 0 auto 20px;
    width: 320px;
    height: 90px;
    cursor: pointer;
}
.task03 .journal-all .task03 .mt-0 {
    margin-top: 0;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.task03 .mt-40 {
    margin-top: 40px;
}
.task03 .mt-30 {
    margin-top: -30px;
}
.task03 .task__link .all {
    width: 300px;
    height: 90px;
}
@media(max-width: 1136px) {
	#registrModal {
		padding-left: 0;
		padding-right: 0;
		max-height: 100%;
	}
	#registrModal .invalid-feedback {
    position: relative;
    background: none;
	}
}
@media(max-width: 500px) {
	#registrModal .modal-content {
		padding: 20px 0;
	}
	.page-1 {
		position: relative;
    z-index: 999;
    opacity: 1;
	}
}