/*==============================FONTS==============================*/
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.woff") format("woff"), url("../fonts/TildaSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans-Light.woff") format("woff"), url("../fonts/TildaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff"), url("../fonts/TildaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.woff") format("woff"), url("../fonts/TildaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-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: rgb(76, 111, 191);
  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: rgb(76, 111, 191);
}

input::-moz-placeholder {
  color: rgb(76, 111, 191);
}

input:-moz-placeholder {
  color: rgb(76, 111, 191);
}

input:-ms-input-placeholder {
  color: rgb(76, 111, 191);
}

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: rgb(76, 111, 191);
}

textarea::-moz-placeholder {
  color: rgb(76, 111, 191);
}

textarea:-moz-placeholder {
  color: rgb(76, 111, 191);
}

textarea:-ms-input-placeholder {
  color: rgb(76, 111, 191);
}

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==============================*/
/*-----------------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: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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: 0.9;
  -webkit-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 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.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 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.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;
  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;
  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 0.2s;
  transition: color 0.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-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: 0.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: 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: 0.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);
          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);
          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 0.2s;
  transition: all 0.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);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.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;
}

body {
  font-family: "TildaSans", Arial, sans-serif;
  line-height: 1;
  background: #FEF8FD;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

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

.center-wrapper_big {
  max-width: 1600px;
}

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

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

h2, .title_2 {
  margin-bottom: 40px;
  font-size: 56px;
}

h3, .title_3 {
  font-size: 37px;
}

p {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.3;
}

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

ul, ol {
  list-style: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  height: auto;
  vertical-align: top;
}

table {
  width: 100%;
}

blockquote {
  position: relative;
  margin: 0 auto 70px;
  padding: 50px 30px;
  max-width: 90%;
  padding-left: 200px;
  background: #fff;
  border: 2px solid #B6C9F2;
  border-radius: 30px;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 100px;
  height: 100px;
  background-image: url(../img/icon-quotes.svg);
  background-size: cover;
}
blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 160px;
  top: 40px;
  bottom: 40px;
  width: 6px;
  background: #ffa808;
}
blockquote footer {
  font-size: 24px;
}
.center_text {
  text-align: center;
}

.text ul {
  padding-bottom: 15px;
  color: #333131;
}
.text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 26px;
  line-height: 1.3;
}
.text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #ffb83b;
  border-radius: 50%;
}
.text ol {
  padding-bottom: 15px;
  counter-reset: myCounter;
  color: #333131;
}
.text ol li {
  position: relative;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.3;
}
.text ol li:before {
  content: "";
  display: inline;
  font-weight: 700;
  counter-increment: myCounter;
  content: counters(myCounter, ".") ". ";
}
.text a {
  display: inline-block;
  color: rgb(25, 111, 224);
  border-bottom: 1px solid rgb(25, 111, 224);
}
.text a:hover {
  border-color: transparent;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232121;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
}
.bg.active {
  opacity: 0.7;
  visibility: visible;
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 87px;
  min-width: 235px;
  font-size: 26px;
  font-weight: 600;
  background-color: #faca2a;
  color: #232121;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background-color: #fbd968;
}
.btn_small {
  height: 60px;
  font-size: 18px;
}
.btn_full {
  width: 100%;
}
.btn_transparent {
  background-color: #fff;
  color: #4c6fbf;
  border: 1px solid #4c6fbf;
}
.btn_transparent:hover {
  background-color: #4c6fbf;
  color: #fff;
}
.btn_gradient {
  overflow: hidden;
  z-index: 1;
}
.btn_gradient:hover {
  color: #fff;
}
.btn_gradient:hover::after {
  opacity: 1;
}
.btn_gradient:before, .btn_gradient:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_gradient:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 199, 21)), color-stop(98%, rgb(251, 143, 17)));
  background-image: linear-gradient(180deg, rgb(249, 199, 21) 0%, rgb(251, 143, 17) 98%);
  z-index: -2;
  opacity: 1;
}
.btn_gradient:after {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 168, 5)), to(rgb(255, 104, 3)));
  background-image: linear-gradient(180deg, rgb(255, 168, 5) 0%, rgb(255, 104, 3) 100%);
  z-index: -1;
  opacity: 0;
}

.input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: rgb(76, 111, 191);
  background: #fff;
  border: 1px solid rgb(182, 201, 242);
  font-size: 18px;
  font-weight: 300;
  border-radius: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input:focus {
  border-color: #1b56de;
}
.input_big {
  height: 80px;
  padding: 0 30px;
  font-size: 25px;
}

.textarea {
  width: 100%;
  height: 100px;
  padding: 20px;
  background: #fff;
  color: rgb(76, 111, 191);
  border: 1px solid rgb(182, 201, 242);
  font-weight: 300;
  border-radius: 90px;
}

/*==============================MODALS==============================*/
.fancybox-close-small {
  display: none;
}

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.modal {
  width: 560px;
  padding: 40px;
  background: #FFFBF8;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__close img {
  width: 100%;
}
.modal__title {
  margin-bottom: 20px;
  text-align: center;
}
.modal__desc {
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}

.modal-form__input {
  margin-bottom: 25px;
}
.modal-form__input .input {
  height: 65px;
}
.modal-form__btn {
  margin-bottom: 20px;
}
.modal-form__policy {
  text-align: center;
}
.modal-form__policy a {
  color: #4c6fbf;
}

