/*==============================FONTS==============================*/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: 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';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: 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: 700;
  font-style: normal;
}

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

/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

input,
select,
textarea,
button {
  color: #C4C4C4;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #C4C4C4;
}

input::-moz-placeholder {
  color: #C4C4C4;
}

input:-moz-placeholder {
  color: #C4C4C4;
}

input:-ms-input-placeholder {
  color: #C4C4C4;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #C4C4C4;
}

textarea::-moz-placeholder {
  color: #C4C4C4;
}

textarea:-moz-placeholder {
  color: #C4C4C4;
}

textarea:-ms-input-placeholder {
  color: #C4C4C4;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-arrow {
  position: absolute;
  display: block;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-arrow.slick-disabled {
  opacity: 0.7;
  cursor: default;
}

.slick-prev {
  left: -50px;
  background-image: url(../images/icon-prev.png);
}

.slick-next {
  right: -50px;
  background-image: url(../images/icon-next.png);
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #F6F6F6;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #EFBF00;
  border-color: #EFBF00;
}

/*-----------------fancybox plugin---------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
  height: 100%;
}

body {
  font-family: 'Montserrat';
  line-height: 1;
  color: #7B7B7B;
}

.wrapper {
  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%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1440px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #444;
}

h1, .title_1 {
  font-size: 60px;
}

h2, .title_2 {
  font-size: 35px;
  line-height: 44px;
}

h3, .title_3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 27px;
  color: #444;
}

p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

.xxx ul {
  padding-bottom: 15px;
}

.xxx ul li {
  position: relative;
}

.xxx ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.xxx ol {
  padding-bottom: 15px;
  counter-reset: myCounter;
}

.xxx ol li {
  position: relative;
}

.xxx ol li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counters(myCounter, ".") ". ";
}

.xxx ol ol li {
  content: counters(item, ".") " ";
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 240px;
  height: 52px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #EFBF00;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #FFCC03;
}

.btn_full {
  width: 100%;
}

.btn_border {
  background: #fff;
  border: 1px solid #EFBF00;
}

.btn_border:hover {
  background: #EFBF00;
}

.form-item {
  position: relative;
}

.form-item__label {
  font-family: 'Montserrat';
  position: absolute;
  top: -5px;
  left: 15px;
  padding: 0 20px 0 5px;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  z-index: 10;
  color: #7B7B7B;
}
.form-item__label abbr {
  display: none;
}

.input {
  padding: 0 20px;
  width: 100%;
  height: 55px;
  border: 1px solid #E8E8E8;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input:focus {
  border-color: #EFBF00;
}

.textarea {
  padding: 20px;
  width: 100%;
  height: 85px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  resize: vertical;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textarea:focus {
  border-color: #EFBF00;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox__title {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  cursor: pointer;
}
#checkbox_trigger_field {
  margin-bottom: 20px;
}
.checkbox__title:before,
#checkbox_trigger_field::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #EFBF00;
  border-radius: 5px;
  z-index: 1;
}
#checkbox_trigger {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: -140px;
}
#checkbox_trigger_field.woocommerce-validated::before {
  background-image: url(../images/icon-check2.png);
}
#checkbox_trigger_field.woocommerce-invalid::before {
  background-image: none;
}
.checkbox input[type="checkbox"]:checked + .checkbox__title:before {
  background-image: url(../images/icon-check2.png);
}
.checkbox.form-item__label {
  margin-left: 20px;
}

.radio input[type="radio"] {
  display: none;
}

.radio__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-left: 40px;
  line-height: 25px;
  cursor: pointer;
}

.radio__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #EFBF00;
  border-radius: 5px;
  z-index: 1;
}

.radio__title:after {
  content: '';
  display: none;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: #EFBF00;
  border-radius: 5px;
  z-index: 5;
}

.radio input[type="radio"]:checked + .radio__title:after {
  display: block;
}

.btn-togglepass {
  position: absolute;
  right: 15px;
  top: calc( 50% - 13px);
  width: 26px;
  height: 26px;
  background-image: url(../images/view.png);
  background-position: 50% 50%;
  cursor: pointer;
  z-index: 10;
}

.btn-togglepass.active {
  background-image: url(../images/view-hidden.png);
}

/*==============================INDEX==============================*/
/*--------------------header--------------------*/
.header {
  position: relative;
  padding: 5px 0;
}

.header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
}

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

.header-dropdown {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 40px;
}
.header-menu-login{
  justify-content: flex-end;
}

.header-menu-list li {
  padding: 0 10px;
}

.header-menu-list li a {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}

.header-menu-list li a:hover {
  color: #EFBF00;
}

.header-contacts {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
}

a.header-phone {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #EFBF00;
}

a.header-phone:hover {
  color: #FFCC03;
}

.header-mail {
  font-size: 12px;
  border-bottom: 1px solid #7B7B7B;
  color: #7B7B7B;
}

.header-mail:hover {
  border-color: transparent;
}

.header-contact {
  display: none;
  margin-bottom: 50px;
}

.header-contact__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

a.header-contact__phone {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #EFBF00;
}

.header-contact__note {
  font-size: 10px;
  line-height: 12px;
}

