html body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-size: 16px;
overflow-x: hidden;
font-family: 'Rubik', sans-serif;
background: #EDF3F7;
color: #000000;
line-height: 1.2;
}
html body .container {
max-width: 100%;
width: 100%;
position: relative;
padding-left: 16px;
padding-right: 16px;
}
img {
max-width: 100%;
height: auto;
}
.preloader {
position: fixed;
background: #EDF3F7;
left: 0;
top: 0;
right: 0;
z-index: 999999;
bottom: 0;
}
.preloader img {
display: none;
}
body.open-menu {
overflow: hidden;
}
body.open-menu main {
overflow: hidden;
}
body.open-menu header {
position: fixed;
left: 0;
top: 0;
}
h1,
h2,
h3 {
font-weight: 500;
}
h1,
h2 {
font-size: 3em;
}
h3 {
font-size: 2em;
}
p {
line-height: 1.5;
}
body .row:before,
body .row:after {
display: inline-block !important;
}
body .row {
margin-left: -16px;
margin-right: -16px;
}
body .row .col-xs-12 {
padding-left: 16px;
padding-right: 16px;
}
body .row__flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body .row__flex .col-xs-12,
body .row__flex .col-xs-6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body a {
cursor: pointer;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
color: #B71C1C;
}
body a:hover,
body a:focus {
text-decoration: none;
color: #DB1A1D;
}
.btn__red {
color: white;
display: inline-block;
padding: 17px 35px;
font-weight: 500;
border: 0;
font-size: 1.125em;
background: #B71C1C;
}
.btn__red:hover,
.btn__red:focus,
.btn__red:active {
background: #DB1A1D;
color: white;
}
.pagination__button a {
color: white;
display: inline-block;
padding: 17px 35px;
border: 0;
font-size: 1.125em;
background: #000000;
font-weight: 500;
}
.pagination__button a:hover,
.pagination__button a:focus,
.pagination__button a:active {
background: #B71C1C;
color: white;
}
.btn__dark {
color: white;
display: inline-block;
padding: 17px 35px;
border: 0;
font-size: 1.125em;
background: #000000;
font-weight: 500;
}
.btn__dark:hover,
.btn__dark:focus,
.btn__dark:active {
background: #455A65;
color: white;
}
body input,
body button,
body textarea,
body button:focus {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
outline: none;
}
body input[type="submit"] {
cursor: pointer;
}
.gform_confirmation_message{
color:#A8B1B6;
font-size:16px;
} body header {
padding: 20px 0;
top: 0;
left: 0;
width: 100%;
background: transparent;
z-index: 9999;
}
body header .container {
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;
}
body header .header__logo {
position: relative;
z-index: 999;
}
body header .header__logo img {
width: 126px;
}
body header .wrap__menu {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
width: calc(100% - 177px);
}
body header .wrap__menu.active {
left: 0;
}
body header .wrap__menu .btn__dark {
padding: 16px 24px;
font-size: 0.875em;
line-height: 23px;
}
body header .wrap__menu .btn__dark:hover,
body header .wrap__menu .btn__dark:focus {
background: #B71C1C;
}
body header .wrap__menu .menu {
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;
}
body header .wrap__menu .menu .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body header .wrap__menu .menu .mobile-arr {
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
width: 40px;
height: 40px;
top: 20px;
left: 24px;
}
body header .wrap__menu .menu .mobile-arr svg {
width: 28px;
height: 14px;
}
body header .wrap__menu .menu .submenu-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: absolute;
width: 30px;
height: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 8px;
z-index: 99;
}
body header .wrap__menu .menu .submenu-icon svg {
width: 8px;
height: 12px;
}
body header .wrap__menu .menu__item {
position: relative;
width: 100%;
margin: 0 0 27px;
}
body header .wrap__menu .menu__item:last-child {
margin-left: 0;
}
body header .wrap__menu .menu__item:last-child {
margin: 0;
}
body header .wrap__menu .menu__item-current .menu__link {
color: #B71C1C;
}
body header .wrap__menu .menu__item.active .submenu {
left: 0;
}
body header .wrap__menu .menu__item.active .mobile-arr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body header .wrap__menu .menu__item .submenu {
display: none;
position: absolute;
top: 100%;
left: 7px;
background: #000000;
padding: 32px 24px;
margin: 0;
list-style-type: none;
z-index: 5;
width: 188px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
body header .wrap__menu .menu__item .submenu__item {
display: block;
margin: 0 0 16px;
}
body header .wrap__menu .menu__item .submenu__item:last-child {
margin-bottom: 0;
}
body header .wrap__menu .menu__item .submenu__link {
font-weight: 500;
font-size: 0.875em;
color: white;
display: block;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
body header .wrap__menu .menu__item .submenu__link:hover,
body header .wrap__menu .menu__item .submenu__link:focus {
color: #B71C1C;
}
body header .wrap__menu .menu__item:hover:before {
width: 80px;
}
body header .wrap__menu .menu__link {
padding: 15px 7px;
position: relative;
font-size: 0.875em;
font-weight: 500;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
color: black;
text-transform: uppercase;
background: transparent;
display: block;
}
body header .wrap__menu .menu__link:hover,
body header .wrap__menu .menu__link:focus {
background: transparent;
color: #B71C1C;
}
body header .wrap__menu .menu__item__current .menu__link,
body header .wrap__menu .current_page_item .menu__link {
background: transparent;
color: #B71C1C;
}
body header .wrap__menu .menu__item.menu__item__current:before,
body header .wrap__menu .menu__item.current_page_item:before {
width:80%;
}
body header .language {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
list-style: none;
padding: 0;
margin: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
body header .language__item {
font-size: 0.875em;
font-weight: 500;
margin-right: 16px;
color: #455A65;
}
body header .language__item:last-child {
margin: 0;
}
body header .language__item:hover,
body header .language__item:focus {
color: #B71C1C;
}
body header.no-logo .header__logo {
opacity: 0;
visibility: hidden;
}
body header.no-logo .wrap__menu {
overflow: hidden;
}
.wrap__burger {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
z-index: 99999;
height: 30px;
width: 40px;
overflow: hidden;
cursor: pointer;
}
.burger {
position: relative;
display: inline-block;
width: 40px;
height: 20px;
padding: 0 4px;
}
.burger .burger__inner,
.burger .burger__inner:after {
position: absolute;
width: 24px;
height: 3px;
border-radius: 100px;
background-color: black;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.burger .burger__inner:before {
border-radius: 100px;
width: 24px;
position: absolute;
height: 3px;
background-color: black;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.burger__inner {
-webkit-transition: background-color 0s linear .13s;
-o-transition: background-color 0s linear .13s;
transition: background-color 0s linear .13s;
}
.burger__inner:before {
display: block;
content: "";
top: 8px;
-webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger__inner:after {
display: block;
content: "";
top: 16px;
-webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header.active .wrap__burger:before {
opacity: 0;
}
header.active {
background: #EDF3F7;
}
header.active .burger {
margin-top: -5px;
}
header.active .burger__inner {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
background-color: transparent !important;
width: 28px;
border-radius: 0;
background: #B71C1C;
}
header.active .burger__inner:before {
width: 28px;
height: 4px;
top: 0;
-webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
background: #B71C1C;
border-radius: 0;
}
header.active .burger__inner:after {
top: 0;
width: 28px;
height: 4px;
-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
transform: translate3d(0, 10px, 0) rotate(-45deg);
background: #B71C1C;
border-radius: 0;
} .banner-home {
min-height: 494px;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.banner-home__title {
font-size: 2em;
margin: 0 0 40px;
max-width: 760px;
color: #EDF3F7;
}
.banner-home .container {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 49px;
} .home-about {
padding: 48px 0 99px;
position: relative;
}
.home-about .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.home-about .container::-webkit-scrollbar-track {
display: none;
}
.home-about .container::-webkit-scrollbar {
display: none;
}
.home-about .container::-webkit-scrollbar-thumb {
display: none;
}
.home-about__item {
position: relative;
font-size: 1.125em;
width: 236px;
min-width: 236px;
padding-right: 5px;
padding-left: 32px;
}
.home-about__item:before {
display: block;
position: absolute;
content: "";
left: 0;
top: 5px;
background: #B71C1C;
width: 16px;
height: 16px;
}
.page-subtitle {
font-weight: 500;
font-size: 2em;
margin: 0 0 32px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
transition: 0.3s ease;
}
.page-subtitle a{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000000;
}
.page-subtitle a:hover {
color: #B71C1C;
}
.page-subtitle a:hover svg {
margin-left: 24px;
}
.page-subtitle svg {
width: 22px;
margin-left: 21px;
transition: 0.3s ease;
}
.owl-item {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
touch-action: none;
}
.owl-loaded {
position: relative;
margin-right: -15px;
}
.owl-stage-outer {
overflow: hidden;
position: relative;
}
.owl-stage-outer:before {
display: block;
position: absolute;
right: 0;
top: 0;
z-index: 1;
content: "";
height: 100%;
width: 46px;
background: -webkit-gradient(linear, left top, right top, from(rgba(237, 243, 247, 0)), color-stop(70.72%, #EDF3F7));
background: -o-linear-gradient(left, rgba(237, 243, 247, 0) 0%, #EDF3F7 70.72%);
background: linear-gradient(90deg, rgba(237, 243, 247, 0) 0%, #EDF3F7 70.72%);
}
.owl-prev,
.owl-next {
font-size: 0;
position: absolute;
z-index: 2;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 24px;
height: 24px;
background: url(https://koobas.hobune.stream/wayback/20210105212557/https://e-kaubanduseliit.ee/wp-content/themes/ekaubandusliit/img/icons/navigate_next.svg) no-repeat center;
background-size: 15px;
cursor: pointer;
border:none;
}
.owl-prev.disabled,
.owl-next.disabled {
display: none;
}
.owl-prev {
left: -48px;
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.owl-next {
right: -48px;
} .events {
padding-bottom: 128px;
overflow: hidden;
}
.events .owl-item {
min-width: 246px;
}
.events__item {
background: rgba(69, 90, 101, 0.04);
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
width: 246px;
min-width: 246px;
height: 303px;
position: relative;
}
.events__item:hover,
.events__item:focus {
background: rgba(69, 90, 101, 0.32);
}
.events__item-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.events__item-date {
width: 66px;
height: 66px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 2em;
color: white;
font-weight: 500;
margin-right: 24px;
background: #000000;
}
.events__item-month {
font-size: 1.125em;
font-weight: 500;
color: black;
margin: 0 0 6px;
}
.events__item-location {
font-size: 0.875em;
color: #455A65;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-right: 20px;
}
.events__item-title {
font-size: 1.5em;
color: #B71C1C;
margin: 0;
font-weight: 400;
max-height: 175px;
overflow: hidden;
padding: 32px 16px 32px 24px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
line-clamp: 5;
}
.events__item-btn {
border-radius: 16px 0;
background: rgba(183, 28, 28, 0.12);
position: absolute;
bottom: 16px;
left: 24px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 0.75em;
color: #B71C1C;
width: 120px;
height: 32px;
}
.events__item.register-no .events__item-date {
background: #455A65;
}
.events__item.register-no .events__item-btn {
background: rgba(69, 90, 101, 0.12);
color: #455A65;
}
.events .owl-stage-outer {
overflow: hidden;
position: relative;
}
.events .owl-stage-outer:before {
display: block;
position: absolute;
right: 0;
top: 0;
z-index: 1;
content: "";
height: 100%;
width: 28px;
background: -webkit-gradient(linear, right top, left top, from(#EDF3F7), to(rgba(237, 243, 247, 0)));
background: -o-linear-gradient(right, #EDF3F7 0%, rgba(237, 243, 247, 0) 100%);
background: linear-gradient(270deg, #EDF3F7 0%, rgba(237, 243, 247, 0) 100%);
} .news {
padding: 0 0 70px;
}
.news__item {
width: 100%;
margin-bottom: 72px;
}
.news__item:hover .news__item-title,
.news__item:focus .news__item-title {
color: #B71C1C;
}
.news__item-image {
height: 185px;
margin-bottom: 16px;
position: relative;
overflow: hidden;
}
.news__item-image-inner {
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
transition: 0.4s ease;
}
.news__item:hover .news__item-image-inner,
.news__item:focus .news__item-image-inner {
transform: scale(1.05);
}
.news__item-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.news__item-title {
color: #000000;
width: 100%;
font-size: 1.5em;
font-weight: 500;
line-height: 1.3;
margin: 0 0 12px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.news__item-date {
white-space: nowrap;
font-size: 0.875em;
text-align: right;
font-weight: 500;
color: #455A65;
}
.news.news-category .main-title {
margin-bottom: 32px;
} .members {
padding-bottom: 63px;
overflow: hidden;
}
.members .owl-item {
min-width: 250px;
}
.members__item {
height: 112px;
width: 250px;
min-width: 250px;
background-color: rgba(217, 225, 229, 0.32);
padding: 34px 20px 24px;
overflow: hidden;
background-image: url(https://koobas.hobune.stream/wayback/20210105212557/https://e-kaubanduseliit.ee/wp-content/themes/ekaubandusliit/img/icons/line.svg);
background-position: center;
}
.members__item-link {
color: #B71C1C;
font-size: 1.5em;
display: block;
margin: 0 0 8px;
}
.members__item-link:hover,
.members__item-link:focus {
color: #DB1A1D;
}
.members__item-info {
margin: 0;
font-size: 0.875em;
}
.members.tokens-home {
margin-bottom: 90px;
} footer {
background: #000000;
padding: 40px 0;
}
footer .btn__footer {
font-size: 1.125em;
width: 100%;
padding: 33px 20px;
font-weight: 500;
display: block;
text-align: center;
color: white;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 16px;
}
footer .btn__footer:last-child {
margin-bottom: 0;
}
footer .btn__grey {
background: #455A65;
}
footer .btn__grey:hover,
footer .btn__grey:focus {
background: #58838C;
color: white;
}
.footer__buttons {
margin-bottom: 72px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer__partners {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 4px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body footer .footer__partners.footer__partners__top{
margin-bottom: 42px;
}
.footer__partners-title {
max-width: 198px;
font-size: 1.5em;
color: #455A65;
margin: 0 auto 86px;
font-weight: 400;
text-align: center;
}
.footer__partners-item {
margin-bottom: 68px;
width: 50%;
text-align: center;
}
.footer__partners-item-wrap {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer__copy {
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;
}
.footer__copy p {
font-size: 1.125em;
color: #455A65;
margin: 0;
}
.footer__copy p a {
font-size: 1em;
}
.footer__copy a {
color: #455A65;
display: inline-block;
font-size: 1.125em;
}
.footer__copy a:hover,
.footer__copy a:focus {
color: #B71C1C;
} .main-title {
font-size: 2.5em;
margin: 0 0 32px;
font-weight: 500;
}
.main-title-wrap {
padding-top: 72px;
}
.main-title__inner {
width: 100%;
}
.main-title__image {
width: 200px;
margin: 0 auto 75px;
}
.main-subtitle {
font-size: 1.125em;
margin-bottom: 72px;
line-height: 30px;
}
.members-page {
padding-bottom: 40px;
}
.members-page .main-title-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.members-page__inner { }
@media only screen and (min-width: 768px) {
.members-page__inner {
column-gap: 30px;
column-count: 2;
}
}
@media only screen and (min-width: 992px) {
.members-page__inner {
column-gap: 46px;
}
}
@media only screen and (min-width: 1200px) {
.members-page__inner {
column-gap: 96px;
}
}
.members-page__column {
width: 100%;
}
.members-page__title {
font-size: 2em;
font-weight: 500;
margin: 0 0 40px;
}
.members-page__item {
margin-bottom: 128px;
}
.members-page .members__item {
width: 100%;
margin: 0 0 16px;
height: 112px;
padding: 34px 24px 24px;
position: relative;
}
.members-page .members__item:last-child {
margin-bottom: 0;
}
.members-page .members__item img {
position: absolute;
top: 39px;
right: 15px;
width: 45px;
height: 45px;
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.members-page.badges-page .main-subtitle {
max-width: 940px;
margin-bottom: 87px;
}
.members-page.badges-page .main-title__inner {
width: 100%;
}  .news__filter {
margin: 0 -16px 53px 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 85px 0 0; position: relative;
cursor: pointer;
}
.news__filter  .owl-stage-outer:before {
display: none;
} 
.news__filter-wrap {
position: relative;
} .news__filter-wrap .owl-stage-outer:before {
display: none!important;
}  .news__filter-wrap .owl-prev {
left: auto;
right: 45px;
}
.news__filter-wrap .owl-next {
right: 16px;
} .news__filter .owl-dots{
display: none;
} 
.news__filter::-webkit-scrollbar-track {
display: none;
}
.news__filter::-webkit-scrollbar {
display: none;
}
.news__filter::-webkit-scrollbar-thumb ,
.news__filter::-webkit-scrollbar-button {
display: none;
}
.news__filter-item {
margin-right: 30px;
}
.news__filter-item:last-child { }
.news__filter-item.filter-current .news__filter-link {
color: #B71C1C;
}
.news__filter-link {
text-transform: uppercase;
font-size: 1em;
color: #000000;
font-weight: 500;
white-space: nowrap;
}
.news__filter-link:hover,
.news__filter-link:focus {
color: #B71C1C;
} .pagination {
padding: 0 0 144px;
overflow: hidden;
}
.pagination__list {
list-style-type: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.pagination__item {
margin-right: 14px;
display: inline-block;
}
.pagination__item:last-child {
margin-bottom: 0;
}
.pagination__item.pagination__item-current .pagination__link {
background: #B71C1C;
}
.pagination__link a,
.pagination__link span{
width: 56px;
height: 56px;
background: #000000;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: white;
font-size: 1.125em;
font-weight: normal;
}
.pagination__link span.current{
background: #B71C1C;
color: white;
}
.pagination__link a:hover,
.pagination__link a:focus {
background: #B71C1C;
color: white;
}
.pagination .btn__dark {
font-weight: normal;
}
.pagination .btn__dark:hover,
.pagination .btn__dark:focus {
background: #B71C1C;
color: white;
}
.share42-item{
display:block ;
} .pre-footer {
background: rgba(69, 90, 101, 0.24);
padding: 56px 0 144px;
}
.pre-footer .btn__dark {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 188px;
height: 56px;
padding: 5px 10px;
}
.pre-footer .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.pre-footer__desc {
width: 100%;
text-align: center;
}
.pre-footer__image {
text-align: center;
width: 197px;
margin: 0 auto 72px;
}
.pre-footer .page-subtitle {
margin-bottom: 24px;
}
.pre-footer p {
font-size: 1.125em;
line-height: 1.44;
margin: 0 0 32px;
} .login {
padding-bottom: 144px;
}
.login .main-title {
margin-bottom: 56px;
}
.login form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"] {
background: #455A65;
border-radius: 1px;
padding: 23px 24px;
font-weight: 500;
line-height: 30px;
font-size: 1.125em;
margin: 0 0 16px 0;
color: #F5F5F5;
border: 2px solid #455A65;
width: 100%;
line-height: 1.2;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
text-align: center;
height: 72px;
}
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder {
color: white;
}
.form input[type="text"]:hover,
.form input[type="password"]:hover,
.form input[type="email"]:hover {
border: 2px solid rgba(69, 90, 101, 0.5);
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus {
border: 2px solid rgba(69, 90, 101, 0.5);
background: #58838C;
}
.form input[type="submit"],
.form button[type="submit"] {
min-width: 100%;
cursor: pointer;
line-height: 1.2;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
height: 72px;
} .banner-page {
padding: 72px 0 48px;
position: relative;
overflow: hidden;
}
.banner-page__inner {
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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.banner-page__info {
width: 100%;
margin-bottom: 64px;
}
.banner-page__category {
font-size: 0.875em;
color: #B71C1C;
font-weight: 500;
margin: 0 0 16px;
text-transform: uppercase;
}
.banner-page__title {
font-size: 2em;
font-weight: 500;
margin: 0;
}
.banner-page__image {
width: calc(100% + 32px);
margin: 0 -16px;
position: relative;
text-align: center;
}
.banner-page__image img {
width: calc(100% + 32px);
}
.content {
padding-bottom: 144px;
}
.content li {
line-height: 1.66;
}
.content__social {
display: none;
}
.content__social.sticky {
position: fixed;
top: 20px;
-webkit-transition: 0;
-o-transition: 0;
transition: 0;
}
.content__inner {
max-width: 734px;
margin: 0 auto;
}
.content p {
font-size: 1.125em;
margin: 0 0 44px;
line-height: 1.66;
}
.content p a {
font-weight: bold;
color: #B71C1C;
display: block;
}
.content p a:hover,
.content p a:focus {
text-decoration: underline;
color: #DB1A1D;
}
.content__quotes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 44px;
}
.content__quotes .quote {
width: 76px;
padding-top: 7px;
}
.content__quotes .quote svg {
margin-right: 5px;
}
.content__quotes p {
width: calc(100% - 76px);
font-size: 1.5em;
margin: 0;
line-height: 1.2;
}
.content__info {
margin: 0 0 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 32px;
min-height: 82px;
font-size: 1.5em;
border-left: 8px solid #B71C1C;
}
.content__form {
background: #000000;
padding: 32px 20px;
width: calc(100% + 32px);
margin: 44px -16px;
}
.content__form-title {
color: white;
font-size: 2em;
font-weight: 500;
margin: 0 0 16px;
}
.content__form .content__form-subtitle {
font-size: 1.125em;
margin: 0 0 16px;
color: #A8B1B6;
line-height: 1.44;
}
.content__form form input[type="text"],
.content__form form input[type="password"],
.content__form form input[type="email"] {
font-size: 0.875em;
padding: 20px 38px;
height: auto;
width: 100%;
height: 56px;
text-align: left;
}
.content__form form input[type="text"]::-webkit-input-placeholder,
.content__form form input[type="password"]::-webkit-input-placeholder,
.content__form form input[type="email"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.56);
}
.content__form form input[type="text"]:hover,
.content__form form input[type="password"]:hover,
.content__form form input[type="email"]:hover {
border: 2px solid white;
}
.content__form form input[type="text"]:focus,
.content__form form input[type="password"]:focus,
.content__form form input[type="email"]:focus {
border: 2px solid white;
background: #58838C;
}
.content__form form input[type="submit"],
.content__form form button[type="submit"] {
min-width: 100%;
height: 56px;
background: #B71C1C;
font-weight: 500;
color: white;
display: inline-block;
padding: 17px 35px;
border: 0;
font-size: 1.125em;
}
.content__form form input[type="submit"]:hover,
.content__form form button[type="submit"]:focus {
background: #DB1A1D;
color: white;
}
.content__form form ul{
list-style:none;
padding-left:0px;
margin-bottom:0px;
}
.content__form form ul li label{
display:none;
}
.content__image {
padding: 0 0 44px;
width: calc(100% + 32px);
margin: 0 -16px;
}
.content__table {
position: relative;
margin: 0 -16px;
width: calc(100% + 32px);
}
.content__table-in {
overflow: auto;
}
.content__table-in::-webkit-scrollbar-track {
display: none;
}
.content__table-in::-webkit-scrollbar {
display: none;
}
.content__table-in::-webkit-scrollbar-thumb {
display: none;
}
.content table {
width: 732px;
margin-bottom: 64px;
}
.content table th {
color: white;
background: #B71C1C;
font-size: 1.125em;
font-weight: 500;
padding: 20px 10px;
}
.content table th:first-child {
padding-left: 97px;
}
.content table td {
font-size: 1.125em;
padding: 15px 10px;
background: white;
}
.content table td:first-child {
padding-left: 97px;
}
.content table tr:last-child td {
padding-bottom: 30px;
}
.content table tr:first-child td {
padding-top: 30px;
}
.content__subtitle {
font-size: 2em;
margin: 0 0 44px;
}
.content__title {
font-size: 2.5em;
margin: 0 0 44px;
word-break: break-all;
}
.content__list {
list-style-type: none;
padding: 0 0 0 8px;
margin: 0 0 44px;
}
.content__list li {
font-size: 1.125em;
line-height: 30px;
position: relative;
padding-left: 32px;
width: 100%;
page-break-inside: avoid;
break-inside: avoid;
float: left;
}
.content__list li:before {
display: block;
position: absolute;
left: 0;
top: 10px;
content: "";
border-radius: 50%;
width: 16px;
height: 16px;
background: #B71C1C;
}
.content-event {
width: 100%;
background: white;
}
.content-event__top {
background: #F43737;
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;
}
.content-event__date {
width: 66px;
height: 66px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: white;
font-weight: 500;
font-size: 2em;
background: #B71C1C;
}
.content-event__month {
font-size: 1.125em;
font-weight: 500;
color: white;
width: calc(100% - 66px);
padding: 5px 10px 5px 24px;
}
.content-event__body {
padding: 40px 24px 32px;
margin-bottom: 40px;
}
.content-event__title {
font-size: 1.125em;
color: #B71C1C;
margin: 0 0 24px;
font-weight: 500;
line-height: 30px;
}
.content-event .content-event__info {
font-size: 1.125em;
margin: 0 0 24px;
line-height: 1.44;
}
.content-event .content-event__info strong {
font-weight: bold;
}
.content-event .content-event__price {
font-size: 1.125em;
margin: 0 0 32px;
line-height: 1.44;
}
.content-event__register {
width: 100%;
text-align: center;
}
.content.content-ev .content__info {
margin: 44px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 1em;
}
.content.content-ev .content__info .content__info-item {
font-size: 1.125em;
margin: 0;
}
.content.content-ev .content__ev-list p {
margin: 0 0 24px;
}
.content.content-ev .content__ev-list p:last-child {
margin-bottom: 0;
}
.content__accordion .card {
background: transparent;
border: 0;
margin-bottom: 30px;
}
.content__accordion .card:last-child {
margin: 0;
}
.content__accordion .card-header {
text-align: left;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
cursor: pointer;
padding: 0;
font-size: 1.5em;
color: #B71C1C;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.content__accordion .card-header:hover,
.content__accordion .card-header:focus {
color: #DB1A1D;
}
.content__accordion .card-header__arr {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.content__accordion .card-header__arr svg {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 8px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.content__accordion .card-header[aria-expanded="false"] .card-header__arr svg {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.content__accordion .card-header[aria-expanded="true"] .card-header__arr svg {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.content__accordion .card-body {
padding: 32px 0 0 0;
}
.content__accordion .card-body p {
margin: 0;
}
.content__title-page {
font-size: 2em;
margin: 0 0 68px;
}
.content.content-page {
padding-top: 68px;
}
.content.content-page img.alignleft {
float: left;
margin-right: 25px;
}
.content.content-page img.alignright {
float: right;
margin-left: 25px;
}
.news__author {
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 96px 0 0;
width:100%;
}
.news__author-image {
width: 109px;
}
.news__author-desc {
width: calc(100% - 109px);
padding: 24px 15px 64px 15px;
}
.news__author p.news__author-subtitle {
font-weight: 500;
margin: 0 0 16px;
font-size: 0.875em;
}
.news__author .news__author-title {
font-size: 1.5em;
color: #B71C1C;
margin: 0;
} .mem {
background: url(https://koobas.hobune.stream/wayback/20210105212557/https://e-kaubanduseliit.ee/wp-content/themes/ekaubandusliit/img/icons/background-pages.svg) no-repeat center/cover;
margin-top: -80px;
padding: 215px 0 120px;
}
.mem__title {
font-size: 2em;
margin: 0 0 32px;
max-width: 1040px;
}
.mem__btn {
margin-bottom: 144px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mem__btn a {
margin-right: 24px;
padding: 25px 35px;
min-height: 72px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mem__btn a:first-child {
min-width: 244px;
}
.mem__btn a:last-child {
min-width: 196px;
}
.mem__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
}
.mem__wrap::-webkit-scrollbar-track {
display: none;
}
.mem__wrap::-webkit-scrollbar {
display: none;
}
.mem__wrap::-webkit-scrollbar-thumb {
display: none;
}
.mem__wrap-in {
position: relative;
}
.mem__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 50%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mem__item-image {
width: 109px;
height: 109px;
position: relative;
}
.mem__item-svg {
position: absolute;
top: -15px;
left: -21px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mem__item-svg svg {
widows: 19px;
height: 32px;
margin-right: 6px;
}
.mem__item-desc {
padding: 24px 30px 0 0;
width: 100%;
}
.mem__item-desc p {
font-size: 1.125em;
margin: 0 0 31px;
line-height: 26px;
max-width: 352px;
opacity: 0.7;
}
.mem__item-desc .mem__item-author {
font-weight: 500;
line-height: 30px;
margin: 0;
}
.membership {
background-color: #455A65;
background-image: url(https://koobas.hobune.stream/wayback/20210105212557/https://e-kaubanduseliit.ee/wp-content/themes/ekaubandusliit/img/icons/background-mem.svg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: white;
padding: 60px 0 148px;
}
.membership .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.membership__item {
width: 100%;
margin-bottom: 120px;
}
.membership__item:last-child {
margin: 0;
}
.membership__item-title {
margin: 0 0 44px;
font-size: 2em;
}
.membership__list {
list-style-type: none;
margin: 0;
padding: 0 0 0 36px;
position: relative;
}
.membership__list:before {
display: block;
position: absolute;
left: 0;
height: 100%;
width: 8px;
content: "";
top: 0;
background: rgba(255, 255, 255, 0.5);
}
.membership__list li {
font-size: 1.125em;
line-height: 1.66;
margin: 0 0 24px;
}
.membership__list li:last-child {
margin: 0;
}
.membership__list li span {
font-weight: 500;
display: block;
margin: 0 0 16px;
} .contact {
padding: 56px 0 144px;
}
.contact .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact__info {
width: 100%;
padding-top: 54px;
margin-bottom: 108px;
}
.contact .btn__dark {
min-width: 208px;
height: 58px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact__title {
font-size: 3em;
margin: 0 0 56px;
}
.contact__subtitle {
font-size: 2em;
margin: 0 0 32px;
}
.contact__address {
margin: 0 0 32px;
}
.contact__address p {
font-size: 1.125em;
margin: 0;
line-height: 1.44;
color: #455A65;
}
.contact-team {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact-team__item {
width: 100%;
max-width: 320px;
margin: 0 auto 44px;
}
.contact-team__item:last-child {
margin: 0 auto;
}
.contact-team__image {
width: 100%;
height: 592px;
margin: 0 0 32px;
}
.contact-team__title {
font-size: 2em;
margin: 0 0 16px;
}
.contact-team p {
font-size: 1.125em;
margin: 0;
color: #455A65;
}
.contact-team p a {
color: inherit;
display: block;
}
.contact-team p a:hover,
.contact-team p a:focus {
color: #B71C1C;
}
.event-registr__mobile {
padding: 44px 0 0;
display: none;
}
.event-registr__mobile .btn__red {
width: 100%;
height: 56px;
text-align: center;
}
@media only screen and (min-width: 360px) {
.home-about__item {
width: 261px;
min-width: 261px;
}
.events .owl-item {
min-width: 276px;
}
.events__item {
width: 276px;
height: 303px;
min-width: 276px;
}
.events__item-title {
padding: 32px 24px;
}
.members .owl-item {
min-width: 282px;
}
.members__item {
height: 112px;
width: 282px;
min-width: 282px;
padding: 34px 24px 24px;
}
.main-title {
font-size: 3em;
}
.members-page .members__item img {
right: 24px;
width: 52px;
height: 52px;
}
.news__filter-item {
margin-right: 40px;
}
.pagination__item {
margin-right: 16px;
}
.pagination__link {
width: 48px;
}
.news__author-desc {
padding: 24px 15px 64px 24px;
}
}
@media only screen and (min-width: 768px) {
html body .container {
width: 768px;
}
body header .header__logo img {
width: 160px;
}
.home-about__item {
width: 32%;
padding-right: 0;
min-width: auto;
}
.news__item-title {
font-size: 1.5em;
width: calc(100% - 120px);
margin: 0;
}
.news__item-date {
font-weight: normal;
text-align: right;
width: 120px;
font-size: 1.125em;
padding-top: 10px;
}
footer {
padding: 70px 0 35px;
}
footer .btn__footer {
padding: 35px 20px;
font-size: 1.5em;
width: calc(50% - 16px);
margin: 0;
}
.footer__partners-item {
width: 33%;
}
.members-page__column {
width: 48%;
}
.pagination__item {
margin-right: 22px;
}
.pagination__link {
width: 56px;
}
.pre-footer {
padding: 75px 0;
}
.pre-footer .container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.pre-footer__desc {
width: 80%;
text-align: left;
}
.pre-footer__image {
width: 20%;
text-align: right;
margin: 0;
}
.pre-footer p {
max-width: 590px;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"] {
width: 562px;
margin: 0 16px 0 0;
text-align: left;
}
.form input[type="submit"],
.form button[type="submit"] {
min-width: 186px;
width: auto;
}
.content__info {
padding-left: 40px;
}
.content__form form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.content__form form input[type="submit"],
.content__form form button[type="submit"] {
min-width: 239px;
width: 239px;
border: 0;
}
.content__table {
margin: 0;
width: 100%;
}
.content table {
width: 100%;
}
.content__title {
font-size: 3em;
word-break: inherit;
}
.content__list {
-webkit-column-gap: 50px;
column-gap: 50px;
-webkit-column-count: 2;
column-count: 2;
padding: 0 0 0 32px;
}
.news__author-desc {
padding: 48px 30px 30px 48px;
}
.news__author p.news__author-subtitle {
font-size: 1.125em;
}
.news__author .news__author-title {
font-weight: 500;
line-height: 1.3125;
font-size: 2em;
}
.mem {
padding: 200px 0 85px;
margin-top: -90px;
}
.contact-team__item {
width: 320px;
margin: 0;
}
.contact-team__item:last-child {
margin: 0 0 0 32px;
}
.event-registr__mobile {
display: none;
}
}
@media only screen and (min-width: 992px) {
html body .container {
width: 992px;
}
.btn__red {
font-size: 1.125em;
}
.btn__dark {
font-size: 1.125em;
}
body header {
padding: 36px 0;
}
body header .wrap__menu .btn__dark {
padding: 14px 21px;
}
body header .wrap__menu .menu {
padding: 0 20px 0 30px;
width: calc(100% - 143px);
}
body header .wrap__menu .menu .mobile-arr {
display: none;
}
body header .wrap__menu .menu .submenu-icon {
display: none;
}
body header .wrap__menu .menu__item {
margin: 0;
width: auto;
}
body header .wrap__menu .menu__item:before {
display: block;
position: absolute;
content: "";
width: 0;
height: 2px;
background: #000000;
left: 7px;
z-index: 9999;
top: calc(100% - 2px);
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
max-width: 80%;
}
body header .wrap__menu .menu__item:hover .submenu {
display: block;
opacity: 1;
}
.wrap__burger {
display: none;
}
.banner-home {
min-height: 560px;
}
.banner-home__title {
font-size: 2.25em;
margin: 0 0 30px;
}
.home-about {
padding: 50px 0 120px;
}
.home-about__item {
width: 30%;
padding-left: 40px;
font-size: 1.25em;
}
.page-subtitle {
font-size: 2.5em;
margin: 0 0 40px;
}
.owl-stage-outer:before {
width: 150px;
right: -50px;
}
.events .owl-item {
min-width: 320px;
}
.events__item {
width: 320px;
min-width: 320px;
}
.events .owl-stage-outer:before {
width: 150px;
right: -50px;
background: -webkit-gradient(linear, left top, right top, from(rgba(237, 243, 247, 0)), color-stop(70.72%, #EDF3F7));
background: -o-linear-gradient(left, rgba(237, 243, 247, 0) 0%, #EDF3F7 70.72%);
background: linear-gradient(90deg, rgba(237, 243, 247, 0) 0%, #EDF3F7 70.72%);
}
.news__item-image {
margin-bottom: 24px;
height: 260px;
}
.news__item-title {
font-size: 1.7em;
}
.members {
padding-bottom: 90px;
}
.members .owl-item {
min-width: 320px;
}
.members__item {
height: 127px;
width: 320px;
min-width: 320px;
padding: 49px 24px 24px;
}
.footer__partners.footer__partners-first {
margin-bottom: 40px;
}
.footer__partners {
margin-bottom: 46px;
}
body footer .footer__partners.footer__partners__top{
margin-bottom: 42px;
}
.footer__partners-title {
margin: 0;
text-align: left;
}
.footer__partners-item {
max-width: 110px;
width: 100%;
width: initial;
margin: 0;
}
.footer__partners-item-wrap {
width: calc(100% - 220px);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
}
.footer__partners-item-wrap a{
margin-right:40px;
}
.footer__partners-item-wrap a:last-child{
margin-right:0px;
}	
.footer__partners-item-wrap a img{
width:100%;
}
.footer__copy p a {
margin-left: 64px;
}
.main-title {
font-size: 4em;
margin: 0 0 32px;
}
.main-title-wrap {
padding-top: 85px;
}
.main-title__inner {
width: 67%;
}
.main-title__image {
width: 216px;
margin: 30px 0 0 0;
}
.main-subtitle {
max-width: 85%;
}
.members-page .members__item {
height: 97px;
padding: 19px 24px 24px;
}
.members-page .members__item img {
top: 24px;
}
.news__filter {
margin-bottom: 54px;
}
.news__filter-item {
margin-right: 44px;
}
.pagination {
padding: 0 0 180px;
}
.pre-footer {
padding: 85px 0;
}
.pre-footer .page-subtitle {
margin-bottom: 32px;
}
.login {
padding-bottom: 165px;
}
.banner-page {
padding: 8px 0 97px;
}
.banner-page__info {
width: 30%;
margin: 0;
}
.banner-page__image {
width: 60%;
margin: 0 -72px 0 0;
}
.banner-page__image img {
width: 100%;
}
.content {
padding-bottom: 200px;
}
.content__social {
position: absolute;
display: block;
top: 0;
left: 15px;
}
.content__social-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 52px;
width: 52px;
background: #B71C1C;
margin-bottom: 20px;
}
.content__social-item:hover,
.content__social-item:focus {
background: #DB1A1D;
}
.content__social-num {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: calc(100% + 10px);
font-size: 1em;
color: #455A65;
}
.content p a {
display: inline;
}
.content__form {
margin: 96px 0 96px -45px;
width: 824px;
padding: 44px 57px;
}
.content__form-title {
font-size: 3em;
}
.content__image {
padding: 52px 0;
width: 100%;
margin: 0;
}
.content__image img{
width:100%;
}
.content__title-page {
font-size: 2.5em;
}
.mem {
padding: 238px 0 85px;
margin-top: -123px;
}
.mem__title {
font-size: 3em;
}
.mem__btn {
margin-bottom: 96px;
}
.mem__item-desc {
width: calc(100% - 109px);
padding: 0 50px 0 32px;
}
.membership {
padding: 80px 0 148px;
}
.membership__item {
width: 315px;
margin: 0;
}
.contact__info {
width: 30%;
margin: 0;
}
.contact__title {
font-size: 4em;
margin: 0 0 77px;
}
.contact-team {
width: 67%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.contact-team__item {
width: 300px;
}
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
.content__social-item {
height: 64px;
width: 64px;
margin-bottom: 24px;
}
.content__social-num {
left: calc(100% + 21px);
font-size: 1.125em;
}
}
@media only screen and (min-width: 1200px) {
html body .container {
width: 1140px;
}
body header .header__logo img {
width: 177px;
}
body header .wrap__menu .btn__dark {
padding: 16px 24px;
}
body header .wrap__menu .menu {
padding: 0 35px;
}
body header .wrap__menu .menu__item {
margin: 0 5px;
}
.banner-home {
min-height: 640px;
}
.banner-home__title {
font-size: 2.5em;
margin: 0 0 24px;
}
.banner-home .container {
bottom: 56px;
}
.home-about {
padding: 56px 0 144px;
}
.home-about__item {
width: 29%;
font-size: 1.4em;
}
.page-subtitle {
font-size: 3em;
margin: 0 0 45px;
}
.owl-stage-outer:before {
width: 246px;
right: -72px;
}
.events {
padding-bottom: 144px;
}
.events .owl-stage-outer:before {
width: 246px;
right: -72px;
}
.news__item-image {
margin-bottom: 33px;
height: 324px;
}
.news__item-title {
min-height: 121px;
font-size: 2em;
}
.members {
padding-bottom: 120px;
}
footer {
padding: 100px 0 34px;
}
footer .btn__footer {
padding: 54px 20px;
font-size: 2em;
}
.footer__buttons {
margin-bottom: 96px;
}
.footer__partners.footer__partners-first {
margin-bottom: 50px;
}
.footer__partners {
margin-bottom: 50px;
}
.footer__partners-item {
max-width: 130px;
}
.footer__partners-item-wrap {
width: calc(100% - 240px);
}
.main-title {
font-size: 5em;
margin: 0 0 56px;
}
.main-title-wrap {
padding-top: 100px;
}
.members-page {
padding-bottom: 70px;
}
.members-page__column {
width: 44%;
}
.members-page__item {
margin-bottom: 96px;
}
.pre-footer {
padding: 104px 0;
}
.login {
padding-bottom: 200px;
}
.banner-page__title {
font-size: 2.5em;
}
.banner-page__image {
width: 67%;
}
.content__inner {
max-width: 680px;
}
.content-event {
right: -30px;
position: absolute;
width: 236px;
top: 0;
}
.content.content-ev .content__info {
margin: 56px 0;
}
.content__title-page {
font-size: 3em;
margin: 0 0 96px;
}
.mem {
margin-top: -128px;
}
.mem__title {
font-size: 4em;
}
.contact-team__item {
width: 320px;
}
}
@media only screen and (min-width: 1360px) {
html body .container {
width: 100%;
padding-left: 72px;
padding-right: 72px;
}
body header .wrap__menu .menu {
padding: 0 70px;
}
body header .wrap__menu .menu__item {
margin: 0 10px;
}
.home-about__item {
width: 376px;
font-size: 1.5em;
min-height: 116px;
}
.members {
padding-bottom: 144px;
}
footer {
padding: 144px 0 34px;
}
footer .btn__footer {
padding: 59px 20px;
}
.footer__partners-item {
max-width: 173px
}
.footer__partners-item-wrap {
width: calc(100% - 269px);
}
.main-title {
font-size: 6em;
}
.main-title-wrap {
padding-top: 110px;
}
.members-page {
padding-bottom: 100px;
}
.pagination {
padding: 0 0 212px;
}
.pre-footer__desc {
width: 62%;
}
.pre-footer__image {
width: 38%;
}
.banner-page__title {
font-size: 3em;
}
.banner-page__image {
width: 69%;
}
.content__social {
left: 72px;
}
.content__inner {
max-width: 734px;
}
.content-event {
right: 15px;
}
}
@media only screen and (min-width: 1440px) {
html body .container {
width: 1440px;
}
.footer__partners-item-wrap a{
margin-right:28px;
}
}
@media only screen and (max-width: 991px) {
.preloader img {
max-width: 90px;
}
body header .wrap__menu {
position: fixed;
background: #EDF3F7;
top: 79px;
left: -100vw;
width: 100%;
height: calc(100vh - 79px);
z-index: 99;
padding: 40px 16px 60px;
overflow-y: auto;
-webkit-box-align: start;
-ms-flex-align: start;
flex-direction: column;
align-items: flex-start;
}
body header .wrap__menu .btn__dark { font-size: 1.125em;
line-height: 30px;
width: calc(100% - 32px);   text-align: center;
margin: 40px auto 0;  }
body header .wrap__menu .menu {
padding: 0;
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
body header .wrap__menu .menu .nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
body header .wrap__menu .menu .nav {
margin-bottom: 45px;
}
body header .wrap__menu .menu__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 16px;
}
body header .wrap__menu .menu__item .submenu {
padding: 40px 32px 20px;
font-weight: 400;
text-transform: none;
width: 100%;
display: block;
position: fixed;
left: 100%;
top: 77px;
height: calc(100vh - 77px);
z-index: 999;
overflow-y: auto;
background: #EDF3F7;
}
body header .wrap__menu .menu__item .submenu__item {
margin: 0 0 30px;
}
body header .wrap__menu .menu__item .submenu__item:last-child {
margin-bottom: 25px;
}
body header .wrap__menu .menu__item .submenu__link {
font-size: 1.125em;
font-weight: normal;
color: #000000;
}
body header .wrap__menu .menu__link {
padding: 0 16px;
font-size: 1.4em;
font-weight: 400;
text-transform: none;
width: 100%;
}
body header .language {
padding-left: 16px;
}
body header .language__item {
margin-right: 32px;
}
.owl-prev,
.owl-next {
display: none;
}
.footer__copy {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.footer__copy a {
display: block;
width: 100%;
margin-top: 24px;
}
.mem__item {
padding-left: 20px;
}
}
@media only screen and (max-width: 767px) { .home-about:before {
display: block;
position: absolute;
right: 0;
top: 0;
z-index: 1;
content: "";
height: 100%;
width: 28px;
background: -webkit-gradient(linear, left top, right top, from(rgba(237, 243, 247, 0)), color-stop(70.72%, #EDF3F7));
background: -o-linear-gradient(left, rgba(237, 243, 247, 0) 0%, #EDF3F7 70.72%);
background: linear-gradient(90deg, rgba(237, 243, 247, 0) 0%, #EDF3F7 70.72%);
}
.home-about .container {
overflow-x: auto;
}
.home-about__item:last-child {
padding-right: 20px;
width: 2576px;
min-width: 276px;
}
.news .row .col-md-6.col-xs-12 {
padding: 0;
}
.news__item-info {
padding: 0 16px;
}
.news.news-category {
padding-bottom: 30px;
}
.footer__buttons {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer__partners-item img {
max-width: 130px;
}
.members-page .main-title { font-size: 2.2em;
}
.pagination .btn__dark {
padding: 17px 15px;
}
.login form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.content__table:before {
display: block;
position: absolute;
right: 0;
top: 0;
z-index: 1;
content: "";
height: 100%;
width: 70px;
background: -webkit-gradient(linear, right top, left top, from(#EDF3F7), to(rgba(255, 255, 255, 0)));
background: -o-linear-gradient(right, #EDF3F7 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(270deg, #EDF3F7 0%, rgba(255, 255, 255, 0) 100%);
}
.single-news .news .col-xs-12:last-child {
display: none;
}
.mem__btn a {
width: 100%;
margin: 0 0 16px;
text-align: center;
}
.mem__btn a:last-child {
margin: 0;
}
body .mem__btn a:first-child  {
display: inline-flex;
}
.mem__btn a:last-child {
display: none;
}
.mem__wrap {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
overflow-x: auto;
margin-top: -20px;
padding-top: 20px;
margin-right: -16px;
}
.mem__wrap-in:before {
display: block;
position: absolute;
right: -16px;
top: 0;
z-index: 1;
content: "";
height: 100%;
width: 124px;
background: -webkit-gradient(linear, right top, left top, from(#EDF3F7), to(rgba(237, 243, 247, 0)));
background: -o-linear-gradient(right, #EDF3F7 0%, rgba(237, 243, 247, 0) 100%);
background: linear-gradient(270deg, #EDF3F7 0%, rgba(237, 243, 247, 0) 100%);
}
.mem__item {
width: 296px;
min-width: 296px;
}
.contact-team {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media only screen and (max-width: 767px) and (max-width: 359px) {
.mem__wrap-in:before {
width: 80px;
}
}
@media only screen and (max-width: 359px) {
body header .wrap__menu .menu__item {
margin: 0 0 27px;
}
.mem__item {
width: 245px;
min-width: 245px;
}
}
.members-page__inner .members-page__item {
width: 100%;
page-break-inside: avoid;
break-inside: avoid;
}
@media only screen and (min-width: 768px) {
.members-page__inner .members-page__item {
float: left;
}
}
.content__form.form .gform_body {
width: 455px;
}
.content__form.form .gform_footer {
width: 239px;
}
.validation_error {
color: red;
}
.validation_error {
color: red;
width: 100%;
margin: 0 0 15px;
}
@media only screen and (max-width: 991px) {
.news__filter-wrap .owl-stage {
padding: 0;
}
.news__filter-wrap {
margin: 0;
}
.news__filter {
padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.content__form.form .gform_body {
width: 100%;
}
.content__form.form .gform_footer {
width: 100%;
}
.content__form form input[type="text"],
.content__form form input[type="password"],
.content__form form input[type="email"] {
padding-left: 25px;
}
.content.content-page img.alignleft,
.content.content-page img.alignright {
float: none;
margin-right: 0;
}
.content__list li {
float: none;
}
}
.events__item-top-info {
width: calc(100% - 90px);
}
@media only screen and (max-width: 360px) {
.members-page .main-title {
font-size: 2em;
}
}
.news__filter .owl-item {
display: inline-block!important;
padding: 10px 0;
}





/*
     FILE ARCHIVED ON 21:25:57 Jan 5, 2021 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:39:32 Aug 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
