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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: local("../fonts/Open Sans SemiBold Italic"), local("../fonts/OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: local("../fonts/Open Sans Light Italic"), local("../fonts/OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: local("../fonts/Open Sans ExtraBold Italic"), local("../fonts/OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

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

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

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

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

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: local("../fonts/Open Sans Bold Italic"), local("../fonts/OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

html, body {
  min-height: 100%;
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 1;
  background-color: #FFFFFF;
}

.main-clear:before, .main-clear:after {
  display: table;
  content: '';
  line-height: 0;
}

.main-clear:after {
  clear: both;
}

.main-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 28px;
}

.header {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.content-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: auto;
}

a.link-up {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../img/up.png") left top no-repeat;
  background-size: contain;
  opacity: 0;
  position: fixed;
  right: 3%;
  bottom: 10px;
  z-index: 2000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
}

a.link-up_show {
  opacity: 1;
  visibility: visible;
}

.container {
  max-width: 1150px;
  width: 100%;
}

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

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

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

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

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

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

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

.df-al, .df-ar, .df-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.df-al {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.df-ar {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.df-ac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.df-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.df-je {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.df-jsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.df-fw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stl-oh {
  overflow: hidden;
}

.stl-fr {
  float: right;
}

.stl-fl {
  float: left;
}

.stl-pl-10 {
  padding-left: 1rem;
}

.stl-pl-20 {
  padding-left: 2rem;
}

.stl-pl-30 {
  padding-left: 3rem;
}

.stl-pl-40 {
  padding-left: 4rem;
}

.stl-pl-50 {
  padding-left: 5rem;
}

.stl-pl-60 {
  padding-left: 6rem;
}

.stl-pl-70 {
  padding-left: 7rem;
}

.stl-pl-80 {
  padding-left: 8rem;
}

.stl-pl-90 {
  padding-left: 9rem;
}

.stl-pr-10 {
  padding-right: 1rem;
}

.stl-pr-20 {
  padding-right: 2rem;
}

.stl-pr-30 {
  padding-right: 3rem;
}

.stl-pr-40 {
  padding-right: 4rem;
}

.stl-pr-50 {
  padding-right: 5rem;
}

.stl-pr-60 {
  padding-right: 6rem;
}

.stl-pr-70 {
  padding-right: 7rem;
}

.stl-pr-80 {
  padding-right: 8rem;
}

.stl-pt-10 {
  padding-top: 1rem;
}

.stl-pt-15 {
  padding-top: 1.5rem;
}

.stl-pt-20 {
  padding-top: 2rem;
}

.stl-pt-30 {
  padding-top: 3rem;
}

.stl-pt-40 {
  padding-top: 4rem;
}

.stl-pt-50 {
  padding-top: 5rem;
}

.stl-pt-60 {
  padding-top: 6rem;
}

.stl-pt-70 {
  padding-top: 7rem;
}

.stl-pt-80 {
  padding-top: 8rem;
}

.stl-pt-90 {
  padding-top: 9rem;
}

.stl-pb-8 {
  padding-bottom: 0.8rem;
}

.stl-pb-10 {
  padding-bottom: 1rem;
}

.stl-pb-15 {
  padding-bottom: 1.5rem;
}

.stl-pb-20 {
  padding-bottom: 2rem;
}

.stl-pb-30 {
  padding-bottom: 3rem;
}

.stl-pb-40 {
  padding-bottom: 4rem;
}

.stl-pb-50 {
  padding-bottom: 5rem;
}

.stl-pb-60 {
  padding-bottom: 6rem;
}

.stl-pb-70 {
  padding-bottom: 7rem;
}

.stl-pb-80 {
  padding-bottom: 8rem;
}

.stl-mt-10 {
  margin-top: 1rem;
}

.stl-mt-15 {
  margin-top: 1.5rem;
}

.stl-mt-20 {
  margin-top: 2rem;
}

.stl-mt-30 {
  margin-top: 3rem;
}

.stl-mt-40 {
  margin-top: 4rem;
}

.stl-mt-50 {
  margin-top: 5rem;
}

.stl-mt-60 {
  margin-top: 6rem;
}

.stl-mt-70 {
  margin-top: 7rem;
}

.stl-mt-80 {
  margin-top: 8rem;
}

.stl-mt-90 {
  margin-top: 9rem;
}

.stl-mt-100 {
  margin-top: 10rem;
}

.stl-mb-5 {
  margin-bottom: 0.5rem;
}

.stl-mb-10 {
  margin-bottom: 1rem;
}

.stl-mb-15 {
  margin-bottom: 1.5rem;
}

.stl-mb-20 {
  margin-bottom: 2rem;
}

.stl-mb-30 {
  margin-bottom: 3rem;
}

.stl-mb-40 {
  margin-bottom: 4rem;
}

.stl-mb-50 {
  margin-bottom: 5rem;
}

.stl-mb-60 {
  margin-bottom: 6rem;
}

.stl-mb-70 {
  margin-bottom: 7rem;
}

.stl-mb-80 {
  margin-bottom: 0rem;
}

.stl-mb-90 {
  margin-bottom: 9rem;
}

.stl-mb-100 {
  margin-bottom: 10rem;
}

.stl-mr-10 {
  margin-right: 1rem;
}

.stl-mr-20 {
  margin-right: 2rem;
}

.stl-mr-30 {
  margin-right: 3rem;
}

.stl-mr-40 {
  margin-right: 4rem;
}

.stl-mr-50 {
  margin-right: 5rem;
}

.stl-mr-60 {
  margin-right: 6rem;
}

.stl-mr-70 {
  margin-right: 7rem;
}

.stl-mr-80 {
  margin-right: 0rem;
}

.stl-mr-90 {
  margin-right: 9rem;
}

.stl-mr-100 {
  margin-right: 10rem;
}

.stl-ml-10 {
  margin-left: 1rem;
}

.stl-ml-15 {
  margin-left: 1.5rem;
}

.stl-ml-20 {
  margin-left: 2rem;
}

.stl-ml-30 {
  margin-left: 3rem;
}

.stl-ml-40 {
  margin-left: 4rem;
}

.stl-ml-50 {
  margin-left: 5rem;
}

.stl-ml-60 {
  margin-left: 6rem;
}

.stl-ml-70 {
  margin-left: 7rem;
}

.stl-ml-80 {
  margin-left: 0rem;
}

.stl-ml-90 {
  margin-left: 9rem;
}

.stl-ml-100 {
  margin-left: 10rem;
}

.stl-st-12 {
  font-size: 1.2rem;
}

.stl-st-14 {
  font-size: 1.4rem;
}

.stl-st-16 {
  font-size: 1.6rem;
}

.stl-st-18 {
  font-size: 1.8rem;
}

.stl-st-20 {
  font-size: 2rem;
}

.stl-st-30 {
  font-size: 3rem;
}

.stl-st-40 {
  font-size: 4rem;
}

.stl-st-50 {
  font-size: 5rem;
}

.stl-st-60 {
  font-size: 6rem;
}

.stl-st-80 {
  font-size: 8rem;
}

.stl-tt-up {
  text-transform: uppercase;
}

.after-animated {
  position: relative;
}

.after-animated::after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0%;
  background-color: #000;
  visibility: hidden;
}

.after-animated:hover::after {
  width: 100%;
  visibility: visible;
}

.butt {
  display: inline-block;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 180px;
  max-height: 46px;
  padding: 1.1rem 2rem;
  white-space: nowrap;
  background-color: #483163;
  color: #fff;
  border: 0px solid transparent;
  text-transform: uppercase;
}

.butt:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background-color: #f09a10;
  color: #fff;
}

.butt-white {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.butt-white:hover {
  background-color: #fff;
  color: #483163;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem 0 2.5rem;
  color: #483163;
  border-bottom: 1px solid #483163;
}

.breadcrumb span {
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb span:last-child {
  margin-right: 0;
}

.breadcrumb a {
  color: #f09a10;
}

h1, .h1-title {
  font-size: 6rem;
  display: block;
  margin-bottom: 4rem;
}

h1, h2, h3, h4, h5, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  line-height: 1;
  font-weight: 600;
  color: #483163;
}

h2, .h2-title {
  font-size: 5rem;
  display: block;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

h3, .h3-title {
  font-size: 3.1rem;
  margin-bottom: 3rem;
  margin-top: 1.2rem;
  display: block;
}

.h3-title, .h2-title, .h1-title {
  margin-top: 0;
}

h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
}

h4, .h4-title {
  font-size: 2.3rem;
}

h5, .h5-title {
  font-size: 2rem;
}

h6, .h6-title {
  font-size: 1.8rem;
}

.social-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-wrapp__item {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 36px;
  height: 36px;
  margin-right: 3rem;
}

.social-wrapp__item:hover {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.social-wrapp__item:last-child {
  margin-right: 0;
}

.social_fb {
  background: url("../img/social/facebook.png") left top no-repeat;
}

.social_twiter {
  background: url("../img/social/twiter.png") left top no-repeat;
}

.social_insta {
  background: url("../img/social/insta.png") left top no-repeat;
}

.social_in {
  background: url("../img/social/in.png") left top no-repeat;
}

.social_google {
  background: url("../img/social/google.png") left top no-repeat;
}

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

.main-logo:hover {
  color: #000;
  text-decoration: none;
}

.main-logo img {
  max-height: 78px;
}

.main-logo span {
  font-weight: 600;
  color: #000;
  font-size: 2.3rem;
  display: inline-block;
  margin-left: 2rem;
}

input, textarea {
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  width: 100%;
  height: 52px;
  color: #d0d0d0;
  font-size: 2rem;
  padding: 1.7rem;
  text-align: left;
}

input.btn {
  display: inline-block;
  width: auto;
  background-color: #f09a10;
  color: #fff;
}

input.btn:hover {
  background-color: #483163;
}

textarea {
  height: 125px;
  resize: none;
}

button:focus {
  outline: 0px dotted transparent !important;
  outline: 0px auto transparent !important;
}

.stl-c-purple {
  color: #483163;
}

.stl-c-white {
  color: #fff;
}

.alm-reveal {
  width: 100%;
}

.row-container {
  width: 100%;
}

@-webkit-keyframes bounce-an {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce-an {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.header__menu-btn-mob {
  display: block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 22px;
}

.header__menu-btn-mob:hover {
  text-decoration: none;
  cursor: pointer;
}

.header__menu-btn-mob span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  height: 2px;
  width: 25px;
  background-color: #000;
}

.header__menu-btn-mob span::before,
.header__menu-btn-mob span::after {
  position: absolute;
  content: '';
  background-color: #000;
  width: 25px;
  left: 0;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__menu-btn-mob span::before {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-transform-transform: translateY(-10px);
}

.header__menu-btn-mob span::after {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -webkit-transform-transform: translateY(10px);
}

.header__menu-btn-mob_active span {
  height: 0px;
}

.header__menu-btn-mob_active span::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-transform: rotate(45deg);
}

.header__menu-btn-mob_active span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-transform: rotate(-45deg);
}

.header {
  background-color: #fff;
  padding: 8px 0;
  z-index: 1000;
  position: relative;
}

.header-area {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.nav-menu {
  display: none;
  margin-top: .5rem;
}

.nav-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.main-menu {
  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;
}

ul.main-menu li.menu-item {
  margin-right: 2rem;
}

ul.main-menu li.menu-item:last-child {
  margin-right: 0;
}

ul.main-menu li.menu-item a {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: .5rem;
  color: #483163;
}

ul.main-menu li.menu-item a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #483163;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.main-menu li.menu-item a:hover {
  color: #483163;
  text-decoration: none;
}

ul.main-menu li.menu-item a:hover::before {
  width: 100%;
}

ul.main-menu li.current-menu-item a::before {
  width: 100%;
}

.main-banner {
  background: url("../img/main-baner-fon.png") top left no-repeat;
  height: 1022px;
  width: 100%;
  display: block;
  position: relative;
}

.main-banner .container {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 15px;
}

.main-banner__slogan {
  font-size: 4rem;
  font-weight: normal;
  line-height: 46px;
  margin: 3rem 0 7rem;
}

.main-banner__container {
  width: 100%;
}

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

.main-banner__col {
  width: 49%;
}

.main-banner__col-menu {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-banner__col-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.main-banner__col-menu-row:first-child {
  margin-bottom: 2rem;
}

.main-banner__col-box-reg {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem;
  height: 500px;
}

.menu-box {
  width: 48%;
  background-color: #fff;
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-box:hover {
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 40px 40px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 40px 40px;
}

.menu-box__name {
  color: #b1b1b1;
  font-weight: 600;
  display: block;
  font-size: 5.3rem;
  margin-bottom: 5rem;
}

.menu-box__icon {
  display: inline-block;
  width: 59px;
  height: 59px;
}

.menu-box__title {
  display: block;
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 1rem;
  color: #483163;
}

.icon-forum {
  background: url("../img/chat.png") left top no-repeat;
}

.icon-video {
  background: url("../img/youtube.png") left top no-repeat;
}

.icon-work {
  background: url("../img/megaphone.png") left top no-repeat;
}

.icon-image {
  background: url("../img/image.png") left top no-repeat;
}

.section-anons-text {
  max-width: 470px;
  margin-bottom: 4rem;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 30px;
}

.section-indent {
  padding: 7rem 0;
}

.section-about {
  background-color: #fff;
}

.section-about__anons {
  max-width: 552px;
  text-align: center;
  margin: 0 auto 4rem;
}

.section-become-author {
  height: 902px;
  position: relative;
  display: block;
  background: url("../img/baner-author.png") left top no-repeat;
}

.section-become-author .container {
  position: relative;
  height: 100%;
}

.section-become-author__box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 7rem 6rem;
  background-color: #fff;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 620px;
  height: 449px;
}

.section-become-author__anons {
  font-style: italic;
  max-width: 340px;
}

.section-become-forum {
  background-color: #fff;
  position: relative;
}

.section-become-forum::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: '';
  width: 232px;
  height: 232px;
  background-color: #f09a10;
  border-radius: 50%;
  top: -116px;
  left: 8%;
}

.section-place-ad {
  background-color: #483163;
}

.section-place-ad__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3rem;
}

.section-place-ad__col {
  width: 33.33333%;
  height: 340px;
  background-color: #f09a10;
}

.section-place-ad__col-img-1 {
  background: url("../img/announcement/1.png") left top no-repeat;
}

.section-place-ad__col-img-2 {
  background: url("../img/announcement/2.png") left top no-repeat;
}

.section-place-ad__col-img-3 {
  background: url("../img/announcement/3.png") left top no-repeat;
}

.section-place-ad__col-text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  padding: 2rem 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-place-ad__col-text:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.section-place-ad__col-title {
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.section-place-ad__col-title::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-place-ad__col-title.white {
  color: #fff;
}

.section-place-ad__col-title.white::after {
  background-color: #fff;
}

.section-place-ad__col-title.purple {
  color: #483163;
}

.section-place-ad__col-title.purple::after {
  background-color: #483163;
}

.section-about-info {
  background-color: #f09a10;
  padding-bottom: 5rem;
}

.section-about-info .col-xs-12 {
  margin-bottom: 2rem;
}

.section-about-info__box {
  display: block;
  height: 100%;
  background-color: #fff;
  color: #000;
  padding: 3.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-about-info__box:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 40px 40px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 40px 40px;
}

.section-about-info__box p {
  font-size: 2.1rem;
}

.section-about-info__box-icon {
  text-align: center;
  margin-bottom: 2rem;
  height: 68px;
}

.section-feedback__col {
  background: url("../img/bg-form.png") bottom right no-repeat;
  height: 100%;
  background-size: contain;
  background-color: #ececec;
}

.section-feedback-form br {
  display: none;
}

.section-feedback-form .wpcf7-response-output {
  color: #483163;
}

.section-feedback-form-area {
  padding: 4rem 0;
}

.section-feedback-form__text {
  font-size: 2rem;
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 3rem;
}

.footer {
  background-color: #483163;
  padding: 9rem 0 7rem;
}

.footer .row {
  padding: 0 6rem;
}

.footer__text {
  max-width: 452px;
  color: #fff;
}

.footer__text h3 {
  margin-top: 0px;
}

.footer .social-wrapp {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.area-page {
  padding: 2rem 0;
}

.area-page-content {
  padding: 2rem 0;
}

.page-title {
  font-size: 4.2rem;
}

.my-row {
  margin-right: 0;
  margin-left: 0;
}

.content-page-stl {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.content-page-stl p, .content-page-stl a, .content-page-stl ul, .content-page-stl ol, .content-page-stl table.content-table {
  line-height: 24px;
  font-size: 1.6rem;
}

.content-page-stl p {
  padding-bottom: 1.4rem;
}

.content-page-stl p:last-child {
  padding-bottom: 0;
}

.content-page-stl ul {
  list-style-type: disc;
  margin-left: 2rem;
  padding-bottom: 1.4rem;
}

.content-page-stl ol {
  list-style-type: decimal;
  margin-left: 2rem;
  padding-bottom: 1.4rem;
}

.content-page-stl ul li, .content-page-stl ol li {
  padding-bottom: 0.8rem;
}

.content-page-stl ul li:last-child, .content-page-stl ol li:last-child {
  padding-bottom: 0;
}

.content-page-stl h1, .content-page-stl h2, .content-page-stl h3, .content-page-stl h4, .content-page-stl h5, .content-page-stl h6 {
  font-weight: 700;
  line-height: 32px;
  font-family: 'Gotham Pro', sans-serif;
}

.content-page-stl h1 {
  font-size: 4.2rem;
}

.content-page-stl h2 {
  font-size: 3.8rem;
}

.content-page-stl table.content-table {
  width: 100%;
  background-color: transparent;
  border: 1px solid #000;
  margin-bottom: 1.4rem;
}

.content-page-stl table.content-table td, .content-page-stl table.content-table th {
  padding: 0.8rem;
  line-height: 2.4rem;
  border: 1px solid #000;
}

.content-page-stl table.content-table td {
  padding: 0.8rem;
}

.content-page-stl table.content-table th {
  text-align: center;
}

.wp-block-media-text figure img:hover, ul.blocks-gallery-grid li figure img:hover {
  cursor: pointer;
}

.alignleft {
  margin-right: 1.5rem;
  margin-bottom: 1.4rem;
  margin-bottom-float: left;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.4rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4rem;
}

.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

figure {
  margin: 1em 0;
}

embed, iframe, object {
  max-width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.6rem;
  color: #483163;
  padding: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0rem 0rem;
}

.modal-content {
  font-size: 1.6rem;
}

.modal-content .username {
  margin-bottom: 2rem;
}

.modal-content .author-avatar {
  display: none;
}

.modal-content .modal-header {
  border-bottom: 0px solid transparent;
}

.modal-content .rcl-loginform {
  max-width: 100%;
}

.ssi-modalOuter .ssi-topIcons .ssi-closeIcon::after {
  font: 400 18px/18px rcl-awesome !important;
}

.prime-forum-search input {
  font-size: 1.6rem;
}

#create-group input[type="text"] {
  margin-left: .5rem;
}

.form-field input[type="text"] {
  color: #483163;
  height: 38px;
  font-size: 1.6rem;
}

#tab-profile a:link, .cab_lt_sidebar #lk-menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#tab-profile a:link:hover, .cab_lt_sidebar #lk-menu a:hover {
  color: #fff !important;
  background-color: #f09a10 !important;
}

#rcl-office #lk-menu a.recall-button.active {
  color: #fff !important;
  background-color: #f09a10 !important;
}

.cab_lt_sidebar .recall-button:hover .rcli, .cab_lt_sidebar .recall-button:hover span {
  color: #fff !important;
  background: #f09a10 !important;
}

.rcl-notice__type-success {
  color: #fff !important;
  background: #f09a10 !important;
}

.rcl-notice__type-success.rcl-notice__border {
  border-color: #f09a10;
}

.wprecallblock .cab_lt_menu .rcli {
  color: #fff;
}

.wprecallblock .cab_lt_menu .rcli:hover {
  border-color: #f09a10;
}

a.recall-button.active, a.recall-button.active:hover, a.recall-button.filter-active, a.recall-button.filter-active:hover, a.data-filter.filter-active, a.data-filter.filter-active:hover {
  color: #fff !important;
  background: #f09a10 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.recall-button:hover {
  color: #fff !important;
  background: #f09a10 !important;
  opacity: 1;
}

.rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), .rcl-field-input textarea {
  color: #000;
}

.card .rcl-rating-box {
  display: none;
}

.panel_lk_recall .form-block-rcl input {
  color: #000;
}

#group-options {
  font-size: 1.6rem;
}

.rcl-grouplist .single-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
  padding: 0.8rem;
}

.rcl-grouplist .single-group:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 10px;
  color: #483163;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .main-banner .container {
    position: relative;
    bottom: 0%;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin: 0 auto;
  }
  .section-become-forum::after {
    width: 162px;
    height: 162px;
    top: -81px;
  }
}

