
@font-face {
    font-family: 'Museo Sans Cyrl 100';
    src: url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-100.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Submenu */

ul.nav-child 
{
    display: none;
}

/* / Submenu */

/* reset.css */

html {
    margin: 0;
    padding: 0;
    border: 0;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

p {
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

 :focus {
    outline: 0;
}

html {
    width: 100%;
}

img {
    max-width: 100%;
}

button:focus {
    outline: none;
}

body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  font-family: 'Museo Sans Cyrl 500';
  background-color: white;
}

.container {
  margin: 0 auto;
}

p {
  margin: 0;
}

a {
  color: #212121;
}

a:hover {
  color: #8dbaff;
  text-decoration: none;
}


a:hover, a:active, a:focus {
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn {
  font-size: 16px;
  border-radius: 3px;
  letter-spacing: 0.7px;
  padding: 12px 25px;
}

.btn:focus {
  -webkit-box-shadow: none;
   box-shadow: none;
}

/*-------------------------------------------*/
/*Выше идет универсальная верстка*/
/*-------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #212121;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

a:hover {
    color: #8dbaff;
}

a:focus,
a:active {
    color: #8dbaff;
}

b,
strong {
    font-weight: bold!important;
}

em,
dfn {
    font-style: italic;
}

sup,
sub {
    line-height: 0;
}

li ul,
li ol {
    margin: 0;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

th,
td,
caption {
    padding: 4px 10px 4px 5px;
}

tbody tr:nth-child(even) td,
tbody tr.even td {
    background: #e5ecf9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}


.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*-------------------------------------------*/
/*Выше идет typography.css*/
/*-------------------------------------------*/



/* Шапка */
.btn-blue,
.button.validate,
.btn-primary {
  background-color: #8dbaff;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 40px;
  letter-spacing: 0px;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #8dbaff;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.button.validate:hover,
.button.validate:focus,
.button.validate:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #8dbaff!important;
  background-color: #ffffff!important;
  border: 1px solid #8dbaff!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}

.formRed {
  margin-bottom: 10px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__top {
  background-color: #892585;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__top .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top a,
.header__top span {
  color: #ffffff;
  font-size: 16px;
}

.header__top a:hover,
.header__top span:hover {
  color: #8dbaff;
}

.fa-caret-down {
  margin-left: 7px;
}

.register a {
  position: relative;
}

.register a:before {
  content: '';
  background-image: url(../img/user-shape.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-menu .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.main-menu .navbar .nav-item.active > a,
.main-menu .navbar .nav-item a:hover,
.main-menu .navbar .nav-item span:hover {
  color: #8dbaff;
}

.main-menu .navbar {
  padding: 0;
}

.main-menu .navbar .nav-item {
  margin-right: 20px;
}

.main-menu .navbar-nav > .nav-item.parent {
  position: relative;
}

.main-menu .navbar-nav > .nav-item.parent:after {
  content: '';
  background-image: url(../img/arrow-down.png);
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rsfp_thankyou_popup_inner {
  border-color: #892585;
  border-radius: 5px;
}

.rsfp_thankyou_popup_outer {
  background: rgba(255,255,255, 0.8);
}

.rsfp_thankou_popup_close_btn {
  color: #892585;
}

.rsform-error {
  border-color: red!important;
}


/* Main menu submenu */

li.nav-item.parent:hover > .nav-child 
{
    display: block;
    position: absolute;
    background-color: #892585;
    list-style: none;
}

li.nav-item.parent:hover > .nav-child li a 
{
    padding-left: 0;
}

/* / Main menu submenu */

.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.enter {
  margin-left: 12px;
}

.languages {
  text-align: right;
}

.languages a {
  margin-left: 21px;
}

.languages a.current {
  background-image: url(../img/lang-border.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.languages a img {
  margin-right: 6px;
}

.header__bottom {
  padding-top: 20px;
  padding-bottom: 16px;
}

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

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 1px;
  position: relative;
}

.header__email a {
  position: relative;
}

.header__email a:before {
  content: '';
  background-image: url(../img/envelope.png);
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__tel a:before {
  content: '';
  background-image: url(../img/phone.png);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__email button {
  border: none;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  color: #8dbaff;
  font-size: 16px;
  text-align: left;
  position: relative;
  bottom: -4px;
}

.header__email button:hover {
  color: #892585;
}

.header__tel a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
}

.header__tel button {
  margin-left: 26px;
}

/* Баннер */

.banner {
  background-image: url(../img/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 50px;
}

.banner .banner-content {
  color: #ffffff;
  max-width: 540px;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 33px;
  padding-right: 30px;
}

.banner .banner-content:nth-child(1) {
  background-color: rgba(153, 68, 150, 0.9);
}

.banner .banner-content:nth-child(2) {
  background-color: rgba(141, 106, 214, 0.9);
}

.banner-content-title {
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

.banner-content-title:after {
  content: '';
  background-image: url(../img/banner-line.png);
  width: 100px;
  height: 1px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-content ul {
  margin-top: 12px;
  margin-bottom: 19px;
  padding-left: 20px;
}

.banner-content ul li {
  font-size: 18px;
  line-height: 30px;
}

.banner-content button {
  padding: 13px 50px;
}


/* Мы вам подходим */

.we-suit {
  padding-top: 70px;
  padding-bottom: 80px;
}

.header-black {
  font-family: 'Museo Sans Cyrl 300';
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
}

.header-black span {
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
}

.we-suit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 37px;
}

.we-suit__item img {
  width: 95px;
  height: 95px;
  margin-right: 15px;
}

.we-suit-wrapper {
  margin-top: 11px;
}

.we-suit__item p {
  font-size: 16px;
  line-height: 24px;
}


/* Отзывы клиентов */

.reviews {
  background-color: #f1f4f7;
  padding-top: 70px;
  padding-bottom: 80px;
  background-image: url(../img/review-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

#carousel-reviews {
  margin-top: 40px;
  margin-bottom: 40px;
}

.review-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review_item {
  background-color: #ffffff;
  padding: 20px 30px 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review_item:first-child {
  margin-right: 30px;
}

.carousel-control-prev-icon {
  background-image: url(../img/arrow-prev.png);
  position: relative;
  left: -116px;
  width: 14px;
  height: 22px;
}

.carousel-control-next-icon {
  background-image: url(../img/arrow-next.png);
  position: relative;
  right: -116px;
  width: 14px;
  height: 22px;
}

.review-img-block {
  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;
  margin-right: 28px;
}

.review-img-block .review-photo {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.review-text-block {
  padding-top: 13px;
}

.review-name {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Museo Sans Cyrl 300';
  font-weight: 300;
  position: relative;
}

.review-name span {
  font-size: 16px;
  line-height: 28px;
  color: #676767;
  display: block;
  padding-bottom: 12px;
}

.review-name:after {
  content: '';
  background-image: url(../img/review-line.png);
  width: 341px;
  height: 1px;
  background-repeat: no-repeat;
  position: absolute;
}

.review-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
}

.reviews .button-block {
  text-align: center;
}

.reviews .btn-blue {
  padding: 13px 48px;
}

.review-slide .review_item 
{
    width: 100%;
}

/* Обращение руководителя центра */

.rukovoditel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rukovoditel-text {
  width: 66%;
  padding-right: 65px;
  padding-top: 97px;
  padding-bottom: 80px;
  position: relative;

}

.rukovoditel-text-block {
  margin-top: 28px;
  padding-top: 15px;
  padding-bottom: 49px;
  padding-left: 57px;
  background-image: url(../img/quotes-big.png);
  background-repeat: no-repeat;
}

.rukovoditel-text-block p {
  font-size: 20px;
  line-height: 32px;
  font-family: 'Museo Sans Cyrl 300';
  font-weight: 300;
  font-style: italic;
}

.rukovoditel-text-block button {
  border: none;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  color: #212121;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  font-size: 16px;
  margin-top: 27px;
}

.rukovoditel-text .btn-blue {
  padding: 13px 53px;
}

.podpis-block {
  position: absolute;
  bottom: 101px;
  right: 57px;
  display: none;
}

.rukovoditel-img {
  margin-top: 50px;
  margin-left: 7px;
}

.rukovoditel-img img {
  position: relative;
  bottom: -5px;
}


/* Баннер Ваш отдых в настоящей Франции */

.banner-sale {
  text-align: center;
  background-image: url(../img/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 500px;
}

.banner-sale .container {
  height: 100%;
  width: 70%;
  padding: 20px 30px;
  /*background-image: url(/templates/penguin-by/img/banner-sale-text-bg.png);*/
  background-image: url(../img/banner-sale-text-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-sale .banner-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-content-text {
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Museo Sans Cyrl 700';
  font-weight: 600;
  margin-bottom: 40px;
}

.banner-sale .banner-content-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-sale .banner-content-title {
  text-transform: uppercase;
  padding-bottom: 43px;
}


/* Форма "Остались вопросы?" */

.consult_form {
  padding-top: 70px;
  padding-bottom: 66px;
  text-align: center;
}

.form_description {
  font-size: 20px;
  line-height: 46px;
  font-family: 'Museo Sans Cyrl 300';
  font-weight: 300;
  margin-bottom: 12px;
}

.consult_form-tel {
  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-top: 30px;
}

.consult__tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;

}

input[type="text"],
input[type="email"],
input[type="password"] {
  border-radius: 3px;
  background-color: #f1f4f7;
  border: 1px solid #d2d7db;
  color: #7f7f7f;
  font-size: 15px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  line-height: 46px;
  height: 52px;
  width: 255px;
  padding-left: 25px;
  padding-right: 10px;
  margin-right: 10px;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
form textarea:focus,
form textarea:hover {
  border-color: #8dbaff!important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f1f4f7;
}

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

.consult_form .btn-blue {
  padding: 8px 58px;
}

.consult__tel-inner a {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  position: relative;
  bottom: 3px;

}

.consult__tel-inner a:before {
  content: '';
  background-image: url(../img/phone.png);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Доп. стили по форме */

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

fieldset {
    width:  100%;
}

.banner-content .form-flex,
.modal .form-flex {
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
        -ms-flex-direction:  column;
            flex-direction:  column;
}

/* Footer */


footer {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-bottom {
  background-image: url(../img/footer-bottom-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 43px;
  padding-bottom: 40px;
}

footer a,
footer p {
  color: #ffffff;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 45px;
}

.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-left: 18px;
}

.footer__tel a {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
}

.footer__tel a:before {
  content: '';
  background-image: url(../img/phone-white.png);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__email {
  margin-top: 10px;
  margin-left: 20px;
}

.footer__email a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
}

.footer__email a:before {
  content: '';
  background-image: url(../img/envelope-white.png);
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  left: -19px;
  bottom: 2px;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.footer-adress p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Museo Sans Cyrl 300';
  font-weight: 300;
  color: #b280af;
}

.footer-adress {
  margin-top: 15px;
}

.footer-adress p span {
  text-transform: uppercase;
}

.footer-title {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  margin-bottom: 12px;
}

.footer-menu a {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;

}

.footer-menu li {
  margin-bottom: 15px;
}

.footer__o-kompanii {
  width: 32%;
}

.footer__kursy {
  width: 32%;
  padding-left: 2px;
}
.privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.footer__stajirovka {
  width: 36%;
  padding-left: 8px;
}

.privacy-policy a {
  text-decoration: underline;
  line-height: 24px;
}

.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Museo Sans Cyrl 300';
  font-weight: 300;
}

.footer__copyright {
  text-align: right;
}

.footer__arrow {
  position: absolute;
  right: 2%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__arrow a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  background-image: url(../img/arrow-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 23px 15px;
  border-radius: 50%;
}

.footer__arrow a:hover {
  border: 1px solid #892585;
}


/*Страница Курсы */

.menu-kursy {
  background-color: #8e5ed6;
  padding-top: 14px;
  padding-bottom: 12px;
}

.menu-kursy-wrapper {
  list-style-type: none;
  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: 0;
  padding-left: 0;
}

.menu-kursy-wrapper a {
  list-style-type: none;
  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: 0;
  color: #ffffff;
}

.menu-kursy-wrapper a p {
  color: #ffffff;
  padding-left: 17px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
}

/* Меню с услугами */

ul.menu-kursy-wrapper img 
{
    filter: brightness(100);
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
}

ul.menu-kursy-wrapper li {
    max-width: 210px;
}

/**/

.banner-kursy,
.banner-stajirovki {
  background-image: url(../img/banner-kursy-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 83px;
  background-position: 50%;
}

.banner-kursy .banner-content-title,
.banner-stajirovki .banner-content-title {
  padding-bottom: 17px;
}

.banner-kursy form,
.banner-stajirovki form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-kursy input[type="text"],
.banner-stajirovki input[type="text"] {
  width: 345px;
  margin-bottom: 9px;
  height: 41px;
}

.banner-kursy .banner-content button,
.banner-stajirovki .banner-content button {
  width: 255px;
  margin-top: 22px;
}

.banner-kursy .banner-content-text,
.banner-stajirovki .banner-content-text {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 32px;
}

.banner-list-kursy,
.banner-list-stajirovki {
  background-image: url(../img/banner-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -55px;
  padding-top: 172px;
  padding-bottom: 100px;
  position: relative;
  bottom: -3px;
}

.banner-list-wrapper {
  width: 53%;
  left: 205px;
  position: relative;
}

.list-item-title {
  font-size: 24px;
  line-height: 26px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
}

.list-item-title:before {
  content: '';
  background-image: url(../img/arrow-to-right.png);
  width: 30px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: -46px;
}

.list-item-text {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  margin-top: 3px;
}

.banner-list-item {
  margin-bottom: 25px;
}

.work-process {
  text-align: center;
  padding-top: 68px;
  padding-bottom: 37px;
  background-color: #f1f4f7;
}

.work-process-wrapper {
  margin-top: 50px;
}

.work-process__item {
  margin-bottom: 36px;
}

.work-process__item p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  margin-top: 9px;
}

.video-example {
  padding-top: 70px;
  padding-bottom: 46px;
}

.video-example .header-black {
  text-align: center;
}

.video-example-wrapper {
  margin-top: 40px;
}

.video__item {
  margin-bottom: 25px;
}

.video__item a img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

.video__item a:hover {
  cursor: pointer;
}

.video__item a:hover img {
  -webkit-filter: none;
          filter: none;
}

.video-title {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  margin-top: 10px;
}

.our-team {
  background-color: #f1f4f7;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.our-team-wrapper {
  margin-top: 60px;
}

.employee {
  margin-bottom: 25px;
}

.employee img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.employee-name {
  font-size: 24px;
  line-height: 46px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  color: #892585;
  margin-top: 5px;
}

.employee-name span {
  text-transform: uppercase;
}

.employee-title {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
}

.consult_form.purple {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.consult_form.purple .header-black,
.consult_form.purple .form_description,
.consult_form.purple .consult__tel-inner a {
  color: #ffffff;
}

.consult_form.purple .consult__tel-inner a:before {
  background-image: url(../img/phone-white.png);
}

.you-visit {
  background-color: #f1f4f7;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 36px;
}

.you-visit img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 10px solid #ffffff;
}

.place-title {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 38px;
}

.you-visit-wrapper {
  margin-top: 50px;
}

.page-text__right .h1,
.container h1.h1,
.componentheading {
  font-size: 30px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  margin-bottom: 30px;
}
.breadcrumbs {
  background-color: #f1f4f7;
  margin-bottom: 42px;
}

.breadcrumb {
  background-color: transparent;
  padding: 10px 0;
  margin: 0;
}

.breadcrumb li {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 4px;
  padding-left: 4px;
}

.page_text,
.page-text {
  padding-bottom: 50px;
}

.page-text__left {
  padding-left: 0;
  padding-right: 22px;
}

.page-text__right p,
.blog_text p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
} 

.page-text__right p a {
  text-decoration: underline;
}

.page-text__right li {
  text-indent: 25px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.page-text__right .h2 p,
.blog_text .h2 p,
.page-text__right h2,
.blog_text h2 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
}

.page-text__right p span {
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  margin-top: 4px;
}

.page-text .itemContainer[style="width:50.0%;"] {
  display: inline-block;
  width: 47%!important;
  vertical-align: top;
  padding-right: 20px;
}

.image-block {
  background-color: #f1f4f7;
  margin-bottom: 25px;
}

.kurs-uskor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.kurs-uskor__item img {
  width: 70px;
  height: 70px;
  margin-right: 18px;
}

.kurs-uskor-wrapper {
  margin: 0;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.kurs-uskor__item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
  top: 5px;
}

.page-text__right {
  padding-left: 8px;
  padding-right: 0;
}

.page-text__right .button-block {
  margin-top: 29px;
}

.page-text__right .btn-blue {
  padding: 13px 53px;
  margin-bottom: 15px;
}

.page-text__right .h2 {
  margin-top: 30px;
}

.page-text__right ul {
  padding-left: 0px;
  list-style-position: inside;
  margin-bottom: 15px;
}

.sidebar {
  background-color: #f1f4f7;
  border-radius: 5px;
  margin-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.header-sidebar {
  background-color: #892585;
  padding-top: 22px;
  padding-bottom: 8px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 25px;
}

.header-sidebar .h3 {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar ul {
  list-style-type: none;
  padding-left: 20px;
}

.sidebar li {
  margin-bottom: 25px;
}

.sidebar li.current a {
  color: #8dbaff;
}

.sidebar li a img {
  margin-right: 15px;
  max-width: 31px;
}

.sidebar li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: normal;
}

.sidebar.blog {
  padding-bottom: 10px;
}

.sidebar.blog li a {
  -webkit-text-decoration: underline #b6b8ba;
          text-decoration: underline #b6b8ba;
}

.sidebar.blog li {
  margin-bottom: 19px;
}

.form-block-gray {
  background-color: #f1f4f7;
  padding-top: 26px;
  margin-top: 40px;
  text-align: center;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

p.form-title {
  font-size: 30px;
  font-family: 'Museo Sans Cyrl 900';
  font-weight: bold;
  margin-bottom: 30px;
}

.form-block-gray input[type="text"] {
  background-color: #ffffff;
}

.form-top {
  margin-bottom: 15px;
}

.form-block-gray .form-top input[type="text"] {
  width: 100%;
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.form-block-gray .form-bottom input[type="text"] {
  margin: 0;
  width: 49%;
}

/* Формы в лайтбоксах*/

.modal-body .form-flex input,
.modal-body .form-flex textarea
{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #f1f4f7;
    border: 1px solid #d2d7db;
    color: #7f7f7f;
    font-size: 15px;
    font-family: 'Museo Sans Cyrl 500';
    font-weight: normal;
    line-height: 22px;
    max-height: 200px;
}

.modal-body .form-flex button
{
    width: -webkit-fit-content;
    width: fit-content;
    width:  -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.review-list.inner .review-text-block {
    padding-top:  0;
}

/* Blog */

.blog_article 
{
    margin-bottom: 30px;
}

.blog_image
{
    margin-bottom: 8px;
}

.blog_image img {
    width:  100%;
    height: 220px;
    -o-object-fit:  cover;
       object-fit:  cover;
}

.blog_title 
{
    min-height: 45px;
}

.blog_title a
{
    font-size: 18px;
    line-height: 20px;
}

.blog_link 
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
}

.blog_link p
{
    font-size: 14px;
}

.read_also__header {
    text-align:  center;
    padding: 30px 0 30px;
}
/* /Blog */

/* Contacts */
.contact_info {
    margin: 10px 0 25px;
}

.contacts_page.row .header-black 
{
    font-size: 30px;
    line-height: 32px;
}

.contacts_page.row .page-title
{
    margin-bottom: 30px;
}

.contact_info .form-flex {
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
        -ms-flex-direction:  column;
            flex-direction:  column;
}

.contact_info .form-flex input,
.contact_info .form-flex textarea
{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #f1f4f7;
    border: 1px solid #d2d7db;
    color: #7f7f7f;
    font-size: 15px;
    font-family: 'Museo Sans Cyrl 500';
    font-weight: normal;
    line-height: 22px;
    max-height: 200px;
}

.contact_info .form-flex button
{
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
}

.contacts_page.row .col-xl-6.col-md-6.col-sm-12.col-xs-12:nth-child(2)
 {
     margin-top: 12px;
 }

 .contacts_page.row .col-xl-6.col-md-6.col-sm-12.col-xs-12:nth-child(2) .header-black 
{
    margin-bottom: 35px;
}

/*/ Contacts*/

/* Pagination */

ul.pagination-list {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    list-style:  none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
}

ul.pagination-list li 
{
    border: 1px solid #d6d6d6;
    margin: 0 5px;
    text-indent: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: 36px;
    width: 40px;
}

ul.pagination-list li a 
{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.pagination-list li:not(.disabled):not(.active) a:hover
{
    background-color: #f6f6f6;
    color: #000; 
}



span.icon-first,
span.icon-previous,
span.icon-next,
span.icon-last {
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
    background-repean: no-repeat;
}

span.icon-first{background-image: url('/images/first.png');}

span.icon-previous {background-image: url('/images/prev.png');}

span.icon-next {background-image: url('/images/next.png');}

span.icon-last {background-image: url('/images/last.png');}

/* Pagination */

body.itemid-188 footer 
{
    margin-top: 60px;
}

#sbox-window {
  height: 600px;
}

.k2ProfileHeading {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
}

.wf-editor-header {
  min-height: auto;
}

.form-validate {
  margin-bottom: 20px;
}

.k2AccountPageNotice {
  margin-bottom: 15px;
}

.k2AccountPage .radio {
  margin-right: 10px;
}

.k2AccountPage .radio input {
  margin-right: 5px;
}

.control-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.control-group .control-label {
  margin-right: 10px;
}

.itemid-278 .control-group .control-label {
  width: 100px;
}

.itemid-278 .nav-tabs {
  border: none;
  margin-bottom: 20px;
}

.itemid-278 .nav-tabs li {
  margin-right: 15px;
}

.form-validate input[type="text"],
.form-validate input[type="email"],
.form-validate input[type="password"],
.form-validate input[type="file"] {
  width: 90%;
}



@media (max-width: 1205px) {

  .carousel-control-next-icon {
    right: -100px;
  }

  .carousel-control-prev-icon {
    left: -100px;
  }

}

@media (max-width: 1199px) {

  .main-menu .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .registration {
    padding-left: 28px;
  }

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

  .header-contacts {
    width: 100%;
    margin-top: 20px;
  }

  .header__email {
    padding-left: 19px;
  }

  .header__tel {
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .review-name:after {
    width: 200px;
  }

  .you-visit img {
    width: 210px;
    height: 210px;
  }

  .kurs-uskor-wrapper
  {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

}

.view-registration table tr td {
    background: #fff;
}

@media (max-width: 1110px) {

  .banner-sale .container {
    width: 80%;
  }

}

@media (max-width: 1020px) {

    .carousel-control-next-icon {
    right: -55px;
  }

  .carousel-control-prev-icon {
    left: -55px;
  }

}

@media (max-width: 991px) {

  .header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .navbar-toggler-icon {
    padding: 5px;
    background-color: #ffffff;
    color: #892585!important;
    border-radius: 50%;
  }

  .registration {
    padding-left: 60px;
  }

  .header__email {
    margin-bottom: 20px;
  }

  .header__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
  }

  .header__tel button {
    margin-top: 10px;
  }

  .review-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .review_item:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .carousel-control-prev-icon {
    left: -70px;
  }

  .carousel-control-next-icon {
    right: -70px;
  }

  .podpis-block {
    right: -60%;
    bottom: 70px;
  }

  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consult_form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consult_form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-menu {
    padding-top: 25px;
  }

  .footer-top .row {
    padding-left: 10%;
  }

  .form_description {
    line-height: 26px;
    margin-top: 15px;
  }

  .menu-kursy-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

  .menu-kursy-wrapper li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .banner-kursy,
  .banner-stajirovki {
    background-position: 30%;
  }

  .banner-list-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }

  .banner-list-kursy,
  .banner-list-stajirovki {
    background-image: url(../img/banner-list-bg-2.png);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    bottom: 0;
    margin-top: 20px;
  }

  .banner-sale .container {
    width: 100%;
    max-width: 100%;
  }
  
}

@media (max-width: 767px) {

  .header__tel {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__tel button {
    margin-left: 0;
    margin-top: 0;
  }

  .header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__email button {
    text-align: center;
  }

  .header-black {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .we-suit-wrapper {
    margin-left: 5%;
  }

  .consult_form-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consult__tel-inner {
    margin-left: 0;
  }

  .we-suit__item img {
    width: 60px;
    height: 60px;
  }

  .menu-kursy-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-text__left {
    padding-right: 0;
  }

}

@media (max-width: 700px) {

  .carousel-control-next-icon {
    right: -70px;
  }

  .carousel-control-prev-icon {
    left: -70px;
  }

}

@media (max-width: 661px) {

  .banner-sale {
    height: auto;
  }

  .banner-sale .banner-content {
    width: 90%;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .banner-content-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }

}

@media (max-width: 615px) {

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }

}

@media (max-width: 575px) {

  .registration {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .banner-content-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-sale .banner-content {
    width: 100%;
  }

  .btn-blue {
    padding: 8px 20px;
  }

  .review_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }

  .reviews {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .rukovoditel-text {
    width: 100%;
    text-align: center;
    padding: 30px 10px 30px 10px;
  }

  .podpis-block {
    right: 0;
    bottom: 0;
    position: relative;
    margin-top: 20px;
  }

  .rukovoditel-img {
    margin: 0;
  }

  .rukovoditel-text-block {
    padding: 20px;
    text-align: right;
  }

  .rukovoditel-text .btn-blue {
    padding: 8px 30px;
  }

  .footer__arrow {
    right: 5%;
  }

  .footer__arrow a {
    width: 60px;
    height: 60px;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__o-kompanii,
  .footer__kursy,
  .footer__stajirovka {
    width: 100%;
    padding-left: 0;
  }

  .footer-bottom .container {
    -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;
  }

  .footer__data {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer__copyright {
    text-align: center;
  }

  .banner-list-kursy,
  .banner-list-stajirovki {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 63%;
  }

  .list-item-title {
    font-size: 20px;
    line-height: 24px;
  }

  .list-item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .video-example-wrapper {
    text-align: center;
  }

  .kurs-uskor-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10%;
  }

  .form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-block-gray .form-bottom input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-validate td {
    display: block;
  }

  .form-validate tr {
    display: flex;
    flex-direction: column;
  }

  .form-validate .defaultSkin .mceIframeContainer {
    border: 1px solid #ddd;
  }

  .form-validate .defaultSkin .mceLayout {
    border: 1px solid #ddd;
  }

  .form-validate tbody tr:nth-child(even) td,
  .form-validate tbody tr.even td {
    background-color: transparent;
  }


}

@media (max-width: 505px) {

  .header__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__tel button {
    margin-top: 10px;
  }

}

@media (max-width: 440px) {

  .banner-kursy input[type="text"],
  .banner-kursy .banner-content button,
  .banner-stajirovki input[type="text"],
  .banner-stajirovki .banner-content button {
    width: 100%;
  }

  .kurs-uskor-wrapper {
    padding-left: 5%;
  }

  .page-text__right .btn-blue {
    padding: 13px 15px;
  }

  .banner-content-text {
    font-size: 20px;
  }

}


@media (max-width: 390px) {

  .banner-content button {
    padding: 8px 15px;
  }

  .banner-content-title {
    font-size: 26px;
    line-height: 32px;
  }

  .banner-content ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .banner .banner-content {
    padding: 30px;
  }

  .kurs-uskor-wrapper {
    padding-left: 0;
  }

}