/*==============================INDEX==============================*/
/*-----------------------header--------------------------*/
.indexpage .service-promo__features li {
  margin-bottom: 5px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.header-logo__img {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
  width: 155px;
}
.header-logo__img img {
  width: 100%;
}
.header-logo__title {
  font-size: 18px;
  line-height: 1.2;
  color: #232121;
  font-weight: 600;
}

.header-mobile-logo {
  display: none;
  padding: 15px;
  width: 180px;
}
.header-mobile-logo img {
  width: 100%;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-info__item {
  position: relative;
  padding: 0 15px 0 35px;
}
.header-info__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.header-info__item_1:before {
  background-image: url(../img/icon-timetable.svg);
}
.header-info__item_2:before {
  background-image: url(../img/icon-mail.svg);
}
.header-info__caption {
  margin-bottom: 5px;
  font-weight: 700;
}
.header-info__value a {
  color: #222;
}
.header-info__value a:hover {
  color: #4C6FBF;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contacts__social-btn {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.header-contacts__social-btn:hover {
  opacity: 0.8;
}
.header-contacts__social-btn img {
  width: 100%;
}
.header-contacts__phone {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #232121;
}
.header-contacts__phone:hover {
  color: #4C6FBF;
}
.header-contacts__callback {
  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;
  padding: 0 20px;
  font-weight: 600;
  height: 46px;
  margin-left: 20px;
  background: #4C6FBF;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
}
.header-contacts__callback:hover {
  background: #608AE9;
}

.header-mobile {
  display: none;
}
.header-mobile__close {
  display: none;
}

.header-menu {
  background: #4C6FBF;
}
.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu__list > li {
  position: relative;
  padding: 18px 15px;
  font-weight: 500;
  color: #fff;
  cursor: default;
}
.header-menu__list > li.has-sub:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-menu__list > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header-menu__list > li > a {
  color: #fff;
}
.header-menu__list > li > a:hover {
  opacity: 0.8;
}
.header-menu__list > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 8px 20px;
  min-width: 160px;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  background: #fff;
  border-radius: 10px;
  visibility: hidden;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu__list > li ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-menu__list > li ul li {
  text-align: center;
  margin: 14px 0;
}
.header-menu__list > li ul li a {
  color: #333131;
}
.header-menu__list > li ul li a.current {
  color: #4c6fbf;
}
.header-menu__list > li ul li a:hover {
  color: #4c6fbf;
}

.header-mobile__btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #4c6fbf;
  border-radius: 50%;
  padding: 10px 12px;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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;
  z-index: 50;
}
.header-mobile__btn span {
  width: 100%;
  height: 2px;
  margin: 3px 0;
  background: #fff;
  border-radius: 5px;
}
.header-mobile__btn span:nth-child(2) {
  width: 70%;
}

/*-----------------------concentration--------------------------*/
.concentration {
  padding: 70px 0;
}
.concentration__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.concentration__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.concentration-item {
  padding: 30px 20px;
  background: #fff;
  height: 100%;
  text-align: center;
  border: 1px solid #e1eaff;
  border-radius: 30px;
}
.concentration-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  height: 230px;
}
.concentration-item__img img {
  max-width: 100%;
  max-height: 100%;
}
.concentration-item__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}
.concentration-item__desc {
  font-size: 22px;
  line-height: 1.3;
}

/*-----------------------services--------------------------*/
.services {
  padding: 70px 0;
}
.services__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services__row:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 650px;
  height: 450px;
  border: 3px dashed #c0cef0;
  border-radius: 300px;
  z-index: -1;
}
.services__row:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 400px;
  height: 320px;
  border: 3px dashed #c0cef0;
  border-radius: 300px;
  z-index: -1;
}
.services__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.services__col:nth-child(1) .services-item, .services__col:nth-child(3) .services-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.services__col:nth-child(1) .services-item__content, .services__col:nth-child(3) .services-item__content {
  padding: 30px 30px 0 0;
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  max-width: 450px;
}
.services-item__img img {
  width: 100%;
}
.services-item__content {
  padding: 30px 0 0 30px;
}
.services-item__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
}
.services-item__desc {
  font-size: 22px;
  line-height: 1.2;
}

/*-----------------------features--------------------------*/
.features {
  padding: 70px 0 30px 0;
}
.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.features-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 60px;
  padding: 0 20px;
}
.features-item__icon {
  margin-bottom: 15px;
  height: 120px;
}
.features-item__icon img {
  width: 120px;
  max-height: 120px;
}
.features-item__title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.features-item__desc {
  max-width: 400px;
  font-size: 24px;
  line-height: 1.2;
}

/*-----------------------deliveries--------------------------*/
.deliveries {
  padding: 70px 0;
}
.deliveries__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
.deliveries__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}

.deliveries-item {
  padding: 50px;
  background: #fff;
  border: 1px solid #b6c9f2;
  height: 100%;
  border-radius: 20px;
}
.deliveries-item__title {
  margin-bottom: 30px;
}
.deliveries-item__list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  font-size: 24px;
  line-height: 1.25;
}
.deliveries-item__list li:last-child {
  margin-bottom: 0;
}
.deliveries-item__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-check.svg);
  background-size: cover;
}

/*-----------------------useful--------------------------*/
.useful {
  padding: 70px 0;
}
.useful__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.useful__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.useful-item {
  position: relative;
  padding: 30px;
  height: 100%;
  background: #fff;
  border: 1px solid #b6c9f2;
  border-radius: 20px;
}
.useful-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 40px;
  height: 40px;
  background: #fff;
  background-image: url(../img/icon-check.svg);
  background-size: cover;
  border-radius: 50%;
  z-index: 5;
}
.useful-item__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.useful-item__desc {
  font-size: 24px;
  line-height: 1.2;
}

/*-----------------------steps--------------------------*/
.steps {
  padding: 70px 0 40px 0;
}
.steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.steps__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.steps__col:nth-child(3n) .steps-item:after {
  display: none;
}

.steps-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #b6c9f2;
  height: 100%;
}
.steps-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-steps-arrow.svg);
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.steps-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1px;
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
  font-size: 55px;
  font-weight: 600;
  background: #FFB83B;
  height: 100%;
  border-radius: 20px;
}
.steps-item__desc {
  padding: 14px 30px 14px 20px;
  font-size: 26px;
  line-height: 1.2;
}

/*-----------------------faq--------------------------*/
.faq {
  padding: 50px 0;
}

