@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap");
html {
font-family: sans-serif;
height: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0;
-webkit-font-smoothing: antialiased
}
* {
box-sizing: border-box
}
:after,
:before {
box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
a {
background-color: transparent;
transition: all .3s ease
}
a:active,
a:hover {
outline: 0
}
b,
strong {
font-weight: 700
}
img {
border: 0
}
button,
input,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
outline: 0
}
input,
textarea {
-webkit-appearance: none
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: transparent!important
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: transparent!important
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
color: transparent!important
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent!important
}
button,
input[type=submit] {
-webkit-appearance: button;
overflow: visible;
cursor: pointer
}
button,
select {
text-transform: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: border-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
textarea {
overflow: auto;
resize: none;
display: block
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0
}
.hidden {
display: none!important
}
img:not([src]) {
visibility: hidden
}
[data-url] {
cursor: pointer
}
[data-fancybox] {
cursor: zoom-in;
outline: 0
}
img.lazy {
opacity: 0;
transition: opacity .2s
}
img.lazy-loaded {
opacity: 1
}
a[href^="tel:"] {
text-decoration: none!important
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none
}
::selection {
background: #b3d4fc;
text-shadow: none
}
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.clearfix:after,
.clearfix:before {
content: '';
display: table
}
.clearfix:after {
clear: both
}
.container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px
}
body {
font-family: 'Open Sans',sans-serif;
font-size: 14px;
line-height: 1;
color: #000
}
input,
textarea {
font-family: 'Open Sans',sans-serif
}
body {
height: 100%;
background-color: #1b1e27
}
body.error404,
body.page-template-page {
background-color: #fff
}
div.page {
display: flex;
flex-direction: column;
height: 100%;
padding-top: 100px
}
.content {
flex: 1 0 auto
}
.footer {
flex: 0 0 auto
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slider {
visibility: hidden
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list .dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
transform: translate3d(0,0,0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
content: '';
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto
}
.slick-arrow.slick-hidden {
display: none
}
.slick-next,
.slick-prev {
position: absolute;
top: 50%;
transform: translate(0,-50%);
cursor: pointer;
border: 0;
padding: 0;
font-size: 0;
background: 0 0
}
.slick-dots li:only-child {
display: none
}
.slick-dots li button {
display: none
}
.slick-slider.slick-initialized {
visibility: visible!important
}
.slick-slider.eq .slick-track {
display: flex
}
.slick-slider.eq .slick-slide {
height: auto
}
.slick-slider.eq .slick-slide > * {
height: 100%
}
.slick-slider.op .slick-list {
overflow: visible
}
.slick-slider.op .slick-slide {
opacity: 0;
transition: opacity .8s ease
}
.slick-slider.op .slick-slide.slick-active {
opacity: 1
}
.button {
height: 46px;
display: inline-flex;
align-items: center;
padding: 10px 20px;
border-radius: 5px;
border: 2px solid transparent;
text-decoration: none;
font-size: 14px;
line-height: 1.2
}
.button_white {
color: #fff;
border-color: #fff
}
.button_white:hover {
background-color: #fff;
color: #666
}
.button_brown {
color: #9f7156;
border-color: #9f7156
}
.button_brown:hover {
background-color: #9f7156;
color: #fff
}
.header {
position: fixed;
top: 0;
right: 0;
left: 0;
background-color: rgba(0,0,0,.9);
z-index: 50
}
.header__row {
height: 100px;
align-items: center;
display: flex;
justify-content: space-between;
margin: 0 -15px
}
.header__col {
padding: 5px 15px
}
.header__col:nth-child(1) {
display: none
}
.header .logo {
display: block;
width: 200px
}
.header .logo img {
display: block;
max-width: 100%;
max-height: 100%;
margin: 0 auto
}
.main-menu ul.menu {
display: flex;
flex-wrap: nowrap
}
.main-menu ul.menu > .menu-item {
font-size: 15px;
padding: 0 15px;
height: 100px;
display: flex;
align-items: center;
position: relative
}
.main-menu .menu-item-has-children:hover {
background-color: #2e2924
}
.main-menu ul.menu > .menu-item > a {
color: #bfbab0;
text-decoration: none
}
.main-menu ul.menu > .menu-item > a:hover {
opacity: .6
}
.main-menu ul.menu > .menu-item > a.active,
.main-menu ul.menu > .menu-item.current-menu-item > a {
opacity: 1;
color: #fff
}
.main-menu ul.sub-menu {
display: none;
position: absolute;
top: 100%;
padding: 15px 15px 15px;
left: 0;
background-color: #2e2924
}
.main-menu .menu-item-has-children:hover ul.sub-menu {
display: block
}
.main-menu ul.sub-menu > .menu-item {
font-size: 14px;
line-height: 1.4;
display: flex;
align-items: center;
white-space: nowrap;
margin-top: 10px
}
.main-menu ul.sub-menu > .menu-item:first-child {
margin-top: 0
}
.main-menu ul.sub-menu > .menu-item > a {
color: #bfbab0;
text-decoration: none
}
.main-menu ul.sub-menu > .menu-item > a:hover {
opacity: .6
}
.main-menu ul.sub-menu > .menu-item > a.active,
.main-menu ul.sub-menu > .menu-item.current-menu-item > a {
opacity: 1;
color: #fff
}
.socials {
display: flex;
justify-content: end
}
.socials__item {
width: 28px;
height: 28px;
background-size: contain;
margin-left: 25px;
opacity: .8;
background-repeat: no-repeat;
background-position: center center
}
.socials__item:first-child {
margin-left: 0!important
}
.socials__item:hover {
opacity: 1
}
.socials__item_instagram {
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZGF0YS1uYW1lPSJpZyBpbnN0YWdyYW0gaW5zdGEgcGhvdG8iPjxwYXRoIGQ9Ik0yMC40NSAxMy4zMmExIDEgMCAwIDAtLjU3IDEuMyA0IDQgMCAxIDEtMi4zMS0yLjMgMSAxIDAgMSAwIC43MS0xLjg3IDYgNiAwIDAgMC02LjM3IDkuODUgNiA2IDAgMCAwIDguNDggMCA2IDYgMCAwIDAgMS4zNi02LjQxIDEgMSAwIDAgMC0xLjMtLjU3WiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PGNpcmNsZSBjeD0iMjMiIGN5PSI5IiByPSIxIiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0yOCA5YTUgNSAwIDAgMC00LjktNUE3Ny4xMSA3Ny4xMSAwIDAgMCA5IDRhNSA1IDAgMCAwLTUgNC45MkE5MS45MSA5MS45MSAwIDAgMCA0IDIzYTUgNSAwIDAgMCA0LjkgNWMyLjM2LjIyIDQuNzMuMzQgNy4xLjM0czQuNzEtLjExIDcuMDUtLjM0QTUgNSAwIDAgMCAyOCAyMy4wOCA4Ny4wOSA4Ny4wOSAwIDAgMCAyOCA5Wm0tMiAxNGEzIDMgMCAwIDEtMyAzaC0uMUE3MS43MyA3MS43MyAwIDAgMSA5IDI2YTMgMyAwIDAgMS0zLTMuMDhBOTIuNCA5Mi40IDAgMCAxIDYgOWEzIDMgMCAwIDEgMy4wOS0zcTMuNDQtLjMxIDYuOS0uMzJUMjMgNmEzIDMgMCAwIDEgMyAzLjA4QTg1LjEzIDg1LjEzIDAgMCAxIDI2IDIzWiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==)
}
.socials__item_telegram {
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjU5IDQuMjlhMi4yMyAyLjIzIDAgMCAwLTIuMjctLjM2TDMuNDEgMTMuMWExLjgzIDEuODMgMCAwIDAgMCAzLjM4bDEuNDguNjFhMSAxIDAgMCAwIDEuMzEtLjUzIDEgMSAwIDAgMC0uNTQtMS4zMWwtMS4xLS40NSAyMi41MS05YS4yMi4yMiAwIDAgMSAuMjMgMCAuMjQuMjQgMCAwIDEgLjA4LjIzbC00LjExIDE5LjE4YS40LjQgMCAwIDEtLjI2LjMuMzkuMzkgMCAwIDEtLjM5LS4wNmwtOC02LjI0IDcuODMtNy45MWExIDEgMCAwIDAtMS4yMi0xLjU2bC0xMS40OCA2LjhhMSAxIDAgMSAwIDEgMS43Mmw0LjgzLTIuODUtMi4zNSAyLjM5YTIgMiAwIDAgMCAuMiAzLjA4bDggNi4xNWEyLjQgMi40IDAgMCAwIDEuNDcuNSAyLjQ3IDIuNDcgMCAwIDAgLjgzLS4xNSAyLjM3IDIuMzcgMCAwIDAgMS41Mi0xLjc1bDQuMDgtMTkuMTZhMi4yMyAyLjIzIDAgMCAwLS43NC0yLjE4WiIgZGF0YS1uYW1lPSJ0ZWxlZ3JhbSBzb2NpYWwgbWVkaWEgbmV0d29yayBjaGF0IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=)
}
.main-slider {
overflow: hidden
}
.main-slider__item img {
width: 100%!important;
height: auto!important;
display: none
}
.main-slider__item img.small {
display: none!important
}
.main-slider__item img.full {
display: block!important
}
.main-slider .slick-arrow {
background-color: rgba(0,0,0,.5);
width: 40px;
height: 40px;
border-radius: 50%;
background-size: 30px auto;
z-index: 2;
background-repeat: no-repeat;
transition: all .3s ease
}
.main-slider .slick-prev {
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDI1YTEgMSAwIDAgMS0uNzEtLjI5bC04LThhMSAxIDAgMCAxIDAtMS40Mmw4LThhMSAxIDAgMSAxIDEuNDIgMS40MkwxMy40MSAxNmw3LjMgNy4yOWExIDEgMCAwIDEgMCAxLjQyQTEgMSAwIDAgMSAyMCAyNVoiIGRhdGEtbmFtZT0iTGF5ZXIgMiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PHBhdGggZD0iTTAgMGgzMnYzMkgweiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==);
left: -70px;
background-position: 4px center
}
.main-slider .slick-next {
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDI1YTEgMSAwIDAgMS0uNzEtLjI5IDEgMSAwIDAgMSAwLTEuNDJsNy4zLTcuMjktNy4zLTcuMjlhMSAxIDAgMSAxIDEuNDItMS40Mmw4IDhhMSAxIDAgMCAxIDAgMS40MmwtOCA4QTEgMSAwIDAgMSAxMiAyNVoiIGRhdGEtbmFtZT0iTGF5ZXIgMiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PHBhdGggZD0iTTAgMGgzMnYzMkgweiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==);
right: -70px;
background-position: 6px center
}
.main-slider:hover .slick-prev {
left: 30px
}
.main-slider:hover .slick-next {
right: 30px
}
.main-slider .slick-arrow:hover {
background-color: #000
}
.infoblock {
background: #1b1e27
}
.infoblock__content {
min-height: 400px;
display: flex
}
.infoblock__content-l {
width: 50%;
background-size: cover;
background-position: right center
}
.infoblock__content-r {
width: 50%;
padding: 75px 65px 85px;
display: flex;
align-items: center
}
.infoblock .wrap {
width: 100%
}
.infoblock__title {
font-size: 36px;
line-height: 1.1;
color: #9f7150
}
.infoblock__text {
color: rgba(255,255,255,.5);
font-size: 15px;
line-height: 1.5;
margin-top: 30px
}
.infoblock__devider {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi42OCA3Ljg1Ij4KICA8dGl0bGU+ZGV2aWRlcjwvdGl0bGU+CiAgPHBhdGggZD0iTTMyLjY4LjMzLDI1LjU3LDcuODUsMjEsM2wtNC42MSw0LjlMMTEuNzMsMyw3LjExLDcuODUsMCwuMzMuMzgsMCw3LjExLDcuMjEsMTEuNCwyLjU5LDkuMjMuMzMsOS42MSwwbDIuMTIsMi4yNkwxMy44NSwwbC4zOC4zM0wxMi4wNSwyLjU5bDQuMyw0LjYyLDQuMjktNC42MkwxOC40Ny4zMywxOC44MywwLDIxLDIuMjYsMjMuMDksMGwuMzYuMzNMMjEuMjgsMi41OWw0LjI5LDQuNjJMMzIuMzEsMFoiIGZpbGw9IiM5ZjcxNTAiLz4KPC9zdmc+Cg==);
width: 72px;
height: 18px;
background-size: contain;
background-repeat: no-repeat;
margin-top: 36px
}
.infoblock__button-block {
text-align: center;
margin-top: 35px
}
.infoblock_2 .infoblock__title {
font-size: 0;
background: url(//elittkani.by/wp-content/themes/htmlwork/images/title.svg) no-repeat left top/contain;
height: 28px;
margin-bottom: 10px
}
.edges__item,
.feeds-slider__control,
.infoblock_1 .wrap,
.infoblock_2 .wrap,
.infoblock_3 .wrap,
.offices__item-content {
opacity: 0;
transform: translateY(100px);
transition-duration: .4s
}
.edges__item.active,
.feeds-slider.active .feeds-slider__control,
.infoblock_1.active .wrap,
.infoblock_2.active .wrap,
.infoblock_3.active .wrap,
.offices.active .offices__item-content {
opacity: 1;
transform: translate(0)
}
.page-title {
text-align: center;
padding: 60px 0 70px;
background-size: cover;
background-position: center center;
position: relative
}
.page-title:before {
content: '';
z-index: 1;
position: absolute;
background-color: rgba(10,10,10,.7);
left: 0;
top: 0;
right: 0;
bottom: 0
}
.page-title__title {
color: #9f7150;
font-size: 22px;
line-height: 1.2;
z-index: 2;
position: relative
}
.page-title__title h1 {
margin: 0;
font-weight: 400
}
.page-title__subtitle {
color: rgba(255,255,255,.5);
font-size: 15px;
line-height: 1.5;
margin-top: 30px;
position: relative;
z-index: 2
}
.content-edges {
background: #f7f7f7;
padding: 75px 0
}
.content-edges__content {
display: flex;
flex-wrap: wrap;
margin: -30px -15px 0
}
.content-edges__item {
width: 25%;
padding: 0 15px;
margin-top: 30px;
text-align: center
}
.content-edges__item-i-b {
position: relative;
width: 50px;
height: 50px;
margin: 0 auto 15px
}
.content-edges__item-i-b img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
max-height: 100%;
margin: auto
}
.content-edges__item-title {
font-size: 17px;
color: #1b1d27;
line-height: 1.2;
font-weight: 500
}
.content-edges__item-text {
color: #868686;
font-size: 15px;
line-height: 1.5;
margin-top: 10px
}
.content-edges__item-text p {
margin: 0
}
.content-edges__item-text a {
color: #946c4e;
text-decoration: none;
border-bottom: 1px solid #946c4e
}
.content-edges__item-text a:hover {
border-bottom-color: transparent
}
.content-edges__note {
color: #000;
font-size: 15px;
line-height: 1.5;
text-align: center;
margin-top: 60px;
font-weight: 500
}
.page-text {
background: #fff;
padding: 75px 0
}
.text {
color: #333;
font-size: 15px;
line-height: 1.5
}
.text p {
margin-top: 1.5em;
margin-bottom: 0
}
.text p:first-child {
margin-top: 0
}
.text img {
max-width: 100%
}
.text iframe {
display: block;
max-width: 100%
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
margin: 0;
margin-top: 1.5em;
line-height: 1.4;
font-weight: 700
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
margin-top: 0
}
.text h1 {
font-size: 2em
}
.text h2 {
font-size: 1.7em
}
.text h3 {
font-size: 1.5em
}
.text h4 {
font-size: 1.3em
}
.text h5 {
font-size: 1.1em
}
.text h6 {
font-size: 1em
}
.text a {
text-decoration: underline;
color: #9f7150
}
.text a:hover {
text-decoration: none
}
.text ol,
.text ul {
margin: 0;
margin-top: 1.5em;
padding-left: 3em
}
.text ol:first-child,
.text ul:first-child {
margin-top: 0
}
.text ol > li,
.text ul > li {
margin-top: .4em
}
.text ul > li:first-child .text ol > li:first-child {
margin-top: 0
}
.text ul > li {
display: list-item;
list-style: disc outside
}
.text ol > li {
list-style: decimal
}
.text .table,
.text table {
width: 100%;
margin-top: 1.5em
}
.text .table:first-child,
.text table:first-child {
margin-top: 0
}
.text table td {
padding: 4px 8px
}
.text .b,
.text b,
.text strong {
font-weight: 700
}
.table {
overflow-x: auto
}
.text .title {
font-size: 20px;
line-height: 1.1;
color: #9f7150;
font-weight: 500;
margin-top: 1.5em;
text-transform: uppercase
}
.text .title:first-child {
margin-top: 0
}
.text .devider {
margin-top: 1.5em;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi42OCA3Ljg1Ij4KICA8dGl0bGU+ZGV2aWRlcjwvdGl0bGU+CiAgPHBhdGggZD0iTTMyLjY4LjMzLDI1LjU3LDcuODUsMjEsM2wtNC42MSw0LjlMMTEuNzMsMyw3LjExLDcuODUsMCwuMzMuMzgsMCw3LjExLDcuMjEsMTEuNCwyLjU5LDkuMjMuMzMsOS42MSwwbDIuMTIsMi4yNkwxMy44NSwwbC4zOC4zM0wxMi4wNSwyLjU5bDQuMyw0LjYyLDQuMjktNC42MkwxOC40Ny4zMywxOC44MywwLDIxLDIuMjYsMjMuMDksMGwuMzYuMzNMMjEuMjgsMi41OWw0LjI5LDQuNjJMMzIuMzEsMFoiIGZpbGw9IiM5ZjcxNTAiLz4KPC9zdmc+Cg==);
width: 62px;
height: 15px;
background-size: contain;
background-repeat: no-repeat
}
.text .row {
display: flex;
flex-wrap: wrap;
margin: 0 -15px
}
.text .row:first-child {
margin-top: -1.5em
}
.text .col-2 {
width: 50%;
padding: 0 15px;
margin-top: 1.5em
}
.text .col-3 {
width: 33.33333333%;
padding: 0 15px;
margin-top: 1.5em
}
.gallery-columns-3 {
margin: 15px -5px 0!important;
display: flex;
flex-wrap: wrap
}
.gallery-item {
padding: 0 5px!important;
margin: 10px 0 0!important
}
.gallery-columns-3 .gallery-item {
width: 33.33333333%!important
}
.gallery-item img {
width: 100%;
height: auto!important;
display: block
}
@media (max-width:1199px) {
div.page {
padding-top: 70px
}
.header__row {
height: 70px
}
.header__col:nth-child(1) {
display: block;
width: 120px
}
.header__col:nth-child(3) {
display: none
}
.header__col:nth-child(4) {
width: 120px
}
.header .logo {
height: 70px
}
.mobile-menu-opener {
width: 32px;
height: 32px;
cursor: pointer;
position: relative;
opacity: .8
}
.mobile-menu-opener span {
display: block;
height: 3px;
background: #fff;
top: 50%;
left: 0;
right: 0;
position: absolute;
margin-top: -2px
}
.mobile-menu-opener span:before {
content: '';
display: block;
height: 3px;
background: #fff;
position: absolute;
width: 100%;
top: -10px;
transition-duration: .3s,.3s
}
.mobile-menu-opener span:after {
content: '';
display: block;
height: 3px;
background: #fff;
position: absolute;
width: 100%;
bottom: -10px;
transition-duration: .3s,.3s
}
.mobile-menu-opener.active span {
background: 0 0
}
.mobile-menu-opener.active span:before {
top: 0;
transform: rotate(45deg)
}
.mobile-menu-opener.active span:after {
bottom: 0;
transform: rotate(-45deg)
}
.main-slider .slick-prev {
left: 15px!important
}
.main-slider .slick-next {
right: 15px!important
}
.infoblock__content {
min-height: 300px
}
.infoblock__content-r {
padding: 35px 25px 45px
}
.infoblock__title {
font-size: 22px
}
.infoblock__devider {
margin-top: 20px
}
.infoblock__text {
margin-top: 20px;
font-size: 14px
}
.infoblock__button-block {
text-align: left;
margin-top: 25px
}
.infoblock_2 .infoblock__title {
height: 22px
}
.button {
height: 36px;
padding: 10px 15px;
font-size: 13px
}
.page-title {
padding: 50px 0 60px
}
.page-title__title {
font-size: 18px
}
.page-title__subtitle {
margin-top: 25px
}
.content-edges {
background: #f7f7f7;
padding: 50px 0
}
.content-edges__item-i-b {
width: 40px;
height: 40px
}
.content-edges__item-title {
font-size: 15px
}
.content-edges__item-text {
font-size: 13px
}
.content-edges__note {
margin-top: 40px
}
.page-text {
padding: 50px 0
}
}
@media (max-width:767px) {
.infoblock__content {
min-height: auto
}
.infoblock__content-l {
display: none
}
.infoblock_2 .infoblock__content {
flex-wrap: wrap
}
.infoblock_2 .infoblock__content-l {
display: block;
width: 100%
}
.infoblock__content-r {
width: 100%;
text-align: center
}
.infoblock__devider {
margin-left: auto;
margin-right: auto
}
.infoblock__button-block {
text-align: center
}
.infoblock_2 .infoblock__title {
background-position: center top
}
.socials__item {
width: 24px;
height: 24px;
margin-left: 16px
}
.header__col:nth-child(1) {
width: 94px
}
.header__col:nth-child(4) {
width: 94px
}
.header .logo {
height: 70px;
width: 140px;
display: flex;
align-items: center
}
.text .row:first-child {
margin-top: -50px
}
.text .col-2 {
width: 100%;
margin-top: 50px
}
.text .col-3 {
width: 100%;
margin-top: 50px
}
.gallery-columns-3 .gallery-item {
width: 100%!important
}
.main-slider__item img.small {
display: block!important
}
.main-slider__item img.full {
display: none!important
}
}