.header-social {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social__btn {
  margin-right: 25px;
}

.header-social__btn:last-child {
  margin-right: 0;
}

.header-dropdown__switcher {
  display: none;
  position: relative;
  margin-left: 30px;
  padding: 14px 0;
  width: 35px;
  cursor: pointer;
}

.header-dropdown__switcher:before, .header-dropdown__switcher:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #7B7B7B;
}

.header-dropdown__switcher:before {
  top: 0;
}

.header-dropdown__switcher:after {
  bottom: 0;
}

.header-dropdown__switcher span {
  display: block;
  height: 2px;
  background: #7B7B7B;
}

.header-dropdown__close {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
}

/*--------------------promo--------------------*/
.promo {
  position: relative;
  background: url(../images/bg-promo.jpg) no-repeat 50% 0;
  background-size: cover;
  z-index: 1;
}

.promo:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.promo-body {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 660px;
}

.promo__title {
  color: #fff;
}

.promo__subtitle {
  margin: 0 auto 30px;
  max-width: 520px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.promo__btn img {
  margin-left: 15px;
  width: 25px;
  height: 25px;
}

/*--------------------about--------------------*/
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 30px 0 50px 0;
}

.about__title span:last-child {
  display: none;
}

.bgtext {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  font-weight: 900;
  color: #F6F6F6;
  white-space: nowrap;
  z-index: -1;
}

.about__bgtext {
  top: 35px;
}

.about__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 720px;
  flex: 0 0 720px;
  max-width: 720px;
}

.about__image:after {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: auto;
  height: 120px;
  background: #EFBF00;
  z-index: -1;
}

.about__image img {
  width: 100%;
}

.about-content {
  padding: 40px 20px 0 0;
}

.title_line {
  position: relative;
}

.title_line:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 75px;
  height: 1px;
  background: #EFBF00;
}

.about__desc {
  padding-bottom: 20px;
}

/*--------------------stats--------------------*/
.stats {
  position: relative;
  padding: 35px 0;
}

.stats__title {
  margin-bottom: 25px;
}

.stats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.stats-info__desc {
  padding-right: 20px;
  font-size: 14px;
  line-height: 30px;
}

.stats-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  width: 380px;
  height: 100px;
  border: 1px solid #EFBF00;
  border-radius: 5px;
}

.stats-info-item:first-child {
  margin-left: 0;
}

.stats-info-item__number {
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 700;
  color: #444;
}

.stats-info-item__text {
  font-size: 14px;
}

.stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.stats-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.stats__item {
  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;
  padding: 10px 28px;
  height: 370px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.stats__item img {
  max-width: 100%;
  max-height: 350px;
}

/*--------------------process--------------------*/
.process {
  position: relative;
  padding: 20px 0 1px 0;
}

.process__bgtext {
  top: -5px;
}

.process__title {
  margin-bottom: 67px;
}

.process-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.process-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 20px 25px 30px;
  height: 100%;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.process-item__number {
  position: absolute;
  right: -5px;
  bottom: -25px;
  font-size: 180px;
  font-weight: 900;
  color: #F6F6F6;
  z-index: -1;
}

.process-item__title {
  margin-bottom: 15px;
}

.process-item__desc {
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 30px;
}

.process-item__image {
  margin-top: auto;
}

.process-item__image img {
  max-width: 100%;
}

/*--------------------teachers--------------------*/
.teachers {
  position: relative;
  padding: 25px 0;
}

.teachers-carousel .slick-arrow {
  top: 190px;
}

.teachers__title {
  margin-bottom: 60px;
}

.teachers-item__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 10px;
  height: 420px;
}

.teachers-item__photo img {
  display: inline-block;
  max-width: 100%;
  max-height: 420px;
}

.teachers-item-content {
  position: relative;
  padding: 0 20px;
}

.teachers-item-content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #7B7B7B;
}

.teachers-item__name {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #444;
}

.teachers-item__desc {
  font-size: 14px;
  line-height: 30px;
}

/*--------------------program--------------------*/
.program {
  position: relative;
  padding: 30px 0 30px 0;
}

.program__title {
  margin-bottom: 70px;
}

.program-carousel {
  margin: 0 -15px;
}

.program-carousel .slick-prev {
  left: -35px;
}

.program-carousel .slick-next {
  right: -35px;
}

.program-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.program-carousel .slick-slide {
  height: inherit !important;
}

.program-carousel-slide {
  padding: 0 15px;
}

.program-item {
  height: 100%;
  padding: 25px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.program-item__image {
  height: 110px;
}

.program-item__title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: #444;
}

.program-item__desc {
  font-size: 14px;
  line-height: 30px;
}

/*--------------------training--------------------*/
.training {
  position: relative;
  padding: 30px 0;
}

.training__bgtext {
  top: 30px;
}

.training__title {
  margin-bottom: 65px;
}

.training-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.training-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.training-item {
  margin-bottom: 30px;
  padding: 15px 15px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.training-item:last-child {
  margin-bottom: 0;
}

.training-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  width: 105px;
  padding-right: 15px;
  text-align: center;
}

.training-item__icon img {
  max-width: 100%;
}

.training-item__title {
  margin-bottom: 13px;
}

.training-item__desc {
  font-size: 14px;
  line-height: 30px;
}