.faq-accordeon__item {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
}
.faq-accordeon__item.active .faq-accordeon__icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-accordeon__item:hover .faq-accordeon__icon {
  background: #F9C715;
}
.faq-accordeon__caption {
  padding: 21px 70px 21px 30px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  cursor: pointer;
}
.faq-accordeon__icon {
  position: absolute;
  top: 14px;
  right: 14px;
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.faq-accordeon__content {
  display: none;
}
.faq-accordeon__text {
  padding: 0 30px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.faq-accordeon__text p {
  font-size: 14px;
  line-height: 1.5;
}

/*-----------------------footer--------------------------*/
.footer {
  padding: 80px 0 60px 0;
  background: #E2EBFF;
  font-size: 22px;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px 40px;
}
.footer__col {
  padding: 0 15px;
  min-width: 310px;
}
.footer__caption {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  padding-top: 20px;
}
.footer__bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #bccaeb;
}
.footer__bottom-col {
  padding: 0 15px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu ul {
  margin-right: 50px;
}
.footer-menu ul:last-child {
  margin-right: 0;
}
.footer-menu li {
  margin-bottom: 15px;
}
.footer-menu li a {
  line-height: 1.2;
  color: #333131;
}
.footer-menu li a:hover {
  color: #4C6FBF;
}

.footer-contacts__item {
  margin-bottom: 20px;
  line-height: 1.2;
}
.footer-contacts__item a {
  color: #333131;
}
.footer-contacts__item a:hover {
  color: #4C6FBF;
}

.footer-contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contacts-social__btn {
  margin-right: 12px;
  width: 40px;
}
.footer-contacts-social__btn:hover {
  opacity: 0.8;
}
.footer-contacts-social__btn img {
  width: 100%;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.footer-logo__img {
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
}
.footer-logo__img img {
  width: 100%;
}
.footer-logo__title {
  line-height: 1.3;
  font-weight: 600;
}

.footer-logo_mobile {
  display: none;
}

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

.footer-info__item {
  margin-bottom: 5px;
  line-height: 1.2;
}
.footer-info__item:last-child {
  margin-bottom: 0;
}
.footer-info__item a {
  font-size: 20px;
  color: #4c6fbf;
}
.footer-info__item a:hover {
  opacity: 0.8;
}

/*==============================CONTACTS==============================*/
.main {
  padding: 60px 0;
  background: #fffbf8;
}
.main__title {
  margin-bottom: 70px;
  text-align: center;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 115px;
}

.contacts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 30px;
  text-align: center;
}
.contacts-item__icon {
  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;
  height: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.contacts-item__icon img {
  max-width: 100%;
  max-height: 100%;
}
.contacts-item__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.contacts-item__value {
  line-height: 1.5;
}
.contacts-item__value a {
  color: #171616;
}
.contacts-item__value a:hover {
  color: #8da3ff;
}

.contacts-form {
  margin: 0 auto;
  max-width: 760px;
}
.contacts-form__title {
  margin-bottom: 30px;
  text-align: center;
}
.contacts-form__desc {
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.contacts-form__input {
  margin-bottom: 25px;
}
.contacts-form__input .input {
  height: 60px;
  font-size: 18px;
  border: 1px solid #4c6fbf;
}
.contacts-form__input .textarea {
  font-size: 18px;
  border: 1px solid #4c6fbf;
}
.contacts-form__btn {
  margin-bottom: 40px;
  padding-top: 10px;
  text-align: center;
}
.contacts-form__policy {
  font-size: 13px;
  text-align: center;
  color: #171616;
}
.contacts-form__policy a {
  color: #8da3ff;
  border-bottom: 1px solid transparent;
}
.contacts-form__policy a:hover {
  border-bottom: 1px solid #8da3ff;
}

/*==============================ABOUT==============================*/
.about {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 50px;
}
.about__text {
  padding-bottom: 40px;
}
.about__text p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.55;
}
.about__image {
  text-align: center;
}
.about__image img {
  width: 100%;
  max-width: 560px;
}

/*==============================ARTICLES==============================*/
.articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.articles__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.articles-item__image {
  margin-bottom: 30px;
  height: 365px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.articles-item__image:hover {
  opacity: 0.9;
}
.articles-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-item__title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
.articles-item__title a {
  color: #333232;
}
.articles-item__title a:hover {
  color: #4C6FBF;
}
.articles-item__desc {
  font-size: 15px;
  line-height: 1.5;
  color: #777;
}

.article__desc {
  padding-bottom: 20px;
}
.article__promo {
  margin-bottom: 50px;
  text-align: center;
}
.article__promo img {
  max-width: 100%;
}
.article__section {
  padding: 50px 0;
}
.article img {
  max-width: 100%;
}

.article-nav__list {
  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;
}
.article-nav__list a {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  border: 0;
  color: #333131;
}
.article-nav__list a:hover {
  color: #4C6FBF;
}
.article-nav__list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 20px;
  height: 3px;
  background: #4C6FBF;
}

.article-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

.article-steps-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.article-steps-item__num {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  color: #005bd1;
}
.article-steps-item__desc {
  margin-bottom: 15px;
  font-size: 25px;
  max-width: 350px;
  line-height: 1.3;
}
.article-steps-item__img img {
  width: 300px;
}

.article_note {
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.article__section table {
  margin: 0 auto 50px;
  max-width: 70%;
}
.article__section table tr:nth-child(even) {
  background: #fff9f0;
}
.article__section table tr:nth-child(odd) {
  background: #f6f5ff;
}
.article__section table th {
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  background: #6c6cd9;
  color: #fff;
}
.article__section table th:first-child {
  text-align: left;
}
.article__section table td {
  padding: 20px;
  line-height: 1.2;
  border: 1px solid #d9d9d9;
}
.article__section ol li:before {
  color: #6c6cd9;
}

.article-note {
  position: relative;
  padding: 30px;
  margin: 0 auto;
  max-width: 90%;
  padding-left: 200px;
  background: #fff;
  border: 2px solid #B6C9F2;
  border-radius: 30px;
}
.article-note:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 100px;
  height: 100px;
  background-image: url(../img/icon-attention.svg);
  background-size: cover;
}
.article-note:after {
  content: "";
  display: block;
  position: absolute;
  left: 160px;
  top: 30px;
  bottom: 30px;
  width: 6px;
  background: #ffa808;
}
.article-note__text {
  padding: 20px 0;
  font-size: 25px;
  line-height: 1.3;
}

/*==============================PRICES==============================*/
.prices__section {
  margin: 0 auto 50px;
}
.prices__section:last-child {
  margin-bottom: 0;
}

.prices-table th {
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #000;
}
.prices-table tr:nth-child(odd) td {
  background: #F0F5FF;
}
.prices-table td {
  padding: 13px 20px;
  line-height: 1.2;
  background: #fff;
  border-bottom: 1px solid #d7dff2;
}

/*==============================SERIVCE==============================*/
.service .center_text {
  margin-bottom: 60px;
}

.service-promo {
  margin-bottom: 40px;
  padding: 50px 0;
}
.service-promo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-promo__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 100px;
}
.service-promo__title {
  margin-bottom: 30px;
}
.service-promo__features {
  padding-bottom: 30px;
}
.service-promo__features li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  font-size: 29px;
  line-height: 1.2;
}
.service-promo__features li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url(../img/icon-check.svg);
  background-size: cover;
}
.service-promo__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.service-promo__image img {
  width: 100%;
}
.service-promo__image_mobile {
  display: none;
}
.service-promo__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
.service-promo__btn {
  margin-right: 30px;
}
.service-promo__desc {
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 1.4;
}