@media (max-width: 1024px) {
  html, body {
    font-size: 60.5%;
  }
  .footer__text {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .nav-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
  }
  .menu-box__name {
    font-size: 4.3rem;
  }
}

@media (max-width: 900px) {
  .section-become-author__box {
    right: 2%;
  }
  .main-banner__col-box-reg {
    padding: 3rem 2rem;
  }
  .menu-box__title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  html, body {
    font-size: 56.5%;
  }
  .section-become-forum::after {
    width: 122px;
    height: 122px;
    top: -61px;
  }
  .footer {
    padding: 4rem 0;
  }
  .footer .social-wrapp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
  }
  .footer__text {
    text-align: center;
  }
  .main-banner__col-menu-row:first-child {
    margin-bottom: 0;
  }
  .main-banner {
    padding: 2rem 0;
    height: auto;
    background-size: cover;
  }
  .main-banner__slogan {
    margin: 2rem 0 3rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 26px;
  }
  .main-banner__slogan br {
    display: none;
  }
  .main-banner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-banner__col {
    width: 100%;
  }
  .main-banner__col-box {
    margin-top: 2rem;
  }
  .main-banner__col-box-reg {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-become-author {
    height: auto;
    padding: 3rem 0;
  }
  .section-become-author .container {
    height: auto;
  }
  .section-become-author__box {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .section-anons-text {
    max-width: 100%;
  }
  .section-become-forum__text {
    margin-bottom: 4rem;
    text-align: center;
  }
  .section-place-ad__col {
    width: 50%;
  }
}

@media (max-width: 620px) {
  .nav-menu {
    padding-top: 1rem;
  }
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu .menu-item {
    margin-bottom: 1rem;
  }
  .main-menu .menu-item:last-child {
    margin-bottom: 0;
  }
  h1, .h1-title {
    font-size: 5rem;
  }
  h2, .h2-title {
    font-size: 4rem;
  }
  h3, .h3-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 567px) {
  .section-place-ad__col {
    height: 320px;
    width: 100%;
    background-size: cover;
  }
}

@media (max-width: 420px) {
  html, body {
    font-size: 48.5%;
  }
  .butt, input.butt {
    width: 100%;
    display: block;
  }
  h1, .h1-title {
    font-size: 4rem;
  }
  h2, .h2-title {
    font-size: 3.5rem;
  }
  h3, .h3-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 320px) {
  html, body {
    font-size: 40.5%;
  }
}
/*# sourceMappingURL=styles.css.map */