


.homeHeader__video {
    position: relative;

    height: 100vh; /* Video tam ekran olacak */
    overflow: hidden;
  }

  .homeHeader__video video.bg-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Video'nun tam ekran kaplaması için */
    transform: translate(-50%, -50%);
  }

  .homeHeader__video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Maske için yarı şeffaf bir kaplama */
  }

  /* Mobil için medya sorguları */
  @media (max-width: 768px) {
    .homeHeader__video video.bg-cover {
      margin: 0;
      padding: 0;
      overflow: hidden;
      min-height: 482px;
    }

  .cover img {
    width: 100%;
    height: 52%;
    object-fit: cover;
  }


    .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    text-shadow: 0 0 10px black;
    pointer-events: none;
  }


    .homeHeader__video .mask {
      background: rgba(0, 0, 0, 0.3); /* Maskeyi biraz daha hafif yap */
    }
  }






.clearfix,.clearfix:after {
    clear: both
}

.alignright,.right {
    float: right
}

.btn,.fancybox-caption,.fancybox-share,.fancybox-slide,.gallery-item,.swiper-pagination,.text-center {
    text-align: center
}

.bg-contain,.bg-cover {
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.btn,.btn:focus,.btn:hover,.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited,.fancybox-share__button,.fancybox-share__button:hover,a,a:hover,header ul a {
    text-decoration: none
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.list-inline,.list-inline li {
    display: inline-block
}

.screen-reader-response,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.list-block,.list-flex,.list-inline {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    list-style: none
}

pre,textarea {
    overflow: auto
}

.list-block {
    display: block
}

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

.left {
    float: left
}

.hide {
    display: none
}

.block {
    display: block
}

.text-right {
    text-align: right
}

.text-left,td,th {
    text-align: left
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

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

.img-responsive {
    width: 100%;
    height: auto;
    display: block
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

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

.swiper-wrapper,hr {
    -webkit-box-sizing: content-box
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff
}

header ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
    color: inherit
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,optgroup,strong {
    font-weight: 700
}

address,dfn {
    font-style: normal
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,select {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    padding-left: 35px;
    padding-right: 35px
}

.container.block {
    display: block
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #292929;
    font-family: ABCWhyte,sans-serif;
    font-weight: 300;
    line-height: 1.475;
    font-size: 1.4rem
}

p {
    margin-top: 0;
    margin-bottom: 2.5rem;
    letter-spacing: .023em
}

.avList p,.fpost h3,.oForm .wpcf7-response-output,.text-small {
    letter-spacing: .02em
}

.text-lead {
    font-size: 1.7rem;
    line-height: 1.45
}

.text-small {
    font-size: 1.5rem;
    line-height: 1.34
}

.h1,.h3,.siteNav,h1,h3 {
    letter-spacing: .01em
}

strong {
    font-weight: 700
}

cite {
    font-style: normal
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: ABCWhyteInktrap,sans-serif;
    font-weight: 500;
    line-height: 1.05
}

.h1,h1 {
    font-size: 4rem
}

.h2,h2 {
    font-size: 3.5rem;
    line-height: 1.11
}

.btn,.hs,.siteTitle {
    line-height: 1
}

.h3,h3 {
    font-size: 1.8rem
}

.h4,h4 {
    font-size: 2.4rem
}

h5 {
    font-size: 2.2rem
}

h6 {
    font-size: 1.5rem
}

.hs {
    font-size: 2.4rem
}

.hms {
    font-family: MessinaSerif;
    font-weight: 400
}

@font-face {
    font-family: ABCWhyte;
    src: url(fonts/ABCWhyte-Book.woff2) format('woff2'),url(fonts/ABCWhyte-Book.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: ABCWhyte;
    src: url(fonts/ABCWhyte-Medium.woff2) format('woff2'),url(fonts/ABCWhyte-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: ABCWhyteInktrap;
    src: url(fonts/ABCWhyteInktrap-Medium.woff2) format('woff2'),url(fonts/ABCWhyteInktrap-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: MessinaSerif;
    src: url(fonts/MessinaSerifWeb-Regular.eot);
    src: url(fonts/MessinaSerifWeb-Regular.eot?#iefix) format('embedded-opentype'),url(fonts/MessinaSerifWeb-Regular.woff2) format('woff2'),url(fonts/MessinaSerifWeb-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

.btn {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}

.btn:focus,.btn:hover {
    outline: 0
}

.btn-primary {
    background: 0 0;
    border: 1px solid #f10749;
    border-radius: 100px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    padding: 16px 31px 14px;
    -webkit-transition: background-color color .4s ease-in-out;
    -o-transition: background-color color .4s ease-in-out;
    transition: background-color color .4s ease-in-out
}

.btn-primary:hover {
    border-color: #f10749;
    background-color: #f10749;
    color: #fff
}

.btn-primary .raise:focus,.btn-primary .raise:hover {
    -webkit-box-shadow: 0 .5em .5em -.4em var(--hover);
    box-shadow: 0 .5em .5em -.4em var(--hover);
    -webkit-transform: translateY(-.25em);
    -ms-transform: translateY(-.25em);
    transform: translateY(-.25em)
}

.btn-primary--d {
    border-color: #292929
}

.btn-primary--s {
    padding: 14px 42px 13px;
    background: #eaeaea;
    border-color: #eaeaea
}

.btn-nxt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .029em;
    font-weight: 500
}

.btn-nxt svg {
    margin-left: 5px
}

td,th {
    border-bottom: .1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem
}

td:first-child,th:first-child {
    padding-left: 0
}

td:last-child,th:last-child {
    padding-right: 0
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {
    border: 0;
    border-bottom: 1px solid #292929;
    background-color: #fff;
    color: #292929;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 0 2px;
    -webkit-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out
}

.fancybox-button,select {
    -webkit-box-shadow: none
}

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    outline: 0;
    border-color: #C4C4C4
}

select {
    border: 0;
    border-bottom: 1px solid #292929;
    background-color: #fff;
    color: #292929;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 4px 0 2px;
    -webkit-appearance: menulist;
    -webkit-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out
}

input[type=checkbox],input[type=radio] {
    background-color: transparent;
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    border-radius: 0;
    position: relative;
    top: 2px;
    margin-right: 8px
}

input[type=checkbox]:after,input[type=radio]:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid #fff;
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}

input[type=checkbox]:checked:after,input[type=radio]:checked:after {
    background-color: #F7CA99
}

input[type=checkbox]:focus,input[type=radio]:focus {
    outline: 0
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
    -webkit-text-fill-color: #292929!important
}

::-webkit-input-placeholder {
    color: #292929
}

:-moz-placeholder {
    color: #292929
}

::-moz-placeholder {
    color: #292929
}

:-ms-input-placeholder {
    color: #292929
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignleft {
    float: left
}

a img.alignright {
    float: right
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0;
    font-style: italic
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.gallery img {
    width: 100%;
    height: auto;
    display: block
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

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: 0;
    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: #f1074926;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .7;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-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;
    -o-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;
    -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #8068E6;
    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: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    top: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

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

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--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: 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;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-image,.fancybox-share__button,.fancybox-spaceball,.siteTitle {
    -webkit-user-select: none;
    -moz-user-select: none
}

.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: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -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: 0 0;
    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: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-progress,.swiper-wrapper {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #8068E6
}

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

.fancybox-button:focus {
    outline: 0
}

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

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

.fancybox-button div {
    height: 100%
}

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

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

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

.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;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #8068E6;
    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-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,from(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(rgba(0,0,0,0)));
    background: -o-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%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,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%,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;
    pointer-events: none;
    right: 0;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px 44px 25px
    }
}

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

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

.fancybox-thumbs__list a,.homeHeader,.homeHeader__lead div,.langNav__menu,.langNav__menu a,.site,.swiper-container {
    overflow: hidden
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #8068E6
}

.archHeader__lead a,.btn-back,.contactHeader__info,.contactList__contact a,.custom-option.selected,.custom-option:hover,.fancybox-caption a:hover,.footerB__info,.nwsltrBox a,.pageContent a,.postText a,.vCard__i a {
    text-decoration: underline
}

.fancybox-caption a:hover {
    color: #fff
}

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

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

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

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
    -o-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: translate3d(0,0,0);
    transform: translate3d(0,0,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);
    -o-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: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.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(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.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)
}

.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: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px
}

.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;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.langNav__trigger,.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

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

.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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(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: 0;
    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);
    -o-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
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer
}

.swiper-button-next:focus,.swiper-button-prev:focus {
    outline: 0
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #f10749;
    border-radius: 50%;
    position: relative
}

.swiper-pagination-bullet:focus {
    outline: 0
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    border: 1px solid #f10749;
    background-color: #fff
}

.swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.siteHeader {
    position: relative;
    z-index: 10;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff
}

.mobileNav--open {
    position: fixed;
    width: 100%;
    min-height: 100%
}

.langNav__menu a,.siteNav .menu-item,.siteTitle {
    position: relative
}

.admin-bar .siteHeader {
    top: 32px
}

.siteTitle {
    max-width: 255px;
    z-index: 2;
    -ms-user-select: none;
    user-select: none;
    margin: 23px auto
}

.langNav__menu a:after,.siteNav .menu-item:after {
    -moz-user-select: none;
    width: 0;
    -webkit-user-select: none
}

.siteTitle__link {
    display: block
}

.siteNav {
    font-size: 24px
}

.siteNav .menu-item:after {
    content: '';
    display: block;
    -ms-user-select: none;
    user-select: none;
    height: 1px;
    background: #F7CA99;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fpost__feat img,.langNav__menu a:after,.txtimgBlock__nav a {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.siteNav .current_page_item:after,.siteNav .menu-item:hover:after {
    width: 28px
}

.langNav {
    font-weight: 500;
    font-size: 24px
}

.langNav__trigger {
    padding: 0;
    background-color: #fff;
    border: 0;
    letter-spacing: .2em;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-select,.langNav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.langNav__trigger:after {
    margin-left: 4px;
    content: '';
    width: 15px;
    height: 9px;
    background: url(../img/icon__langdrop.svg) no-repeat;
    background-size: contain
}

.langNav__trigger.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.langNav__menu {
    padding-top: 3px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%
}

.langNav__menu .active {
    color: #C4C4C4
}

.langNav__menu .active a:after {
    width: 28px
}

.langNav__menu a {
    display: inline-block;
    padding: 3px 0
}

.btn-menu:after,.btn-menu:before,.langNav__menu a:after {
    display: block;
    left: 50%;
    content: ''
}

.langNav__menu a:after {
    -ms-user-select: none;
    user-select: none;
    background: #F7CA99;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .4s ease-in-out;
    height: 2px
}

.langNav__menu a:hover:after {
    width: 28px
}

.btn-menu {
    background: 0 0;
    padding: 0;
    border: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    width: 25px;
    height: 14px;
    top: 34px;
    right: 35px;
    z-index: 2;
    border-top: 2px solid #292929;
    border-bottom: 2px solid #292929
}

.btn-menu:focus {
    outline: 0
}

.btn-menu:after,.btn-menu:before {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background: #292929;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mask--b,.mask--t {
    height: 100%;
    right: 0
}

.homeHeader__img .mask,.mask {
    background-color: #eaeaea
}

.mobileNav--open .btn-menu {
    border-color: transparent
}

.mobileNav--open .btn-menu:before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.mobileNav--open .btn-menu:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.aboutHeader__content,.fadeInUp {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px)
}

.p20 {
    padding: 0 20px
}

.fadeIn {
    opacity: 0
}

.fadeInUp {
    transform: translateY(100px);
    opacity: 0
}

.site {
    max-width: 1920px;
    margin: 0 auto
}

.page-template-page-products,.page-template-page-services,.page-template-page-ty {
    overflow-x: hidden
}

.page-template-page-products .site,.page-template-page-services .site,.page-template-page-ty .site {
    overflow: visible
}

.mask {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.custom-select-wrapper,.reviewsBlock:after {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.aboutHeader .mask,.mask.mask--w,.nwsltrBox {
    background-color: #fff
}

.mask--b {
    top: 0;
    left: 0
}

.mask--l {
    top: 0;
    bottom: 0;
    right: 0
}

.mask--r {
    top: 0;
    bottom: 0;
    left: 0
}

.mask--t {
    bottom: 0;
    left: 0
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
    display: inline-block
}

.custom-select {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-select.open {
    z-index: 10
}

.custom-select__trigger {
    position: relative;
    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;
    z-index: 3;
    padding: 0 31px 0 40px;
    height: 51px;
    line-height: 51px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #292929;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 500;
    border-radius: 100px
}

.nwsltrBox label,.nwsltrBox__title {
    font-family: MessinaSerif;
    font-weight: 400
}

.custom-options {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    border: 1px solid #292929;
    border-top: 0;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    padding: 45px 0 18px;
    border-radius: 0 0 25px 25px
}

.aboutValues__outer,.cooperationBlock__outer,.sideBox,.tcBlock,.tcBlock__outer,.txtimgBlock {
    border-radius: 5px
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 24px 7px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-option:hover {
    cursor: pointer
}

.arrow {
    position: relative;
    margin-left: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.open .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nwsltrBox {
    max-width: 619px;
    padding: 20px
}

.nwsltrBox .mc-field-group {
    margin-bottom: 22px
}

.nwsltrBox label {
    font-size: 1.3rem
}

.nwsltrBox p {
    font-size: 15px;
    line-height: 1.26;
    margin-bottom: 20px
}

.nwsltrBox .content__gdprBlock {
    margin-top: -6px
}

.nwsltrBox .content__gdprBlock p {
    font-size: 13px
}

.nwsltrBox__title {
    margin-bottom: 21px;
    font-size: 2rem
}

.nwsltrBox__content {
    margin-bottom: 30px
}

.nwsltrBox--alt.nwsltrBox {
    max-width: 863px
}

.btn-open-modal {
    position: fixed;
    right: 20px;
    top: 100px;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

.aboutHeader__img,.homeHeader__img,.homeProducts,.someList__item,.txtimgBlock,.txtimgBlock__side {
    position: relative
}

.btn-open-modal img,.btn-open-modal svg {
    display: block;
    width: 140px;
    height: auto
}

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

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

.aboutHeader {
    margin-top: 33px;
    margin-bottom: 50px
}

.aboutHeader__img {
    height: 255px;
    background-image: url(../img/temp__aboutHeader.jpg)
}

.aboutHeader__img .mask {
    height: 100%
}

.aboutHeader__content {
    max-width: 1034px;
    margin: 73px auto 0;
    transform: translateY(100px);
    opacity: 0
}

.aboutHeader__nav,.tcBlock__top {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px)
}

.aboutHeader__title {
    width: 100%;
    margin-bottom: 27px
}

.aboutHeader__nav {
    max-width: 1034px;
    margin: 73px auto 0;
    transform: translateY(100px);
    opacity: 0
}

.aboutHeader__nav li {
    padding-right: 25px
}

.aboutHeader__nav li:last-of-type {
    padding-right: 0
}

.aboutContent {
    margin-bottom: 60px
}

.aboutValues__outer {
    background: #eaeaea
}

.aboutValues__outer.container {
    padding: 0;
    max-width: 1240px
}

.aboutValues {
    padding: 40px 30px 0;
    max-width: 1240px;
    margin: 0 0 80px
}

.aboutValues__title {
    margin-bottom: 30px
}

.avList p {
    font-size: 15px;
    line-height: 1.27;
    max-width: 400px
}

.avList__item {
    margin-bottom: 38px
}

.avList__icon {
    max-width: 90px
}

.avList__title {
    margin: 40px 0 23px;
    max-width: 270px;
    font-size: 28px
}

.txtBlock__inner {
    max-width: 620px;
    margin: 80px 0
}

.txtBlock__title {
    margin-bottom: 35px
}

.homeHeader {
    background: #eaeaea;
}

.homeHeader .container,.homeHeader__img .mask {
    background-size: auto 100%;
    background-position: 0 0
}

.homeHeader .container {
 }

.homeHeader__img {
     min-height: 482px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: -35px
}

.homeHeader__main {
    padding: 50px 0 60px
}

.homeHeader__title {
    line-height: 1;
    max-width: 520px;
    font-size: 5rem;
    margin-bottom: 32px;
    -webkit-perspective: 400px;
    perspective: 400px;
    opacity: 0
}

.homeHeader__title div {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.homeHeader__btn,.homeHeader__lead div>div,.productsHeader__main {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0
}

.homeHeader__lead {
    max-width: 420px;
    margin-bottom: 49px;
    opacity: 0
}

.homeHeader__btn,.homeHeader__lead div>div {
    transform: translateY(50px)
}

.someBlock {
    padding: 81px 0 75px
}

.someList__inner {
    max-width: 217px
}

.someList__img {
    max-width: 90px
}

.someList__title {
    margin: 25px 0 24px
}

.homeProducts {
    padding: 50px 0 80px
}

.homeProducts__header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1034px;
    margin: 0 auto 42px
}

.homeProducts__header .inner {
    max-width: 425px
}

.homeProducts__header .btn {
    margin-bottom: 7px
}

.homeProducts__title {
    margin-bottom: 10px
}

.homeProducts__text {
    letter-spacing: .029em
}

.homeProducts .swiper-container {
    overflow: visible;
    padding-right: 30px
}

.homeProducts .swiper-container .pList__item {
    padding: 0
}

.txtimgBlock {
    background: #eaeaea;
    overflow: hidden;
    margin-bottom: 80px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.txtimgBlock__main {
    padding: 42px 40px 38px
}

.txtimgBlock__main .btn-primary {
    margin-top: 16px
}

.txtimgBlock__title {
    margin-bottom: 18px
}

.txtimgBlock__nav {
    font-size: 2.8rem;
    margin-top: 48px
}

.txtimgBlock__nav li {
    margin-bottom: 7px
}

.txtimgBlock__nav a {
    transition: all .4s ease-in-out
}

.txtimgBlock__nav a:hover {
    color: #C4C4C4
}

.txtimgBlock__side {
    background-image: url(../img/img__txtimgBlock.jpg);
    min-height: 100%
}

.txtimgBlock__side .mask-r {
    width: 100%
}

.txtimgBlock--bg {
    background-image: url(../img/bg__txtimgBlock.svg)
}

.txtimgBlock--light,.txtimgBlock--light .txtimgBlockModal {
    background: #fff
}

.txtimgBlock--flip .txtimgBlock__side {
    background-image: url(../img/img__txtimgBlock2.jpg)
}

.txtimgBlock__title--s {
    font-size: 28px;
    margin-bottom: 26px
}

.txtimgBlock--ta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.txtimgBlock--ta:nth-of-type(even) {
    background-color: #fff
}

.txtimgBlock--ta p {
    max-width: 315px
}

.txtimgBlockModal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

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

.txtimgBlockModal p {
    max-width: 100%
}

.txtimgBlockModal .txtimgBlock__main {
    background: #eaeaea;
    position: relative;
    overflow-y: auto;
    height: 100%
}

.txtimgBlockModal .btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
    background-color: transparent;
    padding: 0;
    border: 0
}

.reviewsBlock {
    position: relative;
    margin: 93px 0 98px
}

.reviewsBlock .swiper-pagination {
    position: static;
    text-align: left;
    margin-bottom: 40px
}

.reviewsBlock .swiper-slide {
    width: 100%
}

.reviewsBlock blockquote {
    line-height: 1.36;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    cursor: -webkit-grab;
    cursor: grab
}

.reviewsBlock footer {
    margin-top: 35px
}

.reviewsBlock:after {
    user-select: none;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,color-stop(6.01%,#FFF),color-stop(40.32%,rgba(255,255,255,.83)),color-stop(62.2%,rgba(255,255,255,.4721)),color-stop(82.36%,rgba(255,255,255,0)));
    background: -o-linear-gradient(right,#FFF 6.01%,rgba(255,255,255,.83) 40.32%,rgba(255,255,255,.4721) 62.2%,rgba(255,255,255,0) 82.36%);
    background: linear-gradient(270deg,#FFF 6.01%,rgba(255,255,255,.83) 40.32%,rgba(255,255,255,.4721) 62.2%,rgba(255,255,255,0) 82.36%)
}

.imgGallery .mask,.pList__mask {
    background-color: #fff
}

.postsIntro {
    padding: 3px 0 87px;
    position: relative
}

.postsIntro .footer {
    padding-top: 20px
}

.postsIntro .footer .btn {
    min-width: 220px
}

.postsIntro__top .header {
    padding-bottom: 16px
}

.postsIntro__top .btn {
    min-width: 220px
}

.fpost {
    position: relative;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fpost h3 {
    font-size: 3rem;
    line-height: 1.17;
    margin: 38px 0 15px;
    max-width: 420px
}

.fpost a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.imgGallery__inner,.pList__item {
    position: relative
}

.fpost:hover {
    color: #C4C4C4
}

.fpost:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.fpost__feat {
    overflow: hidden
}

.fpost__feat img {
    transition: all .4s ease-in-out
}

.postsIntro__title {
    max-width: 340px;
    line-height: 1.05;
    margin-bottom: 18px
}

.postsIntro__desc {
    max-width: 307px;
    line-height: 1.48
}

.postsIntro .swiper-container {
    overflow: visible;
    padding-right: 30px
}

.postsIntro .swiper-container .aList__item {
    padding: 0
}

.postsIntro .swiper-container .aList__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.postsIntro .swiper-container .aList__meta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.postsIntro .swiper-container .aList__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow-wrap: break-word
}

.aList__thumb,.pList__thumb,.tcBlock {
    overflow: hidden
}

.iList {
    margin: 0 -25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.iList__item {
    padding: 0 25px 50px
}

.inspHeader {
    max-width: 1034px;
    margin: 50px auto
}

.inspHeader__cats {
    margin-bottom: 17px
}

.inspHeader__cats .btn {
    margin-right: 18px;
    margin-bottom: 10px
}

.inspHeader__title {
    margin-top: 23px;
    margin-bottom: 40px
}

.inspHeader__text {
    max-width: 620px
}

.inspHeader__text+.btn {
    margin-top: 10px
}

.inspContent {
    margin-bottom: 50px
}

.imgGallery {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.imgGallery__item {
    padding: 0 0 20px
}

.productsHeader {
    padding: 50px 0
}

.productsHeader .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.productsHeader__main {
    transform: translateY(50px)
}

.archHeader>div,.headerNav li {
    -webkit-transform: translateY(50px)
}

.productsHeader__title {
    margin: 8px 0 27px;
    letter-spacing: .01em
}

.productsHeader__lead {
    max-width: 310px;
    font-size: 2rem;
    line-height: 1.45
}

.headerNav {
    font-size: 16px
}

.headerNav a {
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.aList__item,.pList__item {
    -webkit-transition: color .4s ease-in-out
}

.headerNav a:hover {
    color: #C4C4C4
}

.headerNav li {
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.headerNav--l li,.headerNav--s li {
    padding: 7px 0
}

.productsContent {
    margin-bottom: 30px
}

.productsContent__tax {
    padding-top: 30px
}

.productsContent__title {
    margin-bottom: 18px
}

.pList {
    margin: 0 -25px
}

.pList__item {
    padding: 0 25px 15px;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.pList__mask,.pList__title a:after {
    position: absolute;
    width: 100%;
    top: 0
}

.pList__item:hover {
    color: #C4C4C4
}

.pList__item:hover .pList__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pList__img {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pList__title {
    font-family: ABCWhyte;
    font-weight: 300;
    margin: 16px 0 14px
}

.pList__title a:after {
    content: '';
    left: 0;
    height: 100%
}

.pList__desc {
    max-width: 265px
}

.pList__mask {
    right: 0;
    bottom: 0
}

.pList--2c {
    margin: 0 -33px
}

.pList--2c .pList__item {
    padding-left: 33px;
    padding-right: 33px
}

.btn-back {
    font-size: 2rem
}

.productHeader {
    margin: 0 auto 17px
}

.productHeader__main .text-lead {
    margin-bottom: 35px
}

.productHeader__main h2 {
    font-size: 2.8rem;
    margin-bottom: 16px;
    font-family: MessinaSerif;
    font-weight: 400
}

.productHeader__main .btn-primary {
    margin-top: 15px
}

.productHeader__title {
    margin: 29px 0 37px;
    line-height: 1.17;
    letter-spacing: .01em;
    -webkit-perspective: 400px;
    perspective: 400px
}

.productHeader__side {
    position: relative
}

.inspIntro {
    padding: 38px 0 0
}

.inspIntro .swiper-button-prev {
    top: 69px;
    right: 51px
}

.inspIntro .swiper-button-next {
    top: 69px;
    right: 0
}

.inspIntro__header {
    position: relative;
    max-width: 1034px;
    margin: 0 auto 26px
}

.inspIntro__title {
    margin-bottom: 18px
}

.inspIntro__lead {
    max-width: 423px
}

.inspSlider .swiper-wrapper,.inspSlider.swiper-container {
    overflow: visible
}

.inspSlider__item {
    position: relative;
    width: 90%;
    margin-right: 25px
}

.inspSlider__title {
    margin: 25px 0 0;
    font-size: 2.4rem
}

.inspSlider__title a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.testemonialBlock {
    margin: 100px auto
}

.testemonialBlock blockquote {
    max-width: 770px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px
}

.testemonialBlock blockquote:after {
    content: '';
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 137px;
    height: 112px;
    background: url(../img/icon__quote.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -54px;
    left: 0;
    z-index: -1
}

.aList__inner,.aList__item,.archNav,.contactHeader__side,.mpList__item,.tcBlock__img {
    position: relative
}

.testemonialBlock p {
    line-height: 1.33;
    letter-spacing: .03em;
    font-size: 2.5rem;
    margin-bottom: 30px
}

.testemonialBlock footer {
    letter-spacing: .029em;
    font-size: 1.5rem
}

.cooperationBlock__outer {
    background: #eaeaea
}

.cooperationBlock__outer.container {
    padding: 0;
    max-width: 1240px
}

.cooperationBlock {
    padding: 40px 30px 15px;
    max-width: 1240px;
    margin: 0 auto
}

.cooperationBlock__title {
    margin-bottom: 50px
}

.cooperationBlock ul {
    counter-reset: section;
    font-size: 2.8rem;
    line-height: .93;
    margin-bottom: 31px
}

.cooperationBlock li {
    width: 100%;
    opacity: .25;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.aList__item,.footerB__info a {
    -o-transition: color .4s ease-in-out
}

.cooperationBlock li:hover {
    opacity: .75
}

.cooperationBlock li:before {
    counter-increment: section;
    content: counters(section,".",decimal-leading-zero);
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.5rem;
    margin-bottom: 24px;
    font-family: ABCWhyte;
    font-weight: 300
}

.oForm__label,.pageContent h2,.pageContent h3 {
    font-weight: 400;
    font-family: MessinaSerif
}

.cooperationBlock li:after {
    content: '';
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 1px;
    width: 30px;
    background: #000;
    margin-top: 17px
}

.postFooter .mask,.postFooter__outer,.sideBox,.tcBlock,.tcBlock__img .mask,.tcBlock__outer {
    background: #eaeaea
}

.cooperationBlock .active {
    display: block;
    opacity: 1
}

.tab {
    display: none
}

.tab p {
    max-width: 720px
}

.accordion__item {
    padding-bottom: 10px
}

.accordion__btn {
    font-size: 2.8rem;
    line-height: .93;
    margin-bottom: 10px;
    display: inline-block
}

.accordion__content {
    display: none
}

.active .accordion__content {
    display: block
}

.formBlock {
    padding: 100px 0 48px
}

.formBlock__title {
    margin-bottom: 23px
}

.oForm .wpcf7-not-valid-tip {
    display: none
}

.oForm .wpcf7-response-output {
    font-size: 1.5rem;
    line-height: 1.34
}

.oForm__col {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.oForm__item {
    margin-bottom: 32px
}

.oForm__label {
    font-size: 16px;
    letter-spacing: .029em
}

.productRelated {
    margin-bottom: 60px
}

.servicesContent {
    margin-bottom: 50px
}

.tcBlock__outer.container {
    padding: 0;
    max-width: 1240px
}

.tcBlock .btn {
    min-width: 162px
}

.tcBlock__top {
    margin: 0 auto;
    max-width: 1134px;
    padding: 40px 40px 55px;
    transform: translateY(100px);
    opacity: 0
}

.tcBlock__text {
    margin-bottom: 28px;
    max-width: 530px
}

.tcBlock__img .mask {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%
}

.contactHeader {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0
}

.contactHeader__main {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.contactHeader__title {
    margin-bottom: 27px
}

.contactHeader__lead {
    max-width: 413px
}

.contactHeader__name {
    font-size: 23px;
    margin: 26px 0 24px
}

.contactList__job,.vCard__t {
    font-size: 13px;
    letter-spacing: .029em
}

.contactHeader__aadress {
    margin-bottom: 25px
}

.sideBox__title,.vCard {
    margin-bottom: 20px
}

.contactHeader__side {
    margin-top: 40px
}

.contactHeader__side .mask {
    width: 100%
}

.sideBox {
    padding: 30px 0
}

.sideBox__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vCard {
    min-width: 238px
}

.vCard__img img {
    border-radius: 100%
}

.vCard__cot {
    padding: 17px 0 0
}

.vCard__t {
    margin-bottom: 8px
}

.vCard__n {
    margin-bottom: 22px
}

.vCard__i {
    font-size: 15px
}

.contactContent {
    padding: 3px 0 36px
}

.contactContent__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.contactContent__nav .btn {
    margin-right: 25px
}

.contactContent__tax {
    padding-top: 15px;
    padding-bottom: 20px
}

.contactContent__title {
    margin-bottom: 6px
}

.contactContent__desc {
    margin: 16px 0 50px;
    max-width: 520px
}

.contactList {
    margin: 40px -25px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contactList__item {
    padding: 0 25px 49px
}

.contactList__img {
    margin-bottom: 27px
}

.contactList__img+.contactList__name {
    margin: 26px 0 29px
}

.contactList__job {
    margin: 0 0 9px
}

.contactList__name {
    margin-bottom: 21px
}

.contactList__contact a {
    display: inline-block;
    margin-bottom: 4px
}

.mpBlock {
    padding-bottom: 60px;
    padding-top: 60px
}

.mpBlock__title {
    margin-bottom: 20px
}

.mpList {
    margin: 0 -25px
}

.mpList__item {
    padding: 0 25px 18px
}

.mpList__title {
    margin: 30px 0 14px
}

.mpList__text {
    margin-bottom: 21px;
    max-width: 330px
}

.mpList__attrs {
    letter-spacing: .02em;
    max-width: 330px
}

.pageView {
    padding-top: 50px;
    padding-bottom: 50px
}

.pageHeader__title {
    margin-bottom: 27px
}

.pageContent .text-lead {
    margin-bottom: 59px
}

.pageContent h2 {
    font-size: 2.8rem;
    margin-top: 58px;
    margin-bottom: 20px
}

.pageContent h3 {
    font-size: 2rem;
    margin-bottom: 15px
}

.pageContent a {
    color: #FF9600
}

.calcContent {
    margin-bottom: 100px
}

.calcForm {
    max-width: 400px
}

.calcForm__field {
    margin-bottom: 20px
}

.archHeader {
    margin-top: 50px;
    margin-bottom: 50px
}

.archHeader>div {
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.archHeader__title {
    margin-bottom: 27px
}

.archHeader__lead {
    max-width: 415px;
    margin-bottom: 54px
}

.archHeader__extra_t {
    margin-bottom: 24px
}

.archHeader__extra_t span {
    display: block
}

.archHeader__extra_n {
    font-size: 2rem
}

.archNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    opacity: 0
}

.archNav li {
    padding-right: 25px
}

.archNav li:last-of-type {
    padding-right: 0
}

.archNav .active .btn-primary {
    background-color: #000;
    color: #fff
}

.aList__item:hover,.page-numbers .current {
    color: #C4C4C4
}

.archNav .active .btn-primary:hover {
    border-color: #000
}

.select-wrapper select {
    background: 0 0;
    border: 1px solid #f10749;
    border-radius: 100px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    padding: 16px 31px 14px
}

.arcContent {
    margin-bottom: 76px
}

.aList__item {
    padding: 0 0 35px;
    transition: color .4s ease-in-out
}

.aList__item:hover .aList__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.postHeader__inner,.siteFooter {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    opacity: 0
}

.aList__inner {
    margin: 0 auto
}

.aList__img {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footerB__info a,.footerB__nav a {
    -webkit-transition: color .4s ease-in-out
}

.aList__meta {
    letter-spacing: .029em;
    margin: 19px 0 32px;
    font-size: 1.3rem
}

.aList__title {
    margin-top: 25px;
    margin-bottom: 23px;
    line-height: 1.12
}

.aList__title a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.aList--alt .aList__inner {
    max-width: 100%
}

.aList.aList--2c {
    margin: 0 -33px
}

.aList.aList--2c .aList__item {
    padding-left: 33px;
    padding-right: 33px
}

.page-numbers {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block
}

.page-numbers li {
    display: inline-block;
    margin: 0 4px
}

.postHeader {
    max-width: 826px;
    margin: 0 -35px 37px
}

.postHeader__inner {
    max-width: 620px;
    margin: 40px 35px 0;
    transform: translateY(100px)
}

.postHeader__media {
    position: relative
}

.postHeader__media .mask {
    height: 100%
}

.postHeader__title {
    margin-bottom: 29px;
    letter-spacing: .005em;
    line-height: 1.16;
    font-size: 3rem
}

.postHeader__meta {
    font-size: 13px
}

.postContent {
    max-width: 826px;
    margin: 0 auto 68px
}

.postContent img {
    width: 100%;
    height: auto;
    display: block
}

.postText {
    max-width: 620px;
    margin: 0 auto
}

.postText .text-lead {
    margin-bottom: 59px
}

.postText h2 {
    font-family: MessinaSerif;
    font-weight: 400;
    font-size: 2.8rem;
    margin-top: 58px;
    margin-bottom: 20px
}

.postText h3 {
    font-family: MessinaSerif;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 15px
}

.postText a {
    color: #FF9600
}

.postImg {
    margin: 50px 0
}

.postInc {
    padding: 48px 0
}

.postInc .aList__title {
    margin-bottom: 0
}

.postInc__header {
    margin-bottom: 30px
}

.postInc__title {
    margin-bottom: 0
}

.postFooter__outer {
    border-radius: 5px
}

.postFooter__outer.container {
    padding: 0;
    max-width: 1240px
}

.postFooter {
    margin-bottom: 60px
}

.postFooter__content {
    margin: 0 auto;
    max-width: 926px;
    padding: 50px 20px
}

.postFooter__header {
    margin-bottom: 28px
}

.postFooter__title {
    margin-bottom: 0
}

.serviceContent {
    padding-top: 36px
}

.serviceContent .txtimgBlock {
    margin-bottom: 30px
}

.serviceContent .inspIntro {
    margin-bottom: 80px
}

.tyHeader {
    background: url(../img/bg__txtimgBlock.svg) 50% 50% no-repeat #eaeaea;
    border-radius: 10px;
    margin-bottom: 42px
}

.tyHeader__main {
    padding: 143px 0 119px;
    margin: 0 auto;
    max-width: 390px
}

.tyHeader__title {
    margin-bottom: 31px
}

.tyHeader__lead {
    margin-bottom: 47px;
    padding: 0 20px
}

.tyContent .inspIntro {
    margin-bottom: 80px
}

.siteFooter {
    transform: translateY(100px)
}

.footerBoxes {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -19px
}

.footerBox__inner {
    background-color: #eaeaea;
    padding: 38px 34px;
    height: 100%;
    border-radius: 5px
}

.footerBox__title {
    margin-bottom: 74px;
    line-height: 1.225
}

.footerBox__title span {
    display: block
}

.footerBox--contact .vCard {
    margin-bottom: 0
}

.footerBox--school .footerBox__inner {
    background-image: url(../img/bg__footerBox--school.svg)
}

.footerBox--school p {
    max-width: 250px
}

.footerB {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1034px;
    margin: 46px auto 65px
}

.footerB__contact {
    width: 100%
}

.footerB__name {
    margin-bottom: 20px
}

.footerB__aadress {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.53
}

.footerB__info a {
    transition: color .4s ease-in-out
}

.footerB__info a:hover {
    color: #eaeaea
}

.siteFooter__logos {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.siteFooter__logos .fsc {
    margin-bottom: 20px;
    max-width: 482px;
    margin-right: 30px
}

.siteFooter__logos .eas {
    max-width: 344px
}

.footerB__nav {
    width: 100%;
    font-size: 15px
}

.footerB__nav ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.footerB__nav li {
    margin-bottom: 10px
}

.footerB__nav a {
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.footerB__nav a:hover {
    color: #C4C4C4
}

.footerB__end {
    width: 100%
}

.footerB__end .socialLinks {
    padding-top: 5px;
    margin-bottom: 22px
}

.footerB__end li {
    margin-left: 10px
}

.footerB__end a:hover path {
    fill: #C4C4C4
}

.footerB__end path {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footerB__links {
    margin-bottom: 10px;
    font-size: 15px
}

.footerB__copy {
    margin-bottom: 0;
    font-size: 13px
}

@media only screen and (min-width: 1025px) {
    .container {
        padding-left:100px;
        padding-right: 100px
    }

    .col-d-none {
        display: none
    }

    .col-d-1 {
        width: 8.33%
    }

    .col-d-2 {
        width: 16.66%
    }

    .col-d-3 {
        width: 25%
    }

    .col-d-4 {
        width: 33.33%
    }

    .col-d-5 {
        width: 41.66%
    }

    .col-d-6 {
        width: 50%
    }

    .col-d-7 {
        width: 58.33%
    }

    .col-d-8 {
        width: 66.66%
    }

    .col-d-9 {
        width: 75%
    }

    .col-d-10 {
        width: 83.33%
    }

    .col-d-11 {
        width: 91.66%
    }

    .col-d-12 {
        width: 100%
    }

    body {
        font-size: 2rem
    }

    .text-lead {
        font-size: 2rem
    }

    .h1,h1 {
        font-size: 6rem
    }

    .h2,h2 {
        line-height: 1.13;
        font-size: 4rem
    }

    .h3,h3 {
        font-size: 2.6rem
    }

    .siteTitle {
        margin: 26px 0;
        max-width: 400px
    }

    .langNav {
        margin-left: 26px
    }

    .nwsltrBox__title {
        font-size: 2.8rem
    }

    .aboutContent {
        margin-bottom: 120px
    }

    .txtBlock__inner {
        margin: 120px auto 123px
    }

    .homeHeader__img,.reviewsBlock {
        margin-right: -100px
    }

    .homeHeader__img {
        min-height: 700px
    }

    .someList__item {
        padding: 0 20px 20px;
        max-width: 25%
    }

    .txtimgBlock {
        margin-bottom: 100px
    }

    .cooperationBlock {
        padding: 89px 103px 73px
    }

    .mpBlock {
        padding-top: 120px
    }

    .postFooter {
        margin-bottom: 120px
    }

    .footerBox__inner {
        padding: 9.8% 17.25% 16%
    }
}

@media only screen and (min-width: 1440px) {
    .col-dl-none {
        display:none
    }

    .col-dl-1 {
        width: 8.33%
    }

    .col-dl-2 {
        width: 16.66%
    }

    .col-dl-3 {
        width: 25%
    }

    .col-dl-4 {
        width: 33.33%
    }

    .col-dl-5 {
        width: 41.66%
    }

    .col-dl-6 {
        width: 50%
    }

    .col-dl-7 {
        width: 58.33%
    }

    .col-dl-8 {
        width: 66.66%
    }

    .col-dl-9 {
        width: 75%
    }

    .col-dl-10 {
        width: 83.33%
    }

    .col-dl-11 {
        width: 91.66%
    }

    .col-dl-12 {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .homeHeader .container,.productHeader,.txtimgBlock {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse
    }

    .col-m-none {
     }

    .col-m-4 {
        width: 33.33%
    }

    .col-m-6 {
        width: 50%
    }

    .col-m-12 {
        width: 100%
    }

    .siteNav .inner {
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto 0
    }

    .homeProducts .swiper-container,.siteNav .menu-item {
        margin-bottom: 20px
    }

    .btn-open-modal {
        width: 100px
    }

    .btn-open-modal img,.btn-open-modal svg {
        width: 100%
    }

    .aboutHeader__content {
        margin-top: 50px;
        display: block
    }

    .fpost,.inspIntro .swiper-button-next,.inspIntro .swiper-button-prev,.vCard__img {
        display: none
    }

    .homeHeader .container {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .homeHeader__img {
        margin-left: -35px
    }

    .txtimgBlock {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 -19px 80px
    }

    .txtimgBlock__side {
        padding-bottom: 100%
    }

    .postsIntro {
        margin-bottom: 80px
    }

    .postsIntro .swiper-container .swiper-slide {
        width: 92.68%
    }

    .productsHeader__title {
        font-size: 4.5rem
    }

    .productHeader {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .productHeader__main {
        padding-top: 40px
    }

    .productHeader__side {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 -35px
    }

    .cooperationBlock li {
        margin-bottom: 20px
    }

    .oForm .wpcf7-submit {
        margin-top: 15px
    }

    .archNav__item {
        width: 100%;
        margin-bottom: 25px
    }

    .tyHeader {
        margin: 0 -35px 22px;
        padding: 0 35px
    }

    .footerBox {
        margin-bottom: 20px
    }

    .footerB__contact {
        margin-bottom: 53px
    }

    .footerB__info {
        font-size: 17px
    }

    .footerB__nav {
        margin-bottom: 39px
    }

    .footerB__end .socialLinks {
        margin-left: -10px
    }
}

@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)
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .container {
        padding-left:50px;
        padding-right: 50px
    }

    .col-t-none {
        display: none
    }

    .col-t-1 {
        width: 8.33%
    }

    .col-t-2 {
        width: 16.66%
    }

    .col-t-3 {
        width: 25%
    }

    .col-t-4 {
        width: 33.33%
    }

    .col-t-5 {
        width: 41.66%
    }

    .col-t-6 {
        width: 50%
    }

    .col-t-7 {
        width: 58.33%
    }

    .col-t-8 {
        width: 66.66%
    }

    .col-t-9 {
        width: 75%
    }

    .col-t-10 {
        width: 83.33%
    }

    .col-t-11 {
        width: 91.66%
    }

    .col-t-12 {
        width: 100%
    }

    body {
        font-size: 1.6rem
    }

    .text-lead {
        font-size: 2rem
    }

    .h1,h1 {
        font-size: 6rem
    }

    .h2,h2 {
        line-height: 1.13;
        font-size: 4rem
    }

    .h3,h3 {
        font-size: 2.6rem
    }

    .btn-menu {
        right: 50px
    }

    .nwsltrBox__title {
        font-size: 2.4rem
    }

    .aboutContent {
        margin-bottom: 80px
    }

    .txtBlock__inner {
        margin: 80px auto
    }

    .homeHeader__img {
        min-height: 582px;
        margin-right: -50px
    }

    .someList__item {
        padding: 0 20px 20px;
        max-width: 25%
    }

    .cooperationBlock {
        padding: 89px 103px 78px
    }

    .mpBlock {
        padding-top: 80px
    }

    .postFooter {
        margin-bottom: 80px
    }

    .footerBox__inner {
        padding: 9.8% 8.625% 16%
    }
}

@media (min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    .col-tp-none {
        display:none
    }

    .col-tp-1 {
        width: 8.33%
    }

    .col-tp-2 {
        width: 16.66%
    }

    .col-tp-3 {
        width: 25%
    }

    .col-tp-4 {
        width: 33.33%
    }

    .col-tp-5 {
        width: 41.66%
    }

    .col-tp-6 {
        width: 50%
    }

    .col-tp-7 {
        width: 58.33%
    }

    .col-tp-8 {
        width: 66.66%
    }

    .col-tp-9 {
        width: 75%
    }

    .col-tp-10 {
        width: 83.33%
    }

    .col-tp-11 {
        width: 91.66%
    }

    .col-tp-12 {
        width: 100%
    }

    .siteTitle {
        max-width: 128px
    }

    .siteNav .menu-item {
        margin-bottom: 25px
    }

    .postsIntro__top .header {
        padding: 24px 74px 0 0
    }

    .postsIntro .swiper-container .swiper-slide {
        width: 92.68%
    }

    .footerBox {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) and (max-width:1024px) and (orientation:landscape) {
    .col-tl-none {
        display:none
    }

    .col-tl-1 {
        width: 8.33%
    }

    .col-tl-2 {
        width: 16.66%
    }

    .col-tl-3 {
        width: 25%
    }

    .col-tl-4 {
        width: 33.33%
    }

    .col-tl-5 {
        width: 41.66%
    }

    .col-tl-6 {
        width: 50%
    }

    .col-tl-7 {
        width: 58.33%
    }

    .col-tl-8 {
        width: 66.66%
    }

    .col-tl-9 {
        width: 75%
    }

    .col-tl-10 {
        width: 83.33%
    }

    .col-tl-11 {
        width: 91.66%
    }

    .col-tl-12,.siteNav {
        width: 100%
    }

    .siteHeader {
        margin-bottom: 26px
    }

    .siteTitle {
        margin: 26px 0;
        max-width: 128px
    }

    .langNav {
        margin-left: auto
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px),only screen and (min-width:1025px) {
    .aboutValues__outer,.cooperationBlock__outer,.footerBox__inner,.postFooter__outer,.sideBox,.tcBlock,.tcBlock__outer,.txtimgBlock {
        border-radius:10px
    }

    .hs {
        font-size: 2.8rem
    }

    .btn-primary,.langNav {
        font-size: 12px
    }

    .btn-primary {
        padding: 15px 10px 10px;
        margin-top: 10px;
    }

    .btn-primary--m {
        padding-left: 42px;
        padding-right: 42px
    }

    .langNav__trigger:after {
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .langNav__menu a:after {
        height: 1px
    }

    .p20 {
        padding: 0 50px
    }

    .nwsltrBox {
        padding: 53px 70px 65px
    }

    .btn-open-modal {
        top: 140px;
        right: 50px
    }

    .aboutHeader {
        margin-bottom: 88px
    }

    .aboutHeader__img {
        height: 410px
    }

    .aboutHeader__lead {
        padding-right: 10%;
        width: 50%
    }

    .aboutHeader__text {
        width: 50%
    }

    .aboutValues {
        margin: 0 auto 110px;
        padding: 101px 104px 28px
    }

    .aboutValues__title {
        margin-bottom: 75px
    }

    .avList__item {
        padding-right: 40px;
        margin-bottom: 58px
    }

    .homeHeader__main {
        padding: 143px 54px
    }

    .homeHeader__title {
        margin-bottom: 45px;
        font-size: 6rem
    }

    .homeHeader__lead {
        margin-bottom: 83px
    }

    .someBlock {
        padding: 90px 0 45px
    }

    .someList {
        margin: 0 -20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .homeProducts__header {
        margin-bottom: 62px
    }

    .homeProducts__title {
        margin-bottom: 21px
    }

    .txtimgBlock__main {
        padding: 9.28% 8.31%;
        min-height: 655px
    }

    .txtimgBlock__main .btn-primary {
        margin-top: 60px;
        padding-left: 55px;
        padding-right: 55px
    }

    .txtimgBlock__title {
        margin-bottom: 22px
    }

    .txtimgBlock--flip {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .footerB__end,.txtimgBlock--ce .txtimgBlock__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .txtimgBlock--ta>.txtimgBlock__main {
        padding-top: 7.75%
    }

    .txtimgBlock--ta .txtimgBlock__side {
        min-height: 627px
    }

    .txtimgBlock--ce .txtimgBlock__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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
    }

    .reviewsBlock {
        margin: 141px 0 169px;
        padding-left: 8.31%
    }

    .reviewsBlock .swiper-wrapper {
        padding-right: 18.21%
    }

    .reviewsBlock .swiper-slide {
        width: 50%;
        margin-right: 18.21%
    }

    .reviewsBlock blockquote {
        font-size: 3rem
    }

    .headerNav--l,.inspHeader__title {
        font-size: 4.5rem
    }

    .reviewsBlock footer {
        margin-top: 63px
    }

    .reviewsBlock:after {
        content: '';
        display: block
    }

    .postsIntro__top {
        margin-bottom: 90px
    }

    .postsIntro__title {
        margin-bottom: 43px
    }

    .postsIntro__desc {
        max-width: 340px;
        margin-bottom: 106px
    }

    .inspHeader {
        margin: 70px auto
    }

    .inspHeader__text+.btn {
        margin-top: 38px
    }

    .inspContent {
        margin-bottom: 70px
    }

    .imgGallery {
        margin: 0 -17px
    }

    .imgGallery__item {
        padding: 0 17px 50px
    }

    .productsHeader {
        padding: 105px 0 109px
    }

    .productsHeader__main {
        position: sticky;
        top: 20px
    }

    .headerNav--l {
        padding-bottom: 15px
    }

    .headerNav--l li {
        padding: 14px 0
    }

    .headerNav--s {
        font-size: 3rem;
        padding-top: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .headerNav--s li {
        width: 50%;
        padding: 11px 20px 12px 0
    }

    .productsContent__title {
        margin-bottom: 41px
    }

    .pList__item {
        padding: 0 25px 38px
    }

    .pList__title {
        margin: 29px 0 14px
    }

    .productHeader {
        margin: 72px auto 76px
    }

    .productHeader__main {
        padding-right: 103px
    }

    .productHeader__main .text-lead {
        margin-bottom: 54px
    }

    .productHeader__main .btn-primary {
        margin-top: 43px;
        min-width: 232px
    }

    .inspIntro__header {
        margin-bottom: 53px
    }

    .inspSlider__item {
        margin-right: 50px;
        width: 380px
    }

    .testemonialBlock {
        margin: 177px auto 167px
    }

    .testemonialBlock blockquote {
        padding: 0 75px
    }

    .testemonialBlock p {
        font-size: 3rem;
        margin-bottom: 63px
    }

    .cooperationBlock__title {
        margin-bottom: 102px
    }

    .cooperationBlock ul {
        margin-bottom: 61px
    }

    .cooperationBlock li {
        padding-right: 40px;
        width: 25%
    }

    .formBlock {
        padding: 110px 103px 100px
    }

    .formBlock__title {
        margin-bottom: 47px
    }

    .oForm {
        width: 100%;
        max-width: 723px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 103px;
        -moz-column-gap: 103px;
        column-gap: 103px
    }

    .servicesContent {
        margin-bottom: 100px
    }

    .tcBlock__top {
        padding: 86px 50px 76px
    }

    .tcBlock__title {
        padding-right: 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .tcBlock__wrap {
        padding-top: 4px;
        width: 59.96%
    }

    .contactHeader {
        padding: 63px 0 110px
    }

    .contactHeader__main {
        padding-right: 50px
    }

    .contactHeader__name {
        margin: 56px 0 24px
    }

    .contactHeader__side {
        margin-top: 7px
    }

    .sideBox {
        padding: 60px 51px 50px
    }

    .sideBox__inner .vCard {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .vCard__img {
        width: 38%
    }

    .vCard__cot {
        padding-left: 30px
    }

    .mpBlock__title {
        margin-bottom: 40px
    }

    .mpList__item {
        padding: 0 25px 38px
    }

    .mpList__title {
        margin: 30px 0 14px
    }

    .pageView {
        padding-top: 63px;
        padding-bottom: 63px
    }

    .archHeader {
        margin-top: 63px;
        margin-bottom: 70px
    }

    .archHeader__extra_n {
        font-size: 2.4rem
    }

    .archNav__item {
        margin-right: 25px
    }

    .aList {
        margin: 0 -20px
    }

    .aList__item {
        padding: 0 20px 43px
    }

    .aList__desc {
        padding-right: 20px
    }

    .aList--alt {
        margin: 0 -25px
    }

    .postHeader {
        margin: 33px auto 37px
    }

    .postHeader__inner {
        margin: 73px auto 0
    }

    .postHeader__title {
        font-size: 4.5rem
    }

    .postImg {
        margin: 73px 0 67px
    }

    .postInc {
        padding: 48px 0 12px
    }

    .postInc__header {
        margin-bottom: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .postFooter__content {
        padding: 100px 50px 42px
    }

    .postFooter__header {
        margin-bottom: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .serviceView .productHeader {
        margin-bottom: 58px
    }

    .serviceContent {
        padding-top: 72px
    }

    .serviceContent .txtimgBlock {
        margin-bottom: 92px
    }

    .serviceContent .inspIntro,.tyContent .inspIntro {
        margin-bottom: 124px
    }

    .footerBoxes {
        margin: 0 -17px
    }

    .footerB {
        margin: 98px auto 100px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .footerB__contact,.footerB__nav {
        width: 30%
    }

    .footerB__end {
        width: 40%;
        padding-left: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footerB__end .socialLinks {
        margin-bottom: 35px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: auto
    }

    .footerB__copy,.footerB__links {
        text-align: right
    }
}

@media only screen and (max-width: 767px),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .txtimgBlock__main p,.txtimgBlock__title {
        max-width:300px
    }

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

    .langNav__trigger {
        position: absolute;
        left: 35px;
        top: 34px;
        font-size: 12px;
        font-family: ABCWhyteInktrap;
        font-weight: 500
    }

    .langNav__menu {
        height: 0;
        padding: 0
    }

    .langNav__menu li {
        margin-bottom: 4px
    }

    .langNav__menu li:first-child {
        margin-top: 32px
    }

    .langNav__menu li:last-of-type {
        margin-bottom: 47px
    }

    .siteNav__overlay {
        position: fixed;
        width: 100%;
        top: 80px;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s,visibility 0s .5s;
        -o-transition: opacity .5s,visibility 0s .5s;
        transition: opacity .5s,visibility 0s .5s;
        z-index: 1;
        background: #eaeaea;
        border-radius: 0 0 5px 5px;
        text-align: center;
        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-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .mobileNav--open .siteNav__overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .homeProducts {
        margin-top: 28px
    }

    .txtimgBlock__main .btn-primary {
        margin-bottom: 12px
    }

    .postsIntro .swiper-container .aList__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }

    .postsIntro .swiper-container .aList__meta {
        margin: 0
    }

    .postsIntro .swiper-container .aList__title {
        margin-top: 15px;
        margin-bottom: 18px
    }

    .postsIntro .swiper-container .aList__desc {
        display: none
    }
}

@media (min-width: 768px) and (max-width:1024px) and (orientation:landscape),only screen and (min-width:1025px) {
    .siteHeader {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 90px
    }

    .siteHeader .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site {
        padding-top: 90px
    }

    .siteNav {
        position: relative;
        font-size: 16px;
        margin-left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 50px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .siteNav .menu-item {
        display: inline-block;
        margin-right: 27px
    }

    .langNav__menu {
        position: absolute;
        letter-spacing: .2em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        top: -10px;
        bottom: -10px;
        right: 0;
        width: 0
    }

    .langNav__menu li {
        margin-left: 23px
    }

    .postsIntro {
        padding: 45px 0 51px
    }

    .postsIntro__top .header {
        padding: 24px 8.31% 0
    }

    .aList__item--alt {
        padding: 0 25px 42px
    }

    .footerBox {
        padding: 0 17px
    }
}

@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
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:12px;
            padding-right: 12px
        }
    }
}