.training-info {
  position: relative;
  padding: 25px 25px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  max-width: 570px;
  background: #F6F6F6;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.training-info:after {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  right: -17px;
  width: 100%;
  height: 100%;
  background: #EFBF00;
  border-radius: 5px;
  z-index: -1;
}

.training-info__subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 30px;
}

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

.training-info-stat {
  padding: 15px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 20px);
  flex: 0 0 calc(33% - 20px);
  max-width: calc(33% - 20px);
  text-align: center;
  border: 1px solid #EFBF00;
  border-radius: 5px;
}

.training-info-stat__number {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  color: #444;
}

.training-info-stat__text {
  font-size: 14px;
}

.training-info__desc p {
  margin-bottom: 30px;
}

.training-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}

.training-info__price span {
  margin-left: auto;
  font-size: 48px;
  color: #444;
}

.training-info__btn {
  width: 100%;
}

/*--------------------feedback--------------------*/
.feedback {
  position: relative;
  padding: 30px 0;
}

.feedback__bgtext {
  top: 30px;
}

.feedback__title {
  margin-bottom: 63px;
}

.feedback-carousel {
  margin: 0 -15px;
}

.feedback-carousel .slick-prev {
  left: -35px;
}

.feedback-carousel .slick-next {
  right: -35px;
}

.feedback-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.feedback-carousel .slick-slide {
  height: inherit !important;
}

.feedback-carousel-slide {
  padding: 0 15px;
}

.feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 20px 15px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.feedback-item a > img{
	width:100%;
	height:auto;
}

.feedback-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  width: 65px;
  padding-top: 15px;
  padding-right: 10px;
}

.feedback-item__icon img {
  max-width: 100%;
}

.feedback-item__text {
  font-size: 14px;
  line-height: 30px;
}

.feedback-item__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}

/*--------------------faq--------------------*/
.faq {
  position: relative;
  padding: 40px 0;
}

.faq__bgtext {
  top: 10px;
}

.faq__title {
  margin-bottom: 65px;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.faq-item.active .faq-item__caption:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url(../images/icon-arrow-down-yellow.png);
}

.faq-item__caption {
  position: relative;
  margin: 0;
  padding: 17px 80px 17px 20px;
  cursor: pointer;
}

.faq-item__caption:hover:after {
  background-image: url(../images/icon-arrow-down-yellow.png);
}

.faq-item__caption:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: 25px;
  width: 34px;
  height: 34px;
  background-image: url(../images/icon-arrow-down.png);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-item-content {
  display: none;
}

.faq-item-content-inner {
  padding: 0 20px;
}

.ul-faq{
	list-style: disc;
    margin-left: 30px;
	margin-bottom:15px;
}

.ul-faq > li{
	margin-bottom:10px;
	font-size:14px
}

/*--------------------resume--------------------*/
.resume {
  position: relative;
  padding: 25px 0;
}

.resume__bgtext {
  top: -5px;
}

.resume__title {
  margin-bottom: 45px;
}

.resume-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resume-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-top: 20px;
  padding-right: 70px;
}

.resume-skills__title {
  margin-bottom: 15px;
}

.resume-skills__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 30px;
}

.resume-skills__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #EFBF00;
  background-image: url(../images/icon-check.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.resume-info {
  position: relative;
  padding: 530px 35px 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  max-width: 570px;
  background: #F6F6F6;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.resume-info:after {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  right: -17px;
  width: 100%;
  height: 100%;
  background: #EFBF00;
  border-radius: 5px;
  z-index: -1;
}

.resume-info__certificate {
  position: absolute;
  top: -145px;
  left: 50%;
  width: 470px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.resume-info__certificate img {
  max-width: 100%;
}

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

.resume-info__post {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}

.resume-info__salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}

.resume-info__salary strong {
  padding-left: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #444;
}

.resume-info__btn {
  width: 100%;
}

/*--------------------news--------------------*/
.news {
  position: relative;
  padding: 35px 0;
}

.news__bgtext {
  top: 30px;
}

.news__title {
  margin-bottom: 60px;
}

.news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 20px;
}

.news-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.news-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  border-radius: 5px;
  overflow: hidden;
}

.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
}

.news-item__title {
  margin-bottom: 20px;
}

.news-item__text {
  font-size: 14px;
  line-height: 30px;
}

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

/*--------------------contacts--------------------*/
.contacts {
  position: relative;
  padding: 20px 0 60px 0;
}

.contacts__bgtext {
  top: -5px;
}

.contacts__title {
  margin-bottom: 70px;
}

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

.contacts-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 12px;
  padding-right: 15px;
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.contacts-item:last-child {
  margin-bottom: 0;
}

.contacts-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  margin-right: 20px;
  text-align: center;
}

.contacts-item__label {
  margin-bottom: 5px;
  font-size: 14px;
}

a.contacts-item__link {
  font-size: 22px;
  font-weight: 700;
  color: #444;
}

a.contacts-item__link:hover {
  color: #EFBF00;
}

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

.contacts-social__btn {
  margin-right: 20px;
}

.contacts-social__btn:hover {
  opacity: 0.7;
}

.contacts-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 930px;
  flex: 0 0 930px;
  max-width: 930px;
}

.contacts-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.contacts-form-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 25px;
  padding: 0 15px;
}

.contacts-form-area {
  margin-bottom: 15px;
}