.service-info {
  margin-bottom: 100px;
}
.service-info__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 100px 75px 0;
  background-image: url(../img/service-pack-bg.jpg);
  background-size: cover;
  background-position: right 0;
  border-radius: 30px;
}
.service-info__content {
  padding-bottom: 80px;
  padding-right: 50px;
}
.service-info__title {
  margin-bottom: 28px;
}
.service-info__desc p {
  font-size: 25px;
  line-height: 1.5;
}
.service-info__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  max-width: 450px;
  text-align: center;
}
.service-info__image img {
  max-width: 100%;
}

.mainform {
  padding: 50px 0;
}
.mainform__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainform__title {
  margin-bottom: 30px;
}
.mainform__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 30px;
}
.mainform__image img {
  max-width: 100%;
}
.mainform__image_mobile {
  display: none;
}
.mainform__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 425px;
          flex: 0 0 425px;
  max-width: 425px;
}
.mainform__input {
  margin-bottom: 30px;
}
.mainform__policy {
  text-align: center;
  padding-top: 14px;
  line-height: 1.2;
}
.mainform__policy a {
  color: #8FA4FF;
  border-bottom: 1px solid transparent;
}
.mainform__policy a:hover {
  border-bottom: 1px solid #8FA4FF;
}

.mainform_reverse .mainform__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mainform_reverse .mainform__content {
  margin-right: 260px;
}

.service-process {
  padding: 50px 0;
}
.service-process__title {
  margin-bottom: 40px;
}
.service-process__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-process__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.service-process-item {
  position: relative;
  padding: 10px 25px 50px;
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #8FA4FF;
  border-radius: 30px;
}
.service-process-item__num {
  position: absolute;
  top: 20px;
  left: 0;
  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;
  width: 92px;
  height: 220px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 35px;
  color: #fff;
  background-image: url(../img/icon-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.service-process-item__image {
  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;
  height: 200px;
  margin-bottom: 10px;
}
.service-process-item__image img {
  max-width: 100%;
  max-height: 100%;
}
.service-process-item__title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #333131;
}
.service-process-item__desc {
  font-size: 22px;
  line-height: 1.45;
}

.service-benefits {
  padding: 50px 0;
}
.service-benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
.service-benefits__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px 40px;
}

.service-benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px;
  height: 100%;
  background: #fff;
  border-radius: 30px;
}
.service-benefits-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  margin-right: 25px;
}
.service-benefits-item__icon img {
  width: 68px;
}
.service-benefits-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.service-benefits-item__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
}
.service-benefits-item__desc {
  font-size: 25px;
  line-height: 1.2;
}

.service-prices {
  padding: 50px 0;
}
.service-prices .prices-table {
  max-height: 600px;
  overflow-y: auto;
}

.mainabout {
  padding: 50px 0;
}
.mainabout h3 {
  text-align: center;
}
.mainabout ul, .mainabout ol {
  padding-bottom: 30px;
}

.service-types {
  padding: 70px 0;
}
.service-types__title {
  text-align: center;
}
.service-types__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}
.service-types__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 40px;
}

.service-types-item {
  padding: 30px 50px 40px;
  height: 100%;
  background: #fff;
  border: 1px solid #B6C9F2;
  border-radius: 30px;
}
.service-types-item__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}
.service-types-item__img {
  margin-bottom: 30px;
  height: 300px;
  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;
}
.service-types-item__img img {
  width: 100%;
  height: 100%;
}
.service-types-item__desc {
  font-size: 24px;
  line-height: 1.2;
}

.service-trust {
  padding: 70px 0;
}
.service-trust__title {
  margin-bottom: 60px;
}
.service-trust__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.service-trust__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.service-trust__item {
  position: relative;
  padding: 45px 30px;
  height: 100%;
  background: #fff;
  border: 1px solid #B6C9F2;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  border-radius: 30px;
}
.service-trust__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 40px;
  height: 40px;
  background: #fff;
  background-image: url(../img/icon-check.svg);
  background-size: cover;
  border-radius: 50%;
  z-index: 5;
}

.service-steps {
  padding: 70px 0;
}
.service-steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.service-steps__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px 40px;
}

.service-steps-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.service-steps-item__icon {
  position: relative;
  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: 30px;
  height: 100%;
  min-height: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  margin-right: 5px;
  max-width: 170px;
  background: #FFAC06;
  border-radius: 30px;
}
.service-steps-item__icon span {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.service-steps-item__icon img {
  max-width: 100%;
  max-height: 100%;
}
.service-steps-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
}
.service-steps-item__title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}
.service-steps-item__desc {
  font-size: 22px;
  line-height: 1.1;
}

.service-tariffs {
  padding: 70px 0;
}
.service-tariffs__desc {
  margin-bottom: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}
.service-tariffs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
.service-tariffs__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}

.service-tariffs-item {
  padding: 50px 0 20px;
  height: 100%;
  background: #fff;
  border: 1px solid #B6C9F2;
  border-radius: 30px;
}
.service-tariffs-item__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.service-tariffs-item__img {
  margin-bottom: 20px;
  height: 320px;
  text-align: center;
}
.service-tariffs-item__img img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.service-tariffs-item__content {
  border-top: 1px solid #B6C9F2;
}
.service-tariffs-item__text {
  padding: 30px 40px 0;
  text-align: center;
}
.service-tariffs-item__text p:last-child {
  margin-bottom: 0;
}

.service-tariffs-item-services-wrap {
  display: table;
  width: 100%;
}

.service-tariffs-item-services {
  display: table-row;
  font-size: 25px;
}
.service-tariffs-item-services:last-child {
  border: 0;
}
.service-tariffs-item-services:last-child .service-tariffs-item-services__value,
.service-tariffs-item-services:last-child .service-tariffs-item-services__caption {
  border: 0;
}
.service-tariffs-item-services__caption {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  line-height: 1.2;
  border-bottom: 1px solid #B6C9F2;
}
.service-tariffs-item-services__value {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.2;
  text-align: right;
  padding: 20px;
  border-bottom: 1px solid #B6C9F2;
  width: 30%;
}

