html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
@font-face {
  font-family: 'ProximaNova-Black';
  src: url("../fonts/ProximaNova-Black/ProximaNova-Black.eot");
  src: url("../fonts/ProximaNova-Black/ProximaNova-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Black/ProximaNova-Black.woff") format('woff'), url("../fonts/ProximaNova-Black/ProximaNova-Black.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format('woff'), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Light/ProximaNova-Light.woff") format('woff'), url("../fonts/ProximaNova-Light/ProximaNova-Light.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format('woff'), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format('woff'), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'ProximaNova-Regular', sans-serif;
  color: #454141;
}
body.stoped {
  overflow: hidden;
}
main.system-main {
  overflow: hidden;
  padding-top: 140px;
}
.content {
  width: 1340px;
  margin: 0 auto;
}
.title-paragraph {
  margin-top: 30px;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 48px;
  line-height: normal;
  color: #454141;
  font-family: 'ProximaNova-Bold', sans-serif;
}
h2 {
  font-size: 36px;
  line-height: normal;
  color: #454141;
  font-family: 'ProximaNova-Bold', sans-serif;
}
h3 {
  font-size: 28px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #fff;
}
h4 {
  font-size: 24px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #454141;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
.title {
  margin-bottom: 40px;
}
.slick-slide {
  outline: none;
}
.pagination {
  padding-bottom: 110px;
}
.pagination ul {
  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;
}
.pagination ul li {
  margin-right: 30px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a {
  font-size: 16px;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.1px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.pagination ul li a:hover {
  opacity: 1;
}
.pagination ul li.active a {
  opacity: 1;
}
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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;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--current,.fancybox-slide--next,.fancybox-slide--previous{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(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,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;-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-pan .fancybox-content,.fancybox-can-swipe .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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(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}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.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)}.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.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}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.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:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (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}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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}.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;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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,.3);box-shadow:inset 0 0 6px rgba(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,.1);background-position:50%;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 .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.about {
  padding-top: 110px;
  padding-bottom: 110px;
}
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-left {
  width: 47.0149253731%;
}
.about-right {
  width: 47.0149253731%;
}
.about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3px 6px 13px rgba(0,0,0,0.25);
          box-shadow: 3px 6px 13px rgba(0,0,0,0.25);
}
.about-left h2 {
  margin-bottom: 30px;
}
.about-left p {
  margin-bottom: 45px;
}
.about-advs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}
.about-adv {
  width: 24%;
}
.about-adv span {
  display: block;
}
.about-adv span:first-child {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -0.3px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #454141;
  display: block;
  margin-bottom: 5px;
}
.about-adv span:nth-child(2) {
  font-size: 14px;
  line-height: 1.86;
  color: #454141;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.around .about-left h2 {
  display: none;
}
.achiv {
  padding-bottom: 110px;
}
.achiv-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.achiv-item {
  width: 25%;
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.achiv-item__icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achiv-item__text {
  width: calc(100% - 70px);
}
.achiv-item__text span {
  display: block;
}
.achiv-item__text span:first-child {
  font-size: 16px;
  font-family: 'ProximaNova-Bold', sans-serif;
  margin-bottom: 10px;
}
.achiv-item__text span:last-child {
  font-size: 14px;
  line-height: 1.3;
}
.achiv-item:first-child {
  padding-left: 0;
}
.achiv-item:last-child::after {
  content: none;
}
.achiv-item::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 1px;
  height: 100px;
  background: #c8c8c8;
  right: 0;
}
.around {
  padding-bottom: 110px;
}
.around-info {
  margin-top: 30px;
}
.around-info p {
  font-family: 'ProximaNova-Light', sans-serif;
  margin-bottom: 25px;
}
.around-info p:last-child {
  margin-bottom: 0;
}
.article {
  padding-bottom: 100px;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content > img:first-child {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.article-content img {
  margin-right: 10px;
  margin-bottom: 30px;
}
.banner {
  height: 506px;
  position: relative;
}
.banner-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-images img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.banner-images img.active {
  opacity: 1;
}
.banner .content {
  position: relative;
  z-index: 4;
  height: 100%;
}
.banner-slider,
.banner-slides,
.banner-slide {
  height: 100%;
}
.banner-slide {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-slide__name {
  font-size: 60px;
  color: #fff;
  font-family: 'ProximaNova-Bold', sans-serif;
  line-height: normal;
  margin-bottom: 30px;
}
.banner-slide__text {
  margin-bottom: 40px;
}
.banner-slide__text p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: 'ProximaNova-Bold', sans-serif;
}
.banner .duty-button a {
  width: 180px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}
.banner .slick-slide {
  height: inherit !important;
}
.banner .slick-list {
  height: 100%;
}
.banner .slick-dots {
  top: auto;
  bottom: 25px;
}
.banner .slick-dots button {
  width: 15px;
  height: 15px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  background: none;
}
.banner .slick-dots li.slick-active button {
  background: #ebebeb;
}
.blog {
  padding-bottom: 110px;
}
.blog-items {
  margin-bottom: -20px;
}
/*.blog-wrapper {
  position: relative;
  height: 820px;
  margin-bottom: 20px;
}*/
/*.blog-item {
  position: absolute;
}*/
.blog-item__name {
  margin-bottom: 5px;
}
.blog-item__photo {
  margin-bottom: 10px;
  overflow: hidden;
}
/*.blog-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/
/*.blog-item:nth-child(1) {
  left: 0;
  top: 0;
  height: 100%;
  width: 40.3731343284%;
}
.blog-item:nth-child(1) .blog-item__photo {
  height: 730px;
}
.blog-item:nth-child(2),
.blog-item:nth-child(3) {
  height: 394px;
  width: 27.6119402985%;
  left: 42.5373134328%;
  top: 0;
}
.blog-item:nth-child(2) .blog-item__photo,
.blog-item:nth-child(3) .blog-item__photo {
  height: 310px;
}
.blog-item:nth-child(3) {
  top: auto;
  bottom: 5px;
}
.blog-item:nth-child(4),
.blog-item:nth-child(5) {
  left: auto;
  top: 0;
  width: 27.6119402985%;
  right: 0;
}
.blog-item:nth-child(4) .blog-item__photo,
.blog-item:nth-child(5) .blog-item__photo {
  height: 220px;
}
.blog-item:nth-child(5) {
  top: auto;
  bottom: 5px;
}
.blog-item:nth-child(5) .blog-item__photo {
  height: 400px;
}*/
.blog-item__name h4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item__name,
.blog-item__name h4 {
  color: #454141;
}
.blog-item:hover .blog-item__name h4 {
  color: #0e4f6c;
}
/*.blog-item:hover .blog-item__photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}*/
/*.blog-wrapper:nth-child(2n) .blog-item:nth-child(1) {
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}
.blog-wrapper:nth-child(2n) .blog-item:nth-child(2),
.blog-wrapper:nth-child(2n) .blog-item:nth-child(3) {
  height: 394px;
  top: 0;
  left: auto;
  right: 42.5373134328%;
}
.blog-wrapper:nth-child(2n) .blog-item:nth-child(3) {
  top: auto;
  bottom: 5px;
}
.blog-wrapper:nth-child(2n) .blog-item:nth-child(4),
.blog-wrapper:nth-child(2n) .blog-item:nth-child(5) {
  right: auto;
  left: 0;
}
.blog-wrapper:nth-child(2n) .blog-item:nth-child(5) {
  top: auto;
  bottom: 5px;
}*/
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 60px;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul a {
  font-size: 14px;
  text-decoration: underline;
  color: #454141;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li::after {
  content: '>';
  margin: 0 3px;
}
.breadcrumbs ul li:last-child a {
  text-decoration: none;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.button {
  outline: none;
  height: 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.06);
          box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.06);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
}
.button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(36.88deg, #e31e24 -37.66%, #cf8082 128.57%);
  background: linear-gradient(53.12deg, #e31e24 -37.66%, #cf8082 128.57%);
}
.button span {
  position: relative;
  z-index: 4;
  font-size: 16px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #fff;
}
.certificates {
  padding-bottom: 60px;
}
.clients {
  padding-bottom: 60px;
}
.clients-slide__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clients-slide__photo {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-slide__text {
  width: calc(100% - 110px);
}
.clients-slide__text h4 {
  margin-bottom: 15px;
}
.clients-slide__text p {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.7;
}
.clients,
.certificates {
  position: relative;
}
.clients .slick-slide,
.certificates .slick-slide {
  margin: 0 15px;
}
.clients .slick-list,
.certificates .slick-list {
  margin: 0 -15px;
}
.clients .slick-arrow,
.certificates .slick-arrow {
  width: 20px;
  outline: none;
  position: absolute;
  right: 40px;
  top: -60px;
  height: 20px;
  font-size: 0;
  border: none;
  z-index: 4;
  background: none;
  cursor: pointer;
  background: url("../img/assets/clients/arrow.svg") no-repeat center/contain;
}
.clients .slick-arrow.slick-next,
.certificates .slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
.contacts {
  padding-bottom: 110px;
}
.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.contacts-left {
  width: 42.5373134328%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contacts-right {
  width: 27.6119402985%;
}
.contacts-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 80px;
  margin-bottom: 0px;
}
.contacts-item:nth-child(2) {
  margin-right: 0;
}
.contacts-item__name {
  margin-bottom: 10px;
}
.contacts-item__value a {
  font-size: 16px;
  line-height: 1.3;
  color: #454141;
  padding-left: 21px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts-item__value a:hover {
  color: #e31e24;
}
.contacts-item__value a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url("../img/assets/contacts/phone.svg") no-repeat center/contain;
}
.contacts-item__list ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.contacts-item__list li {
  font-size: 16px;
  line-height: 1.3;
  color: #454141;
  margin-bottom: 20px;
}
.contacts-item__list li span:first-child {
  font-family: 'ProximaNova-Bold', sans-serif;
}
.contacts-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-map {
  width: calc(100% - 430px);
}
.contacts-form {
  width: 430px;
  height: 370px;
  background: #f3f3f3;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-form h3 {
  color: #454141;
  margin-bottom: 10px;
}
.contacts-form .form-group {
  margin-bottom: 10px;
}
.contacts-form .form-group .button {
  width: 100%;
}
.cost {
  padding-bottom: 110px;
}
.cost-label ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #03202d;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  width: 100%;
}
.cost-label ul span {
  font-size: 16px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #fff;
}
.cost-label ul li {
  width: 25%;
}
.cost-label ul li:nth-child(2),
.cost-label ul li:nth-child(3) {
  text-align: center;
}
.cost-label ul li:nth-child(4) {
  text-align: right;
}
.cost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cost-item__cell {
  width: 25%;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'ProximaNova-Light', sans-serif;
}
.cost-item__cell:nth-child(4) {
  text-align: right;
}
.docs {
  padding-bottom: 110px;
}
.docs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.docs-item {
  width: calc(50% - 15px);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.docs-item__name {
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  font-family: 'ProximaNova-Bold', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #0e4f6c;
}
.docs-item__name:hover {
  color: #e31e24;
}
.docs-item__name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url("../img/assets/docs/docs.svg") no-repeat center/contain;
}
.duty .content {
  position: relative;
}
.duty-wrapper {
  position: relative;
  min-height: 400px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.duty-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.duty-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.duty-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.duty-title {
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.duty-title h1 {
  color: #fff;
  font-size: 60px;
}
.duty-span {
  margin-bottom: 40px;
}
.duty-button a {
  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: 265px;
  height: 45px;
  background: #fff;
  border-radius: 100px;
}
.duty-button__icon {
  background: #474747;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.duty-button span {
  font-size: 16px;
  color: #e31e24;
  font-family: 'ProximaNova-Bold', sans-serif;
}
.duty-button:hover .duty-button__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.examples {
  padding-bottom: 110px;
}
.examples-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.examples-item {
  width: 31.8656716418%;
  margin-right: 2.20149255%;
  position: relative;
  margin-bottom: 40px;
}
.examples-item:nth-child(3n) {
  margin-right: 0;
}
.examples-item:hover .examples-item__photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.examples-item__photo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.examples-item__photo img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.examples-item__name {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-linear-gradient(36.88deg, #e31e24 -37.66%, #cf8082 128.57%);
  background: linear-gradient(53.12deg, #e31e24 -37.66%, #cf8082 128.57%);
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #fff;
}
.examples .duty-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.examples .duty-button a {
  border: 1px solid #e31e24;
}
.examples-info {
  margin-top: 60px;
}
.footer {
  background: #340c06;
  padding-top: 30px;
}
.footer .header-logo .header-logo__text span {
  color: #fff;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.footer-item__name {
  font-size: 20px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #fff;
  margin-bottom: 10px;
  min-height: 20px;
}
.footer-item__list ul a {
  font-size: 16px;
  line-height: 1.69;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.footer-item__list ul a:hover {
  color: #e31e24;
}
.footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-item__cnts li {
  margin-bottom: 14px;
}
.footer-item__cnts li:last-child {
  margin-bottom: 0;
}
.footer-item__cnts li span,
.footer-item__cnts li a {
  color: #fff;
}
.footer-item__cnts li span {
  font-family: 'ProximaNova-Bold', sans-serif;
  display: inline-block;
  margin-right: 3px;
}
.popup {
  display: none;
}
#popup {
  padding: 0;
}
#popup .form-group {
  width: 100%;
}
input,
textarea,
select {
  width: 100%;
  height: 47px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.06);
          box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.06);
  border-radius: 4px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.form-group__accept.active span::after {
  opacity: 1;
}
.form-group__accept span {
  font-size: 14px;
  display: block;
  color: #454141;
  font-family: 'ProximaNova-Regular', sans-serif;
  cursor: pointer;
  line-height: 1.3;
  padding-left: 26px;
  position: relative;
}
.form-group__accept span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #e2e2e2;
}
.form-group__accept span::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  background: url("../img/assets/form/check.svg") no-repeat center/contain;
}
.formate {
  padding-bottom: 80px;
}
.formate-video {
  max-width: 890px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.formate-video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 390px;
}
.formate-video a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background: url("../img/assets/formate/play.svg") no-repeat center/contain;
}
.formate-video a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.formate-video a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.formate-info p {
  margin-bottom: 30px;
}
.formate-info p:last-child {
  margin-bottom: 0;
}
.formate-info img {
  margin-right: 10px;
  margin-bottom: 30px;
}
.header {
  height: 140px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
}
.header-top {
  height: 44px;
  background: #f0f0f0;
}
.header .content {
  height: 100%;
}
.header-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.menu ul li {
  margin-right: 60px;
}
nav.menu ul li:last-child {
  margin-right: 0;
}
nav.menu ul li a {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.menu ul li a:hover {
  color: #e31e24;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contacts {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contacts__item {
  margin-right: 30px;
  position: relative;
  font-size: 14px;
  padding-left: 21px;
  min-height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-contacts__item:hover {
  color: #e31e24;
}
.header-contacts__item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7.5px;
  background: url("../img/assets/header/c1.svg") no-repeat center/contain;
}
.header-contacts__item:last-child::before {
  background: url("../img/assets/header/c2.svg") no-repeat center/contain;
}
.header-contacts__item:last-child {
  margin-right: 0;
}
.header-find__icon {
  cursor: pointer;
}
.header-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li {
  margin-right: 40px;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-nav ul li a:hover {
  color: #e31e24;
}
.header-nav ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60%;
  height: 1px;
  background: #e31e24;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-nav ul li.current-item a {
  font-family: 'ProximaNova-Bold', sans-serif;
}
.header-nav ul li.current-item a::after {
  opacity: 1;
}
.header-callback a {
  font-size: 14px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #e31e24;
  text-decoration: underline;
  line-height: 1.3;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(36.88deg, #e31e24 -37.66%, #cf8082 128.57%);
  background: linear-gradient(53.12deg, #e31e24 -37.66%, #cf8082 128.57%);
  border-radius: 6px;
  width: 84px;
  margin-right: 13px;
  height: 56px;
}
.header-logo__text span {
  display: block;
}
.header-logo__text span:first-child {
  font-size: 29px;
  letter-spacing: 0.03em;
  font-family: 'ProximaNova-Black', sans-serif;
  margin-bottom: 10px;
}
.header-logo__text span:last-child {
  font-size: 14px;
}
.header.header-fxd {
  height: 102px;
  -webkit-box-shadow: 0px 2px 14px rgba(0,0,0,0.25);
          box-shadow: 0px 2px 14px rgba(0,0,0,0.25);
}
.header.header-fxd .header-bottom {
  padding: 0;
  height: 58px;
}
.header.header-fxd .header-logo__icon {
  height: 30px;
}
.header.header-fxd .header-logo__text span:first-child {
  font-size: 18px;
  margin-bottom: 5px;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #e31e24;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #e31e24;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-burger {
  display: none;
}
.mobile-element {
  display: none;
}
.info {
  padding-bottom: 110px;
}
.info-wrapper p {
  margin-bottom: 20px;
}
.info-wrapper p:last-child {
  margin-bottom: 0;
}
.licenses {
  padding-bottom: 60px;
}
.licenses-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}
.licenses-item {
  width: 23.2835820896%;
  margin-right: 2.2885572%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c4c4c4;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 7px 14px rgba(0,0,0,0.17);
          box-shadow: 0px 7px 14px rgba(0,0,0,0.17);
}
.licenses-item:nth-child(4n) {
  margin-right: 0;
}
.naved ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #454141;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-family: 'ProximaNova-Bold', sans-serif;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.naved ul a:hover {
  color: #e31e24;
}
.notfound {
  padding-top: 100px;
  padding-bottom: 318px;
}
.notfound-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.notfound-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.notfound-icon span {
  font-size: 300px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  display: block;
}
.notfound-icon span:last-child {
  margin-left: 20px;
}
.notfound-name {
  font-size: 32px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  margin-bottom: 25px;
}
.notfound-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #0c0c0c;
  line-height: 1.4;
}
.notfound-return a {
  text-decoration: underline;
  color: #0e4f6c;
  font-family: 'ProximaNova-Semibold', sans-serif;
  margin-left: 5px;
}
.objects-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.objects-item {
  width: 31.8656716418%;
  margin-right: 2.20149255%;
  margin-bottom: 50px;
}
.objects-item:nth-child(3n) {
  margin-right: 0;
}
.objects-item__photo {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  overflow: hidden;
}
.objects-item__photo img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.objects-item__name {
  margin-bottom: 10px;
}
.objects-item__name h4 {
  color: #454141;
}
.objects-item__text {
  font-size: 16px;
  line-height: 1.5;
  color: #454141;
  margin-bottom: 20px;
}
.section-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 55px;
  position: relative;
}
.section-detail:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.section-detail::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #03202d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-detail::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 8px;
  left: 6.5px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -4px;
  background: url("../img/assets/objects/arr.svg") no-repeat center/contain;
}
.section-detail span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.objects-item:hover .objects-item__name h4 {
  color: #0e4f6c;
}
.objects-item:hover .objects-item__photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.objects-item__name h4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.others {
  padding-bottom: 70px;
}
.prices {
  padding-bottom: 110px;
}
.prices-items {
  margin-bottom: -30px;
}
.prices-item {
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.06);
          box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.06);
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.prices-item.active .prices-item__question::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.prices-item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 7px;
  background: -webkit-linear-gradient(36.88deg, #e31e24 -37.66%, #cf8082 128.57%);
  background: linear-gradient(53.12deg, #e31e24 -37.66%, #cf8082 128.57%);
  border-radius: 0px 4px 4px 0px;
  height: 100%;
  top: 0;
}
.prices-item__question {
  padding: 20px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
  position: relative;
}
.prices-item__question::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 18px;
  top: 23px;
  right: 30px;
  background: url("../img/assets/prices/arr.svg") no-repeat center/contain;
}
.prices-item__question span {
  font-size: 24px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #454141;
}
.prices-item__answer {
  display: none;
}
.prices-item__row {
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prices-item__cell {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 30%;
}
.prices-item__cell:last-child {
  font-family: 'ProximaNova-Bold', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews {
  padding-bottom: 140px;
}
.reviews .content {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f3f3f3;
}
.reviews .title {
  text-align: center;
}
.reviews-slide__text,
.reviews-slide__author {
  max-width: 900px;
  margin: 0 auto;
}
.reviews-slide__text {
  text-align: center;
  margin-bottom: 60px;
}
.reviews-slide__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 460px;
  margin: 0 auto;
}
.reviews-author__photo {
  width: 60px;
  height: 60px;
}
.reviews-author__text {
  width: calc(100% - 80px);
}
.reviews-author__text span {
  font-size: 24px;
  font-family: 'ProximaNova-Bold', sans-serif;
  margin-bottom: 5px;
  display: block;
}
.reviews-author__text p {
  font-size: 18px;
  line-height: 1.39;
  opacity: 0.7;
  font-family: 'ProximaNova-Light', sans-serif;
}
.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(100% + 100px);
}
.slick-dots li {
  margin-right: 10px;
}
.slick-dots li button {
  outline: none;
  font-size: 0;
  border: none;
  width: 30px;
  height: 6px;
  background: #c81015;
  opacity: 0.25;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.reviews-slide__text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}