.contacts-form-button .btn {
  width: 300px;
  text-transform: none;
}

.footer {
  background: #383838;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-social__btn {
  margin-left: 30px;
}

.footer-social__btn:hover {
  opacity: 0.7;
}

/*==============================ORDER==============================*/
.inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px 0 100px 0;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 60px 35px 35px;
  max-width: 720px;
  border: 1px solid #E8E8E8;
}

.login .form-item {
  margin-bottom: 30px;
}

.login .form-button {
  padding-top: 10px;
}

.login .btn {
  width: 100%;
}

.login__title {
  font-family: 'Montserrat';
  margin-bottom: 60px;
  font-size: 36px;
  color: #444;
}

.login__bgtext {
  font-family: 'Montserrat';
  top: 20px;
  left: 45px;
}

.order-section {
  margin-bottom: 25px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.order-section.active .js-order-caption {
  color: #444;
}

.order-section.active .js-order-caption:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url(../images/icon-arrow-down-yellow.png);
}

.order-section__caption {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #444;
  padding: 20px 80px 20px 20px;
}

.js-order-caption {
  cursor: pointer;
  color: #7B7B7B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-order-caption:hover:after {
  background-image: url(../images/icon-arrow-down-yellow.png);
}

.js-order-caption:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: 25px;
  width: 34px;
  height: 34px;
  background-image: url(../images/icon-arrow-down.png);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-order-content {
  display: none;
}

.order-section-content {
  padding: 5px 20px 0;
}

.order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.order-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 25px;
  padding: 0 15px;
}
.order-col.order-check {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 2px;
}

.order__course {
  font-size: 22px;
  font-weight: 700;
  line-height: 55px;
  color: #EFBF00;
}

.order__course span {
  color: #7B7B7B;
}

.order-agreement_mb {
  margin-bottom: 25px;
}

.order-product {
  padding-bottom: 10px;
}

.order-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #7B7B7B;
}

.order-product-item:first-child {
  color: #000;
}

.order-product-item__name {
  padding-right: 20px;
}

.order-product-item__price {
  white-space: nowrap;
}

.order-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50%;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}

.order-coupon__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #7B7B7B;
  margin-right: 16px;
}

.order-coupon-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-coupon__input {
  margin-right: 15px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  text-align: center;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.order-coupon__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  width: 110px;
  min-width: 110px;
  height: 40px;
  text-transform: none;
  font-size: 14px;
}

.order-payment {
  margin-bottom: 20px;
}

.order-payment-type {
  margin-bottom: 20px;
}

.order-payment-type:last-child {
  margin-bottom: 0;
}

.order-card {
  display: none;
  padding-top: 20px;
}

.order-card.active {
  display: block;
}

.order-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-top: 25px;
}

.order-card-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.order-card-item {
  position: relative;
}

.order-bottom {
  width: calc(50% - 15px);
}

.order-bottom__note {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #000000;
}

.order-bottom-button .btn {
  text-transform: none;
}
.woocommerce-checkout #payment{
  background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0;
  border-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box{
  background: transparent;
  margin-top: 0;
  padding-left: 0;
}
.woocommerce-checkout #payment div.payment_box::before{
  display: none;
}
#payment ul.payment_methods li input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.woocommerce-checkout #payment ul.payment_methods li{
  margin-bottom: 10px;
}
.label-check{
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 40px;
  color: #000;
  font-weight: 500;
}
.label-check::before,
#wc-stripe-new-payment-method+label::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #EFBF00;
  border-radius: 5px;
  z-index: 1;
}
.input-mycheck:checked+label::after{
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #EFBF00;
  border-radius: 5px;
  z-index: 5;
}
#wc-stripe-new-payment-method + label {
  display: flex !important;
  align-items: center;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
#wc-stripe-new-payment-method:checked + label::before{
  background-image: url(../images/icon-check2.png);
}
.woocommerce-checkout #payment .btn_full{
  text-transform: none;
}
.woocommerce-privacy-policy-text p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #000000;
}
.woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-checkout #payment div.form-row{
  padding: 0;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: space-between;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2ca9e1;
}
.woocommerce-EditAccountForm.edit-account input {
  border: 1px solid #cecece;
  padding: 10px;
}
.woocommerce-EditAccountForm.edit-account fieldset {
  border: 0;
  margin-top: 30px;
}
/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1599px) {
  .center-wrapper {
    max-width: 1160px;
  }
  .header-menu-list {
    padding: 0 15px;
  }
  .header-menu-list li {
    padding: 0 5px;
  }
  a.header-phone {
    font-size: 20px;
  }
  .header-mail {
    font-size: 11px;
  }
  .about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .about-content {
    padding-right: 40px;
  }
  .stats-info {
    display: block;
  }
  .stats-info__desc {
    padding: 0 0 30px 0;
  }
  .stats__item {
    height: 300px;
  }
  .stats__item img {
    max-height: 280px;
  }
  .process-item__desc {
    padding-right: 0;
  }
  .teachers-item__photo {
    height: 320px;
  }
  .teachers-item__photo img {
    max-height: 320px;
  }
  .resume-content {
    padding-right: 50px;
  }
  .resume-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
  }
  .feedback-item__title {
    line-height: 24px;
  }
  .resume-info__post {
    font-size: 20px;
  }
  .resume-info__salary strong {
    font-size: 40px;
  }
  .news-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-col:nth-child(n+3) {
    display: none;
  }
  .contacts-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 680px;
    flex: 0 0 680px;
    max-width: 680px;
  }
  a.contacts-item__link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .promo-body {
    height: 500px;
  }
}