.service-stats {
  padding: 70px 0;
}
.service-stats__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-stats-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 50px;
  text-align: center;
}
.service-stats-item__num {
  margin-bottom: 5px;
  color: #FFAC06;
  font-size: 70px;
  font-weight: 600;
}
.service-stats-item__title {
  margin-bottom: 5px;
  color: #FFAC06;
  font-size: 20px;
}
.service-stats-item__desc {
  font-size: 20px;
  line-height: 1.2;
}

.photo-features {
  padding: 70px 0;
}
.photo-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.photo-features__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 20px;
}

.photo-features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.photo-features-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  max-width: 170px;
  height: 170px;
  margin-right: 30px;
  background: #FFB83B;
  border-radius: 30px;
  padding: 40px;
}
.photo-features-item__icon img {
  width: 100%;
  max-height: 100%;
}
.photo-features-item__title {
  font-size: 32px;
  font-weight: 500;
}

.photo-tariffs {
  padding: 70px 0;
}
.photo-tariffs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo-tariffs__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;
}
.photo-tariffs__col_big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}

.photo-tariffs-item {
  padding: 40px 35px;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #b6c9f2;
  text-align: center;
}
.photo-tariffs-item__img {
  height: 240px;
}
.photo-tariffs-item__img img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.photo-tariffs-item__title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.photo-tariffs-item__desc {
  margin-bottom: 25px;
  font-size: 26px;
}
.photo-tariffs-item__price {
  margin-top: 20px;
  font-size: 32px;
}
.photo-tariffs-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-tariffs-item__row .photo-tariffs-item__img {
  margin-right: 40px;
}
.photo-tariffs-item__leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  max-width: 350px;
}
.photo-tariffs-item__rightside {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: -35px;
}
.photo-tariffs-item .photo-tariffs-item__table {
  display: table;
  width: 100%;
  font-size: 26px;
  text-align: left;
}
.photo-tariffs-item .photo-tariffs-item__trow {
  display: table-row;
}
.photo-tariffs-item .photo-tariffs-item__cell {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #b6c9f2;
}

.photo-include {
  padding: 70px 0 40px 0;
}
.photo-include__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo-include__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.photo-include-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  height: 100%;
}
.photo-include-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-check.svg);
  background-size: cover;
}
.photo-include-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  text-align: center;
  margin-right: 35px;
}
.photo-include-item__icon img {
  width: 100%;
  max-height: 80px;
}
.photo-include-item__title {
  font-size: 32px;
}