.reviews-slide__author {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}
.reviews-slide.slick-active .reviews-slide__text,
.reviews-slide.slick-active .reviews-slide__author {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.reviews .slick-arrow {
  width: 63px;
  position: absolute;
  border: none;
  outline: none;
  background: none;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 4;
  height: 100%;
  font-size: 0;
}
.reviews .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.reviews .slick-arrow.slick-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reviews .slick-arrow::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 39px;
  top: 50%;
  margin-top: -19.5px;
  left: 50%;
  margin-left: -10.5px;
  background: url("../img/assets/work/arr.svg") no-repeat center/contain;
}
.services {
  padding-bottom: 110px;
}
.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-item__photo {
  width: 49.252238806%;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 3px 6px 13px rgba(0,0,0,0.25);
          box-shadow: 3px 6px 13px rgba(0,0,0,0.25);
}
.services-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -3px;
  position: relative;
}
.services-item__content {
  width: 49.2029850746%;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
.services-item__content::before {
  content: '';
  position: absolute;
  left: -115px;
  top: 0;
  width: calc(((100vw - 1340px) / 2) + 100% + 115px);
  height: 100%;
  background: #03202d;
}
.services-item__content h3,
.services-item__content p {
  position: relative;
  color: #fff;
}
.services-item__content h3 {
  margin-bottom: 10px;
}
.services-item__content p {
  margin-bottom: 30px;
}
.services-item__more {
  position: relative;
  z-index: 4;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 55px;
}
.services-item__more:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.services-item__more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}
.services-item__more::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 8px;
  left: 6.5px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -4px;
  background: url("../img/assets/services/arr.svg") no-repeat center/contain;
}
.services-item__more span {
  color: #fff;
}
.services-item {
  margin-bottom: 70px;
}
.services-items {
  margin-bottom: -70px;
}
.services-items .services-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.services-items .services-item:nth-child(2n) .services-item__content::before {
  left: auto;
  right: -115px;
}
.tip {
  padding-bottom: 60px;
}
.tip .title p {
  margin-top: 20px;
}
.tip-items {
  margin-bottom: -20px;
}
.tip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.tip-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tip-item__photo {
  width: 57.4626865672%;
}
.tip-item__content {
  width: 42.5373134%;
  background: #f3f3f3;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tip-item__content h3 {
  color: #454141;
  margin-bottom: 20px;
}
.tip-item__content p {
  margin-bottom: 30px;
}
.tip .services-item__more span {
  color: #454141;
  text-transform: uppercase;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.tip .services-item__more::before {
  border-color: #454141;
}
.tip .services-item__more::after {
  background: url("../img/assets/tip/arr.svg") no-repeat center/contain;
}
.work {
  padding-bottom: 110px;
}
.work-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.work-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: #fff;
  z-index: 4;
}
.work-main {
  width: 74.6268656716%;
  position: relative;
}
.work-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-thumbs {
  width: 23.3582089552%;
}
.work-thumbs .slick-slide {
  margin: 10px 0;
  cursor: pointer;
}
.work-thumbs .slick-list {
  margin: -10px 0;
}
.work-info {
  margin-top: 60px;
}
.work-info p {
  margin-bottom: 20px;
}
.work-info p:last-child {
  margin-bottom: 0;
}
.work-main .slick-arrow {
  width: 63px;
  position: absolute;
  border: none;
  outline: none;
  background: none;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 4;
  height: 100%;
  font-size: 0;
}
.work-main .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.work-main .slick-arrow.slick-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.work-main .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
}
.work-main .slick-arrow::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 39px;
  top: 50%;
  margin-top: -19.5px;
  left: 50%;
  margin-left: -10.5px;
  background: url("../img/assets/work/arr.svg") no-repeat center/contain;
}