@media only screen and (max-width: 1279px) {
  .center-wrapper {
    max-width: 960px;
  }
  body {
    padding-top: 65px;
  }
  .lock {
    overflow: hidden;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 50;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .header-dropdown {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 50;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-dropdown.open {
    left: 0;
  }
  .header-dropdown__switcher {
    display: block;
  }
  .header-dropdown__close {
    display: block;
  }
  .header-dropdown-inner {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 940px;
    min-height: 100%;
  }
  .header-dropdown .header-menu {
    padding-bottom: 30px;
  }
  .header-logo {
    display: inline-block;
    width: 100px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-menu-list {
    display: block;
    padding: 0;
  }
  .header-menu-list li {
    margin-bottom: 25px;
    padding: 0;
  }
  .header-menu-list li a {
    font-size: 14px;
  }
  .header-contacts {
    margin-left: auto;
  }
  .header-contact {
    display: block;
  }
  .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  a.header-phone {
    margin-bottom: 7px;
  }
  .slick-prev {
    left: -35px;
  }
  .slick-next {
    right: -35px;
  }
  .program-carousel .slick-prev {
    left: -30px;
  }
  .program-carousel .slick-next {
    right: -30px;
  }
  .training-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .training-list {
    padding: 0 0 50px 0;
  }
  .feedback-carousel .slick-prev {
    left: -30px;
  }
  .feedback-carousel .slick-next {
    right: -30px;
  }
  .resume-body {
    display: block;
  }
  .resume-content {
    padding: 0 0 70px 0;
  }
  .resume-info__certificate {
    position: static;
    margin: 0 auto 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
  .resume-info__certificate img {
    width: 100%;
  }
  .resume-info {
    margin: 0 auto;
    padding: 25px 20px;
    width: 520px;
  }
  .contacts-body {
    display: block;
  }
  .contacts-content {
    margin-bottom: 50px;
    padding: 0;
  }
  .contacts-form {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1010px) {
  .center-wrapper {
    max-width: 720px;
  }
  h1, .title_1 {
    font-size: 50px;
  }
  .header-dropdown-inner {
    max-width: 690px;
  }
  .promo-body {
    height: 450px;
  }
  .about__image {
    display: none;
  }
  .about-content {
    padding: 20px 0 0;
  }
  .stats-info-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .stats__item {
    height: 200px;
    padding: 10px 15px;
  }
  .stats__item img {
    max-height: 180px;
  }
  .process-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .process-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .training-info {
    max-width: 100%;
  }
  .feedback-item {
    padding: 15px;
  }
  .news-row {
    display: block;
  }
  .news-col {
    max-width: 100%;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
  .program-carousel .slick-prev {
    left: -25px;
  }
  .program-carousel .slick-next {
    right: -25px;
  }
  .feedback-carousel .slick-prev {
    left: -25px;
  }
  .feedback-carousel .slick-next {
    right: -25px;
  }
  .order-col_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-bottom {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
  }
  .order-coupon {
    max-width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .center-wrapper {
    max-width: 540px;
  }
  .header-dropdown-inner {
    max-width: 510px;
  }
  .stats {
    display: none;
  }
  .training-body {
    display: block;
  }
  .training-list {
    margin-bottom: 65px;
    padding: 0;
  }
  .training-item {
    margin: 0;
  }
  .training-info:after {
    display: none;
  }
  .resume-info:after {
    display: none;
  }
  .contacts-form-row {
    display: block;
  }
  .contacts-form-col {
    max-width: 100%;
  }
  .order-row {
    display: block;
  }
  .order-col {
    max-width: 100%;
  }
  .order__course {
    line-height: 1;
  }
  .order-coupon {
    top: 940px;
  }
}

@media only screen and (max-width: 575px) {
  .center-wrapper {
    max-width: 100%;
  }
  h1, .title_1 {
    font-size: 40px;
    line-height: 1.3;
  }
  h2, .title_2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  a.header-phone {
    font-size: 18px;
  }
  .header-mail {
    font-size: 10px;
  }
  .header-dropdown-inner {
    padding: 30px 15px;
  }
  .promo-body {
    padding: 50px 0;
    height: auto;
  }
  .about-content {
    padding-top: 0;
  }
  .about__bgtext {
    top: 5px;
  }
  .about__title span {
    display: none;
  }
  .about__title span:last-child {
    display: block;
  }
  .process {
    margin-bottom: 50px;
  }
  .process__title {
    margin-bottom: 50px;
  }
  .process-col {
    max-width: 100%;
    margin: 0;
  }
  .teachers-item__photo {
    margin-bottom: 20px;
  }
  .teachers {
    margin-bottom: 30px;
  }
  .program__title {
    margin-bottom: 55px;
  }
  .program-item__title {
    margin-bottom: 10px;
  }
  .program {
    margin-bottom: 30px;
  }
  .training__title {
    margin-bottom: 50px;
  }
  .training-item__icon {
    margin-bottom: 10px;
  }
  .training-item__title {
    margin-bottom: 10px;
  }
  .training-info {
    padding: 25px 20px;
  }
  .training-info-stat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 6px);
    flex: 0 0 calc(33% - 6px);
    max-width: calc(33% - 6px);
  }
  .training-info-stat__text {
    line-height: 16px;
  }
  .training-info__price {
    display: block;
  }
  .training-info__price br {
    display: none;
  }
  .training-info__price span {
    display: block;
    padding-top: 20px;
  }
  .feedback__title {
    margin-bottom: 50px;
  }
  .faq__title {
    margin-bottom: 50px;
  }
  .faq-item__caption {
    padding: 15px 60px 14px 20px;
  }
  .faq-item__caption:after {
    right: 10px;
  }
  .resume-info {
    width: 100%;
  }
  .resume-info-row {
    display: block;
    text-align: center;
  }
  .resume-info__post {
    margin-bottom: 10px;
  }
  .resume-info__salary {
    display: block;
    margin-bottom: 30px;
  }
  .resume-info__salary br {
    display: none;
  }
  .resume-info__salary strong {
    display: block;
    padding-top: 15px;
  }
  .news-col {
    margin-bottom: 20px;
  }
  .news-col:nth-child(n+3) {
    display: block;
  }
  .news-col:nth-child(n+4) {
    display: none;
  }
  .news-item {
    display: block;
  }
  .news-item__image {
    margin-bottom: 20px;
    width: 100%;
    height: 190px;
  }
  .news-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news-item-content {
    padding-left: 0;
  }
  .news-item__title {
    margin-bottom: 10px;
  }
  .news__bgtext {
    top: 5px;
  }
  .news__title {
    margin-bottom: 50px;
  }
  a.contacts-item__link {
    font-size: 18px;
  }
  .no_mobile {
    display: none;
  }
  .contacts-form-button .btn {
    width: 100%;
  }
  .footer {
    padding-bottom: 25px;
  }
  .footer-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-social__btn {
    margin: 0 15px;
  }
  .inner {
    padding: 30px 0 50px 0;
  }
  .order-coupon {
    display: block;
	padding-left:0;
	padding-right: 0;
	max-width: 100%;
  }
  .order-coupon__title {
    margin-bottom: 10px;
  }
  .order-coupon__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .order-card-row {
    display: block;
  }
  .order-card-col {
    max-width: 100%;
  }
  .order-card-col:first-child {
    margin-bottom: 25px;
  }
  .js-order-caption:after {
    right: 20px;
  }
  .order-section {
    margin-bottom: 20px;
  }
  .order-section__caption {
    padding-right: 60px;
  }
  .login {
    padding: 60px 20px 30px;
    overflow: hidden;
  }
  .login__bgtext {
    left: 25px;
  }
  .order-coupon {
    top: 910px;
  }
}
@media(max-width:460px){
  .order-coupon {
    top: 930px;
  }
}
@media(max-width:408px){
  .order-coupon {
    top: 955px;
  }
}

@media only screen and (max-width: 374px) {
  body {
    padding-top: 55px;
  }
  h1, .title_1 {
    font-size: 35px;
  }
  .header-dropdown__switcher {
    margin-left: 20px;
  }
  .header-logo {
    width: 80px;
  }
  a.header-phone {
    font-size: 16px;
  }
  .header-mail {
    font-size: 9px;
  }
  .header-dropdown__switcher {
    padding: 12px 0;
  }
  .training-info-stat {
    padding: 10px 0;
  }
  .resume-content {
    padding-bottom: 30px;
  }
}
section.error-404 {
    padding: 50px 0;
    height: 100vh;
    }
.your-custom-item button {
	display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
	transition: all 0.3s ease;
}
.your-custom-item button:hover {
    color: #EFBF00;
}
.ul-faq > li {
    line-height: 18px;
}


.articles {
    padding: 20px 0 45px;
    position: relative;
}

.articles__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    margin-bottom: 49px;
}

.articles__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    transition: .4s ease;
}

.articles__item:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.articles__item img {
    width: 32%;
    height: 190px;
    border-radius: 5px;
    object-fit: cover;
}

.articles__item-content {
    width: calc(100% - 32% - 20px);
}

.articles__item-title {
    font-size: 22px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.articles__item p {
    color: #7B7B7B;
    font-size: 14px;
    line-height: 2.0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
    margin-bottom: 0;
}

.articles__btn {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.articles__btn a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    width: 240px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #EFBF00;
}

.articles__btn a:hover {
    background: #EFBF00;
}

.articles-archive {
    position: relative;
    margin: 60px 0;
}

.articles-archive__title {
    font-size: 36px;
    margin-bottom: 65px;
}

.articles-archive__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.articles-archive__item {
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 20px 20px 22px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.articles-archive__item:not(:last-child) {
    margin-bottom: 30px;
}

.articles-archive__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articles-archive__item-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 19px;
    line-height: 1.35;
}

.articles-archive__content a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    transition: .2s ease;
}

.articles-archive__content a:hover {
    color: #EFBF00;
}

.articles-archive__content p {
    line-height: 2.0;
    font-size: 14px;
    color: #7B7B7B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    box-orient: vertical;
}

.articles-archive__item img {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    width: 550px;
    height: 325px;
    object-fit: cover;
}

.articles-archive__content {
    width: calc(100% - 550px - 30px);
}

.articles-archive .contacts__bgtext {
    top: -37px;
}


.articles-archive__pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articles-archive__pagination .page-numbers {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 50px;
    height: 50px;
    font-weight: 700;
    color: #000;
    border: 1px solid #EFBF00;
    border-radius: 5px;
    margin: 0 15px;
    cursor: pointer;
    transition: .3s ease;
}

.articles-archive__pagination .page-numbers:hover {
    background: #EFBF00;
}

.articles-archive__pagination .page-numbers.current {
    background: #EFBF00;
}

.article {
    padding: 67px 0 40px;
    width: 1170px;
    margin: 0 auto;
}

.article__top {
    position: relative;
}

.article__title:after {
    content: '';
    width: 75px;
    display: block;
    height: 1px;
    background: #EFBF00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.article__top img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.article__title {
    font-size: 36px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 20px;
}

.article__content {
    padding: 30px 0 20px;
}

.article__content video,
.article__content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.article__content ul {
    margin-bottom: 25px;
}
.article__content ol {
    padding-left: 17px;
    margin-bottom: 25px;
}

.article__content ol li {
    list-style: auto;
    font-size: 14px;
    line-height: 1.7;
}

.article__content ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 23px;
}

.article__content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #EFBF00;
    display: block;
}

.article__content li:not(:last-child) {
    margin-bottom: 7px;
}
.article__content ul li:not(:last-child) {
    margin-bottom: 13px;
}

.footer-social__btn-blog img{
    width: 33px;
    height: auto;
}

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

.breadcrumbs__wrapper a,
.breadcrumbs__wrapper span {
    color: #000;

}

.breadcrumbs__wrapper-inner.breadcrumbs__wrapper a,
.breadcrumbs__wrapper-inner.breadcrumbs__wrapper span {
    color: #000;
}
.breadcrumbs__wrapper-inner {
    margin-bottom: 15px;
}

.breadcrumbs-wrap.online-wrapper {
    border: none;
}


@media only screen and (max-width: 1599px) {
    .articles {
        padding: 20px 0 35px;
    }

    .articles__list {
        grid-column-gap: 20px;
        margin-bottom: 35px;
    }

    .articles__item {
        padding: 10px;
    }


    .articles__item img {
        width: 35%;
        height: 165px;
    }

    .articles__item-content {
        width: calc(100% - 35% - 13px);
    }

    .articles__item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .articles__item p {
        font-size: 14px;
        line-height: 1.8;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .articles__btn a {
        font-size: 14px;
        width: 240px;
        height: 52px;
    }


    .articles-archive {
        margin: 55px 0;
    }

    .articles-archive__title {
        font-size: 35px;
        margin-bottom: 60px;
    }

    .articles-archive__list {
        margin-bottom: 35px;
    }

    .articles-archive__item {
        padding: 17px 17px 22px;
    }

    .articles-archive__item-title {
        font-size: 21px;
        margin-bottom: 17px;
    }


    .articles-archive__content p {
        line-height: 1.8;
        font-size: 14px;
    }

    .articles-archive__item img {
        width: 500px;
        height: 310px;
    }

    .articles-archive__content {
        width: calc(100% - 500px - 25px);
    }

    .articles-archive .contacts__bgtext {
        top: -37px;
    }

    .articles-archive__pagination .page-numbers {
        width: 46px;
        height: 46px;
        margin: 0 10px;
    }


    .article {
        padding: 60px 0 35px;
        width: 1000px;
    }

    .article__top:after {
        width: 70px;
        height: 1px;
    }

    .article__top img {
        margin-bottom: 27px;
    }

    .article__title {
        font-size: 32px;
    }


}

@media only screen and (max-width: 1279px) {

    .articles {
        padding: 30px 0 50px;
    }

    .articles__list {
        grid-column-gap: 25px;
        margin-bottom: 30px;
    }

    .articles__item {
        padding: 13px;
        flex-direction: column;
    }


    .articles__item img {
        width: 100%;
        height: 170px;
        margin-bottom: 15px;
    }

    .articles__item-content {
        width: 100%;
    }

    .articles__item-title {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .articles__item p {
        font-size: 14px;
        line-height: 1.8;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .articles__btn a {
        font-size: 14px;
        width: 240px;
        height: 52px;
    }


    .articles-archive {
        margin: 50px 0;
    }

    .articles-archive__title {
        font-size: 35px;
        margin-bottom: 60px;
    }

    .articles-archive__list {
        margin-bottom: 32px;
    }

    .articles-archive__item {
        padding: 15px 15px 20px;
    }

    .articles-archive__item:not(:last-child) {
        margin-bottom: 25px;
    }

    .articles-archive__item-title {
        font-size: 20px;
        margin-bottom: 15px;
    }


    .articles-archive__content p {
        line-height: 1.6;
        font-size: 14px;
    }

    .articles-archive__item img {
        width: 420px;
        height: 280px;
    }

    .articles-archive__content {
        width: calc(100% - 420px - 25px);
    }

    .articles-archive .contacts__bgtext {
        top: -37px;
    }

    .articles-archive__pagination .page-numbers {
        width: 44px;
        height: 44px;
        font-size: 13px;
        margin: 0 9px;
    }

    .article {
        padding: 50px 0 35px;
        width: 940px;
    }

    .article__top:after {
        width: 70px;
        height: 1px;
    }

    .article__top img {
        margin-bottom: 27px;
    }

    .article__title {
        font-size: 32px;
    }

}

@media only screen and (max-width: 1010px) {

    .articles-archive__title {
        margin-top: 30px;
    }
    .articles {
        padding: 30px 0 50px;
    }

    .articles__list {
        grid-column-gap: 15px;
        margin-bottom: 25px;
    }

    .articles__item {
        padding: 7px 7px 20px;
    }


    .articles__item img {
        width: 100%;
        height: 150px;
        margin-bottom: 15px;
    }

    .articles__item-content {
        width: 100%;
    }

    .articles__item-title {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .articles__item p {
        font-size: 14px;
        line-height: 1.7;
    }

    .articles__btn a {
        font-size: 13px;
        width: 200px;
        height: 46px;
    }

    .articles-archive {
        margin: 40px 0 50px;
    }

    .articles-archive__title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .articles-archive__list {
        margin-bottom: 30px;
    }

    .articles-archive__item {
        padding: 14px 14px 20px;
    }

    .articles-archive__item:not(:last-child) {
        margin-bottom: 22px;
    }

    .articles-archive__item-title {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .articles-archive__content p {
        line-height: 1.4;
        font-size: 14px;
    }

    .articles-archive__item img {
        width: 310px;
        height: 260px;
    }

    .articles-archive__content {
        width: calc(100% - 310px - 20px);
    }

    .articles-archive .contacts__bgtext {
        top: -37px;
    }

    .articles-archive__pagination .page-numbers {
        width: 44px;
        height: 44px;
        font-size: 13px;
        margin: 0 9px;
    }

    .article {
        padding: 40px 0 30px;
        width: 100%;
    }

    .article__title {
        margin-bottom: 30px;
    }

    .article__top {
        flex-direction: column-reverse;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }

    .article__title:after {
        width: 75px;
        height: 1px;
    }

    .article__top img {
        margin-bottom: 27px;
    }

    .article__title {
        font-size: 32px;
    }

    .article__content {
        padding: 0;
    }
}


@media only screen and (max-width: 767px) {
    .articles {
        padding: 30px 0 50px;
    }

    .articles__list {
        grid-column-gap: 0;
        grid-row-gap: 30px;
        margin-bottom: 40px;
        grid-template-columns: repeat(1,1fr);
    }

    .articles__item {
        padding: 20px;
    }


    .articles__item img {
        width: 100%;
        height: 280px;
        margin-bottom: 15px;
    }

    .articles__item-content {
        width: 100%;
    }

    .articles__item-title {
        font-size: 17px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .articles__item p {
        font-size: 14px;
        line-height: 1.7;
    }

    .articles__btn a {
        font-size: 13px;
        width: 200px;
        height: 46px;
    }

    .articles-archive {
        margin: 50px 0;
    }

    .articles-archive__title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .articles-archive__list {
        margin-bottom: 35px;
    }

    .articles-archive__item {
        padding: 15px 15px 22px;
        flex-direction: column;
    }

    .articles-archive__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .articles-archive__item-title {
        font-size: 21px;
        margin-bottom: 12px;
    }


    .articles-archive__content p {
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .articles-archive__item img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .articles-archive__content {
        width: 100%;
    }

    .articles-archive .contacts__bgtext {
        top: -37px;
    }

    .articles-archive__pagination .page-numbers {
        width: 44px;
        height: 44px;
        font-size: 13px;
        margin: 0 9px;
    }

    .article {
        padding: 40px 0 30px;
        width: 100%;
    }

    .article__title {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .article__top {
        flex-direction: column-reverse;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }

    .article__title:after {
        width: 75px;
        height: 1px;
    }

    .article__top img {
        margin-bottom: 27px;
    }



    .article__content {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer-social__btn {

        margin: 0 10px;

    }
    .articles {
        padding: 30px 0 40px;
    }

    .articles__list {
        grid-row-gap: 20px;
        margin-bottom: 30px;
    }

    .articles__item {
        padding: 10px;
    }


    .articles__item img {
        width: 100%;
        height: 180px;
        margin-bottom: 15px;
    }

    .articles__item-content {
        width: 100%;
    }

    .articles__item-title {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .articles__item p {
        font-size: 14px;
        line-height: 1.7;
    }

    .articles__btn a {
        width: 190px;
        height: 44px;
    }

    .articles-archive {
        margin: 50px 0;
    }

    .articles-archive__title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .articles-archive__list {
        margin-bottom: 30px;
    }

    .articles-archive__item {
        padding: 10px 10px 20px;
    }

    .articles-archive__item:not(:last-child) {
        margin-bottom: 25px;
    }

    .articles-archive__item-title {
        font-size: 18px;
        margin-bottom: 12px;
    }


    .articles-archive__content p {
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .articles-archive__item img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .articles-archive__content {
        width: 100%;
    }

    .articles-archive .contacts__bgtext {
        top: -37px;
    }

    .articles-archive__pagination .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 11px;
        margin: 0 7px;
    }


}