.gallery {
  padding: 70px 0;
}
.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.gallery-item {
  display: block;
  height: 360px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallery-item:hover {
  opacity: 0.85;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1699px) {
  .center-wrapper_big {
    max-width: 1300px;
  }
  .service-promo__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-right: 60px;
  }
  .service-info__body {
    padding: 50px 50px 0;
  }
  .service-info__desc p {
    font-size: 22px;
  }
  .mainform_reverse .mainform__content {
    margin-right: 120px;
  }
  .service-process__row {
    margin: 0 -10px;
  }
  .service-process__col {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .service-process-item {
    padding-bottom: 35px;
  }
  .service-process-item__title {
    font-size: 24px;
  }
  .service-process-item__desc {
    font-size: 18px;
  }
  .service-process-item__num {
    width: 75px;
    height: 180px;
    font-size: 32px;
  }
  .service-benefits-item {
    padding: 20px;
  }
  .service-benefits-item__title {
    font-size: 24px;
  }
  .service-benefits-item__desc {
    font-size: 20px;
  }
  .service-benefits-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    margin-right: 15px;
  }
  .service-benefits-item__icon img {
    width: 55px;
  }
  .service-steps-item__title {
    font-size: 24px;
  }
  .service-steps-item__desc {
    font-size: 18px;
  }
  .photo-features-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
    height: 140px;
  }
  .photo-features-item__title {
    font-size: 26px;
    padding-right: 15px;
  }
  .photo-include-item:after {
    width: 40px;
    height: 40px;
  }
  .concentration-item__title {
    font-size: 28px;
  }
  .concentration-item__desc {
    font-size: 20px;
  }
  .services-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
  }
  .services__row:before {
    width: 550px;
    height: 420px;
  }
  .services__row:after {
    width: 350px;
    height: 250px;
  }
  .steps-item__desc {
    font-size: 22px;
  }
  blockquote {
    max-width: 100%;
  }
  .article__section table {
    max-width: 100%;
  }
  .article-note {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .center-wrapper {
    max-width: 1140px;
  }
  h1, .title_1 {
    font-size: 55px;
  }
  h2, .title_2 {
    font-size: 45px;
  }
  .contacts__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .contacts-item {
    padding: 0 15px;
  }
  .contacts-form__desc {
    margin-bottom: 40px;
  }
  .service-promo__features li {
    font-size: 24px;
    padding-left: 40px;
  }
  .service-promo__features li:before {
    top: 3px;
    width: 24px;
    height: 24px;
  }
  .service-info__desc p {
    font-size: 20px;
  }
  .service-info__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
  }
  .service-info__content {
    padding-bottom: 30px;
  }
  .mainform_reverse .mainform__content {
    margin-right: 0;
  }
  .service-benefits-item__desc {
    font-size: 18px;
  }
  p {
    font-size: 20px;
  }
  .text ul li,
  .text ol li {
    font-size: 20px;
  }
  .text ul li {
    padding-left: 25px;
  }
  .text ul li:before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
  .service-promo {
    margin-bottom: 20px;
  }
  .service-info {
    margin-bottom: 60px;
  }
  .service-benefits {
    padding-bottom: 20px;
  }
  .service-promo__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
  }
  .service-info__body {
    background-position: 0 0;
  }
  .service-types__row {
    margin: 0 -15px;
  }
  .service-types__col {
    padding: 0 15px;
  }
  .service-types-item {
    padding: 30px;
  }
  .service-types-item__title {
    font-size: 28px;
  }
  .service-trust__item {
    padding: 30px;
    font-size: 22px;
    font-weight: 500;
  }
  .service-steps__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .service-types,
  .service-trust,
  .gallery,
  .useful,
  .service-steps,
  .photo-features,
  .service-tariffs,
  .deliveries,
  .services,
  .photo-tariffs,
  .concentration {
    padding: 50px 0;
  }
  .steps {
    padding-top: 40px;
  }
  .service-tariffs-item-services {
    font-size: 20px;
  }
  .photo-features-item__title {
    font-size: 24px;
  }
  .photo-tariffs-item {
    padding: 30px;
  }
  .photo-tariffs-item__row .photo-tariffs-item__img {
    margin-right: 25px;
  }
  .photo-tariffs-item__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .photo-tariffs-item .photo-tariffs-item__table {
    font-size: 22px;
  }
  .photo-tariffs-item__desc {
    font-size: 22px;
  }
  .photo-tariffs-item__price {
    font-size: 26px;
  }
  .photo-include-item__title {
    font-size: 28px;
  }
  .photo-include-item {
    padding: 20px;
  }
  .features-item__title {
    font-size: 28px;
  }
  .features-item__desc {
    font-size: 22px;
  }
  .useful-item__title {
    font-size: 24px;
  }
  .steps__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .steps-item__desc {
    padding: 20px 30px;
  }
  .steps__col:nth-child(3n) .steps-item:after {
    display: block;
  }
  .steps__col:nth-child(2n) .steps-item:after {
    display: none;
  }
  .useful-item__desc {
    font-size: 22px;
  }
  .services-item__title {
    font-size: 24px;
  }
  .services-item__desc {
    font-size: 18px;
  }
  .services-item__content {
    padding: 20px 0 0 20px;
  }
  .services__col:nth-child(1) .services-item__content, .services__col:nth-child(3) .services-item__content {
    padding: 20px 20px 0 0;
  }
  .service-promo__buttons {
    padding-bottom: 0;
  }
  blockquote footer {
    font-size: 20px;
  }
  .article-steps-item__desc {
    font-size: 20px;
  }
  .article-note__text {
    font-size: 20px;
  }
  .article-nav__list a {
    font-size: 22px;
  }
  .article-nav__list a:before {
    top: 12px;
  }
}
@media only screen and (max-width: 1279px) {
  .center-wrapper {
    max-width: 960px;
  }
  h1, .title_1 {
    font-size: 45px;
  }
  h2, .title_2 {
    font-size: 40px;
  }
  .input_big {
    height: 60px;
    font-size: 22px;
  }
  .btn {
    height: 60px;
    font-size: 20px;
    padding: 0 35px;
    min-width: auto;
  }
  .header-logo__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .header-logo__title {
    font-size: 15px;
  }
  .header-contacts__phone {
    margin-left: 5px;
    font-size: 16px;
    white-space: nowrap;
  }
  .header-contacts__social-btn {
    width: 25px;
    height: 25px;
  }
  .header-contacts__callback {
    font-size: 14px;
    white-space: nowrap;
  }
  .header-info__item {
    padding: 0 10px 0 30px;
    font-size: 15px;
  }
  .header-info__item:before {
    left: 5px;
  }
  .footer {
    padding: 60px 0;
    font-size: 18px;
  }
  .footer__caption {
    font-size: 28px;
  }
  .footer-menu ul {
    margin-right: 30px;
  }
  .footer-info a {
    font-size: 16px;
  }
  .footer-logo__img {
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    max-width: 150px;
  }
  .articles-item__image {
    height: 300px;
    margin-bottom: 20px;
  }
  .service-promo__features li {
    font-size: 20px;
    padding-left: 35px;
  }
  .service-promo__features li:before {
    width: 20px;
    height: 20px;
  }
  .service-info__desc p {
    font-size: 18px;
  }
  .service-info__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .service-info__body {
    padding: 40px 40px 0;
  }
  .service-info__content {
    padding-bottom: 10px;
  }
  .mainform__input {
    margin-bottom: 20px;
  }
  .service-info {
    margin-bottom: 30px;
  }
  .service-process-item {
    padding: 10px 15px 30px;
  }
  .service-process-item__desc {
    line-height: 1.3;
  }
  .service-process-item__image {
    height: 160px;
  }
  .service-process-item__num {
    width: 65px;
    height: 150px;
    font-size: 28px;
  }
  .service-benefits__row {
    margin: 0 -10px;
  }
  .service-benefits__col {
    padding: 0 10px 20px;
  }
  .service-benefits-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
    width: 55px;
    margin-right: 10px;
  }
  .service-benefits-item__icon img {
    width: 45px;
    max-height: 50px;
  }
  .service-benefits-item__desc {
    font-size: 16px;
  }
  .service-benefits-item__title {
    font-size: 22px;
  }
  .service-steps-item__icon {
    padding: 35px;
  }
  .service-steps-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    max-width: 150px;
  }
  .service-steps-item__icon span {
    font-size: 30px;
  }
  .service-steps-item__title {
    font-size: 24px;
  }
  .service-steps-item__desc {
    font-size: 18px;
  }
  .service-stats-item__num {
    font-size: 60px;
  }
  .service-stats {
    padding: 50px 0;
  }
  .photo-features__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .photo-features__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .photo-features__col:last-child {
    margin-bottom: 0;
  }
  .photo-tariffs__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .photo-tariffs__col_big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .photo-include__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .concentration__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .services__row:before,
  .services__row:after {
    display: none;
  }
  .services-item {
    display: block;
    text-align: center !important;
  }
  .services-item__img {
    margin: 0 auto;
  }
  .services__col {
    margin-bottom: 50px;
  }
  .services-item__content {
    padding: 0 !important;
  }
  .features-item__title {
    font-size: 24px;
  }
  .features-item__desc {
    font-size: 20px;
  }
  .deliveries-item__list li {
    font-size: 20px;
    padding-left: 45px;
  }
  .deliveries-item__list li:before {
    top: 2px;
    width: 26px;
    height: 26px;
  }
  .useful__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .deliveries-item {
    padding: 40px;
  }
  .service-promo__desc {
    font-size: 22px;
  }
  blockquote {
    padding: 30px 15px;
    padding-left: 120px;
  }
  blockquote:before {
    top: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
  }
  blockquote:after {
    left: 90px;
    top: 30px;
    bottom: 30px;
  }
  .article-note:before {
    width: 40px;
    height: 40px;
  }
  .article-note {
    padding-left: 120px;
  }
  .article-note:after {
    left: 90px;
  }
  .article-note__text {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .center-wrapper {
    max-width: 720px;
  }
  .header {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
    max-width: 250px;
    background: #4c6fbf;
    z-index: 50;
  }
  .header.open {
    right: 0;
  }
  .header__body {
    padding: 20px;
    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;
    min-height: 100%;
  }
  .header__top {
    display: none;
  }
  .header-mobile__close {
    margin-left: auto;
    margin-bottom: 25px;
    width: 22px;
  }
  .header-mobile__close img {
    width: 100%;
  }
  .header-mobile__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu__list {
    -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;
  }
  .header-menu__list li {
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
  }
  .header-menu__list li a {
    font-size: 18px;
  }
  .header-mobile__close {
    display: block;
  }
  .header-mobile {
    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;
    margin-top: auto;
    padding-top: 10px;
  }
  .header-mobile__callback {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 25px;
    height: 50px;
    padding: 0 30px;
    background: #ffa929;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
  }
  .header-mobile__desc {
    line-height: 1.3;
    text-align: right;
    font-weight: 500;
    color: #fff;
  }
  .header-mobile-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-mobile-social__btn {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
  }
  .header-mobile-logo {
    display: block;
  }
  .header-menu__list > li ul {
    position: static;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 0;
    opacity: 1;
    display: none;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
    padding-top: 15px;
    margin-right: -15px;
    background: transparent;
  }
  .header-menu__list > li ul:before {
    display: none;
  }
  .header-menu__list > li ul li {
    margin: 0 0 17px;
    text-align: right;
  }
  .header-menu__list > li ul li:last-child {
    margin-bottom: 0;
  }
  .header-menu__list > li ul li a {
    font-size: 15px;
    color: #ffa929;
  }
  .header-menu__list > li.has-sub {
    padding-right: 15px;
  }
  .header-menu__list > li.has-sub:hover {
    color: #ffa929;
  }
  .header-menu__list > li.has-sub:hover:after {
    border-top-color: #ffa929;
  }
  .header-menu__list > li.has-sub:hover ul {
    display: block;
  }
  .header-menu__list > li.has-sub:after {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .header-menu__list > li ul li a:hover {
    color: #ffa929;
  }
  .main__title {
    margin-bottom: 40px;
  }
  .service-promo {
    padding-top: 30px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__col {
    min-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer-menu {
    display: block;
  }
  .footer__caption {
    font-size: 24px;
  }
  .footer-contacts__item br {
    display: none;
  }
  .footer__bottom {
    position: relative;
    padding-bottom: 50px;
  }
  .footer-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .articles-item__image {
    height: 250px;
  }
  .articles-item__title {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2;
  }
  .contacts__row {
    display: block;
  }
  .contacts-item {
    margin-bottom: 50px;
    max-width: 100%;
  }
  .contacts-item:last-child {
    margin-bottom: 0;
  }
  .contacts-item__icon {
    margin-bottom: 20px;
  }
  .service-promo__image {
    display: none;
  }
  .service-promo__image_mobile {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .service-promo__image_mobile img {
    max-height: 250px;
  }
  .service-promo__body {
    display: block;
  }
  .service-promo__content {
    padding-right: 0;
    max-width: 100%;
  }
  .service-promo__title {
    text-align: center;
  }
  .service-promo__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-promo__btn {
    margin: 0 15px;
  }
  .service-promo {
    margin-bottom: 10px;
  }
  .service-info__body {
    display: block;
  }
  .service-info__content {
    padding: 0;
  }
  .service-info__image {
    margin: 0 auto;
  }
  .mainform__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mainform__image {
    padding: 0 20px;
  }
  .service-process__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-process__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .service-benefits__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .service-types__row {
    display: block;
  }
  .service-types__col {
    max-width: 100%;
  }
  .service-types-item__img {
    height: 220px;
    padding: 20px 0;
  }
  .service-types-item__desc {
    text-align: center;
  }
  .service-types-item__title {
    min-height: auto;
  }
  .service-trust__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .service-trust__item:after {
    width: 30px;
    height: 30px;
  }
  .service-steps__row {
    display: block;
  }
  .service-steps__col {
    max-width: 1000%;
    padding-bottom: 30px;
  }
  .service-types__col {
    margin-bottom: 30px;
  }
  .service-tariffs__row {
    margin: 0 -10px;
  }
  .service-tariffs__col {
    padding: 0 10px;
  }
  .service-tariffs-item__img {
    padding: 15px;
    padding-top: 0;
  }
  .service-tariffs-item__text p {
    margin-bottom: 15px;
  }
  .service-tariffs-item__text {
    padding: 20px 20px 0;
  }
  .service-stats-item {
    padding: 0 20px;
  }
  .service-stats-item__num {
    font-size: 50px;
  }
  .service-stats-item__desc {
    font-size: 18px;
  }
  .photo-features__row {
    display: block;
  }
  .photo-features__col {
    max-width: 100%;
  }
  .photo-features-item__title {
    font-size: 26px;
  }
  .photo-include__row {
    display: block;
  }
  .photo-include__col {
    max-width: 100%;
  }
  .gallery__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .features-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .deliveries__row {
    display: block;
  }
  .deliveries__col {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .deliveries__col:last-child {
    margin-bottom: 0;
  }
  .steps-item {
    min-height: 130px;
  }
  .steps-item__desc {
    padding: 20px 15px;
    padding-right: 25px;
    font-size: 18px;
  }
  .steps-item__num {
    font-size: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .service-tariffs__row {
    display: block;
  }
  .service-tariffs__col {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .service-tariffs__col:last-child {
    margin-bottom: 0;
  }
  .features {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .center-wrapper {
    max-width: 540px;
  }
  .main {
    padding-top: 30px;
  }
  .footer-menu ul {
    margin: 0;
  }
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-contacts__item {
    line-height: 1.3;
  }
  .footer__bottom {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .footer-logo {
    display: none;
  }
  .footer-logo_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .footer-info__item:last-child {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .mainform__body {
    display: block;
  }
  .mainform__content {
    max-width: 100%;
  }
  .mainform__image {
    padding: 0;
    display: none;
  }
  .mainform__image_mobile {
    margin-bottom: 30px;
    padding: 0 70px;
    display: block;
  }
  .mainform__title {
    text-align: center;
  }
  .service-process__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .service-tariffs__row {
    display: block;
  }
  .service-tariffs__col {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .service-tariffs__col:last-child {
    margin-bottom: 0;
  }
  .photo-tariffs-item__row {
    display: block;
  }
  .photo-tariffs__row {
    display: block;
  }
  .photo-tariffs-item__leftside {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .photo-tariffs__col {
    max-width: 100%;
  }
  .photo-tariffs-item__rightside {
    margin-right: 0;
    margin: 0 -30px;
  }
  .steps__row {
    display: block;
  }
  .steps__col {
    max-width: 100%;
  }
  .steps-item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: auto;
    min-height: 85px;
  }
  .steps-item__num {
    min-height: 100%;
    height: auto;
  }
  .steps-item:after {
    display: none !important;
  }
  .steps-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  .steps__col {
    margin-bottom: 20px;
  }
  .article-steps-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .article__section table th,
  .article__section table td {
    padding: 12px;
  }
  .article__section:last-child {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .center-wrapper {
    max-width: 100%;
  }
  h1, .title_1 {
    font-size: 40px;
  }
  h2, .title_2 {
    font-size: 35px;
  }
  p {
    font-size: 18px;
  }
  .text ul li, .text ol li {
    font-size: 18px;
  }
  .btn {
    padding: 0 25px;
    font-size: 18px;
  }
  .main__title {
    margin-bottom: 30px;
  }
  .faq-accordeon__caption {
    padding: 18px 60px 18px 20px;
    font-size: 18px;
  }
  .faq-accordeon__icon {
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  .articles__row {
    display: block;
  }
  .articles__col {
    max-width: 100%;
  }
  .articles-item__image {
    height: 200px;
  }
  .contacts-form__btn .btn {
    width: 100%;
  }
  .contacts-form__desc {
    font-size: 18px;
    line-height: 1.1;
  }
  .prices-table th {
    padding: 15px;
    font-size: 18px;
  }
  .prices-table td {
    padding: 15px;
    font-size: 15px;
  }
  .service-promo__buttons {
    margin: 0 -5px;
    padding-bottom: 20px;
  }
  .service-promo__btn {
    margin: 0 5px;
  }
  .service-info__body {
    padding: 20px 20px 0;
  }
  .mainform__image_mobile {
    padding: 0 30px;
  }
  .service-process__row {
    display: block;
  }
  .service-process__col {
    max-width: 100%;
  }
  .service-process {
    padding: 30px 0;
  }
  .service-benefits__row {
    display: block;
  }
  .service-benefits__col {
    max-width: 100%;
  }
  .faq {
    padding: 40px 0;
  }
  .mainabout {
    padding: 40px 0;
  }
  .service-info__title {
    text-align: center;
  }
  .service-info__desc p {
    font-size: 16px;
  }
  .service-types-item__img {
    padding: 0;
  }
  .service-trust__row {
    display: block;
  }
  .service-trust__col {
    max-width: 100%;
  }
  .service-steps-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    padding: 20px;
  }
  .service-steps-item__title {
    font-size: 20px;
  }
  .service-steps-item__desc {
    font-size: 16px;
  }
  .service-steps-item__icon span {
    font-size: 25px;
  }
  .service-stats__row {
    display: block;
  }
  .service-stats-item {
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .service-stats-item:last-child {
    margin-bottom: 0;
  }
  .photo-features-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    padding: 25px;
  }
  .photo-features-item__title {
    font-size: 20px;
  }
  .photo-tariffs-item {
    padding: 25px;
  }
  .photo-tariffs-item .photo-tariffs-item__table {
    font-size: 18px;
  }
  .photo-tariffs-item__desc {
    font-size: 18px;
  }
  .photo-tariffs-item__rightside {
    margin: 0 -25px;
  }
  .photo-tariffs-item__price {
    font-size: 22px;
  }
  .photo-include-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
    margin-right: 20px;
  }
  .photo-include-item__title {
    font-size: 22px;
  }
  .photo-include-item:after {
    width: 30px;
    height: 30px;
  }
  .photo-include {
    padding-top: 50px;
  }
  .gallery__row {
    display: block;
  }
  .gallery__col {
    max-width: 100%;
  }
  .gallery-item {
    height: 300px;
  }
  .photo-tariffs-item .photo-tariffs-item__cell {
    padding: 12px;
  }
  .service-promo__desc {
    font-size: 20px;
  }
  .service-promo__features li {
    line-height: 1.4;
  }
  .concentration__row {
    display: block;
  }
  .concentration__col {
    max-width: 100%;
  }
  .services__row {
    display: block;
  }
  .services__col {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .useful__row {
    display: block;
  }
  .useful__col {
    max-width: 100%;
  }
  .useful-item__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .useful-item__desc {
    font-size: 20px;
  }
  .useful-item:after {
    width: 30px;
    height: 30px;
  }
  .steps-item__desc {
    font-size: 18px;
  }
  .service-tariffs__desc {
    margin-bottom: 35px;
    font-size: 22px;
  }
  .service-tariffs-item-services__caption,
  .service-tariffs-item-services__value {
    padding: 15px;
    font-size: 16px;
  }
  .features__row {
    display: block;
  }
  .features-item {
    max-width: 100%;
    text-align: center;
  }
  .features {
    padding-top: 40px;
  }
  .services__col:last-child {
    margin-bottom: 20px;
  }
  .deliveries-item {
    padding: 25px;
  }
  .deliveries-item__list li {
    font-size: 18px;
    padding-left: 35px;
  }
  .deliveries-item__list li:before {
    top: 0;
    width: 22px;
    height: 22px;
  }
  .modal {
    padding: 40px 25px;
  }
  .modal__close {
    top: 15px;
    right: 15px;
  }
  .modal__title {
    font-size: 34px;
  }
  .article-nav__list a {
    font-size: 18px;
  }
  .article-nav__list a:before {
    top: 10px;
  }
  .article-steps-item__desc {
    font-size: 18px;
  }
  .article-steps-item {
    margin-bottom: 35px;
  }
  .article_note {
    font-size: 16px;
  }
  .table_wrap {
    margin-right: -15px;
    overflow-x: auto;
  }
  .table_wrap table {
    width: auto;
  }
  .table_wrap::-webkit-scrollbar {
    height: 10px;
  }
  .table_wrap::-webkit-scrollbar-track {
    border: 1px solid #6c6cd9;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    background-color: #6c6cd9;
  }
  .article__section .table_wrap {
    margin-bottom: 30px;
  }
  .article__section table {
    margin-bottom: 0;
  }
  blockquote:after {
    display: none;
  }
  .article-note__text {
    padding: 0;
    font-size: 18px;
  }
  .article-note,
  blockquote {
    padding: 70px 20px 20px;
  }
  .article-note:before,
  blockquote:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 20px;
    left: 20px;
  }
  .article-note:after,
  blockquote:after {
    display: none;
  }
  blockquote footer {
    font-size: 18px;
  }
}
@media only screen and (max-width: 359px) {
  .footer-logo__img {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
  }
  .footer-logo__title {
    font-size: 15px;
  }
  .footer__caption {
    font-size: 21px;
  }
}