.blog-item{
      display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.blog-item__photo{
  -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
        margin-right: 20px;
}

@media screen and (max-width: 1380px) {
  .content {
    width: 1170px;
  }
  .header-nav ul li {
    margin-right: 10px;
  }
  .header-logo__text span:first-child {
    font-size: 25px;
  }
  .services-item__content::before {
    width: calc(((100vw - 1170px) / 2) + 100% + 115px);
  }
  .notfound {
    padding-top: 50px;
  }
  .notfound-icon span {
    font-size: 250px;
  }
  .notfound-icon img {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    width: 950px;
  }
  nav.menu ul li {
    margin-right: 20px;
  }
  .header-nav ul li a {
    font-size: 14px;
  }
  .header-logo {
    max-width: 220px;
  }
  .services-item__content::before {
    width: calc(((100vw - 950px) / 2) + 100% + 115px);
  }
  .blog-item__name h4 {
    max-height: 25px;
    overflow: hidden;
  }
  .blog-item__paragraph {
    max-height: 48px;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .content {
    width: calc(100% - 30px);
  }
  .header-left {
    display: none;
  }
  .header-contacts__item {
    margin-right: 10px;
    font-size: 13px;
  }
  .header-contacts {
    margin: 0 15px;
  }
  .header-nav,
  .header-callback {
    display: none;
  }
  .header-logo__icon {
    width: 50px;
    height: 35px;
  }
  .header-logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-logo__text span:first-child {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .header-logo__text span:last-child {
    font-size: 10px;
  }
  .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header {
    height: 100px;
  }
  main.system-main {
    padding-top: 100px;
  }
  .banner-slide__name {
    font-size: 30px;
  }
  .banner-slide__text p {
    font-size: 16px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-advs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .about-adv {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    margin-top: 30px;
  }
  .about-adv span:first-child {
    font-size: 25px;
  }
  .achiv-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .achiv-item {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  .achiv-item::after {
    content: none;
  }
  .services-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services-item__photo {
    margin-bottom: 10px;
    width: calc(100% + 30px);
  }
  .services-item__content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-item__content::before {
    width: calc(100% + 30px);
    left: -15px;
  }
  p {
    font-size: 14px;
  }
  .services-items .services-item:nth-child(2n) .services-item__content::before {
    right: 0;
  }
  .reviews .content {
    width: 100%;
  }
  .reviews-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reviews-author__text p {
    font-size: 13px;
  }
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-item:last-child {
    margin-bottom: 0;
  }
  .footer-item__name {
    min-height: unset;
  }
  .banner {
    height: 400px;
  }
  .duty-title h1 {
    font-size: 30px;
  }
  .duty-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumbs ul li {
    margin-bottom: 5px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .info {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 25px;
  }
  .docs-item {
    width: 100%;
  }
  .docs-item__name {
    font-size: 14px;
  }
  .docs {
    padding-bottom: 50px;
  }
  .cost-label ul span {
    font-size: 14px;
  }
  .cost-label {
    display: none;
  }
  .cost-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cost-item__cell {
    width: 100%;
    margin-bottom: 15px;
  }
  .cost-item__cell:nth-child(4n) {
    text-align: left;
  }
  .cost {
    padding-bottom: 50px;
  }
  .examples-item {
    width: 100%;
    margin-right: 0;
  }
  .examples-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .formate {
    padding-bottom: 30px;
  }
  .licenses-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .licenses-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .duty-wrapper {
    min-height: auto;
    padding-bottom: 50px;
  }
  .tip-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tip-item__photo {
    width: 100%;
  }
  .tip-item__content {
    width: 100%;
  }
  .clients-slide__text p {
    font-size: 14px;
  }
  .clients-slide__text p br {
    display: none;
  }
  h1 {
    font-size: 30px;
  }
  .objects-item {
    margin-right: 0;
    width: 100%;
  }
  .work-wrapper .work-main {
    width: 100%;
  }
  .work-wrapper .work-thumbs {
    display: none;
  }
  .work {
    padding-bottom: 50px;
  }
  .others {
    padding-bottom: 50px;
  }
  .around {
    padding-bottom: 50px;
  }
  .title {
    margin-bottom: 20px;
  }
  .prices-item__question span {
    font-size: 16px;
  }
  .prices-item__question::after {
    width: 20px;
    height: 20px;
  }
  .prices-item__question {
    padding-right: 50px;
    padding-left: 20px;
  }
  .prices-item__question span {
    font-size: 15px;
    line-height: 1.4;
  }
  .prices-item__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .prices-item__cell {
    max-width: unset;
    width: 100%;
    margin-bottom: 10px;
  }
  .prices-item__cell:last-child {
    margin-bottom: 0;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .prices {
    padding-bottom: 50px;
  }
  .contacts-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .contacts-left,
  .contacts-right {
    width: 100%;
  }
  .contacts-item {
    margin-bottom: 30px;
  }
  .contacts-right {
    margin-top: 40px;
  }
  .contacts-down {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-form {
    width: 100%;
  }
  .contacts-map {
    width: 100%;
    height: 400px;
  }
  .contacts {
    padding-bottom: 50px;
  }
  .notfound-icon {
    margin-bottom: 30px;
  }
  .notfound-icon span {
    font-size: 100px;
  }
  .notfound-icon img {
    max-width: 100px;
  }
  .notfound {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .notfound-name {
    font-size: 20px;
  }
  .notfound-return {
    font-size: 14px;
  }
  .header-burger {
    display: block;
  }
  .header-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 100px;
    height: calc(100vh - 100px);
    z-index: 20;
    background: #fff;
  }
  .header-nav ul {
    -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;
    width: 100%;
  }
  .header-nav ul li {
    margin-right: 0;
    width: 100%;
  }
  .header-nav ul a {
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-nav ul li a::after {
    width: 100%;
  }
  .mobile-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.header-fxd {
    height: 100px;
  }
  .header.header-fxd .header-logo__icon {
    width: 50px;
    height: 35px;
  }
  .header.header-fxd .header-bottom {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header.header-fxd .header-logo__text span:first-child {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .header-nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 20;
    visibility: visible;
    pointer-events: all;
  }
  .blog-wrapper .blog-item:nth-child(1),
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(1),
  .blog-wrapper .blog-item:nth-child(2),
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(2),
  .blog-wrapper .blog-item:nth-child(3),
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(3),
  .blog-wrapper .blog-item:nth-child(4),
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(4),
  .blog-wrapper .blog-item:nth-child(5),
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(5) {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }
  .blog-wrapper .blog-item:nth-child(1) .blog-item__photo,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(1) .blog-item__photo,
  .blog-wrapper .blog-item:nth-child(2) .blog-item__photo,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(2) .blog-item__photo,
  .blog-wrapper .blog-item:nth-child(3) .blog-item__photo,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(3) .blog-item__photo,
  .blog-wrapper .blog-item:nth-child(4) .blog-item__photo,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(4) .blog-item__photo,
  .blog-wrapper .blog-item:nth-child(5) .blog-item__photo,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(5) .blog-item__photo {
    height: auto;
  }
  .blog-wrapper .blog-item:nth-child(1) .blog-item__name h4,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(1) .blog-item__name h4,
  .blog-wrapper .blog-item:nth-child(2) .blog-item__name h4,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(2) .blog-item__name h4,
  .blog-wrapper .blog-item:nth-child(3) .blog-item__name h4,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(3) .blog-item__name h4,
  .blog-wrapper .blog-item:nth-child(4) .blog-item__name h4,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(4) .blog-item__name h4,
  .blog-wrapper .blog-item:nth-child(5) .blog-item__name h4,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(5) .blog-item__name h4,
  .blog-wrapper .blog-item:nth-child(1) .blog-item__paragraph,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(1) .blog-item__paragraph,
  .blog-wrapper .blog-item:nth-child(2) .blog-item__paragraph,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(2) .blog-item__paragraph,
  .blog-wrapper .blog-item:nth-child(3) .blog-item__paragraph,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(3) .blog-item__paragraph,
  .blog-wrapper .blog-item:nth-child(4) .blog-item__paragraph,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(4) .blog-item__paragraph,
  .blog-wrapper .blog-item:nth-child(5) .blog-item__paragraph,
  .blog-wrapper:nth-child(2n) .blog-item:nth-child(5) .blog-item__paragraph {
    height: auto;
    max-height: 100%;
  }
  .blog-wrapper {
    height: auto;
  }
  .blog-item {
    margin-bottom: 20px;
  }
}
