

/* Start:/local/templates/main/style.css?1740410226452876*/
@font-face {
    font-family: "GT Eesti Pro Display";
    src: url('/local/templates/main/fonts/gteestiprodisplay_regular.otf');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GTEestiProDisplay-Light';
    src: url('/local/templates/main/fonts/gteestiprodisplay-light.eot'); /* IE 9 Compatibility Mode */
    src: url('/local/templates/main/fonts/gteestiprodisplay-light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('/local/templates/main/fonts/gteestiprodisplay-light.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/main/fonts/gteestiprodisplay-light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('/local/templates/main/fonts/gteestiprodisplay-light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/main/fonts/gteestiprodisplay-light.svg#gteestiprodisplay-light') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
    font-family: "GT Eesti Pro Display Bold";
    src: url('/local/templates/main/fonts/gteestiprodisplay_bold.otf');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "GT Eesti Pro Display Medium";
    src: url('/local/templates/main/fonts/gteestiprodisplay_medium.otf');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

* {
    padding: 0rem;
    margin: 0rem;
    border: 0rem;
}
.up {
    text-transform: uppercase;
}
.none {
    text-decoration: none;
}
.th {
    font-weight: 100;
}
.el {
    font-weight: 200;
}
.l {
    font-family: "GTEestiProDisplay-Light";
}
.reg {
    font-family: "GT Eesti Pro Display";
}
.med {
    font-family: "GT Eesti Pro Display Medium";
}
.sb {
    font-weight: 600;
}
.bold {
    font-family: "GT Eesti Pro Display Bold";
}
.eb {
    font-weight: 800;
}
.black {
    font-weight: 900;
}
.un {
    text-decoration: underline;
}
.in {
    display: inline-block;
}
.vam {
    vertical-align: middle;
}
.rel {
    position: relative;
}
.bl {
    display: block;
}
.abs {
    position: absolute;
}
.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tc {
    display: table-cell;
    vertical-align: middle;
}
.dn {
    display: none;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.taj {
    text-align: justify;
}
.it {
    font-style: italic;
}
.sn {
    font-style: normal;
}
.b0 {
    border: 0;
}
.bn {
    background: none;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.wa {
    width: auto;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.poi {
    cursor: pointer;
}
.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.noup {
    text-transform: none;
}
.fix {
    position: fixed;
}
.tn {
    transform: none;
}
.bf {
    background: #fff;
}
.cf {
    color: #fff;
}
.c0 {
    color: #2D3142;
}
.ap {
    appearance: none;
}
.nw {
    white-space: nowrap;
}
.ma {
    margin: 0 auto;
}
.oh {
    overflow: hidden;
}
.pen {
    pointer-events: none;
}
html{
    font-size: 92%;
}
/* меняем масштаб элементов на странице в (rem) относительно шрифта браузера по умолчанию  */
@media(max-width:1536px){
    html{
        font-size: 90%;
    }
}
@media(max-width:1366px){
    html{
        font-size: 85%;
    }
}

body,
html {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    overflow-x: hidden;
}
body.bg {
    background: #F3F5F8;
}
body._lock {
    overflow: hidden;
}
body,
th,
td {
    font-family: "GTEestiProDisplay-Light";
    font-size: .875rem;
    color: #2D3142;
    font-weight: 300;
}
body,
form,
object,
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
h2{
    font-weight: 400;
}
img,
table {
    border: none;
}
table {
    border-collapse: collapse;
}
table td {
    padding: 0;
}
a {
    color: #2D3142;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a:hover {
    text-decoration: none;
    color:#e51a4b;
}
input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875rem;
    border: 0;
    font-family: "GTEestiProDisplay-Light";
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent;
}
button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
    display: block;
}
* {
    outline: none!important;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap:.625rem;
    row-gap: .3125rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
@media (min-width: 75rem) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 80.375rem;
    }
}
/* @media(max-width:30rem){
  .container{
    padding: 0 1.375rem;
  }
} */
.fancybox-content .fancybox-button .fancybox-close-small{
    top:.75rem;
    right:.75rem;
}
.fancybox-bg{
    background-color:#2D3142;
}
.fancybox-slide{
    text-align:right;
}
.fancybox-slide:has(.popup--success){
    text-align:center;

}

.support-button {
    position: fixed;
    z-index: 8;
    bottom: 1.25rem;
    right: 2rem;
    margin-top: -1.625rem;
    border-radius: 1rem;
    height: 3.25rem;
    background: #e51a4b url('/local/templates/main/img/support.svg') no-repeat 1rem 50%;
    padding: 0 1rem 0 3.5rem;
    color: #fff;
    font-size: 1rem;
}
.wrapper{
    min-height: 100%;
    padding:0 .9375rem;
    margin: 0 auto;
    max-width: 120.625rem;
}
@media(max-width:47.9375rem){
    .wrapper{
        padding:0 .625rem;
    }
}
.header {
    border-bottom: .0625rem solid #E2E7EF;
    border-left: .0625rem solid #E2E7EF;
    border-right: .0625rem solid #E2E7EF;
    margin: 0 auto .9375rem auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 1.375rem 0 0 0;
    position: relative;
    max-width: 118.875rem;
    border-radius: 0rem 0rem 1.875rem 1.875rem;
    position:fixed;
    left:50%;
    transform: translateX(-50%);
    top:0;
    width: calc(100% - 1.75rem);
    z-index: 10;
}
@media(max-width:62rem){
    .header{
        border-radius: 0rem 0rem 0rem 0rem;
        width: calc(100% + .125rem);
    }
}

.header.no_border_radius{
    border-radius: 0rem 0rem 0rem 0rem;
}

.header .container-fluid {
    max-width: 105rem;
}
.header nav .logo {
    display: inline-block;
}
.header nav form {
    display: inline-block;
    margin-left: 2.5rem;
}
.header nav form input[type='text'] {
    width: 30rem;
    height: 2.75rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    background: #f3f5f8 url('/local/templates/main/img/search.svg') no-repeat right 1.5rem top 50%;
    padding: 0 1.5rem;
    color: #595D70;
    font-size: .9375rem;
}
.header nav ul {
    margin-top: .6875rem;
}
.header nav ul li {
    display: inline-block;
}
.header nav ul li:not(:last-child) {
    margin-right: 1.5rem;
}
.header nav ul li a {
    display: block;
    padding: .625rem 0 1.1875rem;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
}
.header nav ul li a:hover {
    color: #E51A4B;
}
.header nav ul li a:hover {
    color: #E51A4B;
}
.header nav ul li a.active {
    color: #E51A4B;
}
.header nav ul li a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .0625rem;
    left: 0;
    bottom: 0;
    background: #E51A4B;
}
.header nav ul li a.active .fa {
    transform: rotate(180deg);
}
.header nav ul li a .fa {
    vertical-align: middle;
    font-size: 1.125rem;
    margin-top: -0.125rem;
}
.header .contacts {
    text-align: right;
}
.header .contacts .buttons {
    margin-bottom: 1.0625rem;
    display:flex;
    flex-wrap:wrap;
    justify-content: end;
    align-items: center;
}
.header .contacts .buttons a,
.header .contacts .buttons div {
    display: inline-block;
    vertical-align: middle;
}
.header .contacts .buttons a.phone {
    font-size: 1.5rem;
    margin-right: 1.5rem;
    font-weight: 300;
    font-family: "GT Eesti Pro Display";
}
.header .contacts .buttons a.cart {
    height: 2.75rem;
    line-height: 2.875rem;
    padding: 0 1.125rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    font-size: .9375rem;
    margin-right: .5rem;
    position:relative;
}
.header .contacts .buttons a.cart:hover {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}

.header .contacts .buttons a.cart span.cart-count {
    position: absolute;
    top: -0.625rem;
    right: -0.625rem;
    min-width: 1.3125rem;
    outline:.125rem solid transparent;
    height: 1.3125rem;
    padding: .2575rem .3125rem .0625rem .3125rem;
    border-radius: 50%;
    color: #fff;
    background-color: #E51A4B;
    font-size: .875rem;
    line-height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
@media(max-width:96rem){
    .header .contacts .buttons a.cart span.cart-count{
        padding: .255rem .3125rem 0rem .3125rem;
    }
}
@media(max-width:85.375rem){
    .header .contacts .buttons a.cart span.cart-count{
        padding: .25rem .3125rem 0rem .3125rem;
    }
}

.header .contacts .buttons a.cart:hover span.cart-count{
    color: #fff;
    background: #E51A4B;
    outline:.125rem solid #fff;
}
.header .contacts .buttons a.feedback {
    height: 2.75rem;
    line-height: 2.875rem;
    padding: 0 1.125rem;
    border-radius: .75rem;
    background: #2D3142;
    font-size: .9375rem;
    color: #fff;
}
.header .contacts .buttons a.feedback:hover {
    background: #E51A4B;
}

.header .contacts .eye {
    display: inline-block;
    font-size: 1rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.25rem;
    padding-left: 2.125rem;
    min-width: 2.125rem;
    min-height: 1.375rem;
    background: url('/local/templates/main/./img/eye.svg') left 100% / 1.625rem 1.625rem no-repeat;
}
.header .contacts .eye:hover {
    background: url('/local/templates/main/./img/eye_red.svg') left 100% / 1.625rem 1.625rem no-repeat;
}

.header .menu-button {
    width: 1.875rem;
    height: 1rem;
    position: relative;
    z-index:21;
    display: inline-block;
    margin-top: .9375rem;
    display: none;
}
.header .menu-button.active span:nth-child(1) {
    transform: translate(.1875rem, .4375rem) rotate(45deg);
    left: 0;
}
.header .menu-button.active span:nth-child(2) {
    display: none;
}
.header .menu-button.active span:nth-child(3) {
    transform: translate(.1875rem, -0.4375rem) rotate(-45deg);
    left: 0;
}
.header .menu-button:hover span:nth-child(1) {
    left: 0;
}
.header .menu-button:hover span:nth-child(2) {
    left: .375rem;
}
.header .menu-button:hover span:nth-child(3) {
    left: 0;
}
.header .menu-button span {
    position: absolute;
    width: 1.5rem;
    height: .125rem;
    background: #2D3142;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header .menu-button span:nth-child(1) {
    top: 0;
    left: .375rem;
}
.header .menu-button span:nth-child(2) {
    top: 50%;
    left: 0;
    margin-top: -0.0625rem;
}
.header .menu-button span:nth-child(3) {
    bottom: 0;
    left: .375rem;
}
.header .about,
.header .about2 {
    position: absolute;
    top: 100%;
    left: -0.0625rem;
    width:calc(100% + .125rem);
    background: #fff;
    z-index: 5;
    border-radius: 0 0 2.625rem 2.625rem;
    border: .0625rem solid #E2E7EF;
    box-shadow: 0px 35px 32px 5px rgba(45, 49, 66, 0.06);
    border-top: 0;
    margin-top: .0625rem;
    padding: 2rem 0;
    display: none;
}
.header .about .name,
.header .about2 .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 0 1rem;
}
.header .about .item,
.header .about2 .item {
    padding: 1rem;
    position: relative;
    color: #747887;
    font-size: .9375rem;
    line-height: 125%;
    margin-bottom: .75rem;
    border-radius: 1rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
}
.header .about .item:hover,
.header .about2 .item:hover {
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.header .about .item p,
.header .about2 .item p {
    color: #2D3142;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.0625rem;
    line-height: 1.25rem;
}
.header .about .item p sup,
.header .about2 .item p sup {
    display: inline-block;
    font-size: .75rem;
    color: #fff;
    padding: .625rem .375rem .5rem .375rem;
    border-radius: .5rem;
    background: var(--e-51-a-4-b, #e51a4b);
}
.header .about .item svg,
.header .about2 .item svg {
    position: absolute;
    left: 1rem;
    top: 1rem;
}
.header .services {
    position: absolute;
    top: 100%;
    left: -0.0625rem;
    width:calc(100% + .125rem);
    background: #fff;
    z-index: 5;
    border-radius: 0 0 2.625rem 2.625rem;
    border: .0625rem solid #E2E7EF;
    box-shadow: 0px 35px 32px 5px rgba(45, 49, 66, 0.06);
    border-top: 0;
    margin-top: .0625rem;
    padding: 2rem 0;
    display: none;
}
.header .services .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 0 1rem;
}
.header .services .item {
    padding: 1rem 1rem 1rem 4.25rem;
    min-height: 6.0625rem;
    max-width: 25rem;
    position: relative;
    color: #747887;
    font-size: .9375rem;
    line-height: 125%;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
}
.header .services .item:hover {
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.header .services .item p {
    color: #2D3142;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.0625rem;
    line-height: 1.25rem;
}
.header .services .item svg {
    position: absolute;
    left: 1rem;
    top: 1rem;
}
.header .catalog {
    position: absolute;
    top: 100%;
    right:0;
    left: -0.0625rem;
    width:calc(100% + .125rem);
    overflow: auto;
    height: 66vh;
    background: #fff;
    z-index: 5;
    border-radius: 0 0 2.625rem 2.625rem;
    border: .0625rem solid #E2E7EF;
    border-top: 0;
    box-shadow: 0px 35px 32px 5px rgba(45, 49, 66, 0.06);
    margin-top: .0625rem;
    padding: 2rem 0 4rem;
    display: none;

}
/* .header .catalog::-webkit-scrollbar  {
    width: .9375rem;
  } */

@media(max-width:1600px){}
.header .catalog {
    height: 60vh;
}
@media(max-width:1400px){}
.header .catalog {
    height: 80vh;
}
.header .catalog .tabNavigation {
    width: 23.5%;
    margin: 0;
}

.header .catalog .tabNavigation .name {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: "GT Eesti Pro Display";
    height: 2.25rem;
    display: flex;
    align-items: center;
}
.header .catalog .tabNavigation li {
    margin-bottom: .25rem;
    display: block;
}
.header .catalog .tabNavigation li a {
    display: block;
    padding: 1.0625rem 1.25rem 1.0625rem 3.375rem;
    position: relative;
    font-family: "GT Eesti Pro Display";
    color: #2D3142;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 1rem;
}
.header .catalog .tabNavigation li a.selected,
.header .catalog .tabNavigation li a:hover {
    background: #F3F5F8;
}
.header .catalog .tabNavigation li a.selected svg rect,
.header .catalog .tabNavigation li a:hover svg rect {
    fill: #E51A4B;
}
.header .catalog .tabNavigation li a:hover svg path:nth-of-type(2) {
    stroke: #E51A4B;
}
.header .catalog .tabNavigation li a:hover svg path:nth-of-type(3) {
    stroke: #E51A4B;
}
.header .catalog .tabNavigation li a svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}
.header .catalog .tabNavigation li a svg rect {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    fill: #2D3142;
}
.header .catalog .tabNavigation .links {
    margin-top: 1.75rem;
    border-top: .0625rem solid #E2E7EF;
    padding-top: 2rem;
}
.header .catalog .tabNavigation .links a {
    display: block;
    font-family: "GT Eesti Pro Display";
    color: #2D3142;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: .875rem 1rem;
    border-radius: 1rem;
}
.header .catalog .tabNavigation .links a:hover {
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.header .catalog .tab-content {
    width: 74.5%;
    min-height: 100%;
}
.header .catalog .tab-content .block-name {
    margin-bottom: 1rem;
    padding: 0rem 1rem 1rem 1rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    cursor:pointer;
}
.header .catalog .tab-content .block-name i {
    transition: all 0.3s ease 0s;
    display: inline-block;
    margin-left: .1875rem;
}
.header .catalog .tab-content .block-name:hover i {
    display: inline-block;
    margin-left: .5rem;
}
.header .catalog .tab-content .block-name:hover rect {
    fill: #E51A4B;
}
.header .catalog .tab-content .block-name svg {
    vertical-align: middle;
    margin: -0.125rem .25rem 0 0;
}
.header .catalog .tab-content .block-name .fa {
    vertical-align: middle;
    font-size: 1.375rem;
}
.header .catalog .tab-content .item {
    margin-bottom: .75rem;
    padding: 1rem;
    color: #747887;
    font-size: .9375rem;
    line-height: 125%;
    border-radius: 1rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
}
.header .catalog .tab-content .item:hover {
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.header .catalog .tab-content .item p {
    color: #2D3142;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.0625rem;
    line-height: 1.25rem;
}
.index-top-banner {
    background: url('/local/templates/main/img/index-top-banner.jpg') 50% 50% / cover;
    max-width: 118.75rem;
    margin: 8.4375rem auto 7.5rem auto;
    border-radius: 1.875rem;
    padding: 1.875rem 0 1.875rem;
    min-height:calc(100vh - 8.75rem) ;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media(max-width:1365px){
    .index-top-banner {
        background: url('/local/templates/main/img/index-top-banner.jpg') 65% 50% / cover;
    }
}
@media(max-width:992px){
    .index-top-banner {
        background: url('/local/templates/main/img/index-top-banner.jpg') 70% 50% / cover;
    }
}
@media(max-width:62rem){
    .index-top-banner {
        margin: 5.9375rem auto 7.5rem auto;
        min-height:calc(100vh - 5.9375rem) ;
    }
}
@media(max-width:47.9375rem){
    .index-top-banner {
        margin: 5.9375rem auto 7.5rem auto;
        min-height:calc(100vh - 5.9375rem) ;
        justify-content:flex-end;
    }
}
@media(max-width:35.9375rem){
    .index-top-banner {
        margin: 4.9375rem auto 7.5rem auto;
        min-height:calc(100vh - 4.9375rem) ;
    }
}
.index-top-banner .text {
    max-width: 58.4375rem;
}
.index-top-banner .text .name {
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 4rem;
    font-family: "GT Eesti Pro Display";
}
@media(max-width:47.9375rem){
    .index-top-banner .text .name {
        margin-bottom: 1.25rem;
    }
}
.index-top-banner .text p {
    margin-bottom: 4rem;
    font-size: 1.25rem;
    max-width: 45.625rem;
}
.index-top-banner .text .link {
    display: inline-block;
    color: #fff;
    padding: 1.125rem 4rem;
    border-radius: 1.25rem;
    border: .0625rem solid var(--ffffff, #ffffff);
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: .0625rem;
}
@media(max-width:575px){
    .index-top-banner .text .link{
        font-size: .875rem;
    }
}
.index-top-banner .text .link:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
}
.index-about-block {
    padding-bottom: 7.5rem;
}
.index-about-block h2 {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1rem;
    font-size: 3rem;
}
.index-about-block .top-text {
    max-width: 45.125rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 120%;
}
.index-about-block .top-link {
    display: inline-block;
    margin-bottom: 4rem;
    padding: .625rem 1.6875rem .5rem 1.75rem;
    border-radius: .75rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
    font-size: .9375rem;
    line-height: 1.5rem;
}
.index-about-block .top-link:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.index-about-block .item {
    margin-bottom: 4rem;
    padding-right: 1.875rem;
    font-size: 1.125rem;
    line-height: 125%;
}
.index-about-block .item p {
    margin: 1rem 0 .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
}
.index-about-block .item .icon {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    text-align: center;
    border-radius: .75rem;
    background: var(--e-51-a-4-b, #e51a4b);
}
.index-about-block .item .icon img {
    vertical-align: middle;
}
.index-about-block .bottom-link {
    text-align: center;
}
.index-about-block .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .index-about-block .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.index-about-block .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.index-projects-block {
    padding-bottom: 7.5rem;
}
.index-projects-block h2 {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1rem;
    font-size: 3rem;
}
.index-projects-block .top-text {
    max-width: 45.125rem;
    margin-bottom: 2.625rem;
    font-size: 1.125rem;
    line-height: 120%;
    color: #595D70;
}
.index-projects-block .col-md-6 {
    margin-bottom: 2rem;
}
.index-projects-block .item {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    padding: 2rem 2rem 6.625rem 2rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
}
.index-projects-block .item:hover {
    box-shadow: 0rem .3125rem 1.875rem .875rem rgba(45, 49, 66, 0.06);
}
.index-projects-block .item .logo {
    margin-bottom: 2rem;
}
.index-projects-block .item .name {
    margin-bottom: .75rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 1.875rem;
}
.index-projects-block .item ul {
    padding-left: 1.25rem;
    list-style: disc;
    color: #595D70;
    font-size: 1rem;
    line-height: 1.5rem;
}
.index-projects-block .item .author {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 1rem 0 0 1.25rem;
    border-top: .0625rem solid #E2E7EF;
}
.index-projects-block .item .author div {
    display: table-cell;
    vertical-align: middle;
    color: var(--8-a-919-f, #8a919f);
    line-height: 125%;
}
.index-projects-block .item .author div span {
    display: block;
    color: #2D3142;
    margin-bottom: .125rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1rem;
}
.index-projects-block .item .author div img {
    width: 2.625rem;
    height: 2.625rem;
    max-width: 2.625rem;
    object-fit: cover;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
    margin-right: .75rem;
}
.index-projects-block .bottom-link {
    text-align: center;
    padding-top: 2rem;
}
.index-projects-block .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .index-projects-block .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.index-projects-block .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.index-reviews-block {
    padding-bottom: 7.75rem;
}
.index-reviews-block h2 {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1rem;
    font-size: 3rem;
}
.index-reviews-block .top-text {
    max-width: 45.125rem;
    margin-bottom: 2.625rem;
    font-size: 1.125rem;
    line-height: 120%;
    color: #595D70;
}
.index-reviews-block .slick-list {
    padding:0 1.4375rem;
}
.index-reviews-block .list {
    width: calc(50vw + 50%);
}
.index-reviews-block .list .slick-track {
    display: flex;
}
.index-reviews-block .list .item {
    width: 51.75rem;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.5625rem;
    padding: 2rem 2rem 5.25rem 7.5rem;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
}

.index-reviews-block .list .item:hover{
    box-shadow: rgba(45, 49, 66, 0.06) 0rem .25rem .9375rem .5625rem;
}
.index-reviews-block .list .item .avatar {
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.index-reviews-block .list .item .avatar img {
    width: 4rem;
    height: 4rem;
    max-width: 4rem;
    object-fit: cover;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
}
.index-reviews-block .list .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
    font-size: 1.25rem;
}
.index-reviews-block .list .item p {
    line-height: 125%;
    margin-bottom: 1.25rem;
    color: #595D70;
    font-size: 1rem;
}
.index-reviews-block .list .item .link {
    position: absolute;
    left: 7.5rem;
    bottom: 2.25rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    padding: .625rem 1rem;
    font-size: 1rem;
}

.index-reviews-block .list .item .link:hover {
    position: absolute;
    left: 7.5rem;
    bottom: 2.25rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    padding: .625rem 1rem;
    font-size: 1rem;
    color:#fff;
    background-color:#E51A4B;
}
.index-reviews-block .list .slick-prev,
.index-reviews-block .list .slick-next {
    position: absolute;
    pointer-events: none;
    z-index: -10;
    opacity: 0;
}
.index-reviews-block .sl-count {
    text-align: center;
    padding-top: 2.875rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.index-reviews-block .sl-count a {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    margin: -0.25rem 1rem 0 1rem;
}
.index-reviews-block .sl-count a.prev {
    background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
}
.index-reviews-block .sl-count a.prev:hover  {
    background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
}
.index-reviews-block .sl-count a.next {
    background: url('/local/templates/main/img/next.svg')  0 0 / 100% 100%;
}
.index-reviews-block .sl-count a.next:hover {
    background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
}
.index-ways-block {
    padding-bottom: 7.5rem;
}
.index-ways-block h2 {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1rem;
    font-size: 3rem;
}
.index-ways-block .top-text {
    max-width: 45.125rem;
    margin-bottom: 2.625rem;
    font-size: 1.125rem;
    line-height: 120%;
    color: #595D70;
}
.index-ways-block .col-md-6 {
    margin-bottom: 1.75rem;
}
.index-ways-block .item {
    height: 100%;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    padding: 2.3125rem 2rem 2rem 5.25rem;
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
}
.index-ways-block .item:hover {
    box-shadow: 0rem .3125rem 1rem .25rem rgba(45, 49, 66, 0.08);
}
.index-ways-block .item:hover .icon svg path {
    fill: #E51A4B;
}
.index-ways-block .item:hover .icon svg path.path-1 {
    fill: #fff;
    stroke:#E51A4B ;
}
.index-ways-block .item:hover .count {
    color: #fff;
    background: #E51A4B;
}
.index-ways-block .item .icon {
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.index-ways-block .item .icon svg path {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.index-ways-block .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1.0625rem;
    font-size: 1.375rem;
}
.index-ways-block .item p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #595D70;
    line-height: 125%;
}
.index-ways-block .item .count {
    display: inline-block;
    color: #595D70;
    padding: .375rem .5rem;
    border-radius: .5rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    line-height: 125%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.index-ways-block .bottom-link {
    text-align: center;
    padding-top: 2.25rem;
}
.index-ways-block .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .index-ways-block .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.index-ways-block .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.index-blog-block {
    padding-bottom: 7.5rem;
}
.index-blog-block h2 {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1rem;
    font-size: 3rem;
}
.index-blog-block .top-text {
    max-width: 45.125rem;
    margin-bottom: 2.625rem;
    font-size: 1.125rem;
    line-height: 120%;
    color: #595D70;
}

.index-blog-block .item {
    margin-bottom: 2rem;
    display:block;

}
.index-blog-block .item .image {
    display: block;
    position: relative;
    margin-bottom: 1.25rem;
}
.index-blog-block .item .image img {
    width: 100%;
}
.index-blog-block .item .image .badge {
    position: absolute;
    color: #fff;
    left: 1rem;
    top: 1rem;
    font-family: "GTEestiProDisplay-Light";

    font-size: .875rem;
    font-weight: 300;
    padding: .5625rem 1rem .4375rem 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.index-blog-block .item .date {
    margin-bottom: .75rem;
    color: #8A919F;
}
.index-blog-block .item .name {
    display: block;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 125%;
}
.index-blog-block .item p {
    color: #8A919F;
    font-size: 1rem;
    line-height: 125%;
}
.index-blog-block .bottom-link {
    text-align: center;
    padding-top: 2rem;
}
.index-blog-block .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .index-blog-block .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.index-blog-block .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.footer {
    background: var(--2-d-3142, #2d3142);
    padding: 4rem 0 1.875rem;
    color: #fff;
    margin:0 -1rem;
}
.footer .container{
    padding:0 1rem;
}
@media(max-width:30rem){
    .footer .container{
        padding: 0 1.375rem;
    }
}
.footer .form {
    margin-bottom: 7.5rem;
    border-radius: 2rem;
    background: #FFF;
    padding: 4.5625rem 3.75rem;
    color: #2D3142;
}
.footer .form .name {
    margin-bottom: .75rem;
    font-size: 2.375rem;
    font-family: "GT Eesti Pro Display";
    line-height: 125%;
    padding-right: 5rem;
}
.footer .form p {
    color: #595D70;
    font-size: 1.125rem;
    line-height: 125%;
    padding-right: 2.5rem;
}
.footer .form input {
    width: 100%;
    height: 3.5rem;
    border-radius: 1rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 1.5rem;
    margin-bottom: .5rem;
}
.footer .form .button {
    padding: 1.125rem 0 1.125rem;
}
.footer .form .button button {
    width: 100%;
    height: 3.5rem;
    color: #fff;
    border-radius: 1rem;
    background: #2D3142;
    font-size: 1.0625rem;
}
.footer .form .button button:hover {
    background: #E51A4B;
}
.footer .form .bottom-text {
    color: var(--8-a-919-f, #8a919f);
    line-height: 125%;
}
.footer .form .bottom-text a {
    color: var(--8-a-919-f, #8a919f);
    text-decoration: underline;
}
.footer .contacts {
    margin-bottom: 2.625rem;
}
.footer .contacts .logo {
    margin-bottom: 2.75rem;
}
.footer .contacts .eye {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.25rem;
    padding-left: 2.125rem;
    background: url('/local/templates/main/./img/eye2.svg') no-repeat 0 -0.3125rem;
    margin-bottom: 2.75rem;
}
.footer .contacts .item {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}
.footer .contacts .item p {
    font-family: "GT Eesti Pro Display";
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.footer .contacts .item a {
    display: inline-block;
    color: #fff;
    margin-bottom: .25rem;
}
.footer .contacts .item .social {
    padding-top: 1rem;
}
.footer .contacts .item .social a {
    margin-right: .3125rem;
    display: inline-block;
    width: 2.25rem;
    height: 2.3125rem;
}
.footer .contacts .item .social a svg rect,
.footer .contacts .item .social a svg path {
    transition: all 0.3s ease 0s;
}

.footer .contacts .item .social a:hover svg rect {
    fill:#E51A4B;
}
.footer .contacts .item .social a:hover svg path {
    fill:white;
}
.footer nav p {
    font-family: "GT Eesti Pro Display";
    font-size: 1.125rem;
    padding-bottom: .625rem;
    margin-bottom: 1rem;
    border-bottom: .0625rem solid #595D70;
}
.footer nav p a {
    color:#fff;
}
.footer nav ul {
    padding-bottom: 1.875rem;
}
.footer nav ul li {
    margin-bottom: .75rem;
}
.footer nav ul li a {
    display: block;
    color: #fff;
    font-size: 1rem;
}
.footer nav ul li a:hover{
    cursor:pointer;
}
.footer .subscribe {
    border-top: .0625rem solid #595D70;
    border-bottom: .0625rem solid #595D70;
    padding: 2.625rem 0;
    margin-bottom: 2.625rem;
}
.footer .subscribe .name {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-family: "GT Eesti Pro Display";
}
.footer .subscribe p {
    font-size: 1rem;
    max-width: 34.375rem;
}
.footer .subscribe form {
    padding-top: .5625rem;
}
.footer .subscribe form div{
    padding:0 .5rem;
}
@media(max-width:35.9375rem){
    .footer .subscribe form div:not(:last-child){
        margin-bottom: .9375rem;
    }
}
.footer .subscribe form input {
    width: 100%;
    height: 3.5rem;
    border-radius: 1rem;
    border: .0625rem solid #e2e7ef;
    background-color: #f3f5f8;
    padding: 0 1.5rem;
    font-size: 1rem;
    color:#595D70;
}
.footer .subscribe form input::placeholder{
    color:#595D70;
}
.footer .subscribe form button {
    width: 100%;
    height: 3.5rem;
    background: none;
    color: #fff;
    border-radius: 1rem;
    border: .0625rem solid var(--ffffff, #ffffff);
    font-size: 1.0625rem;
}
.footer .subscribe form button:hover {
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.footer .copy {
    line-height: 125%;
}
.footer .copy a {
    color: #fff;
}
.footer .copy p {
    margin-top: .75rem;
}
.footer .bottom-text {
    line-height: 125%;
}
.footer .bottom-text p {
    margin-bottom: .75rem;
    color: var(--8-a-919-f, #8a919f);
}
@media (max-width: 87.5rem) {
    .header nav form {
        display: none;
    }
}
.mobile-menu {
    position: fixed;
    width: 21.875rem;
    height: 100%;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 20;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding:3.75rem 1.5rem 1.25rem;
    overflow: auto;
}
.mobile-menu .mobile-menu-close{
    position:absolute;
    top:.75rem;
    right:2.5rem;
    width:2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.25rem;
    color:#373841;
    background-color: #fff;
    z-index:404;
}
@media(min-width:992px){
    .mobile-menu .mobile-menu-close{
        display: none;
    }
}
.mobile-menu .mobile-menu-close::before,
.mobile-menu .mobile-menu-close::after{
    position:absolute;
    top:50%;
    left:50%;
    content:"";
    display: block;
    width: 1.5625rem;
    height: .125rem;
    border-radius: .125rem;
    background-color:#373841;
}
.mobile-menu .mobile-menu-close::before{
    transform:translate(-50%, -50%) rotate(45deg);
}
.mobile-menu .mobile-menu-close::after{
    transform:translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu .mobile-menu-title{
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 1.875rem;
}
.mobile-menu .mobile-menu-form {
    margin-bottom: 1.75rem;
    overflow: auto;
}
.mobile-menu .mobile-menu-form input {
    width: 100%;
    height: 3rem;
    border-radius: .875rem;
    border: .0625rem solid #E2E7EF;
    padding: .125rem 3.75rem .125rem 1.25rem;
    font-size: 1rem;
    background:#F3F5F8 url("/local/templates/main/img/search.svg") no-repeat 90% 50%;
    color:#595d70;
    display: flex;
    align-items: center;
}
.mobile-menu .mobile-menu-form input::placeholder {
    color:#595d70;
}
@media(max-width:992px){
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu .mobile-menu-form input{
        background:#F3F5F8 url("/local/templates/main/img/search.svg") no-repeat 97% 50%;
    }
}
@media(max-width:767px){
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu .mobile-menu-form input{
        background:#F3F5F8 url("/local/templates/main/img/search.svg") no-repeat 95% 50%;
    }
}
.mobile-menu ul li > a {
    display: block;
    text-decoration: none;
    border-bottom: .0625rem solid rgba(1, 1, 1, 0.1);
    padding: .625rem 0rem;
    font-size: 1.125rem;
    color: #2D3142;
}
.mobile-menu ul >li {
    position: relative;
}
.mobile-menu ul >li a .fa {
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    font-size: 1.125rem;
    margin-top: -0.125rem;
    margin-left: .75rem;
}
.mobile-menu ul > li.active a .fa {
    transform: rotate(180deg);
}
.mobile-menu ul >li i {

}
.mobile-menu ul >li a:hover {
    color: #2D3142;
}


.mobile-menu ul li .mobile-sub-menu {
    width:100%;
    background-color: #fff;
    padding:1.25rem 1.25rem 1.25rem 1.5rem;
    display:none;
}
.mobile-menu ul li.active .mobile-sub-menu {
    width:100%;
    background-color: #fff;
    padding:1.25rem 1.25rem 1.25rem 1.5rem;
    display:block;
}
.mobile-menu ul li .mobile-sub-menu li {
    height: 2.625rem;
    background-color: #fff;
}
.mobile-menu ul li .mobile-sub-menu li a {
    font-size: 1rem;
    border-bottom:none;
}
.mobile-menu .buttons {
    padding: 1.25rem 0rem 1.25rem 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.mobile-menu .buttons a.phone {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    width: 100%;
    font-family: "GT Eesti Pro Display";
    display: block;

}
.mobile-menu .buttons a.cart {
    height: 3rem;
    line-height: 2.875rem;
    padding: 0 1.125rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    font-size: .9375rem;
    width: 100%;
    display: block;
    text-align: center;
    position:relative;
    margin-right: .625rem;
}
@media(any-hover:hover){
    .mobile-menu .buttons a.cart:hover {
        color: #fff;
        background: #E51A4B;
        border: .0625rem solid #E51A4B;
    }
}
@media(max-width:767px){
    .mobile-menu .buttons a.cart,
    .mobile-menu .buttons .bx-basket {
        width: 45%;
    }
    .mobile-menu .buttons .bx-basket a.cart {
        width: 100%;
    }
}
.mobile-menu .buttons a.cart .cart-count {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.625rem;
    right: -0.625rem;
    min-width: 1.3125rem;
    height: 1.3125rem;
    padding: .25rem .3125rem 0rem .3125rem;
    border-radius: 1.5rem;
    color: #fff;
    background-color: #E51A4B;
    font-size: .8125rem;
    line-height: 1;
    outline: .125rem solid transparent;
}
.mobile-menu .buttons a.cart:hover span.cart-count {
    color: #fff;
    background: #E51A4B;
    outline: .125rem solid #fff;

}

.mobile-menu .buttons a.feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    line-height: 100%;
    padding: 0 1.125rem;
    border-radius: .75rem;
    background: #2D3142;
    font-size: .9375rem;
    color: #fff;
    width: 49%;
    text-align: center;
}
@media(max-width:767px){
    .mobile-menu .buttons a.feedback{
        width: 50%;
    }
}
.mobile-menu .buttons a.feedback:hover {
    background: #E51A4B;
}
.mobile-menu .eye {
    display: block;
    font-size: 1rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.25rem;
    padding-left: 2.125rem;
    background: url('/local/templates/main/./img/eye.svg') no-repeat 0 -0.3125rem;
}
.mobile-menu .eye:hover {
    background: url('/local/templates/main/./img/eye_red.svg') no-repeat 0 -0.3125rem;
}
.navi {
    padding:9.0625rem 0rem 1.25rem 0rem;
}
@media(max-width:62rem){
    .navi{
        padding:6.25rem 0rem 1.25rem 0rem;
    }
}
.contacts-navi{
    padding:12rem 0rem 2.625rem 0rem;
}
.navi a {
    color: var(--8-a-919-f, #8a919f);
}
.navi span {
    color: var(--8-a-919-f, #8a919f);
}
h1,
.h1 {
    font-size: 3rem;
    margin-bottom: 4rem;
    font-family: "GT Eesti Pro Display";
}

.catalog-page {
    padding-bottom: 7.5rem;
}
.catalog-page .top-links {
    padding-bottom: 3.5rem;
}
.catalog-page .search__top-links {
    padding-bottom: 2rem;
}
@media(max-width:62rem){
    .catalog-page h1,
    .catalog-page .h1 {
        margin-bottom: 1.5rem;
        font-size: 2.25rem;
    }
    .catalog-page .top-links {
        display: none;
    }
}
.catalog-page .top-links a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    padding: 1.0625rem 1.25rem .9375rem 1.25rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    font-size: 1rem;
    line-height: 110%;
}
.catalog-page .top-links a.active,
.catalog-page .top-links a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.catalog-page .top-links a sup {
    font-size: .75rem;
}
.catalog-page .top-form {
    border-bottom: .0625rem solid #D7DEEA;
    padding-bottom: 2.625rem;
    margin-bottom: 2.625rem;
    height: auto;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-wrap: wrap;
    gap:.625rem;
    align-items: center;
}

@media(max-width:62rem){
    .catalog-page .top-form {
        border-bottom: .0625rem solid #D7DEEA;
        padding-bottom: 1.875rem;
        margin-bottom: 1.875rem;
    }
}
.catalog-page .catalog-filter-btn{
    display: block;
    width: 3rem;
    height: 3rem;
    border: .0625rem solid #E2E7EF;
    border-radius: .75rem;
    overflow: hidden;
    background: #F3F5F8 url('/local/templates/main/img/filter.svg') center / 1.5rem 1.5rem no-repeat;
}
.catalog-page .catalog-search-btn{
    display: block;
    width: 3rem;
    height: 3rem;
    border: .0625rem solid #E2E7EF;
    border-radius: .75rem;
    overflow: hidden;
    background:#F3F5F8 url('/local/templates/main/img/search-mobile.svg') center / 1.5rem 1.5rem no-repeat;
}
.catalog-page .catalog-list-mobile{
    display: block;
    flex:1 1 auto;
    height: 3rem;
    border: .0625rem solid #E2E7EF;
    border-radius: .75rem;
    overflow: hidden;
    background:#F3F5F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:.3125rem 1.25rem;
}
.catalog-page .catalog-list-mobile:after{
    content:"";
    width: .5rem;
    height: .5rem;
    border-bottom: .0938rem solid #2D3142;
    border-right: .0938rem solid #2D3142;
    transform: rotate(45deg) translateY(-0.25rem);
}
.catalog-popup-links{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.125rem;
    row-gap: 1.875rem;

}
@media(max-width:767px){
    .catalog-popup-links{
        font-size: 1rem;
    }
}

.catalog-page .search__top-form {
    border-bottom: .0625rem solid #D7DEEA;
    padding: .3125rem 0rem;
    margin-bottom: 2.625rem;
    height: auto;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-wrap: wrap;
    gap:.625rem;
    align-items: center;
}
.catalog-page .top-form.other {
    margin-bottom: 4rem;
    border: 0;
    border-radius: 1.625rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 1.375rem;
}
.catalog-page .top-form.other input {
    width: 100%;
    background: #ffffff url('/local/templates/main/img/search.svg') no-repeat 1.25rem 50%;
    color: #595D70;
}
.catalog-page .top-form.other input::placeholder {
    color: #595D70;
}
.catalog-page .top-form input[type='text'] {
    width: 25rem;
    height: 3rem;
    border-radius: .875rem;
    border: .0625rem solid #E2E7EF;
    padding: 0 1.25rem 0 3.75rem;
    font-size: 1rem;
    background: url('/local/templates/main/img/search.svg') no-repeat 1.25rem 50%;
    margin-right: 1.125rem;
    color: #595D70;
}
.catalog-page .top-form input[type='text']::placeholder {
    color: #595D70;
}
.catalog-page .filter-template{
    color: #595D70;
}
@media(min-width:575px){
    .catalog-page .filter-template{
        display:none;
    }
}

.catalog-page .mobile-block{
    display: none;
}
.fancybox-slide--html{
    padding:0rem;
}
@media(max-width:35.9375rem){
    .filter-category{
        display: flex;
        gap:.5rem;
        align-items: center;
        flex-wrap:wrap;
    }
    .catalog-page .mobile-block{
        display: block;
    }
    .catalog-page .top-form-mobile {
        position: fixed;
        top:0;
        left:-100%;
        width: 100vw;
        height: 100vh;
        display: block;
        background-color: #fff;
        z-index: 10;
        padding:3.75rem 1.5rem;
        transition: all 0.3s ease 0s;
    }
    .catalog-page .top-form-mobile._open {
        left:0%;
    }
    .catalog-page .top-form input[type='text'] {
        background: #F3F5F8;
        padding: 0 1.25rem 0 1.25rem;
    }
}
.catalog-page .search-item,
.catalog-page .top-form .search-item {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .875rem;
    border: .0625rem solid #E2E7EF;
    padding: 0 1.375rem;
    font-size: 1rem;
    vertical-align: middle;
    color: #595D70;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.catalog-page .top-form .search-item:hover {
    border: .0625rem solid  #2D3142;
    color: #2D3142;
}
.search-item .delete,
.catalog-page .top-form .search-item .delete {
    display: inline-block;
    vertical-align: middle;
    width: .875rem;
    height: .875rem;
    background: url('/local/templates/main/img/delete.svg');
    margin: -0.125rem 0 0 .625rem;
}

/* стилизация выпадающего списка категорий */
.collapse-body{
    display: grid;
    grid-template-rows: 1fr;
    transition: all 0.5s ease 0s;
}

@media(max-width:62rem){
    .collapse-button{
        display:flex;
        align-items: center;
        justify-content: space-between;
        gap:.75rem;
    }
    .collapse-button .help{
        margin-right: auto;
    }
    .collapse-button::after{
        content:'';
        display: block;
        width: .5rem;
        height: .5rem;
        border-bottom:.0938rem solid #2d3142;
        border-right:.0938rem solid #2d3142;
        transform:translateY(-0.1875rem) rotate(45deg);
        transition: all 0.3s ease 0s;
    }
    .collapse-button.active::after{
        content:'';
        display: block;
        width: .5rem;
        height: .5rem;
        border-bottom:.0938rem solid #2d3142;
        border-right:.0938rem solid #2d3142;
        transform:translateY(0rem) rotate(225deg);
    }
    .collapse-body{
        display: grid;
        grid-template-rows: 0fr;
        transition: all 0.5s ease 0s;
    }
    .collapse-body.show{
        display: grid;
        grid-template-rows: 1fr;

    }
    .collapse-body > div {
        overflow: hidden;
    }
}
.filter-title{
    display: none;
}
.catalog-page .catalog-filter-box{
    display: none;
}
@media(max-width:35.875rem){
    .catalog-page .catalog-filter-box{
        display: flex;
        align-items: center;
        gap:.5rem;
        margin-bottom: 2rem;
    }
    .catalog-page .filter {
        position: fixed;
        top:0;
        left:-100%;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 10;
        padding:3.75rem 1.5rem;
        transition: all 0.3s ease 0s;
        overflow: auto;
    }
    .catalog-page .filter._open {
        left:0%;
    }
    .filter-title{
        display: block;
        font-size: 1.875rem;
        margin-bottom: 2.5rem;
        font-family: "GT Eesti Pro Display";
    }
    .catalog-page .filter .close-filter,
    .catalog-page .top-form .close-search{
        position:absolute;
        top:.75rem;
        right:2.5rem;
        width:2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.25rem;
        color:#373841;
        background-color: #fff;
        z-index:40;
    }

    .catalog-page .top-form .close-search::before,
    .catalog-page .top-form .close-search::after,
    .catalog-page .filter .close-filter::before,
    .catalog-page .filter .close-filter::after{
        position:absolute;
        content:"";
        display: block;
        top:50%;
        left:50%;
        width: 1.5625rem;
        height: .125rem;
        border-radius: .125rem;
        background-color:#373841;
        z-index:40;
    }
    .catalog-page .top-form .close-search::before,
    .catalog-page .filter .close-filter::before{
        transform:translate(-50%, -50%) rotate(45deg);
    }
    .catalog-page .top-form .close-search::after,
    .catalog-page .filter .close-filter::after
    {
        transform:translate(-50%, -50%) rotate(-45deg);
    }

}

.catalog-page .filter .filter__buttons{
    display: none;
}
@media(max-width:35.9375rem){
    .catalog-page .filter .filter__buttons {
        display: flex;
        align-items: center;
        gap:.75rem;
        margin-bottom: 1.875rem;
        margin-top: 1rem;
        font-size: 1rem;
        opacity: 0;
    }
}

.mobile-list-catalog .popup-close::before,
.mobile-list-catalog .popup-close::after{
    background-color:#373841;
}
.catalog-page .filter .filter__button {
    background-color: #2D3142;
    color:#fff;
    height: 3.75rem;
    border-radius: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3125rem 1.5rem;
    border: .0625rem solid #E2E7EF;
    width: 100%;
    max-width: 15.625rem;
    font-size: 1rem;
}
.catalog-page .filter .filter__button:hover {
    background-color: #e51a4b;
    color:#fff;
    height: 3rem;
    border-radius: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3125rem 1.5rem;
    border:.0625rem solid#e51a4b;
    width: 100%;
    max-width: 15.625rem;
    font-size: 1rem;
}
@media(max-width:47.9375rem){
    .catalog-page .filter .filter__button{
        font-size: .875rem;
    }
}
.catalog-page .filter .filter__button-reset {
    background-color: #fff;
    color:#2D3142;
}
.catalog-page .filter .name {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-family: "GT Eesti Pro Display";
}
.catalog-page .filter .name .help {
    display: inline-block;
    vertical-align: middle;
    width: 1.125rem;
    height: 1.125rem;
    background: url('/local/templates/main/img/help.svg');
    margin: -0.125rem 0 0 .25rem;
}
@media(max-width:62rem){
    .catalog-page .filter .name .help{
        margin: -0.125rem auto 0 .25rem;
    }
}


.catalog-page .filter .checkbox {
    display: none;
}
.catalog-page .filter .popup .checkbox {
    display: none;
}
.catalog-page .filter .checkbox + label {
    display: block;
    cursor: pointer;
    padding: .75rem 0 .5rem 2rem;
    font-size: 1.0625rem;
    line-height: 120%;
    background: url('/local/templates/main/img/checkbox.svg') no-repeat left;
    margin: 0;
}
.catalog-page .filter .checkbox:checked + label {
    background: url('/local/templates/main/img/checkbox2.svg') no-repeat left;
}



.catalog-page .filter .radio {
    display: none;
}
.catalog-page .filter .radio + label {
    display: block;
    cursor: pointer;
    padding: .75rem 0 .5rem 2rem;
    font-size: 1.0625rem;
    line-height: 120%;
    background: url('/local/templates/main/img/radio.svg') no-repeat left;
    margin: 0;
}
.catalog-page .filter .radio:checked + label {
    background: url('/local/templates/main/img/radio2.svg') no-repeat left;
}
.catalog-page .filter .more-fields {
    padding-top: 1rem;
    display: none;
}
.catalog-page .filter .link {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--e-51-a-4-b, #e51a4b);
    font-family: "GT Eesti Pro Display";
    font-size: 1.0625rem;
}
@media(max-width:35.9375rem){
    .catalog-page .filter .link {
        display: none;
    }
}
.catalog-page .list .col-md-6,
.catalog-page .list .col-md-12 {
    margin-bottom: 1.75rem;
}
.catalog-page .list .item {
    display:flex;
    flex-direction:column;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    padding: 2rem 2rem 2rem 2rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.catalog-page .list .item:hover {
    box-shadow: 0rem .3125rem 1.875rem .875rem rgba(45, 49, 66, 0.06);
}
.catalog-page .list .item .tag {
    display: inline-block;
    height: 1.75rem;
    line-height: 1.875rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    padding: 0 .75rem 0 2.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.catalog-page .list .item .tag.color1 {
    color: #B61C41;
    background: var(--ffe-8-ed, #ffe8ed);
}
.catalog-page .list .item .tag.color3 {
    color: #1F6CA7;
    background: #DAEFFF;
}
.catalog-page .list .item .tag.color2 {
    color: #0C858C;
    background: var(--e-1-f-4-f-5, #e1f4f5);
}
.catalog-page .list .item .tag.color4 {
    color: #663A9E;
    background: #EBDCFF;
}
.catalog-page .list .item .tag.color5 {
    color: #34810E;
    background: #DAF5CE;
}
.catalog-page .list .item .tag.color6 {
    color: #856514;
    background: #FFF4D8;
}
.catalog-page .list .item .tagv.color7 {
    color: #fff;
    background: #A10989;
}
.catalog-page .list .item .tag img,
.catalog-page .list .item .tag svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .75rem;
}
.catalog-page .list .item .image {
    width: 100%;
    margin-bottom: 1.25rem;
}
.catalog-page .list .item .name {
    margin-bottom: .75rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 125%;
    display: block;
}
.catalog-page .list .item p {
    color: var(--8-a-919-f, #8a919f);
    font-size: 1rem;
    line-height: 125%;
    flex:1 1 auto;
    /* margin-bottom: 24px; */
}
.catalog-page .list .item ul {
    padding: 1.25rem 0 .75rem;
}
.catalog-page .list .item ul li {
    display: inline-block;
    margin: 0 2rem 0 0;
    font-size: 1rem;
    padding-left: 2.25rem;
}
.catalog-page .list .item ul li:nth-child(1) {
    background: url('/local/templates/main/img/catalog-li1.svg') no-repeat 0 -0.125rem;
}
.catalog-page .list .item ul li:nth-child(2) {
    background: url('/local/templates/main/img/catalog-li2.svg') no-repeat 0 -0.125rem;
}
.catalog-page .list .item .button {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 0rem 0rem 0rem;
}
.catalog-page .list .item .button:has( .price.with_old ) {
    padding: 3.75rem 0rem 0rem 0rem;
}
.catalog-page .list .item .button .price {
    position: relative;
    font-family: "GT Eesti Pro Display";
    margin-bottom: 2rem;
    font-size: 2rem;
}
.catalog-page .list .item .button .price.with_old {
    color: var(--e-51-a-4-b, #e51a4b);
}
.catalog-page .list .item .button .price .old {
    display: inline-block;
    vertical-align: middle;
    margin-left: .625rem;
    text-decoration: line-through;
    color: #595D70;
    font-size: .9375rem;
}
.catalog-page .list .item .button .price .discount {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: .25rem;
    color: #fff;
    border-radius: .5rem;
    background: var(--e-51-a-4-b, #e51a4b);
    font-size: 1rem;
    padding: .125rem .375rem;
    line-height: 125%;
}
.catalog-page .list .item .button button {
    width: 100%;
    height: 3rem;
    color: #fff;
    border-radius: .75rem;
    background: var(--2-d-3142, #2d3142);
    font-size: 1rem;
}
.catalog-page .list .item .button button.incart {
    width: 100%;
    height: 3rem;
    color: #2D3142;
    border-radius: .75rem;
    background: #fff;
    border: 1px solid #2D3142;
    font-size: 1rem;
}
@media(any-hover:hover){
    .catalog-page .list .item .button button:hover {
        background: var(--e-51-a-4-b, #e51a4b);
    }
}

.catalog-page .list .item .button .col-md-6 {
    margin-bottom: 0;
}
.catalog-page .bottom-link {
    text-align: center;
    padding-top: 1.875rem;
}
.catalog-page .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .catalog-page .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.catalog-page .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.catalog-page .prices table {
    width: 100%;
    margin-bottom: 2.125rem;
}
.catalog-page .prices table thead tr {
    border-bottom: .0625rem solid #E2E7EF;
}
.catalog-page .prices table thead tr td {
    padding: 0 1.875rem 2rem 1.875rem;
    font-size: 1.125rem;
    font-family: "GT Eesti Pro Display";
    vertical-align: top;
}
.catalog-page .prices table tbody tr {
    border-bottom: .0625rem solid #E2E7EF;
}
.catalog-page .prices table tbody tr:hover {
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.catalog-page .prices table tbody tr:hover td .status.color2 {
    background: rgba(12, 133, 140, 0.96);
    color: #fff;
}
.catalog-page .prices table tbody tr:hover td .status.color1 {
    color: #fff;
    background: #B61C41;
}
.catalog-page .prices table tbody tr:hover td .status.color3 {
    color: #fff;
    background: #1F6CA7;
}
.catalog-page .prices table tbody tr:hover td .status.color4 {
    color: #fff;
    background: #663A9E;
}
.catalog-page .prices table tbody tr:hover td .status.color5 {
    color: #fff;
    background: #34800E;
}
.catalog-page .prices table tbody tr:hover td .status.color6 {
    color: #fff;
    background: #BB6500;
}
.catalog-page .prices table tbody tr:hover td .status.color7 {
    color: #fff;
    background: #A10989;
}
.catalog-page .prices table tbody tr td {
    padding: 1.375rem 1.875rem;
    font-size: 1rem;
    font-family: "GT Eesti Pro Display";
    vertical-align: top;
}
.catalog-page .prices table tbody tr td .status {
    display: inline-block;
    white-space: nowrap;
    font-family: "GTEestiProDisplay-Light";
    font-size: .8125rem;
    height: 1.4375rem;
    line-height: 1.4375rem;
    padding: 0 .5625rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: 1rem;
    border-radius: .5rem;
}
.catalog-page .prices table tbody tr td .status.color2 {
    color: #0C858C;
    background: var(--e-1-f-4-f-5, #e1f4f5);
}
.catalog-page .prices table tbody tr td .status.color1 {
    color: #B61C41;
    background: #FFE8ED;
}
.catalog-page .prices table tbody tr td .status.color3 {
    color: #1F6CA7;
    background: #DAEFFF;
}
.catalog-page .prices table tbody tr td .status.color4 {
    color: #663A9E;
    background: #EBDCFF;
}
.catalog-page .prices table tbody tr td .status.color5 {
    color: #34800E;
    background: #DAF5CD;
}
.catalog-page .prices table tbody tr td .status.color6 {
    color: #BB6500;
    background: #FFF4D8;
}
.catalog-page .prices table tbody tr td .status.color7 {
    color: #892884;
    background: #FFD8F6;
}
.catalog-page .prices table tbody tr td .price {
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.catalog-page .prices table tbody tr td .price.with_old {
    color: var(--e-51-a-4-b, #e51a4b);
}
.catalog-page .prices table tbody tr td .price .old {
    text-decoration: line-through;
    color: #595D70;
    font-size: .875rem;
    display: inline-block;
}
.catalog-page .prices table tbody tr td .price .discount {
    color: #fff;
    font-size: .75rem;
    border-radius: .25rem;
    background: var(--e-51-a-4-b, #e51a4b);
    padding: 0 .125rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    height: .875rem;
}
.catalog-page .prices table tbody tr td button {
    width: 11.625rem;
    height: 2.5rem;
    color: #fff;
    border-radius: .75rem;
    background: var(--2-d-3142, #2d3142);
}
.catalog-page .prices table tbody tr td button:hover {
    background: #E51A4B;
}

.popups{
    padding:9.0625rem 0rem 2.8125rem;
}
@media(max-width:62rem){
    .popups{
        padding:6.25rem 0rem 2.8125rem;
    }

}

.popup {
    padding: 4rem!important;
    border-radius: 2rem 0rem 0rem 2rem;
    border: .0625rem solid var(--, #e2e7ef);
    position:relative;
}
.fancybox-button{
    display: none;
}
.popup-close{
    position:absolute;
    padding:0 1.25rem;
    top:.75rem;
    right:2.8125rem;
    width:3.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.25rem;
    color:#1a1919;
    background-color: #fff;
    z-index:404;
}
@media(max-width:35.9375rem){
    .popup-close{
        width:2.5rem;
        height: 2.5rem;
    }
}

.popup-close::before,
.popup-close::after{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) rotate(0deg);
    content:"";
    display: block;
    width: 1.875rem;
    height: .125rem;
    border-radius: .125rem;
    background-color:#8A919F;
}
@media(max-width:767px){
    .popup-close::before,
    .popup-close::after{
        width: 1.575rem;
        height: .125rem;
    }
}
.popup-close::before{
    transform:translate(-50%, -50%) rotate(45deg);
}
.popup-close::after{
    transform:translate(-50%, -50%) rotate(-45deg);
}


.popup.other {
    border-radius: 2rem;
}
.popup .menu .logo {
    margin-bottom: 1rem;
}
.popup .menu h2 {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-family: "GT Eesti Pro Display";
}
.popup .menu .top-text {
    margin-bottom: 1.25rem;
    color: #595D70;
    font-size: 1.125rem;
}
.popup .menu .users {
    margin-bottom: 2rem;
}
.popup .menu .users .user {
    display: inline-block;
    margin-right: -0.75rem;
    position: relative;
}
.popup .menu .users .user.online:before {
    background: #2DD767;
}
.popup .menu .users .user.ofline:before {
    background: #FFB762;
}
.popup .menu .users .user:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: .875rem;
    height: .875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: .125rem solid var(--White, #ffffff);
}
.popup .menu .users .user img {
    width: 3.125rem;
    height: 3.125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: .1875rem solid var(--ffffff, #ffffff);
    object-fit: cover;
}
.popup .menu ul li {
    margin-bottom: .25rem;
}
.popup .menu ul li.bb {
    border-bottom: .0625rem solid #E2E7EF;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}
.popup .menu ul li a {
    display: block;
    font-size: 1.0625rem;
    letter-spacing: .0106rem;
    padding: 1.125rem 1.125rem 1.125rem 3.75rem;
    line-height: 120%;
    border-radius: 1rem;
    color: #2D3142;
    position: relative;
}
.popup .menu ul li a:hover {
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.popup .menu ul li a svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .3125rem;
}
.popup form h2 {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-family: "GT Eesti Pro Display";
}
.popup form .top-text {
    margin-bottom: 1.25rem;
    color: #595D70;
    font-size: 1.125rem;
}
.popup form .sel {


}
.popup form .sel option{
    font-size: .9375rem;
    color:#595D70;
    width: calc(100% - 3rem);
}
.choices[data-type*=select-one].is-open::after,
.choices[data-type*=select-one]::after
{
    content:"";
    display: block;
    position:absolute;
    top:40%;
    right:1.25rem;
    z-index:3;
    width:.625rem;
    height: .625rem;
    border-color:#595D70;
    border-width: .0938rem;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom: .0938rem solid #595D70;
    border-right: .0938rem solid #595D70;
    transform: rotate(45deg) translateY(-50%);
    margin-top: 0;
}
.choices[data-type*=select-one].is-open::after{
    transform: rotate(225deg) translateY(-50%);
}

.choices__inner{

}
.choices[data-type*=select-one] .choices__inner{
    min-height: 3rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    font-size: .9375rem;
    color:#595D70;
    padding: .4688rem 1.25rem .4688rem;
}
.is-open .choices__inner{
    border-radius: .75rem .75rem .75rem .75rem;
}
/* список внизу */
.is-open .choices__list[aria-expanded] {
    color:#595D70;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    margin-top:.5rem;
    box-shadow: 0rem .3125rem 1.125rem 1rem rgba(45, 49, 66, 0.06);
}
/* список вверху */
.is-flipped.is-open .choices__list[aria-expanded] {
    color:#595D70;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    margin-bottom:.5rem;
    box-shadow: 0rem .3125rem 1.125rem 1rem rgba(45, 49, 66, 0.06); }

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    border-radius: .75rem;
    background-color:  #f3f5f8;
}

.popup form input {
    width: 100%;
    height: 3rem;
    margin-bottom: .625rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 0 1.5rem;
    font-size: .9375rem;
    color:#595D70;
}

form label{
    position:relative;
    display: block;
}
form label > span{
    display: block;
    position:absolute;
    top:.0625rem;
    left:0;
    width:100%;
    height: .0625rem;
    display: flex;
    padding-left: 1.5rem;
    padding-top:1rem;
    color:#595D70;
}
form input{
    position: relative;
    color:#595D70;
}
form input::placeholder{
    color:#595D70;
}
form label span span{
    color:red;
}
form label span{
    color:#595D70;
}

.popup form label span span  {
    color:red;
}
.popup form label._error input {
    width: 100%;
    height: 3rem;
    margin-bottom: .625rem;
    border-radius: .75rem;
    border: .0625rem solid red;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 0 1.5rem;
    font-size: .9375rem;
}
._error-label{
    color:red;
}



.popup form label span {
    top:-0.25rem;
}
.popup form p {
    padding: .875rem 0 .75rem;
    color: #595D70;
    font-size: 1rem;
}
.popup form .jq-selectbox {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1.125rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    background: #f3f5f8 url('/local/templates/main/img/select.svg') no-repeat right 1.25rem top 50%;
    font-size: .9375rem;
    color: #595D70;
}
.popup form .jq-selectbox .jq-selectbox__select {
    padding: 0 1.5rem;
}
.popup form .jq-selectbox .jq-selectbox__dropdown {
    top: 100%;
    left: 0;
    width: 100% !important;
    background: #fff;
    z-index: 4;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
    margin-top: .625rem;
    box-shadow: 0rem .875rem 2rem 1.25rem rgba(45, 49, 66, 0.24);
}
.popup form .jq-selectbox .jq-selectbox__dropdown ul li {
    padding: 0 1.5rem;
}
.popup form textarea {
    width: 100%;
    height: 10.375rem;
    margin-bottom: 2.625rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    padding: 1rem 1.5rem;
    font-size: .9375rem;
    resize: none;
}
.popup form button {
    width: 100%;
    height: 3.5rem;
    color: #fff;
    border-radius: 1rem;
    background: #2D3142;
    font-size: 1.0625rem;
}
.popup form button:hover {
    background: #E51A4B;
}
.popup form .bottom-text {
    margin-top: .75rem;
    color: var(--8-a-919-f, #8a919f);
    font-size: .75rem;
    line-height: 125%;
}
.popup form .bottom-text a {
    text-decoration: underline;
    color: var(--8-a-919-f, #8a919f);
}
.popup form .phone {
    padding: 5rem 0 2.5rem;
    font-size: 1.125rem;
}
.popup form .phone span {
    font-family: "GT Eesti Pro Display";
}
.popup .success {
    padding: 12.5rem 0;
}
.popup .success.min {
    padding: 0rem 0rem 4.625rem;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup .success.other {
    padding: 3.75rem 0;
    text-align: center;
    max-width: 34.6875rem;
    margin: 0 auto;
}
.popup .success.other .top-text {
    margin-bottom: 0;
}
.popup .success .image {
    margin-bottom: 2rem;
}
.popup .success h2 {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-family: "GT Eesti Pro Display";
}
.popup .success .top-text {
    margin-bottom: 2.625rem;
    color: #595D70;
    font-size: 1.125rem;
}
.popup .success a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.popup .success a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.team-page {
    padding-bottom: 7.5rem;
}
.team-page .top-links {
    padding-bottom: 2.625rem;
}
.team-page .top-links a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    padding: 1.0625rem 1.25rem .9375rem 1.25rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    font-size: 1rem;
    line-height: 110%;
}
.team-page .top-links a.active,
.team-page .top-links a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.team-page .item {
    margin-bottom: 2.75rem;
    color: #595D70;
    font-size: 1rem;
    line-height: 1.1875rem;
}
.team-page .item img {
    width: 100%;
    margin-bottom: 1rem;
}
.team-page .item .name {
    color: #2D3142;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.team-page .bottom-link,
[data-parent="true"] .bottom-link {
    text-align: center;
    padding-top: 1.25rem;
}
.team-page .bottom-link a,
[data-parent="true"] .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .team-page .bottom-link a,
    [data-parent="true"] .bottom-link a {
        padding: 1rem 5rem 1rem 5rem;
    }
}
.team-page .bottom-link a:hover,
[data-parent="true"] .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.docs-page {
    padding-bottom: 5.625rem;
}
.docs-page .top-links {
    padding-bottom: 2.625rem;
}
.docs-page .top-links a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    padding: 1.0625rem 1.25rem .9375rem 1.25rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    font-size: 1rem;
    line-height: 110%;
}
.docs-page .top-links a.active,
.docs-page .top-links a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.docs-page .item {
    margin-bottom: 1.75rem;
    border-radius: 1.625rem;
    border: .0625rem solid #E2E7EF;
    padding: 2rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.docs-page .item:hover {
    background-color: #f3f5f8;
    border: .0625rem solid transparent;
}
.docs-page .item:hover .link {
    background-color: #f3f5f8;
}
.docs-page .item .name {
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .5rem;
    line-height: 1.4375rem;
}
.docs-page .item .size {
    margin-bottom: 1.5rem;
    line-height: 1.1875rem;
    color: var(--8-a-919-f, #8a919f);
    font-size: 1rem;
    text-transform: uppercase;
}
.docs-page .item .link {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: .75rem;
    border: .0625rem solid #8A919F;
    font-size: 1rem;
    padding: 0 1rem 0 2.875rem;
    background: #fff url('/local/templates/main/img/file.svg') no-repeat 1rem 50%;
}
.docs-page .item .link:hover {
    color: #fff;
    border: .0625rem solid #E51A4B;
    background: #e51a4b url('/local/templates/main/img/file2.svg') no-repeat 1rem 50%;
}
.data-page {
    padding-bottom: 5rem;
}
.data-page ul li {
    margin-bottom: .75rem;
}
.data-page ul li a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    padding: 1.125rem 2rem;
    border-radius: 1.25rem;
    border: .0625rem solid #E2E7EF;
}
.data-page ul li a:hover,
.data-page ul li a.active {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.data-page .item {
    margin-bottom: 2.5rem;
    color: #595D70;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.data-page .item p {
    color: #2D3142;
    margin-bottom: 1.25rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    line-height: 1.4375rem;
}
.data-page .item ul {
    padding-left: 1.25rem;
    list-style: disc;
    color: var(--e-51-a-4-b, #e51a4b);
}
.data-page .item ul li:not(:last-child) {
    margin-bottom: .75rem;
}
.data-page .item ul li a {
    padding: 0;
    background: none;
    text-decoration: underline;
    color: var(--e-51-a-4-b, #e51a4b);
    border: 0;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
}
.data-page .item ul li a:hover {
    text-decoration: none;
}
.item-page {
    padding-top:9.0625rem;
    padding-bottom: 5rem;
    /* overflow: hidden; */
}
@media(max-width:62rem){
    .item-page {
        padding-top:6.25rem;
    }
}
.item-page .top-block {
    border-radius: 2.625rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    max-width: 103.25rem;
    margin: 0 auto 4rem auto;
    padding: 2.75rem 0 .875rem;
}
.item-page .top-block .navi {
    padding: 0 0 4.375rem 0;
}
.item-page .top-block .image {
    width: 53.5%;
    margin-right: -13%;
}
.item-page .top-block .text {
    width: 54%;
}
.item-page .top-block .text .navi {
    padding-bottom: 7.625rem;
}
.item-page .top-block .text .buttons {
    margin-bottom: 6.25rem;
}
.item-page .top-block .text .buttons button {
    width: 20.125rem;
}
.item-page .top-block .discount {
    display: inline-block;
    color: #fff;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    padding: .75rem;
    border-radius: 2rem;
    background: var(--e-51-a-4-b, #e51a4b);
    line-height: 1.1875rem;
}
.item-page .top-block h1,
.item-page .top-block .h1{
    margin-bottom: .75rem;
}
.item-page .top-block .top-text {
    margin-bottom: 2rem;
    color: #595D70;
    font-size: 1.25rem;
}
.item-page .top-block .price {
    position: relative;
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1.875rem;
    font-size: 2.625rem;
}
.item-page .top-block .price.with_old {
    color: var(--e-51-a-4-b, #e51a4b);
}
.item-page .top-block .price .old {
    display: inline-block;
    vertical-align: middle;
    margin-left: .625rem;
    text-decoration: line-through;
    color: #595D70;
    font-size: 1rem;
}
.item-page .top-block .price .discount {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #fff;
    border-radius: .5rem;
    background: var(--e-51-a-4-b, #e51a4b);
    font-size: 1rem;
    padding: .125rem .375rem;
    line-height: 125%;
}
.item-page .top-block .buttons {
    margin-bottom: 4.75rem;
}
.item-page .top-block .buttons button {
    width: 16.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    font-size: 1.125rem;
}
.item-page .top-block .buttons button:nth-child(1) {
    color: #fff;
    background: #2D3142;
    margin-right: .3125rem;
}
.item-page .top-block .buttons button:nth-child(1):hover {
    background: #E51A4B;
}
.item-page .top-block .buttons button:nth-child(2) {
    background: none;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.item-page .top-block .buttons button:nth-child(2):hover {
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
    color: #fff;
}
.item-page .top-block .item {
    margin-bottom: 1.875rem;
}
.item-page .top-block .item div {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    line-height: 1.1875rem;
    color: #595D70;
    font-size: 1rem;
}
.item-page .top-block .item div span {
    display: block;
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
}
.item-page .top-block .item div img {
    width: 2.625rem;
    max-width: 2.625rem;
    margin-right: .75rem;
}
.item-page .top-block .att {
    color: #9C1938;
    line-height: 125%;
    border-radius: 1rem;
    background: #ffe8ed url('/local/templates/main/img/att.svg') no-repeat .75rem .75rem;
    padding: .75rem 1.25rem .75rem 2.75rem;
    margin-bottom: 1.5rem;
}
.item-page h2 {
    margin-bottom: 2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 2.375rem;
}
.item-page .about {
    padding-bottom: 4.875rem;
}
.item-page .about p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 125%;
}
.item-page .about p span {
    font-family: "GT Eesti Pro Display";
}
.item-page .about blockquote {
    margin: 0 0 2rem 0;
    border-radius: 1.625rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    line-height: 125%;
}
.item-page .about ul {
    margin-left: 1.875rem;
}
.item-page .about ul li {
    margin-bottom: .75rem;
    padding-left: 1.75rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 125%;
}
.item-page .about ul li:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E51A4B;
    left: 0;
    top: .4375rem;
}
.item-page .steps {
    padding-bottom: 5.5rem;
}
.item-page .steps ol {
    counter-reset: num;
}
.item-page .steps ol li {
    margin-bottom: .75rem;
    border-radius: 1.625rem;
    border: .0625rem solid #E2E7EF;
    padding: 1.875rem 1.25rem 1.875rem 5.8125rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 125%;
}
.item-page .steps ol li:before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 1.875rem;
    top: 1.875rem;
    padding: 0 1.125rem;
    border-radius: .75rem;
    background: var(--e-51-a-4-b, #e51a4b);
    color: #fff;
    font-family: "GT Eesti Pro Display";
    font-size: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .125rem;
}
.item-page .steps ol li span,
.item-page .steps ol li div:first-child {
    display: block;
    margin-bottom: .25rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
}
.item-page .course {
    padding-bottom: 5.5rem;
}
.item-page .course p {
    margin-bottom: .75rem;
    line-height: 1.3125rem;
    font-size: 1.125rem;
}
.item-page .course ul {
    margin-left: 1.875rem;
}
.item-page .course ul li {
    padding: .225rem 0 .225rem 3.0625rem;
    margin-bottom: 1.25rem;
    line-height: 1.3125rem;
    font-size: 1.125rem;
    background: url('/local/templates/main/img/li.svg') no-repeat left;
}
.item-page .course ul li::before {
    display: none;
}
.item-page .program {
    padding-bottom: 6.25rem;
}
.item-page .program .top-text {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
}
.item-page .program .item {
    margin-bottom: .75rem;
    border-radius: 1.625rem;
    background: #F3F5F8;
    padding: 1.5rem 1.875rem;
}
.item-page .program .item .name {
    cursor: pointer;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    position: relative;
    background: url('/local/templates/main/img/plus.svg') no-repeat right;
}
.item-page .program .item .name.active {
    background: url('/local/templates/main/img/plusa.svg') no-repeat right;
}
.item-page .program .item .text {
    background: #fff;
    margin-top: 1.5rem;
    border-radius: 1.625rem;
    background: var(--ffffff, #ffffff);
    padding: 1.5rem;
    font-size: 1.125rem;
    display: none;
}
.item-page .program .bottom-link {
    padding-top: 1.25rem;
}
.item-page .program .bottom-link a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: .6875rem 1rem .5625rem 2.875rem;
    border-radius: .75rem;
    border: .0625rem solid var(--8-a-919-f, #8a919f);
    background: url('/local/templates/main/img/download.svg') no-repeat 1rem 50%;
}
.item-page .program .bottom-link a:hover {
    background: #e51a4b url('/local/templates/main/img/download2.svg') no-repeat 1rem 50%;
    border: .0625rem solid #E51A4B;
    color: #fff;
}
.item-page .docs {
    padding-bottom: 6.25rem;
}
.item-page .docs .list {
    margin-bottom: 2.25rem;
}
.item-page .docs .list .item {
    border-radius: 1.625rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 1.625rem 1.875rem;
}
.item-page .docs .list .item div {
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem;
    color: #595D70;
    line-height: 125%;
}
.item-page .docs .list .item div p {
    color: #2D3142;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 130%;
}
.item-page .docs .list .item div img {
    width: 28.4375rem;
    max-width: 28.4375rem;
    margin-right: 3.125rem;
}
.item-page .docs .list .slick-prev,
.item-page .docs .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    bottom: -3.9375rem;
}
.item-page .docs .list .slick-prev {
    left: 50%;
    margin-left: -4.375rem;
    background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
}
.item-page .docs .list .slick-prev:hover {
    background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
}
.item-page .docs .list .slick-next {
    right: 50%;
    margin-right: -4.375rem;
    background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
}
.item-page .docs .list .slick-next:hover {
    background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
}
.item-page .docs .sl-count {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.item-page .reviews {
    padding-bottom: 6.25rem;
}
.item-page .reviews .list {
    margin-bottom: 5.675rem;
}
.item-page .reviews .slick-list {
    padding:0 1.25rem;
    margin:-1.25rem
}

.item-page .reviews .list .item {
    padding: 2rem 2rem 5.25rem 7.5rem;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.item-page .reviews .list .item:hover {
    box-shadow: 0rem .25rem 1rem .625rem rgba(45, 49, 66, 0.06);
}
.item-page .reviews .list .item .avatar {
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.item-page .reviews .list .item .avatar img {
    width: 4rem;
    height: 4rem;
    max-width: 4rem;
    object-fit: cover;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
}
.item-page .reviews .list .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
    font-size: 1.25rem;
}
.item-page .reviews .list .item p {
    line-height: 125%;
    margin-bottom: 1.25rem;
    color: #595D70;
    font-size: 1rem;
}
.item-page .reviews .list .item .link {
    position: absolute;
    left: 7.5rem;
    bottom: 2.25rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    padding: .625rem 1rem;
    font-size: 1rem;
}
.item-page .reviews .list .slick-prev,
.item-page .reviews .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    bottom: -6rem;
}
.item-page .reviews .list .slick-prev {
    left: 50%;
    margin-left: -4.375rem;
    background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
}
.item-page .reviews .list .slick-prev:hover {
    background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
}
.item-page .reviews .list .slick-next {
    right: 50%;
    margin-right: -4.375rem;
    background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
}
.item-page .reviews .list .slick-next:hover {
    background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
}
.item-page .reviews .sl-count {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.item-page .persons {
    padding-bottom: 5rem;
}
.item-page .persons .item {
    margin-bottom: 1.875rem;
    color: #595D70;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.item-page .persons .item img {
    width: 100%;
    margin-bottom: 1rem;
}
.item-page .persons .item .name {
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .5rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.item-page .docs2 p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    margin-bottom: 2rem;
}
.item-page .docs2 .row {
    margin: 0 -0.625rem;
}
.item-page .docs2 .col,
.item-page .docs2 .col-1,
.item-page .docs2 .col-10,
.item-page .docs2 .col-11,
.item-page .docs2 .col-12,
.item-page .docs2 .col-2,
.item-page .docs2 .col-3,
.item-page .docs2 .col-4,
.item-page .docs2 .col-5,
.item-page .docs2 .col-6,
.item-page .docs2 .col-7,
.item-page .docs2 .col-8,
.item-page .docs2 .col-9,
.item-page .docs2 .col-auto,
.item-page .docs2 .col-lg,
.item-page .docs2 .col-lg-1,
.item-page .docs2 .col-lg-10,
.item-page .docs2 .col-lg-11,
.item-page .docs2 .col-lg-12,
.item-page .docs2 .col-lg-2,
.item-page .docs2 .col-lg-3,
.item-page .docs2 .col-lg-4,
.item-page .docs2 .col-lg-5,
.item-page .docs2 .col-lg-6,
.item-page .docs2 .col-lg-7,
.item-page .docs2 .col-lg-8,
.item-page .docs2 .col-lg-9,
.item-page .docs2 .col-lg-auto,
.item-page .docs2 .col-md,
.item-page .docs2 .col-md-1,
.item-page .docs2 .col-md-10,
.item-page .docs2 .col-md-11,
.item-page .docs2 .col-md-12,
.item-page .docs2 .col-md-2,
.item-page .docs2 .col-md-3,
.item-page .docs2 .col-md-4,
.item-page .docs2 .col-md-5,
.item-page .docs2 .col-md-6,
.item-page .docs2 .col-md-7,
.item-page .docs2 .col-md-8,
.item-page .docs2 .col-md-9,
.item-page .docs2 .col-md-auto,
.item-page .docs2 .col-sm,
.item-page .docs2 .col-sm-1,
.item-page .docs2 .col-sm-10,
.item-page .docs2 .col-sm-11,
.item-page .docs2 .col-sm-12,
.item-page .docs2 .col-sm-2,
.item-page .docs2 .col-sm-3,
.item-page .docs2 .col-sm-4,
.item-page .docs2 .col-sm-5,
.item-page .docs2 .col-sm-6,
.item-page .docs2 .col-sm-7,
.item-page .docs2 .col-sm-8,
.item-page .docs2 .col-sm-9,
.item-page .docs2 .col-sm-auto,
.item-page .docs2 .col-xl,
.item-page .docs2 .col-xl-1,
.item-page .docs2 .col-xl-10,
.item-page .docs2 .col-xl-11,
.item-page .docs2 .col-xl-12,
.item-page .docs2 .col-xl-2,
.item-page .docs2 .col-xl-3,
.item-page .docs2 .col-xl-4,
.item-page .docs2 .col-xl-5,
.item-page .docs2 .col-xl-6,
.item-page .docs2 .col-xl-7,
.item-page .docs2 .col-xl-8,
.item-page .docs2 .col-xl-9,
.item-page .docs2 .col-xl-auto {
    padding: 0 .625rem;
}
.item-page .docs2 .item {
    margin-bottom: 1.25rem;
}
.item-page .docs2 .item img {
    width: 100%;
}
.item-page .right-block {
    position: sticky;
    top: 10.125rem;
    margin-bottom: 1.25rem;
}
.item-page .right-block .discount {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-family: "GT Eesti Pro Display";
    padding: .6875rem .9375rem 4.6875rem .9375rem;
    border-radius: 1.625rem;
    background: var(--e-51-a-4-b, #e51a4b);
}
.item-page .right-block .content {
    border-radius: 1.625rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 2rem;
    margin-top: -4rem;
}
.item-page .right-block .content.other {
    margin-top: 0;
}
.item-page .right-block .content .top-text {
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.125rem;
}
.item-page .right-block .content .price {
    position: relative;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .625rem;
    font-size: 2.625rem;
}
.item-page .right-block .content .price.with_old {
    color: var(--e-51-a-4-b, #e51a4b);
}
.item-page .right-block .content .price .old {
    display: inline-block;
    vertical-align: middle;
    margin-left: .625rem;
    text-decoration: line-through;
    color: #595D70;
    font-size: 1rem;
}
.item-page .right-block .content .price .discount {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #fff;
    border-radius: .5rem;
    background: var(--e-51-a-4-b, #e51a4b);
    font-size: 1rem;
    padding: .125rem .375rem;
    line-height: 125%;
}
.item-page .right-block .content ul {
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    list-style: disc;
}
.item-page .right-block .content ul li {
    margin-bottom: .5rem;
    line-height: 1rem;
}
.item-page .right-block .content button {
    width: 100%;
    height: 3.5rem;
    margin-bottom: .5rem;
    border-radius: 1rem;
    background: #2D3142;
    color: #fff;
    font-size: 1.125rem;
}
.item-page .right-block .content button:hover {
    background: var(--e-51-a-4-b, #e51a4b);
}
.item-page .right-block .content .att {
    color: #9C1938;
    line-height: 125%;
    border-radius: 1rem;
    background: #ffe8ed url('/local/templates/main/img/att.svg') no-repeat .75rem .75rem;
    padding: .75rem 1.25rem .75rem 2.75rem;
}
.bottom-page-form {
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 5.3125rem 0 5.3125rem;
    margin:0 -0.9375rem 6.25rem;

}
.bottom-page-form .form {
    border-radius: 2rem;
    background: #FFF;
    padding: 4.5625rem 3.625rem;
    color: #2D3142;
}
.bottom-page-form .form .name {
    margin-bottom: .75rem;
    font-size: 2.375rem;
    font-family: "GT Eesti Pro Display";
    line-height: 125%;
    padding-right: 2.5rem;
}
.bottom-page-form .form p {
    color: #595D70;
    font-size: 1.125rem;
    line-height: 125%;
    padding-right: 3.75rem;
}
.bottom-page-form .form input {
    width: 100%;
    height: 3.5rem;
    border-radius: 1rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 1.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.bottom-page-form .form .button {
    padding: .875rem 0 1.125rem;
}
.bottom-page-form .form .button button {
    width: 100%;
    height: 3.5rem;
    color: #fff;
    border-radius: 1rem;
    background: #2D3142;
    font-size: 1.0625rem;
}
.bottom-page-form .form .button button:hover {
    background: #E51A4B;
}
.bottom-page-form .form .bottom-text {
    color: var(--8-a-919-f, #8a919f);
    line-height: 125%;
}
.bottom-page-form .form .bottom-text a {
    color: var(--8-a-919-f, #8a919f);
    text-decoration: underline;
}
.faq-block {
    padding-bottom: 7.5rem;
}
.faq-block h2 {
    padding-bottom: 2.625rem;
    border-bottom: .0625rem solid #E2E7EF;
    font-size: 2.375rem;
    line-height: 125%;
    font-family: "GT Eesti Pro Display";
}
.faq-block .item {
    padding: 2rem 0;
    border-bottom: .0625rem solid #E2E7EF;
}
.faq-block .item .name {
    cursor: pointer;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 120%;
    position: relative;
    background: url('/local/templates/main/img/plus.svg') no-repeat right;
    margin: 0;
}
.faq-block .item .name.active {
    background: url('/local/templates/main/img/plusa.svg') no-repeat right;
}
.faq-block .item .text {
    padding: 1.25rem 6.25rem 0 1.875rem;
    color: #595D70;
    font-size: 1.125rem;
    line-height: 125%;
    display: none;
}
.cart-page {
    padding-bottom: 7.5rem;
}
.cart-page.other {
    padding-bottom: .9375rem;
}
.cart-page .bottom-line {
    height: .0625rem;
    margin-top: 7.25rem;
    background: #8A919F;
}
.cart-page .top-block {
    border-radius: 1rem;
    background: #fff;
    padding: 1.3125rem 1.5625rem 1rem 1.5625rem;
    margin-bottom: 2rem;
}
.cart-page .top-block .checkbox {
    display: none;
}
.cart-page .top-block .checkbox + label {
    display: block;
    cursor: pointer;
    padding: .125rem 0 0 2rem;
    font-size: 1rem;
    line-height: 1.1875rem;
    background: url('/local/templates/main/img/checkbox.svg') no-repeat 0 0;
    margin: 0;
}
.cart-page .top-block .checkbox:checked + label {
    background: url('/local/templates/main/img/checkbox2.svg') no-repeat 0 0;
}
.cart-page .top-block .delete-all {
    font-size: 1rem;
    color: var(--595-d-70, #595d70);
}
.cart-page .top-block .delete:hover {
    color: var(--e-51-a-4-b, #e51a4b);
}
.cart-page .checkbox {
    display: none;
}
.cart-page .checkbox + .item {
    border-radius: 1.625rem;
    margin-bottom: 1rem;
    position: relative;
    cursor: pointer;
    padding: 1.875rem 6.6875rem 1.875rem 4.125rem;
    background: #ffffff url('/local/templates/main/img/checkbox.svg') no-repeat 1.5625rem 1.25rem;
}
.cart-page .checkbox + .item .name {
    width: 65%;
    font-family: "GT Eesti Pro Display";
    font-size: 1rem;
    line-height: 1.1875rem;
}
.cart-page .checkbox + .item .number {

    max-width: 25rem;
    padding:0 2.0625rem;
    height: 2.0625rem;
    display: inline-flex;
    justify-content: center;
    position: relative;
    border-radius: .5rem;
    border: .0625rem solid #E2E7EF;
}
.cart-page .checkbox + .item .number.other {
    margin-bottom: 1.25rem;
}
.cart-page .checkbox + .item .number input {
    width: 1.875rem;
    height: 100%;
    background: none;
    text-align: center;
    font-size: 1rem;
    font-family: "GT Eesti Pro Display";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .3125rem;
}
.cart-page .checkbox + .item .number span {
    position: absolute;
    width: 2.0625rem;
    height: 2.0625rem;
    cursor: pointer;
    top: -0.0625rem;
}
.cart-page .checkbox + .item .number span.minus {
    left: -0.0625rem;
    background: url('/local/templates/main/img/minus2.svg') center / cover no-repeat;
}
.cart-page .checkbox + .item .number span.minus:hover {
    background: url('/local/templates/main/img/minus2h.svg') center / cover no-repeat;;
}
.cart-page .checkbox + .item .number span.plus {
    right: -0.0625rem;
    background: url('/local/templates/main/img/plus2.svg') center / cover no-repeat;;
}
.cart-page .checkbox + .item .number span.plus:hover {
    background: url('/local/templates/main/img/plus2h.svg') center / cover no-repeat;;
}
.cart-page .checkbox + .item .number p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    white-space: nowrap;
    color: var(--8-a-919-f, #8a919f);
    font-size: .75rem;
    margin-top: .375rem;
}
.cart-page .checkbox + .item .price {
    text-align: right;
    white-space: nowrap;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    line-height: 1.4375rem;
}
.cart-page .checkbox + .item .price .new {
    color: var(--e-51-a-4-b, #e51a4b);
}
.cart-page .checkbox + .item .price .old {
    text-decoration: line-through;
    color: #595D70;
    font-size: .875rem;
    line-height: 1.0625rem;
}
.cart-page .checkbox + .item .delete {
    position: absolute;
    top: 1.25rem;
    right: 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url('/local/templates/main/img/delete2.svg') no-repeat center;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
}
.cart-page .checkbox + .item .delete:hover {
    background: url('/local/templates/main/img/delete2h.svg') no-repeat center;
}
.cart-page .checkbox:checked + .item {
    background: #ffffff url('/local/templates/main/img/checkbox2.svg') no-repeat 1.5625rem 1.25rem;
}

#basket-item-table .checkbox + .checkbox__label{
    width:45px;
    height:45px;
    z-index:5;
}

.cart-page .order-block {
    background: #fff;
    margin-bottom: 1.875rem;
    padding: 1.875rem 1.5rem;
    border-radius: 1.625rem;
}
.cart-page .order-block h3 {
    margin-bottom: 2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.cart-page .order-block .radio {
    display: none;
}
.cart-page .order-block .radio + label {
    display: block;
    cursor: pointer;
    border-radius: 1rem;
    border: .0625rem solid #E2E7EF;
    position: relative;
    padding: 1.875rem 50% 1.875rem 5.1875rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.cart-page .order-block .radio + label:hover {
    border: .0625rem solid var(--2-d-3142, #2d3142);

}
.cart-page .order-block .radio:checked + label {
    border: .0625rem solid var(--2-d-3142, #2d3142);
    background-color: #F3F5F8;
}

.cart-page .order-block .radio + label:last-child {
    margin-bottom: 0;
}
.cart-page .order-block .radio + label .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5.1875rem;
    text-align: center;
}
.cart-page .order-block .radio + label .name {
    font-size: 1rem;
    line-height: 1.1875rem;
    font-family: "GT Eesti Pro Display";
}
.cart-page .order-block .radio + label .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.75rem;
    width: 44%;
}
.cart-page .order-block .radio:checked + label {
    border: .0625rem solid var(--2-d-3142, #2d3142);
    background: #F3F5F8;
}
.cart-page .order-block p {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 1.25rem;
}
.cart-page .order-block input {
    width: 100%;
    height: 3rem;
    margin-bottom: 1.125rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 0 1.5rem;
    font-size: .9375rem;
}
.cart-page .order-block label span {
    top:-0.25rem;
}
.cart-page .order-block textarea {
    width: 100%;
    height: 9rem;
    margin-top: 1.125rem;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 1rem 1.5rem;
    font-size: .9375rem;
    resize:none;
}
.cart-page .order-block button {
    width: 100%;
    height: 3rem;
    border-radius: .75rem;
    background: var(--2-d-3142, #2d3142);
    color: #fff;
    font-size: 1rem;
}
.cart-page .order-block button:hover {
    background: #e51a4b;
}
.cart-page .right-block {
    border-radius: 1.625rem;
    background: #fff;
    padding: 2.625rem 2rem 1.6875rem 2rem;
}
.cart-page .right-block h3 {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1.6875rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.cart-page .right-block .item {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.cart-page .right-block .item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .375rem;
    width: 100%;
    border-top: .0625rem dashed #8A919F;
}
.cart-page .right-block .item div {
    position: relative;
    background: #fff;
    z-index: 2;
}
.cart-page .right-block .item div:first-child {
    padding-right: .1875rem;
}
.cart-page .right-block .item div:last-child {
    padding-left: .1875rem;
    font-family: "GT Eesti Pro Display";
}
.cart-page .right-block .item div:last-child.red {
    color: var(--e-51-a-4-b, #e51a4b);
}
.cart-page .right-block .att {
    color: #9C1938;
    line-height: 125%;
    border-radius: 1rem;
    background: #ffe8ed url('/local/templates/main/img/att.svg') no-repeat .75rem .75rem;
    padding: .75rem 1.25rem .75rem 2.75rem;
    margin-bottom: 1rem;
}
.cart-page .right-block .price {
    margin-bottom: 2.625rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.cart-page .right-block .price span {
    display: block;
    margin-top: .25rem;
    font-family: "GT Eesti Pro Display";
    font-size: 2.625rem;
    line-height: 3.0625rem;
}
.cart-page .right-block button {
    width: 100%;
    height: 3.5rem;
    color: #fff;
    border-radius: 1rem;
    background: #2D3142;
    font-size: 1.125rem;
}
.cart-page .right-block button.other {
    background: #E2E7EF;
    color: var(--8-a-919-f, #8a919f);
    margin-bottom: 1.0625rem;
}
.cart-page .right-block button.other:hover {
    background: #E2E7EF;
    color: var(--8-a-919-f, #8a919f);
}
.cart-page .right-block button:hover {
    background: #e51a4b;
}
.cart-page .right-block .bottom-text {
    font-size: .875rem;
    line-height: 125%;
}
.cart-page .help-block {
    border-radius: 1.625rem;
    background: #ffffff url('/local/templates/main/img/help2.svg') no-repeat right / contain;
    padding: 2.625rem 2.25rem 2.8125rem 2.0625rem;
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.1875rem;
}
.cart-page .help-block a {
    font-family: "GT Eesti Pro Display";
    white-space: nowrap;
}
.cart-page .help-block p {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.75rem;
}
.cart-page .success {
    padding-top: 8.125rem;
    text-align: center;
    height:100vh ;
    min-height: 100%;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media(max-width:62rem){
    .cart-page .success {
        padding-top: 5.3125rem;
    }
}
@media(max-width:35.9375rem){
    .cart-page .success {
        padding-top: 4.375rem;
    }
}
.cart-page .success .image {
    margin-bottom: 2rem;
}
.cart-page .success h2 {
    margin-bottom: .5rem;
    font-size: 3rem;
    font-family: "GT Eesti Pro Display";
}
.cart-page .success .top-text {
    margin-bottom: 2.625rem;
    color: #595D70;
    font-size: 1.25rem;
}
.cart-page .success a {
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 6.5625rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.cart-page .success a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.error-page {
    padding: 12.5rem 0 0 0 ;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error-page .image {
    margin-bottom: 2rem;
}
.error-page h1 {
    margin-bottom: 1.25rem;
    font-size: 3rem;
    font-family: "GT Eesti Pro Display";
    font-weight: 400;
    line-height: 105%;
}
.error-page p {
    max-width: 51.6875rem;
    margin: 0 auto 3.75rem auto;
    color: #6F7488;
    font-size: 1.25rem;
    line-height: 125%;
}
.error-page a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .9375rem 6.3125rem;
    border-radius: 1rem;
    border: .0625rem solid #292D3A;
}
.error-page a:hover {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.contacts-page {
    padding-bottom: 7.5rem;
}
.contacts-page h1 {
    margin-bottom: 5rem;
}
.contacts-page .item {
    margin-bottom: 4rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.contacts-page .item p {
    margin-bottom: .625rem;
    font-family: "GTEestiProDisplay-Light";
    color: var(--595-d-70, #595d70);
    font-size: 1rem;
    line-height: 1.1875rem;
}
.contacts-page .map {
    height: 29.75rem;
    border-radius: 2rem;
    overflow: hidden;
    margin-top: 3.5rem;
}
.archive-page {
    padding-bottom: 7.5rem;
}
.archive-page .sort {
    margin-bottom: 2.625rem;
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.875rem; /* 166.667% */
}

.archive-page .sort .sort-title {
    position: relative;
    cursor:pointer;
    display: inline-flex;
    align-items: center;
    column-gap: .75rem;

}
.archive-page .sort .sort-title:hover:after {
    transform: translateY(0rem) rotate(225deg);
}
.archive-page .sort .sort-title:after {
    transition: all 0.2s ease 0s;
    content:'';
    display: block;
    width: .625rem;
    height: .625rem;
    border-right:.0938rem solid #2D3142;
    border-bottom:.0938rem solid #2D3142;
    transform: translateY(-0.25rem) rotate(45deg);

}
.archive-page .sort .sort-title .sel-wrap {

    position:absolute;
    z-index: 5;
    top:100%;
    left:0;

}
.archive-page .sort .sort-title .sel-wrap .sel{
    width: auto;
    min-width: 11.875rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    padding:1.25rem;
    border-radius: 1rem;
    box-shadow: 0rem .375rem 2rem 1rem rgba(45, 49, 66, 0.06);
}
.archive-page .sort .sort-title .sel-wrap{
    display: none;
}
.archive-page .sort .sort-title:hover .sel-wrap{
    display: block;
    padding-top: 1.75rem;
}

.archive-page .sort .sort-title .sel li{
    font-family: 'GTEestiProDisplay-Light';
    cursor:pointer;
    display:inline-block;
    padding:.75rem;
}
.archive-page .sort .sort-title .sel li:hover{
    border-radius: .75rem;
    background: #F3F5F8;
}
.archive-page .sort .jq-selectbox {
    height: 1.875rem;
    line-height: 1.875rem;
    background: url('/local/templates/main/img/select2.svg') no-repeat right;
    font-size: 1.125rem;
}
.archive-page .sort .jq-selectbox .jq-selectbox__select {
    padding: 0 1.5rem 0 0;
}
.archive-page .sort .jq-selectbox .jq-selectbox__dropdown {
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 4;
    padding: .625rem 1.25rem;
    white-space: nowrap;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
    margin-top: .625rem;
    box-shadow: 0rem .875rem 2rem 1.25rem rgba(45, 49, 66, 0.24);
}
.archive-page .sort .jq-selectbox .jq-selectbox__dropdown ul {
    cursor: pointer;
}
.archive-page .item {
    margin-bottom: 4rem;
}
.archive-page .item .image {
    position: relative;
    margin-bottom: 1.25rem;
}
.archive-page .item .image img {
    width: 100%;
}
.archive-page .item .image .time {
    position: absolute;
    color: #fff;
    right: 2rem;
    bottom: 1.5rem;
    border-radius: 4rem;
    background: var(--2-d-3142, #2d3142);
    padding: 0 .75rem;
    height: 1.75rem;
    line-height: 1.875rem;
}
.archive-page .item .image:hover .time {
    position: absolute;
    color: #fff;
    right: 2rem;
    bottom: 1.5rem;
    border-radius: 4rem;
    background-color:#E51A4B;
    padding: 0 .75rem;
    height: 1.75rem;
    line-height: 1.875rem;
}


.archive-page .item .image .play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/local/templates/main/img/play2.svg') center / 3.75rem no-repeat;
    z-index: 3;
}
.archive-page .item .image .play:hover {
    background: url('/local/templates/main/img/play_red.svg')center / 3.75rem no-repeat;
}


.archive-page .item .price {
    color: #AA173B;
    line-height: 1.875rem;
    height: 1.75rem;
    padding: 0 .75rem;
    border-radius: .5rem;
    background: #FFE8ED;
    margin-bottom: .75rem;
    margin-right: 1.25rem;
}
.archive-page .item .date {
    line-height: 1.75rem;
    height: 1.75rem;
    margin-bottom: .75rem;
    color: #8A919F;
}
.archive-page .item .name {
    display: block;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-family: "GT Eesti Pro Display";
}
.archive-page .bottom-button {
    text-align: center;
    padding-top: 3.5rem;
}
.archive-page .bottom-button button {
    background: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.archive-page .bottom-button button:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.events-page {
    padding-bottom: 7.5rem;
}
.events-page .top-links {
    padding-bottom: 3.5rem;
}
.events-page .top-links a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    padding: 1.0625rem 1.25rem .9375rem 1.25rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    font-size: 1rem;
    line-height: 110%;
}
.events-page .top-links a.active,
.events-page .top-links a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.events-page .top-links a sup {
    font-size: .75rem;
}
.events-page .item {
    padding-bottom: 2.625rem;
    margin-bottom: 2.625rem;
    border-bottom: .0625rem solid #E2E7EF;
}
.events-page .item .image {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
}
.events-page .item .image img {
    width: 31.6875rem;
    max-width: 31.6875rem;
}
.events-page .item .text {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    padding-left: 1.75rem;
}
.events-page .item .text .cat {
    display: inline-block;
    color: #fff;
    margin-bottom: .75rem;
    height: 2rem;
    line-height: 2.125rem;
    padding: 0 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.events-page .item .text .date {
    margin-bottom: .5rem;
    font-size: 1rem;
}
.events-page .item .text .date span {
    margin: 0 .75rem;
}
.events-page .item .text .date .free {
    display: inline-block;
    font-style: normal;
    border-radius: .5rem;
    background: #FFE8ED;
    height: 1.75rem;
    line-height: 1.875rem;
    padding: 0 .75rem;
    color: #AA173B;
    font-size: .875rem;
    margin-left: .625rem;
}
.events-page .item .text .name {
    display: block;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.events-page .item .text p {
    margin-top: .5rem;
    color: var(--8-a-919-f, #8a919f);
    font-size: 1rem;
    line-height: 1.1875rem;
}
.events-page .bottom-button {
    text-align: center;
    padding-top: 1.375rem;
}
.events-page .bottom-button a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 2.625rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.events-page .bottom-button a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.right-subscribe-block {
    border-radius: 1.625rem;
    border: .0625rem solid #D7DEEA;
    padding: 2rem;
    position: sticky;
    top:10.125rem;
}

.right-subscribe-block.other input[type='text'] {
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1rem;
    color:#595D70;
}
.right-subscribe-block.other input[type='text']::placeholder {
    font-size: 1rem;
    color:#595D70;
}
.right-subscribe-block.other button {
    height: 3.5rem;
    font-size: 1.125rem;
}
.right-subscribe-block h3 {
    font-size: 1.5rem;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .625rem;
    line-height: 1.75rem;
}
.right-subscribe-block p {
    margin-bottom: 1.25rem;
    line-height: 1.1875rem;
    color: #595D70;
    font-size: 1rem;
}
.right-subscribe-block input {
    width: 100%;
    height: 2.75rem;
    margin-bottom: .625rem;
    border-radius: .875rem;
    border: .0625rem solid #E2E7EF;
    background: #F3F5F8;
    padding: 0 1.125rem;
}
.right-subscribe-block label {
    width: 100%;
}
.right-subscribe-block button {
    width: 100%;
    height: 2.75rem;
    color: #fff;
    border-radius: .875rem;
    background: var(--2-d-3142, #2d3142);
}
.right-subscribe-block button:hover {
    background: #E51A4B;
}
.right-subscribe-block .bottom-text {
    margin-top: .75rem;
    line-height: 1.125rem;
    color: #595D70;
}
.videos-page {
    padding-bottom: 7.5rem;
}
.videos-page .item {
    padding-bottom: 2.625rem;
    margin-bottom: 2.625rem;
    border-bottom: .0625rem solid #E2E7EF;
}
.videos-page .item .video {
    margin-bottom: 1.5rem;
    position: relative;
}
.videos-page .item .video img {
    width: 100%;
}
.videos-page .item .video .play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/local/templates/main/img/play2.svg') no-repeat center;
    z-index: 1;
}
.videos-page .item .video .play:hover {
    background: url('/local/templates/main/img/play_red.svg') no-repeat center;

}

.videos-page .item .video::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    border-radius: 1.875rem;
    background-color: transparent;
    transition: all 0.3s ease 0s;

}
.videos-page .item .video:hover::before{
    background-color: #0000004d;
}

.videos-page .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: .75rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.videos-page .item p {
    line-height: 1.375rem;
    color: var(--595-d-70, #595d70);
    font-size: 1.125rem;
}
.videos-page .bottom-button {
    text-align: center;
    padding-top: 1.375rem;
}
.videos-page .bottom-button a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 2.625rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.videos-page .bottom-button a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.blog-page {
    padding-bottom: 7.5rem;
}
.blog-page h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-family: "GT Eesti Pro Display";
    line-height: 2.3125rem;
}
.blog-page .top-list {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: .0625rem solid #E2E7EF;
}
.blog-page .top-list .list .item .image {
    display: table-cell;
    vertical-align: middle;
}
.blog-page .top-list .list .item .image img {
    width: 38.375rem;
    max-width: 38.375rem;
}
.blog-page .top-list .list .item .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3rem;
    vertical-align: top;
    padding-top: 2.375rem;
}
.blog-page .top-list .list .item .text .date {
    margin-bottom: 2rem;
    font-size: 1rem;
}
.blog-page .top-list .list .item .text .date span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 1rem;
    border-radius: 2rem;
    background: #E51A4B;
    height: 2.1875rem;
    line-height: 2.3125rem;
    margin-right: .625rem;
}
.blog-page .top-list .list .item .text .name {
    display: block;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .75rem;
    font-size: 2rem;
    line-height: 2.25rem;
}
.blog-page .top-list .list .item .text p {
    color: var(--595-d-70, #595d70);
    font-size: 1.125rem;
    line-height: 125%;
}
.blog-page .top-list .list .slick-dots {
    text-align: center;
    padding-top: 1.5rem;
}
.blog-page .top-list .list .slick-dots li {
    display: inline-block;
    margin: 0 .3125rem;
}
.blog-page .top-list .list .slick-dots li.slick-active button {
    opacity: 1;
}
.blog-page .top-list .list .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E51A4B;
    opacity: .5;
}
.blog-page .top-list .list .slick-prev,
.blog-page .top-list .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 4.0625rem;
    height: 3.9375rem;
}
.blog-page .top-list .list .slick-prev {
    left: -5.625rem;
    background: url('/local/templates/main/img/prev2.svg');
}
.blog-page .top-list .list .slick-next {
    right: -5.625rem;
    background: url('/local/templates/main/img/next2.svg');
}
.blog-page .top-links {
    padding-bottom: 3.5rem;
}
.blog-page .top-links a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    padding: 1.0625rem 1.25rem .9375rem 1.25rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    font-size: 1rem;
    line-height: 110%;
}
.blog-page .top-links a.active,
.blog-page .top-links a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.blog-page .top-links a sup {
    font-size: .75rem;
}
.blog-page .main-list .item {
    display: block;
    margin-bottom: 2.625rem;

}
.blog-page .main-list .item .image {
    position: relative;
    margin-bottom: 1.25rem;
    display: block;
}
.blog-page .main-list .item .image img {
    width: 100%;
}
.blog-page .main-list .item .image .badge {
    position: absolute;
    color: #fff;
    left: 1rem;
    top: 1rem;
    font-family: "GTEestiProDisplay-Light";
    font-size: .875rem;
    font-weight: 350;
    padding: .5625rem 1rem .4375rem 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.blog-page .main-list .item .date {
    margin-bottom: .75rem;
    color: #8A919F;
}
.blog-page .main-list .item .name {
    display: block;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 125%;
}
.blog-page .main-list .item p {
    color: #8A919F;
    font-size: 1rem;
    line-height: 125%;
}
.blog-page .bottom-button {
    text-align: center;
    padding-top: 1.375rem;
}
.blog-page .bottom-button a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 6.875rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.blog-page .bottom-button a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.reviews-page .item {
    padding: 2rem 2rem 1.875rem 7.5rem;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    margin-bottom: 1.75rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.reviews-page .item:hover {
    box-shadow: 0rem .3125rem 1.5rem .875rem rgba(45, 49, 66, 0.06);
}
.reviews-page .item .avatar {
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.reviews-page .item .avatar img {
    width: 4rem;
    height: 4rem;
    max-width: 4rem;
    object-fit: cover;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
}
.reviews-page .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
    font-size: 1.25rem;
}
.reviews-page .item p {
    line-height: 125%;
    margin-bottom: 1.25rem;
    color: #595D70;
    font-size: 1rem;
}
.reviews-page .item .link {
    display: inline-block;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    padding: .625rem 1rem;
    font-size: 1rem;
}
.reviews-page .item .link:hover {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.person-page {
    padding-top:3.0625rem;
    padding-bottom: 7.75rem;
}
@media(max-width:62rem){
    .person-page {
        padding-top:3.25rem;
    }
}
.person-page .navi {
    padding: 1.25rem 0 3.75rem;
}
.person-page .top-block {
    margin-bottom: 5rem;
}
.person-page .top-block div {
    display: table-cell;
    vertical-align: middle;
    color: var(--595-d-70, #595d70);
    font-size: 1.25rem;
    line-height: 1.4375rem;
}
.person-page .top-block div h1 {
    margin-bottom: .75rem;
    color: #2D3142;
    font-size: 3rem;
    font-family: "GT Eesti Pro Display";
    line-height: 3.5rem;
}
.person-page .top-block div img {
    width: 25rem;
    max-width: 25rem;
    margin-right: 1.75rem;
}
.person-page h2 {
    margin-bottom: 2rem;
    font-size: 2.375rem;
    font-family: "GT Eesti Pro Display";
    line-height: 2.75rem;
}
.person-page h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.75rem;
}
.person-page .ul,
.person-page ul {
    padding-bottom: 1.25rem;
}
.person-page .ul li,
.person-page .articles ul li{
    margin-bottom: .75rem;
    padding-left: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    position: relative;
}
.person-page .ul li:before,
.person-page .articles ul li:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E51A4B;
    left: 0;
    top: .375rem;
}
.person-page .articles {
    padding: 3rem 0 5rem;
}
.person-page .articles .item {
    margin-bottom: 2rem;
}
.person-page .articles .item .image {
    position: relative;
    margin-bottom: 1.25rem;
    display:block;
}
.person-page .articles .item .image img {
    width: 100%;
}
.person-page .articles .item .image .badge {
    position: absolute;
    color: #fff;
    left: 1rem;
    top: 1rem;
    font-family: "GTEestiProDisplay-Light";
    font-size: .875rem;
    font-weight: 300;
    padding: .5625rem 1rem .4375rem 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.person-page .articles .item .date {
    margin-bottom: .75rem;
    color: #8A919F;
}
.person-page .articles .item .name {
    display: block;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 125%;
}
.person-page .articles .item p {
    color: #8A919F;
    font-size: 1rem;
    line-height: 125%;
}
.person-page .bottom-button {
    padding-top: 2rem;
}
.person-page .bottom-button button {
    width: 100%;
    height: 2.75rem;
    border-radius: .875rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
    background: none;
}
.person-page .bottom-button button:hover {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.person-page .projects {
    margin: 0 -0.875rem 4.25rem -0.875rem;
}
.person-page .projects .slick-track {
    display: flex;
}
.person-page .projects .item {
    height: auto;
    margin: 0 .875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    padding: 2rem 2rem 6.625rem 2rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.person-page .projects .item .logo {
    margin-bottom: 2rem;
}
.person-page .projects .item .name {
    margin-bottom: .75rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 1.875rem;
}
.person-page .projects .item ul {
    padding-left: 1.25rem;
    list-style: disc;
    color: #595D70;
    font-size: 1rem;
    line-height: 1.5rem;
}
.person-page .projects .item .author {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 1rem 0 0 1.25rem;
    border-top: .0625rem solid #E2E7EF;
}
.person-page .projects .item .author div {
    display: table-cell;
    vertical-align: middle;
    color: var(--8-a-919-f, #8a919f);
    line-height: 125%;
}
.person-page .projects .item .author div span {
    display: block;
    color: #2D3142;
    margin-bottom: .125rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1rem;
}
.person-page .projects .item .author div img {
    width: 2.625rem;
    height: 2.625rem;
    max-width: 2.625rem;
    object-fit: cover;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
    margin-right: .75rem;
}
.person-page .projects .slick-prev,
.person-page .projects .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    bottom: -5.8125rem;
}
.person-page .projects .slick-prev {
    left: 50%;
    margin-left: -4.375rem;
    background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
}
.person-page .projects .slick-prev:hover {
    background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
}
.person-page .projects .slick-next {
    right: 50%;
    margin-right: -4.375rem;
    background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
}
.person-page .projects .slick-next:hover {
    background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
}
.person-page .sl-count {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.about-page {
    padding-top: 9.0625rem;
    padding-bottom: 7.5rem;
}
@media(max-width:62rem){
    .about-page {
        padding-top: 5.9375rem;
        padding-bottom: 7.5rem;
    }
}
@media(max-width:35.9375rem){
    .about-page {
        padding-top: 5rem;
        padding-bottom: 7.5rem;
    }
}
.about-page .navi {

    padding:.625rem 0rem 1.25rem 0rem;
}

.about-page .top-block {
    text-align: center;
    padding: 0 6.625rem 7.5rem 6.625rem;
}
.about-page .top-block .image {
    margin-bottom: 2rem;
}
.about-page .top-block h1 {
    margin-bottom: 1rem;
    font-family: "GT Eesti Pro Display";
    font-size: 4rem;
    line-height: 125%;
}
.about-page .top-block p {
    margin-bottom: 2rem;
    color: #595D70;
    font-size: 1.25rem;
    line-height: 120%;
}
.about-page .top-block .link {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.0625rem 4.875rem .9375rem 4.875rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.about-page .top-block .link:hover {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.about-page .top-image {
    text-align: center;
    margin-bottom: 8.875rem;
}
.about-page h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-family: "GT Eesti Pro Display";
    line-height: 120%;
}
.about-page .resources {
    padding-bottom: 3.5rem;
}
.about-page .resources .top-text {
    margin-bottom: 2.625rem;
    color: #595D70;
    font-size: 1.25rem;
    line-height: 120%;
}
.about-page .resources .item {
    margin-bottom: 4rem;
}
.about-page .resources .item div {
    display: table-cell;
    vertical-align: middle;
    color: var(--595-d-70, #595d70);
    font-size: 1.125rem;
    line-height: 120%;
}
.about-page .resources .item div p {
    color: #2D3142;
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-family: "GT Eesti Pro Display";
}
.about-page .resources .item div img {
    width: 9.625rem;
    height: 9.625rem;
    max-width: 9.625rem;
    border-radius: 2rem;
    object-fit: cover;
    margin-right: 2rem;
}
.about-page .ways {
    border-radius: 2.625rem;
    border: .0625rem solid #E2E7EF;
    max-width: 103.3125rem;
    margin: 0 auto 7.5rem auto;
    padding: 4rem 0 .0625rem;
}
.about-page .ways h2 {
    margin-bottom: 4rem;
}
.about-page .ways .item {
    margin-bottom: 4rem;
}
.about-page .ways .item .name {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: .0625rem solid #2D3142;
}
.about-page .ways .item .name div {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-family: "GT Eesti Pro Display";
}
.about-page .ways .item .name div img {
    max-width: 2rem;
    width: 2rem;
    margin-right: .75rem;
}
.about-page .ways .item p {
    margin-bottom: 1.25rem;
    line-height: 120%;
    color: var(--595-d-70, #595d70);
    font-size: 1rem;
}
.about-page .ways .item .count {
    display: inline-block;
    height: 1.75rem;
    line-height: 1.875rem;
    padding: 0 .5rem;
    border-radius: .5rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    color: #595D70;
}
.about-page .advantages {
    padding-bottom: 5.75rem;
}
.about-page .advantages h2 {
    margin-bottom: 2.625rem;
}
.about-page .advantages .item {
    margin-bottom: 1.75rem;
    border-radius: 2rem;
    height: 17.0625rem;
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: .0625rem solid transparent;
}
.about-page .advantages .item:hover {
    color: #2D3142;
    border: .0625rem solid #E2E7EF;
}
.about-page .advantages .item:hover .bg {
    opacity: 0;
}
.about-page .advantages .item.big {
    height: 35.875rem;
}
.about-page .advantages .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.about-page .advantages .item .count {
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 3.5rem;
    line-height: 4.0625rem;
    z-index: 3;
}
.about-page .advantages .item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    z-index: 3;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: lowercase;
}
.about-page .advantages .item p.other {
    bottom: auto;
    top: 0;
}
.about-page .advantages .item p span {
    display: block;
    font-family: "GT Eesti Pro Display";
    font-size: 3.5rem;
    line-height: 4.0625rem;
    margin-bottom: .75rem;
}
.about-page .video {
    padding-bottom: 8.25rem;
}
.about-page .video .top-text {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 120%;
}
.about-page .video .player {
    position: relative;
}
.about-page .video .player:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    border-radius: 1.875rem;
    background-color: transparent;
    transition: all 0.3s ease 0s;
}
.about-page .video .player:hover:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    border-radius: 1.875rem;
    background-color: #0000004d;
}
.about-page .video .player img {
    width: 100%;
}
.about-page .video .player .play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/local/templates/main/img/play2.svg') no-repeat center;
    z-index: 3;
    transition: all 0.3s ease 0s;
}
.about-page .video .player:hover .play {
    background: url('/local/templates/main/img/play_red.svg') no-repeat center;

}
.about-page .team {
    padding-bottom: 7.5rem;
}
.about-page .team h2 {
    margin-bottom: 2.625rem;
}
.about-page .team .item {
    margin-bottom: 2.75rem;
    color: #595D70;
    font-size: 1rem;
    line-height: 1.1875rem;
}
.about-page .team .item img {
    width: 100%;
    margin-bottom: 1rem;
}
.about-page .team .item .name {
    color: #2D3142;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.about-page .team .bottom-link {
    text-align: center;
    padding-top: 1.25rem;
}
.about-page .team .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .about-page .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.about-page .team .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.about-page .job {
    padding-bottom: 10.1875rem;
}
.about-page .job .top-text {
    color: #595D70;
    margin-bottom: 2.625rem;
    font-size: 1.125rem;
    line-height: 120%;
}
.about-page .job .list {
    width: calc(50vw + 50%);
}
.about-page .job .list .slick-track {
    display: flex;
}
.about-page .job .list .item {
    width: 51.75rem;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.75rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    padding: 2.5rem 2.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;

}
.about-page .job .list .item:hover {
    box-shadow: 0rem .25rem .9375rem .5rem rgba(45, 49, 66, 0.06);
}
.about-page .job .list .item .logo {
    margin-bottom: 2rem;
}
.about-page .job .list .item .logo div {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.about-page .job .list .item .logo div img {
    width: 3.75rem;
    max-width: 3.75rem;
    margin-right: 1.5rem;
}
.about-page .job .list .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
}
.about-page .job .list .item p {
    margin-bottom: 1.25rem;
    color: var(--595-d-70, #595d70);
    font-size: 1rem;
    line-height: 1.5rem;
}
.about-page .job .list .item .tags {
    padding-bottom: 1.5rem;
}
.about-page .job .list .item .tags a {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
    border-radius: .5rem;
    background: #FFE8ED;
    padding: 0 .75rem;
    color: #AA173B;
    height: 1.75rem;
    line-height: 1.875rem;
}
.about-page .job .list .item .price {
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
}
.about-page .job .list .item .price span {
    display: inline-block;
    vertical-align: middle;
    width: .125rem;
    height: 1.25rem;
    background: #2D3142;
    margin: -0.25rem .75rem 0 .75rem;
}
.about-page .job .list .slick-list{
    padding:0 1.25rem;
    margin:0 -1.25rem;
}
.about-page .job .list .slick-prev,
.about-page .job .list .slick-next {
    position: absolute;
    pointer-events: none;
    z-index: -10;
    opacity: 0;
}
.about-page .job .sl-count {
    text-align: center;
    padding-top: 2.875rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.about-page .job .sl-count a {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    margin: -0.25rem 1rem 0 1rem;
}
.about-page .job .sl-count a.prev {
    background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
}
.about-page .job .sl-count a.prev:hover {
    background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
}
.about-page .job .sl-count a.next {
    background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
}
.about-page .job .sl-count a.next:hover {
    background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
}
.about-page .clients h2 {
    margin-bottom: 2.625rem;
}
.about-page .clients .item {
    width: 18.5%;
    height: 7.25rem;
    line-height: 7.25rem;
    text-align: center;
    border-radius: 1.625rem;
    border: .0625rem solid #E2E7EF;
    margin-bottom: 1.25rem;
}
.about-page .clients .item img {
    vertical-align: middle;
    max-width: 80%;
}
.about-page .clients .bottom-link {
    text-align: center;
    padding-top: 2.625rem;
}
.about-page .clients .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.0625rem 4.125rem .9375rem 4.125rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
.about-page .clients .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.job-page {
    padding-bottom: 7.5rem;
}
.job-page .filter h2 {
    margin-bottom: 2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.job-page .filter form {
    margin-bottom: 2.625rem;
}
.job-page .filter form input[type='text'] {
    width: 100%;
    height: 3rem;
    border-radius: .875rem;
    border: .0625rem solid #E2E7EF;
    padding: 0 1.25rem 0 3.75rem;
    font-size: 1rem;
    background: url('/local/templates/main/img/search.svg') no-repeat 1.25rem 50%;
}
.job-page .filter .name {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-family: "GT Eesti Pro Display";
}
.job-page .filter .checkbox {
    display: none;
}
.job-page .filter .checkbox + label {
    display: block;
    cursor: pointer;
    padding: .75rem 0 .5rem 2rem;
    font-size: 1.0625rem;
    line-height: 120%;
    background: url('/local/templates/main/img/checkbox.svg') no-repeat left;
    margin: 0;
}
.job-page .filter .checkbox:checked + label {
    background: url('/local/templates/main/img/checkbox2.svg') no-repeat left;
}
.job-page .filter .radio {
    display: none;
}
.job-page .filter .radio + label {
    display: block;
    cursor: pointer;
    padding: .75rem 0 .5rem 2rem;
    font-size: 1.0625rem;
    line-height: 120%;
    background: url('/local/templates/main/img/radio.svg') no-repeat left;
    margin: 0;
}
.job-page .filter .radio:checked + label {
    background: url('/local/templates/main/img/radio2.svg') no-repeat left;
}
.job-page .item {
    margin-bottom: 1.75rem;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    padding: 2.5rem 2.875rem;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.job-page .item:hover {
    box-shadow: 0rem .3125rem 1.875rem .9375rem rgba(45, 49, 66, 0.06);
}
.job-page .item .logo {
    margin-bottom: 2rem;
}
.job-page .item .logo div {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.job-page .item .logo div img {
    width: 3.75rem;
    max-width: 3.75rem;
    margin-right: 1.5rem;
}
.job-page .item .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
}
.job-page .item p {
    margin-bottom: 1.25rem;
    color: var(--595-d-70, #595d70);
    font-size: 1rem;
    line-height: 1.5rem;
}
.job-page .item .tags {
    padding-bottom: 1.5rem;
}
.job-page .item .tags a {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
    border-radius: .5rem;
    background: #FFE8ED;
    padding: 0 .75rem;
    color: #AA173B;
    height: 1.75rem;
    line-height: 1.875rem;
}
.job-page .item .price {
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
}
.job-page .item .price span {
    display: inline-block;
    vertical-align: middle;
    width: .125rem;
    height: 1.25rem;
    background: #2D3142;
    margin: -0.25rem .75rem 0 .75rem;
}
.job-page .bottom-link {
    text-align: center;
    padding-top: 2.25rem;
}
.job-page .bottom-link a {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 5.3125rem 1rem 5.375rem;
    border-radius: 1rem;
    border: .0625rem solid var(--2-d-3142, #2d3142);
}
@media(max-width:90rem){
    .job .bottom-link a{
        padding: 1rem 5rem 1rem 5rem;
    }
}
.job-page .bottom-link a:hover {
    border: .0625rem solid #E51A4B;
    background: #E51A4B;
    color: #fff;
}
.project-page {
    padding-bottom: 6.25rem;
}


.project-page .right-subscribe-block.sticky {
    position: sticky;
    position:-webkit-sticky;
    top:10.125rem;
}



.project-page .date {
    margin-bottom: 2rem;
    font-size: 1rem;
}
.project-page .date span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 .75rem;
    border-radius: 2rem;
    background: #E51A4B;
    height: 2.4375rem;
    line-height: 2.5625rem;
    margin-right: .625rem;
}
.project-page h1 {
    margin-bottom: 1.5rem;
}
.project-page .top-text {
    margin-bottom: 2.625rem;
    color: var(--595-d-70, #595d70);
    font-size: 1.25rem;
    line-height: 1.4375rem;
}
.project-page .share {
    margin-bottom: 2.625rem;
}
.project-page .share p {
    margin-bottom: .75rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    line-height: 1.4375rem;
}
.project-page .share a {
    display: inline-block;
    margin-right: .3125rem;
    width: 3.125rem;
    height: 3.125rem;
    background-size: 100%;
}
.project-page .share a:nth-child(2) {
    background-image: url('/local/templates/main/img/share1.svg');
}
.project-page .share a:nth-child(2):hover {
    background-image: url('/local/templates/main/img/share1h.svg');
}
.project-page .share a:nth-child(3) {
    background-image: url('/local/templates/main/img/share2.svg');
}
.project-page .share a:nth-child(3):hover {
    background-image: url('/local/templates/main/img/share2h.svg');
}
.project-page .share a:nth-child(4) {
    background-image: url('/local/templates/main/img/share3.svg');
}
.project-page .share a:nth-child(4):hover {
    background-image: url('/local/templates/main/img/share3h.svg');
}
.project-page .share a:nth-child(5) {
    background-image: url('/local/templates/main/img/share4.svg');
}
.project-page .share a:nth-child(5):hover {
    background-image: url('/local/templates/main/img/share4h.svg');
}
.project-page .main-content .image {
    margin-bottom: 2.625rem;
}
.project-page .main-content .image img {
    width: 100%;
}
.project-page .main-content h2 {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
    line-height: 118%;
    font-family: "GT Eesti Pro Display";
}
.project-page .main-content p,
.project-page .main-content {
    font-size: 1.125rem;
    margin-bottom: 2.625rem;
    line-height: 1.3125rem;
}
.project-page .main-content p.other {
    margin-bottom: 1.375rem;
}
.project-page .main-content p a {
    text-decoration: underline;
    color: var(--e-51-a-4-b, #e51a4b);
}
.project-page .main-content ol {
    counter-reset: num;
    margin-top: -1.375rem;
    padding-bottom: 1.875rem;
    margin-left: 2.125rem;
}
.project-page .main-content ol li {
    margin-bottom: .75rem;
    padding-left: 3rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 125%;
    min-height: 30px;
}
.project-page .main-content ol li p {
    margin: 0;
}
.project-page .main-content ol li:before {
    content: counter(num);
    counter-increment: num;
    width: 1.5rem;
    height: 1.4375rem;
    line-height: 1.5625rem;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    background: var(--e-51-a-4-b, #e51a4b);
    left: 0;
    top: 0;
    position: absolute;
    font-size: 1rem;
}
.project-page .main-content ol li span {
    font-family: "GT Eesti Pro Display";
}
.project-page .main-content ul {
    margin-top: -1.375rem;
    padding-bottom: 1.875rem;
    margin-left: 2.125rem;
}
.project-page .main-content ul.other li {
    padding-left: 2rem;
    background: url('/local/templates/main/img/li2.svg') no-repeat 0 .3125rem;
}
.project-page .main-content ul li {
    margin-bottom: .75rem;
    padding-left: 3rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 125%;
    background: url('/local/templates/main/img/li.svg') no-repeat left;
    min-height: 30px;
}
.project-page .main-content ul li p {
    margin: 0;
}
.project-page .main-content ul li span {
    font-family: "GT Eesti Pro Display";
}
.project-page .main-content .persons {
    padding-bottom: .75rem;
}
.project-page .main-content .persons .item {
    margin-bottom: 1.875rem;
    color: #595D70;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.project-page .main-content .persons .item img {
    width: 100%;
    margin-bottom: 1rem;
}
.project-page .main-content .persons .item .name {
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .5rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.project-page .main-content .review {
    padding: 2rem 2rem 2rem 7.5rem;
    position: relative;
    border-radius: 2rem;
    border: .0625rem solid #E2E7EF;
    margin: 3.3125rem 0 4rem;
}
.project-page .main-content .review:hover {
    box-shadow: 0rem .375rem 2rem 1rem rgba(45, 49, 66, 0.06);
}

.project-page .main-content .review .avatar {
    position: absolute;
    left: 2rem;
    top: 2rem;
}
.project-page .main-content .review .avatar img {
    width: 4rem;
    height: 4rem;
    max-width: 4rem;
    object-fit: cover;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem;
}
.project-page .main-content .review .name {
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
    font-size: 1.25rem;
}
.project-page .main-content .review p {
    line-height: 125%;
    margin-bottom: 1.25rem;
    color: #595D70;
    font-size: 1rem;
}
.project-page .main-content .review .link {
    display: inline-block;
    border-radius: .75rem;
    border: .0625rem solid #E2E7EF;
    padding: .625rem 1rem;
    font-size: 1rem;
}
.project-page .main-content .review .link:hover {
    color: #fff;
    background: #E51A4B;
    border: .0625rem solid #E51A4B;
}
.project-page .main-content .photos {
    position: relative;
    border-radius: 1.75rem;
}
.project-page .main-content .photos img {
    border-radius: 1.75rem;
    width: 100%;
}
.project-page .main-content .photos .sl-count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    bottom: .9375rem;
    border-radius: 4rem;
    padding: 0 1rem;
    height: 2.1875rem;
    line-height: 2.3125rem;
    font-size: 1rem;
}

.project-page .main-content .photos .slick-prev,
.project-page .main-content .photos .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 9.0625rem;
    height: 100%;
    top:50%;
    transform: translateY(-50%);
    background-color: transparent;
}
.project-page .main-content .photos .slick-prev{
    left:0;
}
.project-page .main-content .photos .slick-next{
    right:0;
}


.project-page .main-content .photos .slick-prev::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:9.0625rem;
    height: 100%;
    background: linear-gradient(270deg, rgba(45, 49, 66, 0) 0%, rgba(45, 49, 66, 0) 100%);
    border-radius: 1.75rem 0rem 0rem 1.75rem;
}
.project-page .main-content .photos .slick-prev::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:9.0625rem;
    height: 100%;
    z-index: 5;
    background: url('/local/templates/main/img/prev3.svg') no-repeat center;
    border-radius: 1.75rem 0rem 0rem 1.75rem;
}
.project-page .main-content .photos .slick-next::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:9.0625rem;
    height: 100%;
    background:linear-gradient(270deg, rgba(45, 49, 66, 0) 0%, rgba(45, 49, 66, 0) 100%);
    border-radius: 0rem 1.875rem 1.875rem 0rem;
}


.project-page .main-content .photos .slick-next:after {
    content:"";
    position:absolute;
    top:0;
    right: 0;
    width:9.0625rem;
    height: 100%;
    z-index: 5;
    background:url('/local/templates/main/img/next3.svg') no-repeat center;
    border-radius: 0rem 1.875rem 1.875rem 0rem;
}
@media(any-hover:hover){
    .project-page .main-content .photos .slick-prev:hover::before  {
        background: linear-gradient(270deg, rgba(45, 49, 66, 0) 0%, rgba(45, 49, 66, 0.4) 100%);
    }
}
@media(any-hover:hover){
    .project-page .main-content .photos .slick-next:hover::before  {
        background:linear-gradient(270deg, rgba(45, 49, 66, 0.4) 0%, rgba(45, 49, 66, 0) 100%);
    }
}



.project-page .main-content .photo {
    margin-bottom: 2.625rem;
}
.project-page .main-content .photo img {
    width: 100%;
    margin-bottom: 1.25rem;
}
.project-page .main-content .photo .author {
    color: var(--8-a-919-f, #8a919f);
    line-height: 1rem;
}
.project-page .main-content .article {
    border-radius: 2rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 2rem 2rem 2rem 14.375rem;
    margin-bottom: 2.625rem;
    position: relative;
}
.project-page .main-content .article .image {
    position: absolute;
    left: 2rem;
    top: 2rem;
    margin: 0;
}
.project-page .main-content .article .top-text {
    margin-bottom: .75rem;
    font-size: 1rem;
    line-height: 1.1875rem;
}
.project-page .main-content .article .name {
    font-size: 1.375rem;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    line-height: 120%;
}
.project-page .main-content .article p {
    margin-bottom: 1.25rem;
    color: var(--595-d-70, #595d70);
}
.project-page .main-content .article a {
    text-decoration: underline;
    color: var(--e-51-a-4-b, #e51a4b);
    font-size: 1.125rem;
}
.project-page .main-content .photos-author {
    color: var(--8-a-919-f, #8a919f);
    line-height: 1rem;
    margin: 1.25rem 0 2.625rem;
}
.project-page .main-content .links {
    border-radius: 1.875rem;
    background: #f3f5f8 url('/local/templates/main/img/download3.svg') no-repeat 2rem 2rem;
    margin-bottom: 2.625rem;
    padding: 2rem 2rem 1.5rem 6.6875rem;
}
.project-page .main-content .links .name {
    font-size: 1.375rem;
    margin-bottom: .375rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.625rem;
}
.project-page .main-content .links a {
    display: block;
    text-decoration: none;
    margin-bottom: .5rem;
    line-height: 1.3125rem;
    color: var(--8-a-919-f, #8a919f);
    font-size: 1.125rem;
}
.project-page .main-content .links a span {
    margin-right: .625rem;
    text-decoration: underline;
    color: var(--e-51-a-4-b, #e51a4b);
}
.project-page .main-content blockquote {
    margin: 0 0 2.625rem 0;
    border-radius: 2rem;
    background: #f3f5f8 url('/local/templates/main/img/quote.svg') no-repeat 4rem 2rem;
    padding: 6rem 4rem 2rem 4rem;
    font-size: 1rem;
    line-height: 1.1875rem;
}
.project-page .main-content blockquote span {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.5rem;
}
.project-page .main-content .video {
    margin-bottom: 2.625rem;
    position: relative;
}
.project-page .main-content .video img {
    width: 100%;
}
.project-page .main-content .video .play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/local/templates/main/img/play2.svg') no-repeat center;
    z-index: 3;
}
.project-page .main-content .video .play:hover{
    background: url('/local/templates/main/img/play_red.svg') no-repeat center;
}

.project-page .main-content .video:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    border-radius: 1.875rem;
    background-color:transparent;
    transition: all 0.3s ease 0s;
}
.project-page .main-content .video:hover::before{
    background-color: #0000004d;
}


.project-page .main-content .post-author {
    border-top: .0625rem solid #292D3A;
    border-bottom: .0625rem solid #E2E7EF;
    margin: 4.5rem 0 0 0;
    padding: 2rem 0;
}
.project-page .main-content .post-author .name {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.4375rem;
}
.project-page .main-content .post-author .avatar div {
    display: table-cell;
    vertical-align: middle;
    color: var(--595-d-70, #595d70);
    font-size: 1rem;
    line-height: 1.1875rem;
}
.project-page .main-content .post-author .avatar div span {
    display: block;
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.project-page .main-content .post-author .avatar div img {
    margin-right: 1.25rem;
    width: 4.375rem;
    height: 4.375rem;
    max-width: 4.375rem;
    border-radius: 1.25rem;
    object-fit: cover;
}
.project-page .main-content .tags {
    border-bottom: .0625rem solid #E2E7EF;
    padding: 2rem 0 1.5rem;
}
.project-page .main-content .tags .name {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.4375rem;
}
.project-page .main-content .tags a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    height: 1.75rem;
    line-height: 1.875rem;
    padding: 0 .5rem;
    border-radius: .5rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    color: #595D70;
}
.project-page .main-content .bottom-share {
    border-bottom: .0625rem solid #E2E7EF;
    padding: 2rem 0;
}
.project-page .main-content .bottom-share .name {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.4375rem;
}
.project-page .main-content .bottom-share a {
    display: inline-block;
    margin-right: .3125rem;
    width: 3.125rem;
    height: 3.125rem;
    background-size: 100%;
}
.project-page .main-content .bottom-share a:nth-child(2) {
    background-image: url('/local/templates/main/img/share1.svg');
}
.project-page .main-content .bottom-share a:nth-child(2):hover {
    background-image: url('/local/templates/main/img/share1h.svg');
}
.project-page .main-content .bottom-share a:nth-child(3) {
    background-image: url('/local/templates/main/img/share2.svg');
}
.project-page .main-content .bottom-share a:nth-child(3):hover {
    background-image: url('/local/templates/main/img/share2h.svg');
}
.project-page .main-content .bottom-share a:nth-child(4) {
    background-image: url('/local/templates/main/img/share3.svg');
}
.project-page .main-content .bottom-share a:nth-child(4):hover {
    background-image: url('/local/templates/main/img/share3h.svg');
}
.project-page .main-content .bottom-share a:nth-child(5) {
    background-image: url('/local/templates/main/img/share4.svg');
}
.project-page .main-content .bottom-share a:nth-child(5):hover {
    background-image: url('/local/templates/main/img/share4h.svg');
}
.project-page .main-content .blog {
    padding: 2rem 0 .0625rem;
    border-bottom: .0625rem solid #292D3A;
}
.project-page .main-content .blog .name {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.4375rem;
}
.project-page .main-content .blog .item {
    margin-bottom: 2rem;
}
.project-page .main-content .blog .item .image {
    display: block;
    position: relative;
    margin-bottom: 1.25rem;
}
.project-page .main-content .blog .item .image img {
    width: 100%;
}
.project-page .main-content .blog .item .image .badge {
    position: absolute;
    color: #fff;
    left: 1rem;
    top: 1rem;
    font-family: "GTEestiProDisplay-Light";
    font-size: .875rem;

    font-weight: 300;
    padding: .5625rem 1rem .4375rem 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.project-page .main-content .blog .item .date {
    margin-bottom: .75rem;
    color: #8A919F;
}
.project-page .main-content .blog .item .name {
    display: block;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 125%;
}
.project-page .main-content .blog .item p {
    color: #8A919F;
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 2.625rem;
}
.event-page {
    padding:9.0625rem 0 4.25rem 0;

}
@media(max-width:62rem){
    .event-page {
        padding:6.25rem 0 4.25rem 0;
    }
}
.event-page .top-block {
    max-width: 103.25rem;
    margin: 0 auto 6.25rem auto;
    border-radius: 2.625rem;
    padding: 2.75rem 0 .875rem;
    color: #fff;
}
.event-page .top-block .navi {
    padding: 0 0 7.75rem 0;
}
.event-page .top-block .navi a,
.event-page .top-block .navi span {
    color: #fff;
}
.event-page .top-block .cat {
    display: inline-block;
    color: #fff;
    margin-bottom: 1.25rem;
    height: 2.6875rem;
    line-height: 2.8125rem;
    padding: 0 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.event-page .top-block h1 {
    margin-bottom: .75rem;
}
.event-page .top-block p {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 125%;
}
.event-page .top-block .price {
    margin-bottom: 2.5rem;
    font-size: 2.625rem;
    font-family: "GT Eesti Pro Display";
    line-height: 120%;
}
.event-page .top-block button {
    background: #fff;
    width: 21.0625rem;
    height: 3.5rem;
    border-radius: 1rem;
    font-size: 1.125rem;
    margin-bottom: 7.75rem;
}
.event-page .top-block button:hover {
    color: #fff;
    background: #E51A4B;
}
.event-page .top-block .item {
    margin-bottom: 1.875rem;
}
.event-page .top-block .item div {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    line-height: 1.1875rem;
    font-size: 1rem;
}
.event-page .top-block .item div span {
    display: block;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .25rem;
}
.event-page .top-block .item div img {
    width: 2.625rem;
    max-width: 2.625rem;
    margin-right: .75rem;
}
.event-page .info .image {
    margin-bottom: 6.25rem;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}
.event-page .info .image img {
    width: 100%;
}
.event-page .info .image .time {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(45, 49, 66, 0.8);
    z-index: 3;
}
.event-page .info .image .time div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.event-page .info .image .time div span {
    display: block;
    font-family: "GT Eesti Pro Display";
    padding: 4.1875rem 0 .5rem;
    background: url('/local/templates/main/img/time.svg') no-repeat 50% 0;
    font-size: 2rem;
    line-height: 2.3125rem;
}
.event-page .info .image .time div span.other {
    background: url('/local/templates/main/img/lock.svg') no-repeat 50% 0;
}
.event-page .info h2 {
    font-family: "GT Eesti Pro Display";
    font-size: 2.375rem;
    margin-bottom: 2rem;
    line-height: 2.75rem;
}
.event-page .info p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.event-page .info ul {
    margin-left: 1.875rem;
    padding-bottom: 1.25rem;
    margin-top: -0.5rem;
}
.event-page .info ul li {
    margin-bottom: .75rem;
    padding-left: 1.75rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 125%;
}
.event-page .info ul li:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E51A4B;
    left: 0;
    top: .3125rem;
}
.event-page .info .persons {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
}
.event-page .info .persons .item {
    margin-bottom: 1.875rem;
    color: #595D70;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.event-page .info .persons .item img {
    width: 100%;
    margin-bottom: 1rem;
}
.event-page .info .persons .item .name {
    color: #2D3142;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .5rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.event-page .info .blog .item {
    margin-bottom: 2rem;
    display:block;
    position:relative;
}
.event-page .info .blog .item .image {
    position: relative;
    margin-bottom: 1.25rem;
    display: block;
}
.event-page .info .blog .item .image img {
    width: 100%;
}
.event-page .info .blog .item .image .badge {

    position: absolute;
    color: #fff;
    left: 1rem;
    top: 1rem;
    font-family: "GTEestiProDisplay-Light";
    font-size: .875rem;
    font-weight: 350;
    padding: .5625rem 1rem .4375rem 1rem;
    border-radius: 2rem;
    background: #E51A4B;
}
.event-page .info .blog .item .date {
    margin-bottom: .75rem;
    color: #8A919F;
}
.event-page .info .blog .item .name {
    display: block;
    margin-bottom: .5rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.375rem;
    line-height: 125%;
}
.event-page .info .blog .item p {
    color: #8A919F;
    font-size: 1rem;
    line-height: 125%;
    margin: 0;
}
.event-page .order {
    border-radius: 2rem;
    padding: 2rem;
    background: var(--f-3-f-5-f-8, #f3f5f8);
}
.event-page .order {
    position: sticky;
    top:10.125rem;
    position:-webkit-sticky;

}

.event-page .order .top-text {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-family: "GT Eesti Pro Display";
    line-height: 1.3125rem;
}
.event-page .order h3 {
    font-size: 2rem;
    line-height: 2.3125rem;
    font-family: "GT Eesti Pro Display";
    margin-bottom: .75rem;
}
.event-page .order p {
    margin-bottom: 1.5rem;
    line-height: 1.1875rem;
    color: #595D70;
    font-size: 1rem;
}
.event-page .order p a {
    font-family: "GT Eesti Pro Display";
}
.event-page .order input[type='text'] {
    width: 100%;
    height: 3.5rem;
    margin-bottom: .625rem;
    border-radius: .875rem;
    border: .0625rem solid #E2E7EF;
    background: #F3F5F8;
    padding: 0 1.5rem;
    font-size: 1rem;
}
.event-page .order button {
    width: 100%;
    height: 3.5rem;
    font-size: 1.125rem;
    color: #fff;
    border-radius: .875rem;
    background: var(--2-d-3142, #2d3142);
}
.event-page .order button:hover {
    background: #E51A4B;
}
.event-page .order .bottom-text {
    margin-top: .75rem;
    line-height: 1.125rem;
    color: #595D70;
}

@media (max-width: 1500px) {
    .item-page .top-block .image {
        width: 45%;
        margin: 0;
    }
}

@media (max-width: 74.9375rem) {

    .header .contacts .buttons a.phone {
        font-size: 1.25rem;
    }
    .header nav ul li:not(:last-child) {
        margin-right: 1.125rem;
    }
    .index-top-banner {
        padding: 7.5rem 0;
    }
    .index-top-banner .text {
        max-width: 46.875rem;
    }
    .index-top-banner .text .name {
        line-height: 125%;
    }
    .index-about-block .item {
        padding-right: 0;
    }
    .index-ways-block .item {
        padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    }
    .index-ways-block .item .icon {
        top: 1rem;
        left: 1rem;
    }
    .footer .form .name {
        padding-right: 0;
    }
    .footer .form p {
        padding-right: 0;
    }
    .footer .contacts .item .social {
        padding-top: 0;
    }
    .catalog-page .prices table thead tr td {
        padding: 0 .9375rem 1.25rem .9375rem;
    }
    .catalog-page .prices table tbody tr td {
        padding: .9375rem;
        font-size: .875rem;
    }
    .catalog-page .prices table tbody tr td button {
        width: 10rem;
    }
    .item-page .right-block .content {
        padding: 1.5rem;
    }
    .item-page .right-block .content .price {
        font-size: 2rem;
    }
    .item-page .docs .list .item div img {
        width: 20rem;
        max-width: 20rem;
        margin-right: 1.25rem;
    }
    .item-page .docs .list .item {
        padding: 1.5rem;
    }
    .bottom-page-form .form {
        padding: 2rem;
    }
    .bottom-page-form .form .name {
        padding-right: 0;
    }
    .bottom-page-form .form p {
        padding-right: 0;
    }
    .item-page .top-block .image {
        width: 44%;
        margin: 0;
    }
    .item-page .top-block .text .navi {
        padding: 0 0 1.875rem 0;
    }
    .item-page .top-block .top-text {
        margin-bottom: 1.5rem;
    }
    .item-page .top-block .text .buttons {
        margin-bottom: 1.875rem;
    }
    .cart-page .checkbox + .item {
        padding: 1.25rem 3.75rem 1.25rem 3.5rem;
    }
    .cart-page .checkbox + .item .delete {
        right: 1.25rem;
    }
    .cart-page .checkbox + .item .name {
        width: 60%;
    }
    .cart-page .right-block {
        padding: 1.5rem;
    }
    .contacts-page .empty {
        display: none;
    }
    .events-page .bottom-button {
        padding: 0 0 3.75rem 0;
    }
    .blog-page .top-list .list .item .text {
        padding: 0 0 0 1.875rem;
    }
    .blog-page .top-list .list .item .image img {
        max-width: 31.25rem;
        width: 31.25rem;
    }
    .about-page .top-block {
        padding: 0 0 7.5rem 0;
    }
    .about-page .top-image {
        padding: 0 1rem;
    }
    .project-page .main-content .photos .slick-prev,
    .project-page .main-content .photos .slick-next {
        width: 6.25rem;
    }
    .event-page .top-block .navi {
        padding: 0 0 4rem 0;
    }
    .event-page .top-block button {
        margin-bottom: 4rem;
    }
    .support-button {
        padding: 0 1rem 0 3rem;
    }
    .support-button span {
        display: none;
        padding: 0 1rem 0 3.125rem;
    }
}
@media(max-width:68.75rem){
    .header .contacts .buttons a.feedback {
        display: none;
    }
}

@media (max-width: 61.9375rem) {

    .header nav ul {
        display: none;
    }
    .header .contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        gap:.75rem;
    }
    .header .contacts .eye span {
        display: none;
    }
    .header .contacts .buttons {
        margin-bottom: 0;
    }
    .header {
        padding: 1.25rem 0;
    }
    .header .menu-button {
        display: block;
    }
    .header .contacts .buttons a.phone {
        margin-right: 1rem;
    }
    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 11;
        display: none;
    }
    .mobile-menu.opened {
        right: 0;
    }
    .index-top-banner {
        padding: 5rem 0;
    }
    .index-top-banner .text .name {
        font-size: 3.125rem;
    }
    .index-top-banner .text {
        max-width: 34.375rem;
    }
    .index-top-banner .text p {
        margin-bottom: 2.8125rem;
    }
    .index-projects-block .item .author {
        padding: 1rem 0 0 0;
    }
    .index-projects-block .item {
        padding: 1.5rem 1.5rem 6rem 1.5rem;
    }
    .index-projects-block .item .author {
        left: 1.5rem;
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .index-reviews-block .list .item {
        width: 37.5rem;
    }
    .footer .form p {
        margin-bottom: 2rem;
    }
    .footer .subscribe form {
        padding-top: 1rem;
    }


    .footer .copy {
        margin-bottom: 1.5rem;
    }
    /* .catalog-page .filter {
    display: none;
  } */
    .catalog-page .top-form input[type='text'] {
        width: 100%;
    }
    .catalog-page .top-form .search-item {
        margin: 1.25rem 1.25rem 0 0;
    }
    .catalog-page .prices table thead {
        display: none;
    }
    .catalog-page .prices table tbody tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.25rem 0 .625rem 0;
    }
    .catalog-page .prices table tbody tr td {
        display: block;
        padding: 0 0 .625rem 0;
        font-size: 1rem;
    }
    .catalog-page .prices table tbody tr td:first-child {
        width: 100%;
        margin-bottom: .625rem;
    }
    .catalog-page .prices table tbody tr td .status {
        margin-top: .3125rem;
    }
    .catalog-page .prices table tbody tr td .price {
        margin-top: .5rem;
    }
    .catalog-page .prices table tbody tr td .price.with_old {
        margin-top: 0;
    }
    .data-page ul {
        display: none;
    }
    .data-page .item ul {
        display: block;
    }
    .item-page .docs2 {
        padding-bottom: 3.75rem;
    }
    .faq-block .item .text {
        padding: 1.25rem 0 0 0;
    }
    .item-page .top-block .text {
        width: 100%;
    }
    .item-page .top-block .image {
        width: 100%;
        margin-bottom: 1.875rem;
    }
    .cart-page .right-block {
        margin-top: 1.25rem;
    }
    .events-page .item .image img {
        width: 20rem;
        max-width: 20rem;
    }
    .videos-page .bottom-button {
        padding: 0 0 3.75rem 0;
    }
    .blog-page .top-list .list .item .image {
        display: block;
    }
    .blog-page .top-list .list .item .image img {
        width: 100%;
        max-width: 100%;
    }
    .blog-page .top-list .list .item .text {
        display: block;
        padding: 1.5rem 0 0 0;
    }
    .blog-page .bottom-button {
        padding: 0 0 3.75rem 0;
    }
    .bottom-page-form .form p {
        margin-bottom: 1.875rem;
    }
    .about-page .job .list .item {
        width: 37.5rem;
        padding: 2rem;
    }
    .about-page .clients .item {
        width: 31.5%;
    }
    .job-page .filter {
        display: none;
    }
    .project-page .main-content .photos {
        margin-bottom: 3.75rem;
    }
    .project-page .main-content .blog {
        margin-bottom: 3.75rem;
    }
    .event-page .order {
        margin-top: 2rem;
    }
}
@media (max-width: 47.9375rem) {
    .header .contacts .buttons {
        display: none;
    }
    .header .contacts .eye{
        display: none;
    }
    .index-top-banner .text .name {
        font-size: 2.5rem;
    }
    .index-top-banner .text {
        max-width: 28.125rem;
    }
    .index-reviews-block .list .item {
        width: 31.25rem;
        padding: 1.5rem 1.5rem 4.5rem 6.75rem;
    }
    .index-reviews-block .list .item .avatar {
        top: 1.5rem;
        left: 1.5rem;
    }
    .index-reviews-block .list .item .link {
        bottom: 1.5rem;
        left: 6.75rem;
    }
    .footer .form {
        padding: 2.5rem;
    }
    .catalog-page .list .item p {
        margin-bottom: 1.5rem;
    }
    .catalog-page .list .item ul {
        padding: 0 0 .0625rem;
    }
    .item-page .top-block .buttons button {
        width: 14.375rem;
    }
    .item-page .docs .list .item div {
        display: block;
    }
    .item-page .docs .list .item div img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 1.25rem 0;
    }
    .bottom-page-form .form p {
        margin-bottom: 1.875rem;
    }
    .cart-page .checkbox + .item .name {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .cart-page .checkbox + .item .price {
        margin-top: .375rem;
    }
    .cart-page .checkbox + .item .price.with_old {
        margin-top: -0.3125rem;
    }
    .events-page .item .image {
        display: block;
    }
    .events-page .item .image img {
        width: 100%;
        max-width: 100%;
    }
    .events-page .item .text {
        padding: 1.25rem 0 0 0;
    }
    .person-page .top-block div img {
        width: 15rem;
        max-width: 15rem;
    }
    .person-page .top-block div h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .person-page h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .about-page .top-block h1 {
        font-size: 3.125rem;
    }
    .about-page .resources .item div {
        font-size: 1rem;
    }
    .about-page .resources .item div p {
        line-height: 120%;
    }
    .about-page .advantages .item p {
        padding: 1.5rem;
    }
    .about-page .advantages .item .count {
        top: 1.5rem;
        left: 1.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .about-page .advantages .item {
        height: 15rem;
    }
    .about-page .advantages .item.big {
        height: 30rem;
    }
    .about-page .advantages .item p span {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .about-page .job .list .item {
        width: 31.25rem;
    }
    .about-page .clients .item {
        width: 48.5%;
    }
    .job-page .item {
        padding: 2rem;
    }
}
@media (max-width: 35.9375rem) {
    .header .logo {
        width: 15rem;
    }
    .header .menu-button {
        margin-top: .5rem;
    }
    .index-top-banner {
        padding: 5.625rem 0;
    }
    .index-top-banner .text .name {
        font-size: 1.875rem;
    }
    .index-top-banner .text p {
        font-size: 1rem;
    }
    .index-top-banner .text .link {
        display: inline-block;
        text-align: center;
        padding: 1.125rem 1.5rem;
    }
    .index-top-banner {
        margin-bottom: 3.75rem;
    }
    h1,
    .h1,
    .footer .form .name,
    .index-blog-block h2,
    .index-ways-block h2,
    .index-reviews-block h2,
    .index-projects-block h2,
    .index-about-block h2 {
        font-size: 1.875rem;
    }
    .index-about-block .top-link {
        margin-bottom: 2rem;
    }
    .index-about-block .item {
        margin-bottom: 2rem;
    }
    .team-page .bottom-link a,
    .catalog-page .bottom-link a,
    .index-blog-block .bottom-link a,
    .index-ways-block .bottom-link a,
    .index-projects-block .bottom-link a,
    .index-about-block .bottom-link a {
        display: block;
        text-align: center;
        padding: 1rem;
    }
    .catalog-page,
    .index-blog-block,
    .index-ways-block,
    .index-reviews-block,
    .index-projects-block,
    .index-about-block {
        padding-bottom: 3.75rem;
    }
    .index-reviews-block .list .item {
        padding: 1.5rem;
    }
    .index-reviews-block .list .item .avatar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 1.125rem;
    }
    .index-reviews-block .list .item .link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: inline-block;
    }
    .index-reviews-block .list .slick-track {
        display: block;
    }
    .index-projects-block .bottom-link {
        padding-top: 0;
    }
    .index-ways-block .bottom-link {
        padding-top: 0;
    }
    .index-blog-block .bottom-link {
        padding-top: 0;
    }
    .footer .form {
        padding: 1.5rem;
    }
    .footer .form {
        margin-bottom: 2.25rem;
    }
    .footer .contacts .logo {
        margin-bottom: 1.5rem;
    }
    .footer .contacts .eye {
        margin-bottom: 1.5rem;
    }
    .footer .contacts {
        margin-bottom: 1.25rem;
    }
    .footer .subscribe form input[type='text'] {
        margin-bottom: 1rem;
    }
    .navi {
        padding:5.625rem 0rem 1.25rem 0rem;
    }
    h1,
    .h1 {
        margin-bottom: 1.875rem;
    }
    .catalog-page .top-links {
        padding: 0 0 .625rem 0;
        margin-bottom: 1.25rem;
        margin-right: -1rem;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .catalog-page .top-form {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .catalog-page .list .item {
        padding: 1.5rem 1.0625rem 1.5rem 1.0625rem;
    }
    .catalog-page .list .item .button {
        padding: 0;
    }
    .catalog-page .list .item .button .price {
        margin-bottom: .75rem;
    }
    .catalog-page .bottom-link {
        padding-top: 0;
    }
    .catalog-page .top-form .search-item {
        margin: .9375rem .9375rem 0 0;
    }
    .popup {
        padding: 3.75rem 1.5rem!important;
    }
    .popup form .phone {
        padding: 0 0 2.5rem 0;
    }
    .popup .success {
        padding: 0;
    }
    .catalog-page .prices table tbody tr td:last-child {
        width: 100%;
        margin-bottom: .625rem;
    }
    .catalog-page .prices table tbody tr td button {
        width: 100%;
    }
    .catalog-page .prices table tbody tr td:first-child {
        margin-bottom: 0;
    }
    .team-page .top-links {
        padding: 0 0 .625rem 0;
        margin-bottom: 1.25rem;
        margin-right: -1rem;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .team-page .item {
        margin-bottom: 1.875rem;
    }
    .team-page .bottom-link {
        padding-top: 0;
    }
    .team-page {
        padding-bottom: 3.75rem;
    }
    .docs-page .top-links {
        padding: 0 0 .625rem 0;
        margin-bottom: 1.25rem;
        margin-right: -1rem;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .docs-page .item {
        padding: 1.5rem;
    }
    .docs-page {
        padding-bottom: 1.875rem;
    }
    .data-page {
        padding-bottom: 1.875rem;
    }
    .data-page .item {
        margin-bottom: 1.875rem;
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .data-page .item p {
        margin-bottom: .625rem;
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
    .item-page .top-block {
        padding: 1.875rem 0 .0625rem;
    }
    .item-page .top-block .navi {
        padding: 0 0 1.5rem 0;
    }
    .item-page .top-block .buttons button {
        width: 100%;
    }
    .item-page .top-block .buttons button:nth-child(1) {
        margin: 0 0 .625rem 0;
    }
    .item-page .top-block .buttons {
        margin-bottom: 1.875rem;
    }
    .item-page .about ul {
        margin-left: 0;
    }
    .item-page .about {
        padding-bottom: 3.125rem;
    }
    .item-page h2 {
        font-size: 2rem;
    }
    .item-page .steps ol li {
        padding: 1.25rem 1.25rem 1.25rem 5rem;
    }
    .item-page .steps ol li:before {
        top: 1.25rem;
        left: 1.25rem;
    }
    .item-page .steps {
        padding-bottom: 2.5rem;
    }
    .item-page .course ul {
        margin-left: 0;
    }
    .item-page .course {
        padding-bottom: 2.5rem;
    }
    .item-page .program .top-text {
        font-size: 1.125rem;
    }
    .item-page .program .item {
        padding: 1.5rem;
    }
    .item-page .program .item .name {
        font-size: 1.125rem;
    }
    .item-page .program {
        padding-bottom: 3.125rem;
    }
    .item-page .docs {
        padding-bottom: 3.75rem;
    }
    .item-page .reviews .list .item {
        padding: 1.5rem;
    }
    .item-page .reviews .list .item .avatar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 1.125rem;
    }
    .item-page .reviews .list .item .link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: inline-block;
    }
    .item-page .reviews .list {
        margin-bottom: 2.5rem;
    }
    .item-page .reviews .list .slick-prev,
    .item-page .reviews .list .slick-next {
        bottom: -4.125rem;
    }
    .item-page .reviews {
        padding-bottom: 3.75rem;
    }
    .item-page .persons {
        padding-bottom: 1.875rem;
    }
    .item-page .docs2 {
        padding-bottom: 1.875rem;
    }
    .item-page {
        padding-bottom: 2.5rem;
        padding-top:5rem;
    }
    .bottom-page-form {
        padding: 3.125rem 0;
        margin-bottom: 3.75rem;
    }
    .bottom-page-form .form .name {
        font-size: 2rem;
    }
    .bottom-page-form .form {
        padding: 1.5rem;
    }
    .faq-block h2 {
        padding-bottom: 1.875rem;
        font-size: 2rem;
    }
    .faq-block .item {
        padding: 1.5rem 0;
    }
    .faq-block {
        padding-bottom: 3.75rem;
    }
    .item-page .top-block {
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem;
    }
    .item-page .top-block .price {
        margin-bottom: 1.25rem;
    }
    .faq-block .item .name {
        font-size: 1.25rem;
    }
    .popup .success.other {
        padding: 0;
    }
    .cart-page .top-block {
        padding: 1.5rem;
    }
    .cart-page .top-block .delete {
        width: 100%;
        margin-top: .625rem;
    }
    .cart-page .checkbox + .item {
        padding: 1.25rem 3.125rem;
        background: #ffffff url('/local/templates/main/img/checkbox.svg') no-repeat .9375rem 1.25rem;
    }
    .cart-page .checkbox:checked + .item {
        background: #ffffff url('/local/templates/main/img/checkbox2.svg') no-repeat .9375rem 1.25rem;
    }
    .cart-page .right-block .price {
        margin-bottom: .625rem;
    }
    .cart-page {
        padding-bottom: 2.5rem;
    }
    .cart-page .bottom-line {
        margin-top: 2.5rem;
    }
    .cart-page .order-block h3 {
        margin-bottom: 1.5rem;
    }
    .cart-page .order-block .radio + label {
        padding: 1.25rem 1.25rem 1.25rem 4.375rem;
    }
    .cart-page .order-block .radio + label .icon {
        width: 4.375rem;
    }
    .cart-page .order-block .radio + label .txt {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        display: block;
    }
    .cart-page .help-block {
        padding: 1.5rem;
    }
    .cart-page .success {
        padding: 4.375rem 0 2.5rem 0;
    }
    .cart-page .success h2 {
        font-size: 2rem;
    }
    .cart-page .success .top-text {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .cart-page .success a {
        padding: 1rem 2rem;
        display: block;
    }
    .error-page {
        padding: 2.5rem 0;
    }
    .error-page h1 {
        font-size: 2rem;
    }
    .error-page p {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }
    .error-page a {
        display: block;
        padding: .9375rem;
        text-align: center;
    }
    .contacts-page h1 {
        margin-bottom: 1.875rem;
    }
    .contacts-page .item {
        margin-bottom: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .contacts-page .map {
        height: 18.75rem;
        margin-top: 0;
    }
    .contacts-page {
        padding-bottom: 3.75rem;
    }
    .archive-page .sort {
        margin-bottom: 1.5rem;
    }
    .archive-page .item {
        margin-bottom: 2rem;
    }
    .archive-page .bottom-button {
        padding-top: .75rem;
    }
    .archive-page .bottom-button button {
        width: 100%;
    }
    .archive-page {
        padding-bottom: 3.75rem;
    }
    .events-page .top-links {
        padding: 0 0 .625rem 0;
        margin-bottom: 1.25rem;
        margin-right: -1rem;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .events-page .item {
        padding-bottom: 1.875rem;
        margin-bottom: 1.875rem;
    }
    .events-page .bottom-button {
        padding: .625rem 0 2.5rem;
    }
    .right-subscribe-block {
        padding: 1.5rem;
    }
    .events-page {
        padding-bottom: 3.75rem;
    }
    .videos-page .item {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .videos-page .bottom-button {
        padding: .625rem 0 2.5rem;
    }
    .videos-page .bottom-button a {
        padding: 1rem;
        display: block;
        text-align: center;
    }
    .videos-page {
        padding-bottom: 3.75rem;
    }
    .blog-page .top-list .list .item .text .name {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .blog-page .top-list .list .item .text .date {
        margin-bottom: 1.125rem;
    }
    .blog-page .top-list {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .blog-page .top-links {
        padding: 0 0 .625rem 0;
        margin-bottom: 1.25rem;
        margin-right: -1rem;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .blog-page .main-list .item {
        margin-bottom: 2rem;
    }
    .blog-page .bottom-button {
        padding: .625rem 0 2.5rem;
    }
    .blog-page {
        padding-bottom: 3.75rem;
    }
    .reviews-page .item {
        padding: 1.5rem;
    }
    .reviews-page .item .avatar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 1.125rem;
    }
    .person-page .navi {
        padding: 1.25rem 0 1.875rem;
    }
    .person-page .top-block div {
        display: block;
        text-align: center;
    }
    .person-page .top-block div img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 1.5625rem 0;
    }
    .person-page .top-block {
        margin-bottom: 2.5rem;
    }
    .person-page h2 {
        font-size: 1.625rem;
        line-height: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .person-page h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .person-page .articles {
        padding: 1.5rem 0 2.5rem;
    }
    .person-page .bottom-button {
        padding-top: .75rem;
    }
    .person-page .projects .item .author {
        padding: 1rem 0 0 0;
    }
    .person-page .projects .item {
        padding: 1.5rem 1.5rem 6rem 1.5rem;
    }
    .person-page .projects .item .author {
        left: 1.5rem;
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .person-page .projects {
        margin: 0 -0.875rem 2.5rem -0.875rem;
    }
    .person-page .projects .slick-prev,
    .person-page .projects .slick-next {
        bottom: -4.125rem;
    }
    .person-page {
        padding-bottom: 3.75rem;
        padding-top:3.375rem;
    }
    .about-page .top-block h1 {
        font-size: 1.875rem;
    }
    .about-page .top-block p {
        font-size: 1rem;
    }
    .about-page .top-block .link {
        display: block;
        text-align: center;
        padding: 1rem;
    }
    .about-page .top-block {
        padding-bottom: 2.5rem;
    }
    .about-page .top-image {
        margin-bottom: 2.5rem;
    }
    .about-page h2 {
        font-size: 1.875rem;
    }
    .about-page .resources .top-text {
        font-size: 1rem;
    }
    .about-page .resources .item {
        margin-bottom: 2rem;
    }
    .about-page .resources .item div img {
        width: 6.25rem;
        max-width: 6.25rem;
        height: 6.25rem;
        margin-right: 1rem;
    }
    .about-page .resources .item div {
        vertical-align: top;
    }
    .about-page .resources .item div p {
        font-size: 1.25rem;
    }
    .about-page .resources {
        padding-bottom: .75rem;
    }
    .about-page .ways {
        padding: 2rem 0 .0625rem;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem;
    }
    .about-page .ways h2 {
        margin-bottom: 2rem;
    }
    .about-page .ways .item {
        margin-bottom: 2rem;
    }
    .about-page .ways {
        margin-bottom: 2.5rem;
    }
    .about-page .advantages h2 {
        margin-bottom: 2rem;
    }
    .about-page .advantages .item.big {
        height: 22.5rem;
    }
    .about-page .advantages {
        padding-bottom: 1.25rem;
    }
    .about-page .video {
        padding-bottom: 2.5rem;
    }
    .about-page .team h2 {
        margin-bottom: 2rem;
    }
    .about-page .team .item {
        margin-bottom: 2rem;
    }
    .about-page .team .bottom-link {
        padding-top: 0;
    }
    .about-page .team .bottom-link a {
        padding: 1rem;
        display: block;
        text-align: center;
    }
    .about-page .team {
        padding-bottom: 2.5rem;
    }
    .about-page .job .top-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .about-page .job .list .item {
        padding: 1.5rem;
    }
    .about-page .job .list .slick-track {
        display: block;
    }
    .about-page .job {
        padding-bottom: 3.125rem;
    }
    .about-page .clients h2 {
        margin-bottom: 2rem;
    }
    .about-page .clients .item {
        width: 100%;
    }
    .about-page .clients .bottom-link {
        padding-top: .75rem;
    }
    .about-page .clients .bottom-link a {
        display: block;
        padding: 1rem;
        text-align: center;
    }
    .about-page {
        padding-bottom: 3.75rem;
    }
    .job-page .item {
        padding: 1.5rem;
    }
    .job-page .bottom-link {
        padding-top: .75rem;
    }
    .job-page .bottom-link a {
        display: block;
        padding: 1rem;
        text-align: center;
    }
    .job-page {
        padding-bottom: 3.75rem;
    }
    .project-page .top-text {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .project-page .share {
        margin-bottom: 2rem;
    }
    .project-page .main-content .image {
        margin-bottom: 2rem;
    }
    .project-page .main-content h2 {
        font-size: 1.875rem;
    }
    .project-page .main-content p {
        margin-bottom: 1.5rem;
    }
    .project-page .main-content ol {
        margin: 0;
        padding-bottom: .75rem;
    }
    .project-page .main-content ul {
        margin: 0;
        padding-bottom: .75rem;
    }
    .project-page .main-content .persons {
        padding-bottom: .0625rem;
    }
    .project-page .main-content .review {
        margin: 0 0 2rem 0;
    }
    .project-page .main-content .review {
        padding: 1.5rem;
    }
    .project-page .main-content .review .avatar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 1.125rem;
    }
    .project-page .main-content .photos .slick-prev,
    .project-page .main-content .photos .slick-next {
        width: 3.75rem;
    }
    .project-page .main-content .photos {
        margin-bottom: 2rem;
    }
    .project-page {
        padding-bottom: 3.75rem;
    }
    .project-page .date {
        margin-bottom: 1.25rem;
    }
    .project-page .main-content .photo {
        margin-bottom: 2rem;
    }
    .project-page .main-content .article {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    .project-page .main-content .article .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 1.25rem;
    }
    .project-page .main-content .article .image img {
        width: auto;
    }
    .project-page .main-content .photos-author {
        margin: 0 0 2rem;
    }
    .project-page .main-content .links {
        padding: 1.5rem 1.5rem 1.5rem 5.625rem;
        background: #f3f5f8 url('/local/templates/main/img/download3.svg') no-repeat 1.5rem 1.5rem;
        margin-bottom: 2rem;
    }
    .project-page .main-content blockquote {
        padding: 5.25rem 1.5rem 1.5rem 1.5rem;
        background: #f3f5f8 url('/local/templates/main/img/quote.svg') no-repeat 1.5rem 1.5rem;
    }
    .project-page .main-content .post-author {
        margin: 2rem 0 0 0;
    }
    .project-page .main-content .blog {
        margin-bottom: 2.5rem;
    }
    .event-page .top-block {
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem;
        padding: 2rem 0 .125rem;
        margin-bottom: 2.5rem;
    }
    .event-page .top-block .navi {
        padding: 0 0 1.5rem 0;
    }
    .event-page .top-block button {
        margin-bottom: 2rem;
        width: 100%;
    }
    .event-page .info .image {
        margin-bottom: 2rem;
    }
    .event-page .info .image .time div {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    .event-page .info .image .time div span {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .event-page .info h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 1.5rem;
    }
    .event-page .info ul {
        margin: 0;
    }
    .event-page .info .persons {
        padding: .75rem 0;
    }
    .event-page .order {
        margin-top: .75rem;
        padding: 1.5rem;
    }
    .event-page {
        padding:5rem 0 3.75rem 0;@font-face {
        font-family: "GT Eesti Pro Display";
        src: url('/local/templates/main/fonts/gteestiprodisplay_regular.otf');
        font-display: swap;
        font-weight: 400;
        font-style: normal;
    }

        @font-face {
            font-family: 'GTEestiProDisplay-Light';
            src: url('/local/templates/main/fonts/gteestiprodisplay-light.eot'); /* IE 9 Compatibility Mode */
            src: url('/local/templates/main/fonts/gteestiprodisplay-light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
            url('/local/templates/main/fonts/gteestiprodisplay-light.woff2') format('woff2'), /* Super Modern Browsers */
            url('/local/templates/main/fonts/gteestiprodisplay-light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
            url('/local/templates/main/fonts/gteestiprodisplay-light.ttf') format('truetype'), /* Safari, Android, iOS */
            url('/local/templates/main/fonts/gteestiprodisplay-light.svg#gteestiprodisplay-light') format('svg'); /* Chrome < 4, Legacy iOS */
        }
        @font-face {
            font-family: "GT Eesti Pro Display Bold";
            src: url('/local/templates/main/fonts/gteestiprodisplay_bold.otf');
            font-display: swap;
            font-weight: 700;
            font-style: normal;
        }
        @font-face {
            font-family: "GT Eesti Pro Display Medium";
            src: url('/local/templates/main/fonts/gteestiprodisplay_medium.otf');
            font-display: swap;
            font-weight: 500;
            font-style: normal;
        }

        * {
            padding: 0rem;
            margin: 0rem;
            border: 0rem;
        }
        .up {
            text-transform: uppercase;
        }
        .none {
            text-decoration: none;
        }
        .th {
            font-weight: 100;
        }
        .el {
            font-weight: 200;
        }
        .l {
            font-family: "GTEestiProDisplay-Light";
        }
        .reg {
            font-family: "GT Eesti Pro Display";
        }
        .med {
            font-family: "GT Eesti Pro Display Medium";
        }
        .sb {
            font-weight: 600;
        }
        .bold {
            font-family: "GT Eesti Pro Display Bold";
        }
        .eb {
            font-weight: 800;
        }
        .black {
            font-weight: 900;
        }
        .un {
            text-decoration: underline;
        }
        .in {
            display: inline-block;
        }
        .vam {
            vertical-align: middle;
        }
        .rel {
            position: relative;
        }
        .bl {
            display: block;
        }
        .abs {
            position: absolute;
        }
        .tr {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .try {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .trx {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
        .tc {
            display: table-cell;
            vertical-align: middle;
        }
        .dn {
            display: none;
        }
        .tac {
            text-align: center;
        }
        .tal {
            text-align: left;
        }
        .tar {
            text-align: right;
        }
        .taj {
            text-align: justify;
        }
        .it {
            font-style: italic;
        }
        .sn {
            font-style: normal;
        }
        .b0 {
            border: 0;
        }
        .bn {
            background: none;
        }
        .w100 {
            width: 100%;
        }
        .h100 {
            height: 100%;
        }
        .wa {
            width: auto;
        }
        .p0 {
            padding: 0;
        }
        .m0 {
            margin: 0;
        }
        .poi {
            cursor: pointer;
        }
        .auto {
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
        }
        .noup {
            text-transform: none;
        }
        .fix {
            position: fixed;
        }
        .tn {
            transform: none;
        }
        .bf {
            background: #fff;
        }
        .cf {
            color: #fff;
        }
        .c0 {
            color: #2D3142;
        }
        .ap {
            appearance: none;
        }
        .nw {
            white-space: nowrap;
        }
        .ma {
            margin: 0 auto;
        }
        .oh {
            overflow: hidden;
        }
        .pen {
            pointer-events: none;
        }
        html{
            font-size: 92%;
        }
        /* меняем масштаб элементов на странице в (rem) относительно шрифта браузера по умолчанию  */
        @media(max-width:1536px){
            html{
                font-size: 90%;
            }
        }
        @media(max-width:1366px){
            html{
                font-size: 85%;
            }
        }

        body,
        html {
            width: 100%;
            height: 100%;
        }
        body {
            background: #fff;
            overflow-x: hidden;
        }
        body.bg {
            background: #F3F5F8;
        }
        body._lock {
            overflow: hidden;
        }
        body,
        th,
        td {
            font-family: "GTEestiProDisplay-Light";
            font-size: .875rem;
            color: #2D3142;
            font-weight: 300;
        }
        body,
        form,
        object,
        h1,
        .h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            margin: 0;
            padding: 0;
        }
        h2{
            font-weight: 400;
        }
        img,
        table {
            border: none;
        }
        table {
            border-collapse: collapse;
        }
        table td {
            padding: 0;
        }
        a {
            color: #2D3142;
            cursor: pointer;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        a:hover {
            text-decoration: none;
            color:#e51a4b;
        }
        input,
        textarea,
        button,
        select {
            margin: 0;
            outline: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: .875rem;
            border: 0;
            font-family: "GTEestiProDisplay-Light";
        }
        input:focus::-webkit-input-placeholder,
        textarea:focus::-webkit-input-placeholder,
        button:focus::-webkit-input-placeholder,
        select:focus::-webkit-input-placeholder {
            color: transparent;
        }
        input:focus::-moz-placeholder,
        textarea:focus::-moz-placeholder,
        button:focus::-moz-placeholder,
        select:focus::-moz-placeholder {
            color: transparent;
        }
        input:focus:-moz-placeholder,
        textarea:focus:-moz-placeholder,
        button:focus:-moz-placeholder,
        select:focus:-moz-placeholder {
            color: transparent;
        }
        input:focus:-ms-input-placeholder,
        textarea:focus:-ms-input-placeholder,
        button:focus:-ms-input-placeholder,
        select:focus:-ms-input-placeholder {
            color: transparent;
        }
        button,
        input[type='submit'] {
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            cursor: pointer;
            border: 0;
        }
        ol,
        ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        img {
            max-width: 100%;
        }
        .an {
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .box {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        section,
        header,
        footer,
        nav,
        main {
            display: block;
        }
        * {
            outline: none!important;
        }
        .flex {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            column-gap:.625rem;
            row-gap: .3125rem;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .flex2 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        }
        @media (min-width: 75rem) {
            .container,
            .container-lg,
            .container-md,
            .container-sm,
            .container-xl {
                max-width: 80.375rem;
            }
        }
        /* @media(max-width:30rem){
  .container{
    padding: 0 1.375rem;
  }
} */
        .fancybox-content .fancybox-button .fancybox-close-small{
            top:.75rem;
            right:.75rem;
        }
        .fancybox-bg{
            background-color:#2D3142;
        }
        .fancybox-slide{
            text-align:right;
        }
        .fancybox-slide:has(.popup--success){
            text-align:center;

        }

        .support-button {
            position: fixed;
            z-index: 8;
            bottom: 1.25rem;
            right: 2rem;
            margin-top: -1.625rem;
            border-radius: 1rem;
            height: 3.25rem;
            background: #e51a4b url('/local/templates/main/img/support.svg') no-repeat 1rem 50%;
            padding: 0 1rem 0 3.5rem;
            color: #fff;
            font-size: 1rem;
        }
        .wrapper{
            min-height: 100%;
            padding:0 .9375rem;
            margin: 0 auto;
            max-width: 120.625rem;
        }
        @media(max-width:47.9375rem){
            .wrapper{
                padding:0 .625rem;
            }
        }
        .header {
            border-bottom: .0625rem solid #E2E7EF;
            border-left: .0625rem solid #E2E7EF;
            border-right: .0625rem solid #E2E7EF;
            margin: 0 auto .9375rem auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: #fff;
            padding: 1.375rem 0 0 0;
            position: relative;
            max-width: 118.875rem;
            border-radius: 0rem 0rem 1.875rem 1.875rem;
            position:fixed;
            left:50%;
            transform: translateX(-50%);
            top:0;
            width: calc(100% - 1.75rem);
            z-index: 10;
        }
        @media(max-width:62rem){
            .header{
                border-radius: 0rem 0rem 0rem 0rem;
                width: calc(100% + .125rem);
            }
        }

        .header.no_border_radius{
            border-radius: 0rem 0rem 0rem 0rem;
        }

        .header .container-fluid {
            max-width: 105rem;
        }
        .header nav .logo {
            display: inline-block;
        }
        .header nav form {
            display: inline-block;
            margin-left: 2.5rem;
        }
        .header nav form input[type='text'] {
            width: 30rem;
            height: 2.75rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            background: #f3f5f8 url('/local/templates/main/img/search.svg') no-repeat right 1.5rem top 50%;
            padding: 0 1.5rem;
            color: #595D70;
            font-size: .9375rem;
        }
        .header nav ul {
            margin-top: .6875rem;
        }
        .header nav ul li {
            display: inline-block;
        }
        .header nav ul li:not(:last-child) {
            margin-right: 1.5rem;
        }
        .header nav ul li a {
            display: block;
            padding: .625rem 0 1.1875rem;
            font-size: 1rem;
            line-height: 1.25rem;
            position: relative;
        }
        .header nav ul li a:hover {
            color: #E51A4B;
        }
        .header nav ul li a:hover {
            color: #E51A4B;
        }
        .header nav ul li a.active {
            color: #E51A4B;
        }
        .header nav ul li a.active:after {
            content: "";
            position: absolute;
            width: 100%;
            height: .0625rem;
            left: 0;
            bottom: 0;
            background: #E51A4B;
        }
        .header nav ul li a.active .fa {
            transform: rotate(180deg);
        }
        .header nav ul li a .fa {
            vertical-align: middle;
            font-size: 1.125rem;
            margin-top: -0.125rem;
        }
        .header .contacts {
            text-align: right;
        }
        .header .contacts .buttons {
            margin-bottom: 1.0625rem;
            display:flex;
            flex-wrap:wrap;
            justify-content: end;
            align-items: center;
        }
        .header .contacts .buttons a,
        .header .contacts .buttons div {
            display: inline-block;
            vertical-align: middle;
        }
        .header .contacts .buttons a.phone {
            font-size: 1.5rem;
            margin-right: 1.5rem;
            font-weight: 300;
            font-family: "GT Eesti Pro Display";
        }
        .header .contacts .buttons a.cart {
            height: 2.75rem;
            line-height: 2.875rem;
            padding: 0 1.125rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            font-size: .9375rem;
            margin-right: .5rem;
            position:relative;
        }
        .header .contacts .buttons a.cart:hover {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }

        .header .contacts .buttons a.cart span.cart-count {
            position: absolute;
            top: -0.625rem;
            right: -0.625rem;
            min-width: 1.3125rem;
            outline:.125rem solid transparent;
            height: 1.3125rem;
            padding: .2575rem .3125rem .0625rem .3125rem;
            border-radius: 50%;
            color: #fff;
            background-color: #E51A4B;
            font-size: .875rem;
            line-height: 100%;
            text-align: center;
            justify-content: center;
            align-items: center;
        }
        @media(max-width:96rem){
            .header .contacts .buttons a.cart span.cart-count{
                padding: .255rem .3125rem 0rem .3125rem;
            }
        }
        @media(max-width:85.375rem){
            .header .contacts .buttons a.cart span.cart-count{
                padding: .25rem .3125rem 0rem .3125rem;
            }
        }

        .header .contacts .buttons a.cart:hover span.cart-count{
            color: #fff;
            background: #E51A4B;
            outline:.125rem solid #fff;
        }
        .header .contacts .buttons a.feedback {
            height: 2.75rem;
            line-height: 2.875rem;
            padding: 0 1.125rem;
            border-radius: .75rem;
            background: #2D3142;
            font-size: .9375rem;
            color: #fff;
        }
        .header .contacts .buttons a.feedback:hover {
            background: #E51A4B;
        }

        .header .contacts .eye {
            display: inline-block;
            font-size: 1rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.25rem;
            padding-left: 2.125rem;
            min-width: 2.125rem;
            min-height: 1.375rem;
            background: url('/local/templates/main/./img/eye.svg') left 100% / 1.625rem 1.625rem no-repeat;
        }
        .header .contacts .eye:hover {
            background: url('/local/templates/main/./img/eye_red.svg') left 100% / 1.625rem 1.625rem no-repeat;
        }

        .header .menu-button {
            width: 1.875rem;
            height: 1rem;
            position: relative;
            z-index:21;
            display: inline-block;
            margin-top: .9375rem;
            display: none;
        }
        .header .menu-button.active span:nth-child(1) {
            transform: translate(.1875rem, .4375rem) rotate(45deg);
            left: 0;
        }
        .header .menu-button.active span:nth-child(2) {
            display: none;
        }
        .header .menu-button.active span:nth-child(3) {
            transform: translate(.1875rem, -0.4375rem) rotate(-45deg);
            left: 0;
        }
        .header .menu-button:hover span:nth-child(1) {
            left: 0;
        }
        .header .menu-button:hover span:nth-child(2) {
            left: .375rem;
        }
        .header .menu-button:hover span:nth-child(3) {
            left: 0;
        }
        .header .menu-button span {
            position: absolute;
            width: 1.5rem;
            height: .125rem;
            background: #2D3142;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .header .menu-button span:nth-child(1) {
            top: 0;
            left: .375rem;
        }
        .header .menu-button span:nth-child(2) {
            top: 50%;
            left: 0;
            margin-top: -0.0625rem;
        }
        .header .menu-button span:nth-child(3) {
            bottom: 0;
            left: .375rem;
        }
        .header .about,
        .header .about2 {
            position: absolute;
            top: 100%;
            left: -0.0625rem;
            width:calc(100% + .125rem);
            background: #fff;
            z-index: 5;
            border-radius: 0 0 2.625rem 2.625rem;
            border: .0625rem solid #E2E7EF;
            box-shadow: 0px 35px 32px 5px rgba(45, 49, 66, 0.06);
            border-top: 0;
            margin-top: .0625rem;
            padding: 2rem 0;
            display: none;
        }
        .header .about .name,
        .header .about2 .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 2.5rem;
            font-size: 1.25rem;
            line-height: 1.25rem;
            padding: 0 1rem;
        }
        .header .about .item,
        .header .about2 .item {
            padding: 1rem;
            position: relative;
            color: #747887;
            font-size: .9375rem;
            line-height: 125%;
            margin-bottom: .75rem;
            border-radius: 1rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            display: block;
        }
        .header .about .item:hover,
        .header .about2 .item:hover {
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .header .about .item p,
        .header .about2 .item p {
            color: #2D3142;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.0625rem;
            line-height: 1.25rem;
        }
        .header .about .item p sup,
        .header .about2 .item p sup {
            display: inline-block;
            font-size: .75rem;
            color: #fff;
            padding: .625rem .375rem .5rem .375rem;
            border-radius: .5rem;
            background: var(--e-51-a-4-b, #e51a4b);
        }
        .header .about .item svg,
        .header .about2 .item svg {
            position: absolute;
            left: 1rem;
            top: 1rem;
        }
        .header .services {
            position: absolute;
            top: 100%;
            left: -0.0625rem;
            width:calc(100% + .125rem);
            background: #fff;
            z-index: 5;
            border-radius: 0 0 2.625rem 2.625rem;
            border: .0625rem solid #E2E7EF;
            box-shadow: 0px 35px 32px 5px rgba(45, 49, 66, 0.06);
            border-top: 0;
            margin-top: .0625rem;
            padding: 2rem 0;
            display: none;
        }
        .header .services .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 2.5rem;
            font-size: 1.25rem;
            line-height: 1.25rem;
            padding: 0 1rem;
        }
        .header .services .item {
            padding: 1rem 1rem 1rem 4.25rem;
            min-height: 6.0625rem;
            max-width: 25rem;
            position: relative;
            color: #747887;
            font-size: .9375rem;
            line-height: 125%;
            margin-bottom: 2.5rem;
            border-radius: 1rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            display: block;
        }
        .header .services .item:hover {
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .header .services .item p {
            color: #2D3142;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.0625rem;
            line-height: 1.25rem;
        }
        .header .services .item svg {
            position: absolute;
            left: 1rem;
            top: 1rem;
        }
        .header .catalog {
            position: absolute;
            top: 100%;
            right:0;
            left: -0.0625rem;
            width:calc(100% + .125rem);
            overflow: auto;
            height: 66vh;
            background: #fff;
            z-index: 5;
            border-radius: 0 0 2.625rem 2.625rem;
            border: .0625rem solid #E2E7EF;
            border-top: 0;
            box-shadow: 0px 35px 32px 5px rgba(45, 49, 66, 0.06);
            margin-top: .0625rem;
            padding: 2rem 0 4rem;
            display: none;

        }
        /* .header .catalog::-webkit-scrollbar  {
    width: .9375rem;
  } */

        @media(max-width:1600px){}
        .header .catalog {
            height: 60vh;
        }
        @media(max-width:1400px){}
        .header .catalog {
            height: 80vh;
        }
        .header .catalog .tabNavigation {
            width: 23.5%;
            margin: 0;
        }

        .header .catalog .tabNavigation .name {
            margin-bottom: 2.5rem;
            font-size: 1.25rem;
            line-height: 1.25rem;
            font-family: "GT Eesti Pro Display";
            height: 2.25rem;
            display: flex;
            align-items: center;
        }
        .header .catalog .tabNavigation li {
            margin-bottom: .25rem;
            display: block;
        }
        .header .catalog .tabNavigation li a {
            display: block;
            padding: 1.0625rem 1.25rem 1.0625rem 3.375rem;
            position: relative;
            font-family: "GT Eesti Pro Display";
            color: #2D3142;
            font-size: 1rem;
            line-height: 1.25rem;
            border-radius: 1rem;
        }
        .header .catalog .tabNavigation li a.selected,
        .header .catalog .tabNavigation li a:hover {
            background: #F3F5F8;
        }
        .header .catalog .tabNavigation li a.selected svg rect,
        .header .catalog .tabNavigation li a:hover svg rect {
            fill: #E51A4B;
        }
        .header .catalog .tabNavigation li a:hover svg path:nth-of-type(2) {
            stroke: #E51A4B;
        }
        .header .catalog .tabNavigation li a:hover svg path:nth-of-type(3) {
            stroke: #E51A4B;
        }
        .header .catalog .tabNavigation li a svg {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 1rem;
        }
        .header .catalog .tabNavigation li a svg rect {
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            fill: #2D3142;
        }
        .header .catalog .tabNavigation .links {
            margin-top: 1.75rem;
            border-top: .0625rem solid #E2E7EF;
            padding-top: 2rem;
        }
        .header .catalog .tabNavigation .links a {
            display: block;
            font-family: "GT Eesti Pro Display";
            color: #2D3142;
            font-size: 1rem;
            line-height: 1.25rem;
            padding: .875rem 1rem;
            border-radius: 1rem;
        }
        .header .catalog .tabNavigation .links a:hover {
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .header .catalog .tab-content {
            width: 74.5%;
            min-height: 100%;
        }
        .header .catalog .tab-content .block-name {
            margin-bottom: 1rem;
            padding: 0rem 1rem 1rem 1rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            cursor:pointer;
        }
        .header .catalog .tab-content .block-name i {
            transition: all 0.3s ease 0s;
            display: inline-block;
            margin-left: .1875rem;
        }
        .header .catalog .tab-content .block-name:hover i {
            display: inline-block;
            margin-left: .5rem;
        }
        .header .catalog .tab-content .block-name:hover rect {
            fill: #E51A4B;
        }
        .header .catalog .tab-content .block-name svg {
            vertical-align: middle;
            margin: -0.125rem .25rem 0 0;
        }
        .header .catalog .tab-content .block-name .fa {
            vertical-align: middle;
            font-size: 1.375rem;
        }
        .header .catalog .tab-content .item {
            margin-bottom: .75rem;
            padding: 1rem;
            color: #747887;
            font-size: .9375rem;
            line-height: 125%;
            border-radius: 1rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            display: block;
        }
        .header .catalog .tab-content .item:hover {
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .header .catalog .tab-content .item p {
            color: #2D3142;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.0625rem;
            line-height: 1.25rem;
        }
        .index-top-banner {
            background: url('/local/templates/main/img/index-top-banner.jpg') 50% 50% / cover;
            max-width: 118.75rem;
            margin: 8.4375rem auto 7.5rem auto;
            border-radius: 1.875rem;
            padding: 1.875rem 0 1.875rem;
            min-height:calc(100vh - 8.75rem) ;
            color: #fff;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        @media(max-width:1365px){
            .index-top-banner {
                background: url('/local/templates/main/img/index-top-banner.jpg') 65% 50% / cover;
            }
        }
        @media(max-width:992px){
            .index-top-banner {
                background: url('/local/templates/main/img/index-top-banner.jpg') 70% 50% / cover;
            }
        }
        @media(max-width:62rem){
            .index-top-banner {
                margin: 5.9375rem auto 7.5rem auto;
                min-height:calc(100vh - 5.9375rem) ;
            }
        }
        @media(max-width:47.9375rem){
            .index-top-banner {
                margin: 5.9375rem auto 7.5rem auto;
                min-height:calc(100vh - 5.9375rem) ;
                justify-content:flex-end;
            }
        }
        @media(max-width:35.9375rem){
            .index-top-banner {
                margin: 4.9375rem auto 7.5rem auto;
                min-height:calc(100vh - 4.9375rem) ;
            }
        }
        .index-top-banner .text {
            max-width: 58.4375rem;
        }
        .index-top-banner .text .name {
            margin-bottom: 1.5rem;
            line-height: 1;
            font-size: 4rem;
            font-family: "GT Eesti Pro Display";
        }
        @media(max-width:47.9375rem){
            .index-top-banner .text .name {
                margin-bottom: 1.25rem;
            }
        }
        .index-top-banner .text p {
            margin-bottom: 4rem;
            font-size: 1.25rem;
            max-width: 45.625rem;
        }
        .index-top-banner .text .link {
            display: inline-block;
            color: #fff;
            padding: 1.125rem 4rem;
            border-radius: 1.25rem;
            border: .0625rem solid var(--ffffff, #ffffff);
            font-size: 1.125rem;
            line-height: 1.5rem;
            letter-spacing: .0625rem;
        }
        @media(max-width:575px){
            .index-top-banner .text .link{
                font-size: .875rem;
            }
        }
        .index-top-banner .text .link:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
        }
        .index-about-block {
            padding-bottom: 7.5rem;
        }
        .index-about-block h2 {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1rem;
            font-size: 3rem;
        }
        .index-about-block .top-text {
            max-width: 45.125rem;
            margin-bottom: 2rem;
            font-size: 1.125rem;
            line-height: 120%;
        }
        .index-about-block .top-link {
            display: inline-block;
            margin-bottom: 4rem;
            padding: .625rem 1.6875rem .5rem 1.75rem;
            border-radius: .75rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
            font-size: .9375rem;
            line-height: 1.5rem;
        }
        .index-about-block .top-link:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .index-about-block .item {
            margin-bottom: 4rem;
            padding-right: 1.875rem;
            font-size: 1.125rem;
            line-height: 125%;
        }
        .index-about-block .item p {
            margin: 1rem 0 .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
        }
        .index-about-block .item .icon {
            width: 2.625rem;
            height: 2.625rem;
            line-height: 2.625rem;
            text-align: center;
            border-radius: .75rem;
            background: var(--e-51-a-4-b, #e51a4b);
        }
        .index-about-block .item .icon img {
            vertical-align: middle;
        }
        .index-about-block .bottom-link {
            text-align: center;
        }
        .index-about-block .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .index-about-block .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .index-about-block .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .index-projects-block {
            padding-bottom: 7.5rem;
        }
        .index-projects-block h2 {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1rem;
            font-size: 3rem;
        }
        .index-projects-block .top-text {
            max-width: 45.125rem;
            margin-bottom: 2.625rem;
            font-size: 1.125rem;
            line-height: 120%;
            color: #595D70;
        }
        .index-projects-block .col-md-6 {
            margin-bottom: 2rem;
        }
        .index-projects-block .item {
            height: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            padding: 2rem 2rem 6.625rem 2rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            display: block;
        }
        .index-projects-block .item:hover {
            box-shadow: 0rem .3125rem 1.875rem .875rem rgba(45, 49, 66, 0.06);
        }
        .index-projects-block .item .logo {
            margin-bottom: 2rem;
        }
        .index-projects-block .item .name {
            margin-bottom: .75rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 1.875rem;
        }
        .index-projects-block .item ul {
            padding-left: 1.25rem;
            list-style: disc;
            color: #595D70;
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .index-projects-block .item .author {
            position: absolute;
            left: 2rem;
            bottom: 2rem;
            width: calc(100% - 4rem);
            padding: 1rem 0 0 1.25rem;
            border-top: .0625rem solid #E2E7EF;
        }
        .index-projects-block .item .author div {
            display: table-cell;
            vertical-align: middle;
            color: var(--8-a-919-f, #8a919f);
            line-height: 125%;
        }
        .index-projects-block .item .author div span {
            display: block;
            color: #2D3142;
            margin-bottom: .125rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1rem;
        }
        .index-projects-block .item .author div img {
            width: 2.625rem;
            height: 2.625rem;
            max-width: 2.625rem;
            object-fit: cover;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
            margin-right: .75rem;
        }
        .index-projects-block .bottom-link {
            text-align: center;
            padding-top: 2rem;
        }
        .index-projects-block .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .index-projects-block .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .index-projects-block .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .index-reviews-block {
            padding-bottom: 7.75rem;
        }
        .index-reviews-block h2 {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1rem;
            font-size: 3rem;
        }
        .index-reviews-block .top-text {
            max-width: 45.125rem;
            margin-bottom: 2.625rem;
            font-size: 1.125rem;
            line-height: 120%;
            color: #595D70;
        }
        .index-reviews-block .slick-list {
            padding:0 1.4375rem;
        }
        .index-reviews-block .list {
            width: calc(50vw + 50%);
        }
        .index-reviews-block .list .slick-track {
            display: flex;
        }
        .index-reviews-block .list .item {
            width: 51.75rem;
            height: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-right: 1.5625rem;
            padding: 2rem 2rem 5.25rem 7.5rem;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            margin-top: 1.5625rem;
            margin-bottom: 1.5625rem;
        }

        .index-reviews-block .list .item:hover{
            box-shadow: rgba(45, 49, 66, 0.06) 0rem .25rem .9375rem .5625rem;
        }
        .index-reviews-block .list .item .avatar {
            position: absolute;
            left: 2rem;
            top: 2rem;
        }
        .index-reviews-block .list .item .avatar img {
            width: 4rem;
            height: 4rem;
            max-width: 4rem;
            object-fit: cover;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
        }
        .index-reviews-block .list .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
            font-size: 1.25rem;
        }
        .index-reviews-block .list .item p {
            line-height: 125%;
            margin-bottom: 1.25rem;
            color: #595D70;
            font-size: 1rem;
        }
        .index-reviews-block .list .item .link {
            position: absolute;
            left: 7.5rem;
            bottom: 2.25rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            padding: .625rem 1rem;
            font-size: 1rem;
        }

        .index-reviews-block .list .item .link:hover {
            position: absolute;
            left: 7.5rem;
            bottom: 2.25rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            padding: .625rem 1rem;
            font-size: 1rem;
            color:#fff;
            background-color:#E51A4B;
        }
        .index-reviews-block .list .slick-prev,
        .index-reviews-block .list .slick-next {
            position: absolute;
            pointer-events: none;
            z-index: -10;
            opacity: 0;
        }
        .index-reviews-block .sl-count {
            text-align: center;
            padding-top: 2.875rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }
        .index-reviews-block .sl-count a {
            display: inline-block;
            vertical-align: middle;
            width: 2rem;
            height: 2rem;
            margin: -0.25rem 1rem 0 1rem;
        }
        .index-reviews-block .sl-count a.prev {
            background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
        }
        .index-reviews-block .sl-count a.prev:hover  {
            background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
        }
        .index-reviews-block .sl-count a.next {
            background: url('/local/templates/main/img/next.svg')  0 0 / 100% 100%;
        }
        .index-reviews-block .sl-count a.next:hover {
            background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
        }
        .index-ways-block {
            padding-bottom: 7.5rem;
        }
        .index-ways-block h2 {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1rem;
            font-size: 3rem;
        }
        .index-ways-block .top-text {
            max-width: 45.125rem;
            margin-bottom: 2.625rem;
            font-size: 1.125rem;
            line-height: 120%;
            color: #595D70;
        }
        .index-ways-block .col-md-6 {
            margin-bottom: 1.75rem;
        }
        .index-ways-block .item {
            height: 100%;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            padding: 2.3125rem 2rem 2rem 5.25rem;
            position: relative;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            display: block;
        }
        .index-ways-block .item:hover {
            box-shadow: 0rem .3125rem 1rem .25rem rgba(45, 49, 66, 0.08);
        }
        .index-ways-block .item:hover .icon svg path {
            fill: #E51A4B;
        }
        .index-ways-block .item:hover .icon svg path.path-1 {
            fill: #fff;
            stroke:#E51A4B ;
        }
        .index-ways-block .item:hover .count {
            color: #fff;
            background: #E51A4B;
        }
        .index-ways-block .item .icon {
            position: absolute;
            left: 2rem;
            top: 2rem;
        }
        .index-ways-block .item .icon svg path {
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .index-ways-block .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1.0625rem;
            font-size: 1.375rem;
        }
        .index-ways-block .item p {
            margin-bottom: 1rem;
            font-size: 1rem;
            color: #595D70;
            line-height: 125%;
        }
        .index-ways-block .item .count {
            display: inline-block;
            color: #595D70;
            padding: .375rem .5rem;
            border-radius: .5rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            line-height: 125%;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .index-ways-block .bottom-link {
            text-align: center;
            padding-top: 2.25rem;
        }
        .index-ways-block .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .index-ways-block .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .index-ways-block .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .index-blog-block {
            padding-bottom: 7.5rem;
        }
        .index-blog-block h2 {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1rem;
            font-size: 3rem;
        }
        .index-blog-block .top-text {
            max-width: 45.125rem;
            margin-bottom: 2.625rem;
            font-size: 1.125rem;
            line-height: 120%;
            color: #595D70;
        }

        .index-blog-block .item {
            margin-bottom: 2rem;
            display:block;

        }
        .index-blog-block .item .image {
            display: block;
            position: relative;
            margin-bottom: 1.25rem;
        }
        .index-blog-block .item .image img {
            width: 100%;
        }
        .index-blog-block .item .image .badge {
            position: absolute;
            color: #fff;
            left: 1rem;
            top: 1rem;
            font-family: "GTEestiProDisplay-Light";

            font-size: .875rem;
            font-weight: 300;
            padding: .5625rem 1rem .4375rem 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .index-blog-block .item .date {
            margin-bottom: .75rem;
            color: #8A919F;
        }
        .index-blog-block .item .name {
            display: block;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 125%;
        }
        .index-blog-block .item p {
            color: #8A919F;
            font-size: 1rem;
            line-height: 125%;
        }
        .index-blog-block .bottom-link {
            text-align: center;
            padding-top: 2rem;
        }
        .index-blog-block .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .index-blog-block .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .index-blog-block .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .footer {
            background: var(--2-d-3142, #2d3142);
            padding: 4rem 0 1.875rem;
            color: #fff;
            margin:0 -1rem;
        }
        .footer .container{
            padding:0 1rem;
        }
        @media(max-width:30rem){
            .footer .container{
                padding: 0 1.375rem;
            }
        }
        .footer .form {
            margin-bottom: 7.5rem;
            border-radius: 2rem;
            background: #FFF;
            padding: 4.5625rem 3.75rem;
            color: #2D3142;
        }
        .footer .form .name {
            margin-bottom: .75rem;
            font-size: 2.375rem;
            font-family: "GT Eesti Pro Display";
            line-height: 125%;
            padding-right: 5rem;
        }
        .footer .form p {
            color: #595D70;
            font-size: 1.125rem;
            line-height: 125%;
            padding-right: 2.5rem;
        }
        .footer .form input {
            width: 100%;
            height: 3.5rem;
            border-radius: 1rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 1.5rem;
            margin-bottom: .5rem;
        }
        .footer .form .button {
            padding: 1.125rem 0 1.125rem;
        }
        .footer .form .button button {
            width: 100%;
            height: 3.5rem;
            color: #fff;
            border-radius: 1rem;
            background: #2D3142;
            font-size: 1.0625rem;
        }
        .footer .form .button button:hover {
            background: #E51A4B;
        }
        .footer .form .bottom-text {
            color: var(--8-a-919-f, #8a919f);
            line-height: 125%;
        }
        .footer .form .bottom-text a {
            color: var(--8-a-919-f, #8a919f);
            text-decoration: underline;
        }
        .footer .contacts {
            margin-bottom: 2.625rem;
        }
        .footer .contacts .logo {
            margin-bottom: 2.75rem;
        }
        .footer .contacts .eye {
            display: block;
            color: #fff;
            font-size: 1rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.25rem;
            padding-left: 2.125rem;
            background: url('/local/templates/main/./img/eye2.svg') no-repeat 0 -0.3125rem;
            margin-bottom: 2.75rem;
        }
        .footer .contacts .item {
            margin-bottom: 1.5rem;
            font-size: 1rem;
        }
        .footer .contacts .item p {
            font-family: "GT Eesti Pro Display";
            font-size: 1.125rem;
            margin-bottom: .5rem;
        }
        .footer .contacts .item a {
            display: inline-block;
            color: #fff;
            margin-bottom: .25rem;
        }
        .footer .contacts .item .social {
            padding-top: 1rem;
        }
        .footer .contacts .item .social a {
            margin-right: .3125rem;
            display: inline-block;
            width: 2.25rem;
            height: 2.3125rem;
        }
        .footer .contacts .item .social a svg rect,
        .footer .contacts .item .social a svg path {
            transition: all 0.3s ease 0s;
        }

        .footer .contacts .item .social a:hover svg rect {
            fill:#E51A4B;
        }
        .footer .contacts .item .social a:hover svg path {
            fill:white;
        }
        .footer nav p {
            font-family: "GT Eesti Pro Display";
            font-size: 1.125rem;
            padding-bottom: .625rem;
            margin-bottom: 1rem;
            border-bottom: .0625rem solid #595D70;
        }
        .footer nav p a {
            color:#fff;
        }
        .footer nav ul {
            padding-bottom: 1.875rem;
        }
        .footer nav ul li {
            margin-bottom: .75rem;
        }
        .footer nav ul li a {
            display: block;
            color: #fff;
            font-size: 1rem;
        }
        .footer nav ul li a:hover{
            cursor:pointer;
        }
        .footer .subscribe {
            border-top: .0625rem solid #595D70;
            border-bottom: .0625rem solid #595D70;
            padding: 2.625rem 0;
            margin-bottom: 2.625rem;
        }
        .footer .subscribe .name {
            margin-bottom: .5rem;
            font-size: 1.5rem;
            font-family: "GT Eesti Pro Display";
        }
        .footer .subscribe p {
            font-size: 1rem;
            max-width: 34.375rem;
        }
        .footer .subscribe form {
            padding-top: .5625rem;
        }
        .footer .subscribe form div{
            padding:0 .5rem;
        }
        @media(max-width:35.9375rem){
            .footer .subscribe form div:not(:last-child){
                margin-bottom: .9375rem;
            }
        }
        .footer .subscribe form input {
            width: 100%;
            height: 3.5rem;
            border-radius: 1rem;
            border: .0625rem solid #e2e7ef;
            background-color: #f3f5f8;
            padding: 0 1.5rem;
            font-size: 1rem;
            color:#595D70;
        }
        .footer .subscribe form input::placeholder{
            color:#595D70;
        }
        .footer .subscribe form button {
            width: 100%;
            height: 3.5rem;
            background: none;
            color: #fff;
            border-radius: 1rem;
            border: .0625rem solid var(--ffffff, #ffffff);
            font-size: 1.0625rem;
        }
        .footer .subscribe form button:hover {
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .footer .copy {
            line-height: 125%;
        }
        .footer .copy a {
            color: #fff;
        }
        .footer .copy p {
            margin-top: .75rem;
        }
        .footer .bottom-text {
            line-height: 125%;
        }
        .footer .bottom-text p {
            margin-bottom: .75rem;
            color: var(--8-a-919-f, #8a919f);
        }
        @media (max-width: 87.5rem) {
            .header nav form {
                display: none;
            }
        }
        .mobile-menu {
            position: fixed;
            width: 21.875rem;
            height: 100%;
            top: 0;
            right: -100%;
            background: #fff;
            z-index: 20;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            padding:3.75rem 1.5rem 1.25rem;
            overflow: auto;
        }
        .mobile-menu .mobile-menu-close{
            position:absolute;
            top:.75rem;
            right:2.5rem;
            width:2.5rem;
            height: 2.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 3.25rem;
            color:#373841;
            background-color: #fff;
            z-index:404;
        }
        @media(min-width:992px){
            .mobile-menu .mobile-menu-close{
                display: none;
            }
        }
        .mobile-menu .mobile-menu-close::before,
        .mobile-menu .mobile-menu-close::after{
            position:absolute;
            top:50%;
            left:50%;
            content:"";
            display: block;
            width: 1.5625rem;
            height: .125rem;
            border-radius: .125rem;
            background-color:#373841;
        }
        .mobile-menu .mobile-menu-close::before{
            transform:translate(-50%, -50%) rotate(45deg);
        }
        .mobile-menu .mobile-menu-close::after{
            transform:translate(-50%, -50%) rotate(-45deg);
        }

        .mobile-menu .mobile-menu-title{
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            font-size: 1.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 125%;
            margin-bottom: 1.875rem;
        }
        .mobile-menu .mobile-menu-form {
            margin-bottom: 1.75rem;
            overflow: auto;
        }
        .mobile-menu .mobile-menu-form input {
            width: 100%;
            height: 3rem;
            border-radius: .875rem;
            border: .0625rem solid #E2E7EF;
            padding: .125rem 3.75rem .125rem 1.25rem;
            font-size: 1rem;
            background:#F3F5F8 url("/local/templates/main/img/search.svg") no-repeat 90% 50%;
            color:#595d70;
            display: flex;
            align-items: center;
        }
        .mobile-menu .mobile-menu-form input::placeholder {
            color:#595d70;
        }
        @media(max-width:992px){
            .mobile-menu{
                width: 100%;
            }
            .mobile-menu .mobile-menu-form input{
                background:#F3F5F8 url("/local/templates/main/img/search.svg") no-repeat 97% 50%;
            }
        }
        @media(max-width:767px){
            .mobile-menu{
                width: 100%;
            }
            .mobile-menu .mobile-menu-form input{
                background:#F3F5F8 url("/local/templates/main/img/search.svg") no-repeat 95% 50%;
            }
        }
        .mobile-menu ul li > a {
            display: block;
            text-decoration: none;
            border-bottom: .0625rem solid rgba(1, 1, 1, 0.1);
            padding: .625rem 0rem;
            font-size: 1.125rem;
            color: #2D3142;
        }
        .mobile-menu ul >li {
            position: relative;
        }
        .mobile-menu ul >li a .fa {
            transition: all 0.3s ease 0s;
            vertical-align: middle;
            font-size: 1.125rem;
            margin-top: -0.125rem;
            margin-left: .75rem;
        }
        .mobile-menu ul > li.active a .fa {
            transform: rotate(180deg);
        }
        .mobile-menu ul >li i {

        }
        .mobile-menu ul >li a:hover {
            color: #2D3142;
        }


        .mobile-menu ul li .mobile-sub-menu {
            width:100%;
            background-color: #fff;
            padding:1.25rem 1.25rem 1.25rem 1.5rem;
            display:none;
        }
        .mobile-menu ul li.active .mobile-sub-menu {
            width:100%;
            background-color: #fff;
            padding:1.25rem 1.25rem 1.25rem 1.5rem;
            display:block;
        }
        .mobile-menu ul li .mobile-sub-menu li {
            height: 2.625rem;
            background-color: #fff;
        }
        .mobile-menu ul li .mobile-sub-menu li a {
            font-size: 1rem;
            border-bottom:none;
        }
        .mobile-menu .buttons {
            padding: 1.25rem 0rem 1.25rem 0rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 1.25rem;
            margin-top: 1.25rem;
        }
        .mobile-menu .buttons a.phone {
            font-size: 1.5rem;
            margin-bottom: 1.875rem;
            width: 100%;
            font-family: "GT Eesti Pro Display";
            display: block;

        }
        .mobile-menu .buttons a.cart {
            height: 3rem;
            line-height: 2.875rem;
            padding: 0 1.125rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            font-size: .9375rem;
            width: 100%;
            display: block;
            text-align: center;
            position:relative;
            margin-right: .625rem;
        }
        @media(any-hover:hover){
            .mobile-menu .buttons a.cart:hover {
                color: #fff;
                background: #E51A4B;
                border: .0625rem solid #E51A4B;
            }
        }
        @media(max-width:767px){
            .mobile-menu .buttons a.cart,
            .mobile-menu .buttons .bx-basket {
                width: 45%;
            }
            .mobile-menu .buttons .bx-basket a.cart {
                width: 100%;
            }
        }
        .mobile-menu .buttons a.cart .cart-count {
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -0.625rem;
            right: -0.625rem;
            min-width: 1.3125rem;
            height: 1.3125rem;
            padding: .25rem .3125rem 0rem .3125rem;
            border-radius: 1.5rem;
            color: #fff;
            background-color: #E51A4B;
            font-size: .8125rem;
            line-height: 1;
            outline: .125rem solid transparent;
        }
        .mobile-menu .buttons a.cart:hover span.cart-count {
            color: #fff;
            background: #E51A4B;
            outline: .125rem solid #fff;

        }

        .mobile-menu .buttons a.feedback {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 3rem;
            line-height: 100%;
            padding: 0 1.125rem;
            border-radius: .75rem;
            background: #2D3142;
            font-size: .9375rem;
            color: #fff;
            width: 49%;
            text-align: center;
        }
        @media(max-width:767px){
            .mobile-menu .buttons a.feedback{
                width: 50%;
            }
        }
        .mobile-menu .buttons a.feedback:hover {
            background: #E51A4B;
        }
        .mobile-menu .eye {
            display: block;
            font-size: 1rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.25rem;
            padding-left: 2.125rem;
            background: url('/local/templates/main/./img/eye.svg') no-repeat 0 -0.3125rem;
        }
        .mobile-menu .eye:hover {
            background: url('/local/templates/main/./img/eye_red.svg') no-repeat 0 -0.3125rem;
        }
        .navi {
            padding:9.0625rem 0rem 1.25rem 0rem;
        }
        @media(max-width:62rem){
            .navi{
                padding:6.25rem 0rem 1.25rem 0rem;
            }
        }
        .contacts-navi{
            padding:12rem 0rem 2.625rem 0rem;
        }
        .navi a {
            color: var(--8-a-919-f, #8a919f);
        }
        .navi span {
            color: var(--8-a-919-f, #8a919f);
        }
        h1,
        .h1 {
            font-size: 3rem;
            margin-bottom: 4rem;
            font-family: "GT Eesti Pro Display";
        }

        .catalog-page {
            padding-bottom: 7.5rem;
        }
        .catalog-page .top-links {
            padding-bottom: 3.5rem;
        }
        .catalog-page .search__top-links {
            padding-bottom: 2rem;
        }
        @media(max-width:62rem){
            .catalog-page h1,
            .catalog-page .h1 {
                margin-bottom: 1.5rem;
                font-size: 2.25rem;
            }
            .catalog-page .top-links {
                display: none;
            }
        }
        .catalog-page .top-links a {
            display: inline-block;
            margin: 0 .25rem .5rem 0;
            padding: 1.0625rem 1.25rem .9375rem 1.25rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            font-size: 1rem;
            line-height: 110%;
        }
        .catalog-page .top-links a.active,
        .catalog-page .top-links a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .catalog-page .top-links a sup {
            font-size: .75rem;
        }
        .catalog-page .top-form {
            border-bottom: .0625rem solid #D7DEEA;
            padding-bottom: 2.625rem;
            margin-bottom: 2.625rem;
            height: auto;
            transition: all 0.3s ease 0s;
            display: flex;
            flex-wrap: wrap;
            gap:.625rem;
            align-items: center;
        }

        @media(max-width:62rem){
            .catalog-page .top-form {
                border-bottom: .0625rem solid #D7DEEA;
                padding-bottom: 1.875rem;
                margin-bottom: 1.875rem;
            }
        }
        .catalog-page .catalog-filter-btn{
            display: block;
            width: 3rem;
            height: 3rem;
            border: .0625rem solid #E2E7EF;
            border-radius: .75rem;
            overflow: hidden;
            background: #F3F5F8 url('/local/templates/main/img/filter.svg') center / 1.5rem 1.5rem no-repeat;
        }
        .catalog-page .catalog-search-btn{
            display: block;
            width: 3rem;
            height: 3rem;
            border: .0625rem solid #E2E7EF;
            border-radius: .75rem;
            overflow: hidden;
            background:#F3F5F8 url('/local/templates/main/img/search-mobile.svg') center / 1.5rem 1.5rem no-repeat;
        }
        .catalog-page .catalog-list-mobile{
            display: block;
            flex:1 1 auto;
            height: 3rem;
            border: .0625rem solid #E2E7EF;
            border-radius: .75rem;
            overflow: hidden;
            background:#F3F5F8;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding:.3125rem 1.25rem;
        }
        .catalog-page .catalog-list-mobile:after{
            content:"";
            width: .5rem;
            height: .5rem;
            border-bottom: .0938rem solid #2D3142;
            border-right: .0938rem solid #2D3142;
            transform: rotate(45deg) translateY(-0.25rem);
        }
        .catalog-popup-links{
            margin-top: 3rem;
            display: flex;
            justify-content: center;
            flex-direction: column;
            font-size: 1.125rem;
            row-gap: 1.875rem;

        }
        @media(max-width:767px){
            .catalog-popup-links{
                font-size: 1rem;
            }
        }

        .catalog-page .search__top-form {
            border-bottom: .0625rem solid #D7DEEA;
            padding: .3125rem 0rem;
            margin-bottom: 2.625rem;
            height: auto;
            transition: all 0.3s ease 0s;
            display: flex;
            flex-wrap: wrap;
            gap:.625rem;
            align-items: center;
        }
        .catalog-page .top-form.other {
            margin-bottom: 4rem;
            border: 0;
            border-radius: 1.625rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 1.375rem;
        }
        .catalog-page .top-form.other input {
            width: 100%;
            background: #ffffff url('/local/templates/main/img/search.svg') no-repeat 1.25rem 50%;
            color: #595D70;
        }
        .catalog-page .top-form.other input::placeholder {
            color: #595D70;
        }
        .catalog-page .top-form input[type='text'] {
            width: 25rem;
            height: 3rem;
            border-radius: .875rem;
            border: .0625rem solid #E2E7EF;
            padding: 0 1.25rem 0 3.75rem;
            font-size: 1rem;
            background: url('/local/templates/main/img/search.svg') no-repeat 1.25rem 50%;
            margin-right: 1.125rem;
            color: #595D70;
        }
        .catalog-page .top-form input[type='text']::placeholder {
            color: #595D70;
        }
        .catalog-page .filter-template{
            color: #595D70;
        }
        @media(min-width:575px){
            .catalog-page .filter-template{
                display:none;
            }
        }

        .catalog-page .mobile-block{
            display: none;
        }
        .fancybox-slide--html{
            padding:0rem;
        }
        @media(max-width:35.9375rem){
            .filter-category{
                display: flex;
                gap:.5rem;
                align-items: center;
                flex-wrap:wrap;
            }
            .catalog-page .mobile-block{
                display: block;
            }
            .catalog-page .top-form-mobile {
                position: fixed;
                top:0;
                left:-100%;
                width: 100vw;
                height: 100vh;
                display: block;
                background-color: #fff;
                z-index: 10;
                padding:3.75rem 1.5rem;
                transition: all 0.3s ease 0s;
            }
            .catalog-page .top-form-mobile._open {
                left:0%;
            }
            .catalog-page .top-form input[type='text'] {
                background: #F3F5F8;
                padding: 0 1.25rem 0 1.25rem;
            }
        }
        .catalog-page .search-item,
        .catalog-page .top-form .search-item {
            display: inline-block;
            height: 3rem;
            line-height: 3rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: .875rem;
            border: .0625rem solid #E2E7EF;
            padding: 0 1.375rem;
            font-size: 1rem;
            vertical-align: middle;
            color: #595D70;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .catalog-page .top-form .search-item:hover {
            border: .0625rem solid  #2D3142;
            color: #2D3142;
        }
        .search-item .delete,
        .catalog-page .top-form .search-item .delete {
            display: inline-block;
            vertical-align: middle;
            width: .875rem;
            height: .875rem;
            background: url('/local/templates/main/img/delete.svg');
            margin: -0.125rem 0 0 .625rem;
        }

        /* стилизация выпадающего списка категорий */
        .collapse-body{
            display: grid;
            grid-template-rows: 1fr;
            transition: all 0.5s ease 0s;
        }

        @media(max-width:62rem){
            .collapse-button{
                display:flex;
                align-items: center;
                justify-content: space-between;
                gap:.75rem;
            }
            .collapse-button .help{
                margin-right: auto;
            }
            .collapse-button::after{
                content:'';
                display: block;
                width: .5rem;
                height: .5rem;
                border-bottom:.0938rem solid #2d3142;
                border-right:.0938rem solid #2d3142;
                transform:translateY(-0.1875rem) rotate(45deg);
                transition: all 0.3s ease 0s;
            }
            .collapse-button.active::after{
                content:'';
                display: block;
                width: .5rem;
                height: .5rem;
                border-bottom:.0938rem solid #2d3142;
                border-right:.0938rem solid #2d3142;
                transform:translateY(0rem) rotate(225deg);
            }
            .collapse-body{
                display: grid;
                grid-template-rows: 0fr;
                transition: all 0.5s ease 0s;
            }
            .collapse-body.show{
                display: grid;
                grid-template-rows: 1fr;

            }
            .collapse-body > div {
                overflow: hidden;
            }
        }
        .filter-title{
            display: none;
        }
        .catalog-page .catalog-filter-box{
            display: none;
        }
        @media(max-width:35.875rem){
            .catalog-page .catalog-filter-box{
                display: flex;
                align-items: center;
                gap:.5rem;
                margin-bottom: 2rem;
            }
            .catalog-page .filter {
                position: fixed;
                top:0;
                left:-100%;
                width: 100vw;
                height: 100vh;
                background-color: #fff;
                z-index: 10;
                padding:3.75rem 1.5rem;
                transition: all 0.3s ease 0s;
                overflow: auto;
            }
            .catalog-page .filter._open {
                left:0%;
            }
            .filter-title{
                display: block;
                font-size: 1.875rem;
                margin-bottom: 2.5rem;
                font-family: "GT Eesti Pro Display";
            }
            .catalog-page .filter .close-filter,
            .catalog-page .top-form .close-search{
                position:absolute;
                top:.75rem;
                right:2.5rem;
                width:2.5rem;
                height: 2.5rem;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 3.25rem;
                color:#373841;
                background-color: #fff;
                z-index:40;
            }

            .catalog-page .top-form .close-search::before,
            .catalog-page .top-form .close-search::after,
            .catalog-page .filter .close-filter::before,
            .catalog-page .filter .close-filter::after{
                position:absolute;
                content:"";
                display: block;
                top:50%;
                left:50%;
                width: 1.5625rem;
                height: .125rem;
                border-radius: .125rem;
                background-color:#373841;
                z-index:40;
            }
            .catalog-page .top-form .close-search::before,
            .catalog-page .filter .close-filter::before{
                transform:translate(-50%, -50%) rotate(45deg);
            }
            .catalog-page .top-form .close-search::after,
            .catalog-page .filter .close-filter::after
            {
                transform:translate(-50%, -50%) rotate(-45deg);
            }

        }

        .catalog-page .filter .filter__buttons{
            display: none;
        }
        @media(max-width:35.9375rem){
            .catalog-page .filter .filter__buttons {
                display: flex;
                align-items: center;
                gap:.75rem;
                margin-bottom: 1.875rem;
                margin-top: 1rem;
                font-size: 1rem;
                opacity: 0;
            }
        }

        .mobile-list-catalog .popup-close::before,
        .mobile-list-catalog .popup-close::after{
            background-color:#373841;
        }
        .catalog-page .filter .filter__button {
            background-color: #2D3142;
            color:#fff;
            height: 3.75rem;
            border-radius: .75rem;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: .3125rem 1.5rem;
            border: .0625rem solid #E2E7EF;
            width: 100%;
            max-width: 15.625rem;
            font-size: 1rem;
        }
        .catalog-page .filter .filter__button:hover {
            background-color: #e51a4b;
            color:#fff;
            height: 3rem;
            border-radius: .75rem;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: .3125rem 1.5rem;
            border:.0625rem solid#e51a4b;
            width: 100%;
            max-width: 15.625rem;
            font-size: 1rem;
        }
        @media(max-width:47.9375rem){
            .catalog-page .filter .filter__button{
                font-size: .875rem;
            }
        }
        .catalog-page .filter .filter__button-reset {
            background-color: #fff;
            color:#2D3142;
        }
        .catalog-page .filter .name {
            margin-bottom: 1rem;
            font-size: 1.125rem;
            font-family: "GT Eesti Pro Display";
        }
        .catalog-page .filter .name .help {
            display: inline-block;
            vertical-align: middle;
            width: 1.125rem;
            height: 1.125rem;
            background: url('/local/templates/main/img/help.svg');
            margin: -0.125rem 0 0 .25rem;
        }
        @media(max-width:62rem){
            .catalog-page .filter .name .help{
                margin: -0.125rem auto 0 .25rem;
            }
        }


        .catalog-page .filter .checkbox {
            display: none;
        }
        .catalog-page .filter .popup .checkbox {
            display: none;
        }
        .catalog-page .filter .checkbox + label {
            display: block;
            cursor: pointer;
            padding: .75rem 0 .5rem 2rem;
            font-size: 1.0625rem;
            line-height: 120%;
            background: url('/local/templates/main/img/checkbox.svg') no-repeat left;
            margin: 0;
        }
        .catalog-page .filter .checkbox:checked + label {
            background: url('/local/templates/main/img/checkbox2.svg') no-repeat left;
        }



        .catalog-page .filter .radio {
            display: none;
        }
        .catalog-page .filter .radio + label {
            display: block;
            cursor: pointer;
            padding: .75rem 0 .5rem 2rem;
            font-size: 1.0625rem;
            line-height: 120%;
            background: url('/local/templates/main/img/radio.svg') no-repeat left;
            margin: 0;
        }
        .catalog-page .filter .radio:checked + label {
            background: url('/local/templates/main/img/radio2.svg') no-repeat left;
        }
        .catalog-page .filter .more-fields {
            padding-top: 1rem;
            display: none;
        }
        .catalog-page .filter .link {
            display: block;
            margin-top: 1rem;
            margin-bottom: 1rem;
            color: var(--e-51-a-4-b, #e51a4b);
            font-family: "GT Eesti Pro Display";
            font-size: 1.0625rem;
        }
        @media(max-width:35.9375rem){
            .catalog-page .filter .link {
                display: none;
            }
        }
        .catalog-page .list .col-md-6,
        .catalog-page .list .col-md-12 {
            margin-bottom: 1.75rem;
        }
        .catalog-page .list .item {
            display:flex;
            flex-direction:column;
            height: 100%;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            padding: 2rem 2rem 2rem 2rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .catalog-page .list .item:hover {
            box-shadow: 0rem .3125rem 1.875rem .875rem rgba(45, 49, 66, 0.06);
        }
        .catalog-page .list .item .tag {
            display: inline-block;
            height: 1.75rem;
            line-height: 1.875rem;
            -webkit-border-radius: 1.5rem;
            -moz-border-radius: 1.5rem;
            border-radius: 1.5rem;
            padding: 0 .75rem 0 2.25rem;
            position: relative;
            margin-bottom: 1rem;
        }
        .catalog-page .list .item .tag.color1 {
            color: #B61C41;
            background: var(--ffe-8-ed, #ffe8ed);
        }
        .catalog-page .list .item .tag.color3 {
            color: #1F6CA7;
            background: #DAEFFF;
        }
        .catalog-page .list .item .tag.color2 {
            color: #0C858C;
            background: var(--e-1-f-4-f-5, #e1f4f5);
        }
        .catalog-page .list .item .tag.color4 {
            color: #663A9E;
            background: #EBDCFF;
        }
        .catalog-page .list .item .tag.color5 {
            color: #34810E;
            background: #DAF5CE;
        }
        .catalog-page .list .item .tag.color6 {
            color: #856514;
            background: #FFF4D8;
        }
        .catalog-page .list .item .tagv.color7 {
            color: #fff;
            background: #A10989;
        }
        .catalog-page .list .item .tag img,
        .catalog-page .list .item .tag svg {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: .75rem;
        }
        .catalog-page .list .item .image {
            width: 100%;
            margin-bottom: 1.25rem;
        }
        .catalog-page .list .item .name {
            margin-bottom: .75rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 125%;
            display: block;
        }
        .catalog-page .list .item p {
            color: var(--8-a-919-f, #8a919f);
            font-size: 1rem;
            line-height: 125%;
            flex:1 1 auto;
            /* margin-bottom: 24px; */
        }
        .catalog-page .list .item ul {
            padding: 1.25rem 0 .75rem;
        }
        .catalog-page .list .item ul li {
            display: inline-block;
            margin: 0 2rem 0 0;
            font-size: 1rem;
            padding-left: 2.25rem;
        }
        .catalog-page .list .item ul li:nth-child(1) {
            background: url('/local/templates/main/img/catalog-li1.svg') no-repeat 0 -0.125rem;
        }
        .catalog-page .list .item ul li:nth-child(2) {
            background: url('/local/templates/main/img/catalog-li2.svg') no-repeat 0 -0.125rem;
        }
        .catalog-page .list .item .button {
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 2rem 0rem 0rem 0rem;
        }
        .catalog-page .list .item .button:has( .price.with_old ) {
            padding: 3.75rem 0rem 0rem 0rem;
        }
        .catalog-page .list .item .button .price {
            position: relative;
            font-family: "GT Eesti Pro Display";
            margin-bottom: 2rem;
            font-size: 2rem;
        }
        .catalog-page .list .item .button .price.with_old {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .catalog-page .list .item .button .price .old {
            display: inline-block;
            vertical-align: middle;
            margin-left: .625rem;
            text-decoration: line-through;
            color: #595D70;
            font-size: .9375rem;
        }
        .catalog-page .list .item .button .price .discount {
            position: absolute;
            left: 0;
            bottom: 100%;
            margin-bottom: .25rem;
            color: #fff;
            border-radius: .5rem;
            background: var(--e-51-a-4-b, #e51a4b);
            font-size: 1rem;
            padding: .125rem .375rem;
            line-height: 125%;
        }
        .catalog-page .list .item .button button {
            width: 100%;
            height: 3rem;
            color: #fff;
            border-radius: .75rem;
            background: var(--2-d-3142, #2d3142);
            font-size: 1rem;
        }
        .catalog-page .list .item .button button.incart {
            width: 100%;
            height: 3rem;
            color: #2D3142;
            border-radius: .75rem;
            background: #fff;
            border: 1px solid #2D3142;
            font-size: 1rem;
        }
        @media(any-hover:hover){
            .catalog-page .list .item .button button:hover {
                background: var(--e-51-a-4-b, #e51a4b);
            }
        }

        .catalog-page .list .item .button .col-md-6 {
            margin-bottom: 0;
        }
        .catalog-page .bottom-link {
            text-align: center;
            padding-top: 1.875rem;
        }
        .catalog-page .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .catalog-page .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .catalog-page .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .catalog-page .prices table {
            width: 100%;
            margin-bottom: 2.125rem;
        }
        .catalog-page .prices table thead tr {
            border-bottom: .0625rem solid #E2E7EF;
        }
        .catalog-page .prices table thead tr td {
            padding: 0 1.875rem 2rem 1.875rem;
            font-size: 1.125rem;
            font-family: "GT Eesti Pro Display";
            vertical-align: top;
        }
        .catalog-page .prices table tbody tr {
            border-bottom: .0625rem solid #E2E7EF;
        }
        .catalog-page .prices table tbody tr:hover {
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .catalog-page .prices table tbody tr:hover td .status.color2 {
            background: rgba(12, 133, 140, 0.96);
            color: #fff;
        }
        .catalog-page .prices table tbody tr:hover td .status.color1 {
            color: #fff;
            background: #B61C41;
        }
        .catalog-page .prices table tbody tr:hover td .status.color3 {
            color: #fff;
            background: #1F6CA7;
        }
        .catalog-page .prices table tbody tr:hover td .status.color4 {
            color: #fff;
            background: #663A9E;
        }
        .catalog-page .prices table tbody tr:hover td .status.color5 {
            color: #fff;
            background: #34800E;
        }
        .catalog-page .prices table tbody tr:hover td .status.color6 {
            color: #fff;
            background: #BB6500;
        }
        .catalog-page .prices table tbody tr:hover td .status.color7 {
            color: #fff;
            background: #A10989;
        }
        .catalog-page .prices table tbody tr td {
            padding: 1.375rem 1.875rem;
            font-size: 1rem;
            font-family: "GT Eesti Pro Display";
            vertical-align: top;
        }
        .catalog-page .prices table tbody tr td .status {
            display: inline-block;
            white-space: nowrap;
            font-family: "GTEestiProDisplay-Light";
            font-size: .8125rem;
            height: 1.4375rem;
            line-height: 1.4375rem;
            padding: 0 .5625rem;
            -webkit-border-radius: .625rem;
            -moz-border-radius: 1rem;
            border-radius: .5rem;
        }
        .catalog-page .prices table tbody tr td .status.color2 {
            color: #0C858C;
            background: var(--e-1-f-4-f-5, #e1f4f5);
        }
        .catalog-page .prices table tbody tr td .status.color1 {
            color: #B61C41;
            background: #FFE8ED;
        }
        .catalog-page .prices table tbody tr td .status.color3 {
            color: #1F6CA7;
            background: #DAEFFF;
        }
        .catalog-page .prices table tbody tr td .status.color4 {
            color: #663A9E;
            background: #EBDCFF;
        }
        .catalog-page .prices table tbody tr td .status.color5 {
            color: #34800E;
            background: #DAF5CD;
        }
        .catalog-page .prices table tbody tr td .status.color6 {
            color: #BB6500;
            background: #FFF4D8;
        }
        .catalog-page .prices table tbody tr td .status.color7 {
            color: #892884;
            background: #FFD8F6;
        }
        .catalog-page .prices table tbody tr td .price {
            white-space: nowrap;
            font-size: 1.125rem;
            line-height: 1.375rem;
        }
        .catalog-page .prices table tbody tr td .price.with_old {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .catalog-page .prices table tbody tr td .price .old {
            text-decoration: line-through;
            color: #595D70;
            font-size: .875rem;
            display: inline-block;
        }
        .catalog-page .prices table tbody tr td .price .discount {
            color: #fff;
            font-size: .75rem;
            border-radius: .25rem;
            background: var(--e-51-a-4-b, #e51a4b);
            padding: 0 .125rem;
            display: inline-block;
            vertical-align: middle;
            line-height: 1rem;
            height: .875rem;
        }
        .catalog-page .prices table tbody tr td button {
            width: 11.625rem;
            height: 2.5rem;
            color: #fff;
            border-radius: .75rem;
            background: var(--2-d-3142, #2d3142);
        }
        .catalog-page .prices table tbody tr td button:hover {
            background: #E51A4B;
        }

        .popups{
            padding:9.0625rem 0rem 2.8125rem;
        }
        @media(max-width:62rem){
            .popups{
                padding:6.25rem 0rem 2.8125rem;
            }

        }

        .popup {
            padding: 4rem!important;
            border-radius: 2rem 0rem 0rem 2rem;
            border: .0625rem solid var(--, #e2e7ef);
            position:relative;
        }
        .fancybox-button{
            display: none;
        }
        .popup-close{
            position:absolute;
            padding:0 1.25rem;
            top:.75rem;
            right:2.8125rem;
            width:3.125rem;
            height: 3.125rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 3.25rem;
            color:#1a1919;
            background-color: #fff;
            z-index:404;
        }
        @media(max-width:35.9375rem){
            .popup-close{
                width:2.5rem;
                height: 2.5rem;
            }
        }

        .popup-close::before,
        .popup-close::after{
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%, -50%) rotate(0deg);
            content:"";
            display: block;
            width: 1.875rem;
            height: .125rem;
            border-radius: .125rem;
            background-color:#8A919F;
        }
        @media(max-width:767px){
            .popup-close::before,
            .popup-close::after{
                width: 1.575rem;
                height: .125rem;
            }
        }
        .popup-close::before{
            transform:translate(-50%, -50%) rotate(45deg);
        }
        .popup-close::after{
            transform:translate(-50%, -50%) rotate(-45deg);
        }


        .popup.other {
            border-radius: 2rem;
        }
        .popup .menu .logo {
            margin-bottom: 1rem;
        }
        .popup .menu h2 {
            margin-bottom: .5rem;
            font-size: 2rem;
            font-family: "GT Eesti Pro Display";
        }
        .popup .menu .top-text {
            margin-bottom: 1.25rem;
            color: #595D70;
            font-size: 1.125rem;
        }
        .popup .menu .users {
            margin-bottom: 2rem;
        }
        .popup .menu .users .user {
            display: inline-block;
            margin-right: -0.75rem;
            position: relative;
        }
        .popup .menu .users .user.online:before {
            background: #2DD767;
        }
        .popup .menu .users .user.ofline:before {
            background: #FFB762;
        }
        .popup .menu .users .user:before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: .875rem;
            height: .875rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: .125rem solid var(--White, #ffffff);
        }
        .popup .menu .users .user img {
            width: 3.125rem;
            height: 3.125rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: .1875rem solid var(--ffffff, #ffffff);
            object-fit: cover;
        }
        .popup .menu ul li {
            margin-bottom: .25rem;
        }
        .popup .menu ul li.bb {
            border-bottom: .0625rem solid #E2E7EF;
            padding-bottom: 1.25rem;
            margin-bottom: 1.25rem;
        }
        .popup .menu ul li a {
            display: block;
            font-size: 1.0625rem;
            letter-spacing: .0106rem;
            padding: 1.125rem 1.125rem 1.125rem 3.75rem;
            line-height: 120%;
            border-radius: 1rem;
            color: #2D3142;
            position: relative;
        }
        .popup .menu ul li a:hover {
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .popup .menu ul li a svg {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: .3125rem;
        }
        .popup form h2 {
            margin-bottom: .5rem;
            font-size: 2rem;
            font-family: "GT Eesti Pro Display";
        }
        .popup form .top-text {
            margin-bottom: 1.25rem;
            color: #595D70;
            font-size: 1.125rem;
        }
        .popup form .sel {


        }
        .popup form .sel option{
            font-size: .9375rem;
            color:#595D70;
            width: calc(100% - 3rem);
        }
        .choices[data-type*=select-one].is-open::after,
        .choices[data-type*=select-one]::after
        {
            content:"";
            display: block;
            position:absolute;
            top:40%;
            right:1.25rem;
            z-index:3;
            width:.625rem;
            height: .625rem;
            border-color:#595D70;
            border-width: .0938rem;
            border-left-color: transparent;
            border-top-color: transparent;
            border-bottom: .0938rem solid #595D70;
            border-right: .0938rem solid #595D70;
            transform: rotate(45deg) translateY(-50%);
            margin-top: 0;
        }
        .choices[data-type*=select-one].is-open::after{
            transform: rotate(225deg) translateY(-50%);
        }

        .choices__inner{

        }
        .choices[data-type*=select-one] .choices__inner{
            min-height: 3rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            font-size: .9375rem;
            color:#595D70;
            padding: .4688rem 1.25rem .4688rem;
        }
        .is-open .choices__inner{
            border-radius: .75rem .75rem .75rem .75rem;
        }
        /* список внизу */
        .is-open .choices__list[aria-expanded] {
            color:#595D70;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            margin-top:.5rem;
            box-shadow: 0rem .3125rem 1.125rem 1rem rgba(45, 49, 66, 0.06);
        }
        /* список вверху */
        .is-flipped.is-open .choices__list[aria-expanded] {
            color:#595D70;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            margin-bottom:.5rem;
            box-shadow: 0rem .3125rem 1.125rem 1rem rgba(45, 49, 66, 0.06); }

        .choices__list--dropdown .choices__item--selectable.is-highlighted,
        .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
            border-radius: .75rem;
            background-color:  #f3f5f8;
        }

        .popup form input {
            width: 100%;
            height: 3rem;
            margin-bottom: .625rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 0 1.5rem;
            font-size: .9375rem;
            color:#595D70;
        }

        form label{
            position:relative;
            display: block;
        }
        form label > span{
            display: block;
            position:absolute;
            top:.0625rem;
            left:0;
            width:100%;
            height: .0625rem;
            display: flex;
            padding-left: 1.5rem;
            padding-top:1rem;
            color:#595D70;
        }
        form input{
            position: relative;
            color:#595D70;
        }
        form input::placeholder{
            color:#595D70;
        }
        form label span span{
            color:red;
        }
        form label span{
            color:#595D70;
        }

        .popup form label span span  {
            color:red;
        }
        .popup form label._error input {
            width: 100%;
            height: 3rem;
            margin-bottom: .625rem;
            border-radius: .75rem;
            border: .0625rem solid red;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 0 1.5rem;
            font-size: .9375rem;
        }
        ._error-label{
            color:red;
        }



        .popup form label span {
            top:-0.25rem;
        }
        .popup form p {
            padding: .875rem 0 .75rem;
            color: #595D70;
            font-size: 1rem;
        }
        .popup form .jq-selectbox {
            width: 100%;
            height: 3rem;
            line-height: 3rem;
            margin-bottom: 1.125rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            background: #f3f5f8 url('/local/templates/main/img/select.svg') no-repeat right 1.25rem top 50%;
            font-size: .9375rem;
            color: #595D70;
        }
        .popup form .jq-selectbox .jq-selectbox__select {
            padding: 0 1.5rem;
        }
        .popup form .jq-selectbox .jq-selectbox__dropdown {
            top: 100%;
            left: 0;
            width: 100% !important;
            background: #fff;
            z-index: 4;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
            margin-top: .625rem;
            box-shadow: 0rem .875rem 2rem 1.25rem rgba(45, 49, 66, 0.24);
        }
        .popup form .jq-selectbox .jq-selectbox__dropdown ul li {
            padding: 0 1.5rem;
        }
        .popup form textarea {
            width: 100%;
            height: 10.375rem;
            margin-bottom: 2.625rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            padding: 1rem 1.5rem;
            font-size: .9375rem;
            resize: none;
        }
        .popup form button {
            width: 100%;
            height: 3.5rem;
            color: #fff;
            border-radius: 1rem;
            background: #2D3142;
            font-size: 1.0625rem;
        }
        .popup form button:hover {
            background: #E51A4B;
        }
        .popup form .bottom-text {
            margin-top: .75rem;
            color: var(--8-a-919-f, #8a919f);
            font-size: .75rem;
            line-height: 125%;
        }
        .popup form .bottom-text a {
            text-decoration: underline;
            color: var(--8-a-919-f, #8a919f);
        }
        .popup form .phone {
            padding: 5rem 0 2.5rem;
            font-size: 1.125rem;
        }
        .popup form .phone span {
            font-family: "GT Eesti Pro Display";
        }
        .popup .success {
            padding: 12.5rem 0;
        }
        .popup .success.min {
            padding: 0rem 0rem 4.625rem;
            min-height: 80vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .popup .success.other {
            padding: 3.75rem 0;
            text-align: center;
            max-width: 34.6875rem;
            margin: 0 auto;
        }
        .popup .success.other .top-text {
            margin-bottom: 0;
        }
        .popup .success .image {
            margin-bottom: 2rem;
        }
        .popup .success h2 {
            margin-bottom: .5rem;
            font-size: 2rem;
            font-family: "GT Eesti Pro Display";
        }
        .popup .success .top-text {
            margin-bottom: 2.625rem;
            color: #595D70;
            font-size: 1.125rem;
        }
        .popup .success a {
            display: block;
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .popup .success a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .team-page {
            padding-bottom: 7.5rem;
        }
        .team-page .top-links {
            padding-bottom: 2.625rem;
        }
        .team-page .top-links a {
            display: inline-block;
            margin: 0 .25rem .5rem 0;
            padding: 1.0625rem 1.25rem .9375rem 1.25rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            font-size: 1rem;
            line-height: 110%;
        }
        .team-page .top-links a.active,
        .team-page .top-links a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .team-page .item {
            margin-bottom: 2.75rem;
            color: #595D70;
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .team-page .item img {
            width: 100%;
            margin-bottom: 1rem;
        }
        .team-page .item .name {
            color: #2D3142;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 1.625rem;
        }
        .team-page .bottom-link,
        [data-parent="true"] .bottom-link {
            text-align: center;
            padding-top: 1.25rem;
        }
        .team-page .bottom-link a,
        [data-parent="true"] .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .team-page .bottom-link a,
            [data-parent="true"] .bottom-link a {
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .team-page .bottom-link a:hover,
        [data-parent="true"] .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .docs-page {
            padding-bottom: 5.625rem;
        }
        .docs-page .top-links {
            padding-bottom: 2.625rem;
        }
        .docs-page .top-links a {
            display: inline-block;
            margin: 0 .25rem .5rem 0;
            padding: 1.0625rem 1.25rem .9375rem 1.25rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            font-size: 1rem;
            line-height: 110%;
        }
        .docs-page .top-links a.active,
        .docs-page .top-links a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .docs-page .item {
            margin-bottom: 1.75rem;
            border-radius: 1.625rem;
            border: .0625rem solid #E2E7EF;
            padding: 2rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .docs-page .item:hover {
            background-color: #f3f5f8;
            border: .0625rem solid transparent;
        }
        .docs-page .item:hover .link {
            background-color: #f3f5f8;
        }
        .docs-page .item .name {
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .5rem;
            line-height: 1.4375rem;
        }
        .docs-page .item .size {
            margin-bottom: 1.5rem;
            line-height: 1.1875rem;
            color: var(--8-a-919-f, #8a919f);
            font-size: 1rem;
            text-transform: uppercase;
        }
        .docs-page .item .link {
            display: inline-block;
            height: 2.5rem;
            line-height: 2.5rem;
            border-radius: .75rem;
            border: .0625rem solid #8A919F;
            font-size: 1rem;
            padding: 0 1rem 0 2.875rem;
            background: #fff url('/local/templates/main/img/file.svg') no-repeat 1rem 50%;
        }
        .docs-page .item .link:hover {
            color: #fff;
            border: .0625rem solid #E51A4B;
            background: #e51a4b url('/local/templates/main/img/file2.svg') no-repeat 1rem 50%;
        }
        .data-page {
            padding-bottom: 5rem;
        }
        .data-page ul li {
            margin-bottom: .75rem;
        }
        .data-page ul li a {
            display: block;
            font-size: 1.125rem;
            line-height: 1.3125rem;
            padding: 1.125rem 2rem;
            border-radius: 1.25rem;
            border: .0625rem solid #E2E7EF;
        }
        .data-page ul li a:hover,
        .data-page ul li a.active {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .data-page .item {
            margin-bottom: 2.5rem;
            color: #595D70;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .data-page .item p {
            color: #2D3142;
            margin-bottom: 1.25rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }
        .data-page .item ul {
            padding-left: 1.25rem;
            list-style: disc;
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .data-page .item ul li:not(:last-child) {
            margin-bottom: .75rem;
        }
        .data-page .item ul li a {
            padding: 0;
            background: none;
            text-decoration: underline;
            color: var(--e-51-a-4-b, #e51a4b);
            border: 0;
            -webkit-border-radius: 0rem;
            -moz-border-radius: 0rem;
            border-radius: 0rem;
        }
        .data-page .item ul li a:hover {
            text-decoration: none;
        }
        .item-page {
            padding-top:9.0625rem;
            padding-bottom: 5rem;
            /* overflow: hidden; */
        }
        @media(max-width:62rem){
            .item-page {
                padding-top:6.25rem;
            }
        }
        .item-page .top-block {
            border-radius: 2.625rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            max-width: 103.25rem;
            margin: 0 auto 4rem auto;
            padding: 2.75rem 0 .875rem;
        }
        .item-page .top-block .navi {
            padding: 0 0 4.375rem 0;
        }
        .item-page .top-block .image {
            width: 53.5%;
            margin-right: -13%;
        }
        .item-page .top-block .text {
            width: 54%;
        }
        .item-page .top-block .text .navi {
            padding-bottom: 7.625rem;
        }
        .item-page .top-block .text .buttons {
            margin-bottom: 6.25rem;
        }
        .item-page .top-block .text .buttons button {
            width: 20.125rem;
        }
        .item-page .top-block .discount {
            display: inline-block;
            color: #fff;
            margin-bottom: 1.25rem;
            font-size: 1rem;
            padding: .75rem;
            border-radius: 2rem;
            background: var(--e-51-a-4-b, #e51a4b);
            line-height: 1.1875rem;
        }
        .item-page .top-block h1,
        .item-page .top-block .h1{
            margin-bottom: .75rem;
        }
        .item-page .top-block .top-text {
            margin-bottom: 2rem;
            color: #595D70;
            font-size: 1.25rem;
        }
        .item-page .top-block .price {
            position: relative;
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1.875rem;
            font-size: 2.625rem;
        }
        .item-page .top-block .price.with_old {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .item-page .top-block .price .old {
            display: inline-block;
            vertical-align: middle;
            margin-left: .625rem;
            text-decoration: line-through;
            color: #595D70;
            font-size: 1rem;
        }
        .item-page .top-block .price .discount {
            display: inline-block;
            margin: 0;
            vertical-align: middle;
            color: #fff;
            border-radius: .5rem;
            background: var(--e-51-a-4-b, #e51a4b);
            font-size: 1rem;
            padding: .125rem .375rem;
            line-height: 125%;
        }
        .item-page .top-block .buttons {
            margin-bottom: 4.75rem;
        }
        .item-page .top-block .buttons button {
            width: 16.5rem;
            height: 3.5rem;
            border-radius: 1rem;
            font-size: 1.125rem;
        }
        .item-page .top-block .buttons button:nth-child(1) {
            color: #fff;
            background: #2D3142;
            margin-right: .3125rem;
        }
        .item-page .top-block .buttons button:nth-child(1):hover {
            background: #E51A4B;
        }
        .item-page .top-block .buttons button:nth-child(2) {
            background: none;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .item-page .top-block .buttons button:nth-child(2):hover {
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
            color: #fff;
        }
        .item-page .top-block .item {
            margin-bottom: 1.875rem;
        }
        .item-page .top-block .item div {
            display: table-cell;
            vertical-align: middle;
            vertical-align: top;
            line-height: 1.1875rem;
            color: #595D70;
            font-size: 1rem;
        }
        .item-page .top-block .item div span {
            display: block;
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
        }
        .item-page .top-block .item div img {
            width: 2.625rem;
            max-width: 2.625rem;
            margin-right: .75rem;
        }
        .item-page .top-block .att {
            color: #9C1938;
            line-height: 125%;
            border-radius: 1rem;
            background: #ffe8ed url('/local/templates/main/img/att.svg') no-repeat .75rem .75rem;
            padding: .75rem 1.25rem .75rem 2.75rem;
            margin-bottom: 1.5rem;
        }
        .item-page h2 {
            margin-bottom: 2rem;
            font-family: "GT Eesti Pro Display";
            font-size: 2.375rem;
        }
        .item-page .about {
            padding-bottom: 4.875rem;
        }
        .item-page .about p {
            margin-bottom: 1.25rem;
            font-size: 1.125rem;
            line-height: 125%;
        }
        .item-page .about p span {
            font-family: "GT Eesti Pro Display";
        }
        .item-page .about blockquote {
            margin: 0 0 2rem 0;
            border-radius: 1.625rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 2rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.25rem;
            line-height: 125%;
        }
        .item-page .about ul {
            margin-left: 1.875rem;
        }
        .item-page .about ul li {
            margin-bottom: .75rem;
            padding-left: 1.75rem;
            position: relative;
            font-size: 1.125rem;
            line-height: 125%;
        }
        .item-page .about ul li:before {
            content: "";
            position: absolute;
            width: .5rem;
            height: .5rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #E51A4B;
            left: 0;
            top: .4375rem;
        }
        .item-page .steps {
            padding-bottom: 5.5rem;
        }
        .item-page .steps ol {
            counter-reset: num;
        }
        .item-page .steps ol li {
            margin-bottom: .75rem;
            border-radius: 1.625rem;
            border: .0625rem solid #E2E7EF;
            padding: 1.875rem 1.25rem 1.875rem 5.8125rem;
            position: relative;
            font-size: 1.125rem;
            line-height: 125%;
        }
        .item-page .steps ol li:before {
            content: counter(num);
            counter-increment: num;
            position: absolute;
            left: 1.875rem;
            top: 1.875rem;
            padding: 0 1.125rem;
            border-radius: .75rem;
            background: var(--e-51-a-4-b, #e51a4b);
            color: #fff;
            font-family: "GT Eesti Pro Display";
            font-size: 1.5rem;
            height: 2rem;
            line-height: 2rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: .125rem;
        }
        .item-page .steps ol li span,
        .item-page .steps ol li div:first-child {
            display: block;
            margin-bottom: .25rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
        }
        .item-page .course {
            padding-bottom: 5.5rem;
        }
        .item-page .course p {
            margin-bottom: .75rem;
            line-height: 1.3125rem;
            font-size: 1.125rem;
        }
        .item-page .course ul {
            margin-left: 1.875rem;
        }
        .item-page .course ul li {
            padding: .225rem 0 .225rem 3.0625rem;
            margin-bottom: 1.25rem;
            line-height: 1.3125rem;
            font-size: 1.125rem;
            background: url('/local/templates/main/img/li.svg') no-repeat left;
        }
        .item-page .course ul li::before {
            display: none;
        }
        .item-page .program {
            padding-bottom: 6.25rem;
        }
        .item-page .program .top-text {
            margin-bottom: 2rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
        }
        .item-page .program .item {
            margin-bottom: .75rem;
            border-radius: 1.625rem;
            background: #F3F5F8;
            padding: 1.5rem 1.875rem;
        }
        .item-page .program .item .name {
            cursor: pointer;
            padding-right: 2.5rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            position: relative;
            background: url('/local/templates/main/img/plus.svg') no-repeat right;
        }
        .item-page .program .item .name.active {
            background: url('/local/templates/main/img/plusa.svg') no-repeat right;
        }
        .item-page .program .item .text {
            background: #fff;
            margin-top: 1.5rem;
            border-radius: 1.625rem;
            background: var(--ffffff, #ffffff);
            padding: 1.5rem;
            font-size: 1.125rem;
            display: none;
        }
        .item-page .program .bottom-link {
            padding-top: 1.25rem;
        }
        .item-page .program .bottom-link a {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.1875rem;
            padding: .6875rem 1rem .5625rem 2.875rem;
            border-radius: .75rem;
            border: .0625rem solid var(--8-a-919-f, #8a919f);
            background: url('/local/templates/main/img/download.svg') no-repeat 1rem 50%;
        }
        .item-page .program .bottom-link a:hover {
            background: #e51a4b url('/local/templates/main/img/download2.svg') no-repeat 1rem 50%;
            border: .0625rem solid #E51A4B;
            color: #fff;
        }
        .item-page .docs {
            padding-bottom: 6.25rem;
        }
        .item-page .docs .list {
            margin-bottom: 2.25rem;
        }
        .item-page .docs .list .item {
            border-radius: 1.625rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 1.625rem 1.875rem;
        }
        .item-page .docs .list .item div {
            display: table-cell;
            vertical-align: middle;
            font-size: 1rem;
            color: #595D70;
            line-height: 125%;
        }
        .item-page .docs .list .item div p {
            color: #2D3142;
            margin-bottom: .5rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            line-height: 130%;
        }
        .item-page .docs .list .item div img {
            width: 28.4375rem;
            max-width: 28.4375rem;
            margin-right: 3.125rem;
        }
        .item-page .docs .list .slick-prev,
        .item-page .docs .list .slick-next {
            position: absolute;
            padding: 0;
            font-size: 0;
            z-index: 2;
            width: 2rem;
            height: 2rem;
            bottom: -3.9375rem;
        }
        .item-page .docs .list .slick-prev {
            left: 50%;
            margin-left: -4.375rem;
            background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
        }
        .item-page .docs .list .slick-prev:hover {
            background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
        }
        .item-page .docs .list .slick-next {
            right: 50%;
            margin-right: -4.375rem;
            background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
        }
        .item-page .docs .list .slick-next:hover {
            background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
        }
        .item-page .docs .sl-count {
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }
        .item-page .reviews {
            padding-bottom: 6.25rem;
        }
        .item-page .reviews .list {
            margin-bottom: 5.675rem;
        }
        .item-page .reviews .slick-list {
            padding:0 1.25rem;
            margin:-1.25rem
        }

        .item-page .reviews .list .item {
            padding: 2rem 2rem 5.25rem 7.5rem;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            margin-top: 1.5625rem;
            margin-bottom: 1.5625rem;
            margin-left: 1.25rem;
            margin-right: 1.25rem;
        }
        .item-page .reviews .list .item:hover {
            box-shadow: 0rem .25rem 1rem .625rem rgba(45, 49, 66, 0.06);
        }
        .item-page .reviews .list .item .avatar {
            position: absolute;
            left: 2rem;
            top: 2rem;
        }
        .item-page .reviews .list .item .avatar img {
            width: 4rem;
            height: 4rem;
            max-width: 4rem;
            object-fit: cover;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
        }
        .item-page .reviews .list .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
            font-size: 1.25rem;
        }
        .item-page .reviews .list .item p {
            line-height: 125%;
            margin-bottom: 1.25rem;
            color: #595D70;
            font-size: 1rem;
        }
        .item-page .reviews .list .item .link {
            position: absolute;
            left: 7.5rem;
            bottom: 2.25rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            padding: .625rem 1rem;
            font-size: 1rem;
        }
        .item-page .reviews .list .slick-prev,
        .item-page .reviews .list .slick-next {
            position: absolute;
            padding: 0;
            font-size: 0;
            z-index: 2;
            width: 2rem;
            height: 2rem;
            bottom: -6rem;
        }
        .item-page .reviews .list .slick-prev {
            left: 50%;
            margin-left: -4.375rem;
            background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
        }
        .item-page .reviews .list .slick-prev:hover {
            background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
        }
        .item-page .reviews .list .slick-next {
            right: 50%;
            margin-right: -4.375rem;
            background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
        }
        .item-page .reviews .list .slick-next:hover {
            background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
        }
        .item-page .reviews .sl-count {
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }
        .item-page .persons {
            padding-bottom: 5rem;
        }
        .item-page .persons .item {
            margin-bottom: 1.875rem;
            color: #595D70;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .item-page .persons .item img {
            width: 100%;
            margin-bottom: 1rem;
        }
        .item-page .persons .item .name {
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .5rem;
            font-size: 1.375rem;
            line-height: 1.625rem;
        }
        .item-page .docs2 p {
            font-size: 1.125rem;
            line-height: 1.3125rem;
            margin-bottom: 2rem;
        }
        .item-page .docs2 .row {
            margin: 0 -0.625rem;
        }
        .item-page .docs2 .col,
        .item-page .docs2 .col-1,
        .item-page .docs2 .col-10,
        .item-page .docs2 .col-11,
        .item-page .docs2 .col-12,
        .item-page .docs2 .col-2,
        .item-page .docs2 .col-3,
        .item-page .docs2 .col-4,
        .item-page .docs2 .col-5,
        .item-page .docs2 .col-6,
        .item-page .docs2 .col-7,
        .item-page .docs2 .col-8,
        .item-page .docs2 .col-9,
        .item-page .docs2 .col-auto,
        .item-page .docs2 .col-lg,
        .item-page .docs2 .col-lg-1,
        .item-page .docs2 .col-lg-10,
        .item-page .docs2 .col-lg-11,
        .item-page .docs2 .col-lg-12,
        .item-page .docs2 .col-lg-2,
        .item-page .docs2 .col-lg-3,
        .item-page .docs2 .col-lg-4,
        .item-page .docs2 .col-lg-5,
        .item-page .docs2 .col-lg-6,
        .item-page .docs2 .col-lg-7,
        .item-page .docs2 .col-lg-8,
        .item-page .docs2 .col-lg-9,
        .item-page .docs2 .col-lg-auto,
        .item-page .docs2 .col-md,
        .item-page .docs2 .col-md-1,
        .item-page .docs2 .col-md-10,
        .item-page .docs2 .col-md-11,
        .item-page .docs2 .col-md-12,
        .item-page .docs2 .col-md-2,
        .item-page .docs2 .col-md-3,
        .item-page .docs2 .col-md-4,
        .item-page .docs2 .col-md-5,
        .item-page .docs2 .col-md-6,
        .item-page .docs2 .col-md-7,
        .item-page .docs2 .col-md-8,
        .item-page .docs2 .col-md-9,
        .item-page .docs2 .col-md-auto,
        .item-page .docs2 .col-sm,
        .item-page .docs2 .col-sm-1,
        .item-page .docs2 .col-sm-10,
        .item-page .docs2 .col-sm-11,
        .item-page .docs2 .col-sm-12,
        .item-page .docs2 .col-sm-2,
        .item-page .docs2 .col-sm-3,
        .item-page .docs2 .col-sm-4,
        .item-page .docs2 .col-sm-5,
        .item-page .docs2 .col-sm-6,
        .item-page .docs2 .col-sm-7,
        .item-page .docs2 .col-sm-8,
        .item-page .docs2 .col-sm-9,
        .item-page .docs2 .col-sm-auto,
        .item-page .docs2 .col-xl,
        .item-page .docs2 .col-xl-1,
        .item-page .docs2 .col-xl-10,
        .item-page .docs2 .col-xl-11,
        .item-page .docs2 .col-xl-12,
        .item-page .docs2 .col-xl-2,
        .item-page .docs2 .col-xl-3,
        .item-page .docs2 .col-xl-4,
        .item-page .docs2 .col-xl-5,
        .item-page .docs2 .col-xl-6,
        .item-page .docs2 .col-xl-7,
        .item-page .docs2 .col-xl-8,
        .item-page .docs2 .col-xl-9,
        .item-page .docs2 .col-xl-auto {
            padding: 0 .625rem;
        }
        .item-page .docs2 .item {
            margin-bottom: 1.25rem;
        }
        .item-page .docs2 .item img {
            width: 100%;
        }
        .item-page .right-block {
            position: sticky;
            top: 10.125rem;
            margin-bottom: 1.25rem;
        }
        .item-page .right-block .discount {
            text-align: center;
            color: #fff;
            font-size: 1.125rem;
            line-height: 1.3125rem;
            font-family: "GT Eesti Pro Display";
            padding: .6875rem .9375rem 4.6875rem .9375rem;
            border-radius: 1.625rem;
            background: var(--e-51-a-4-b, #e51a4b);
        }
        .item-page .right-block .content {
            border-radius: 1.625rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 2rem;
            margin-top: -4rem;
        }
        .item-page .right-block .content.other {
            margin-top: 0;
        }
        .item-page .right-block .content .top-text {
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.125rem;
        }
        .item-page .right-block .content .price {
            position: relative;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .625rem;
            font-size: 2.625rem;
        }
        .item-page .right-block .content .price.with_old {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .item-page .right-block .content .price .old {
            display: inline-block;
            vertical-align: middle;
            margin-left: .625rem;
            text-decoration: line-through;
            color: #595D70;
            font-size: 1rem;
        }
        .item-page .right-block .content .price .discount {
            display: inline-block;
            margin: 0;
            vertical-align: middle;
            color: #fff;
            border-radius: .5rem;
            background: var(--e-51-a-4-b, #e51a4b);
            font-size: 1rem;
            padding: .125rem .375rem;
            line-height: 125%;
        }
        .item-page .right-block .content ul {
            padding-bottom: 1rem;
            padding-left: 1.25rem;
            list-style: disc;
        }
        .item-page .right-block .content ul li {
            margin-bottom: .5rem;
            line-height: 1rem;
        }
        .item-page .right-block .content button {
            width: 100%;
            height: 3.5rem;
            margin-bottom: .5rem;
            border-radius: 1rem;
            background: #2D3142;
            color: #fff;
            font-size: 1.125rem;
        }
        .item-page .right-block .content button:hover {
            background: var(--e-51-a-4-b, #e51a4b);
        }
        .item-page .right-block .content .att {
            color: #9C1938;
            line-height: 125%;
            border-radius: 1rem;
            background: #ffe8ed url('/local/templates/main/img/att.svg') no-repeat .75rem .75rem;
            padding: .75rem 1.25rem .75rem 2.75rem;
        }
        .bottom-page-form {
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 5.3125rem 0 5.3125rem;
            margin:0 -0.9375rem 6.25rem;

        }
        .bottom-page-form .form {
            border-radius: 2rem;
            background: #FFF;
            padding: 4.5625rem 3.625rem;
            color: #2D3142;
        }
        .bottom-page-form .form .name {
            margin-bottom: .75rem;
            font-size: 2.375rem;
            font-family: "GT Eesti Pro Display";
            line-height: 125%;
            padding-right: 2.5rem;
        }
        .bottom-page-form .form p {
            color: #595D70;
            font-size: 1.125rem;
            line-height: 125%;
            padding-right: 3.75rem;
        }
        .bottom-page-form .form input {
            width: 100%;
            height: 3.5rem;
            border-radius: 1rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 1.5rem;
            font-size: 1rem;
            margin-bottom: 1rem;
        }
        .bottom-page-form .form .button {
            padding: .875rem 0 1.125rem;
        }
        .bottom-page-form .form .button button {
            width: 100%;
            height: 3.5rem;
            color: #fff;
            border-radius: 1rem;
            background: #2D3142;
            font-size: 1.0625rem;
        }
        .bottom-page-form .form .button button:hover {
            background: #E51A4B;
        }
        .bottom-page-form .form .bottom-text {
            color: var(--8-a-919-f, #8a919f);
            line-height: 125%;
        }
        .bottom-page-form .form .bottom-text a {
            color: var(--8-a-919-f, #8a919f);
            text-decoration: underline;
        }
        .faq-block {
            padding-bottom: 7.5rem;
        }
        .faq-block h2 {
            padding-bottom: 2.625rem;
            border-bottom: .0625rem solid #E2E7EF;
            font-size: 2.375rem;
            line-height: 125%;
            font-family: "GT Eesti Pro Display";
        }
        .faq-block .item {
            padding: 2rem 0;
            border-bottom: .0625rem solid #E2E7EF;
        }
        .faq-block .item .name {
            cursor: pointer;
            padding-right: 2.5rem;
            font-size: 1.375rem;
            line-height: 120%;
            font-family: "GT Eesti Pro Display";
            position: relative;
            background: url('/local/templates/main/img/plus.svg') no-repeat right;
        }
        .faq-block .item .name.active {
            background: url('/local/templates/main/img/plusa.svg') no-repeat right;
        }
        .faq-block .item .text {
            padding: 1.25rem 6.25rem 0 1.875rem;
            color: #595D70;
            font-size: 1.125rem;
            line-height: 125%;
            display: none;
        }
        .cart-page {
            padding-bottom: 7.5rem;
        }
        .cart-page.other {
            padding-bottom: .9375rem;
        }
        .cart-page .bottom-line {
            height: .0625rem;
            margin-top: 7.25rem;
            background: #8A919F;
        }
        .cart-page .top-block {
            border-radius: 1rem;
            background: #fff;
            padding: 1.3125rem 1.5625rem 1rem 1.5625rem;
            margin-bottom: 2rem;
        }
        .cart-page .top-block .checkbox {
            display: none;
        }
        .cart-page .top-block .checkbox + label {
            display: block;
            cursor: pointer;
            padding: .125rem 0 0 2rem;
            font-size: 1rem;
            line-height: 1.1875rem;
            background: url('/local/templates/main/img/checkbox.svg') no-repeat 0 0;
            margin: 0;
        }
        .cart-page .top-block .checkbox:checked + label {
            background: url('/local/templates/main/img/checkbox2.svg') no-repeat 0 0;
        }
        .cart-page .top-block .delete-all {
            font-size: 1rem;
            color: var(--595-d-70, #595d70);
        }
        .cart-page .top-block .delete:hover {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .cart-page .checkbox {
            display: none;
        }
        .cart-page .checkbox + .item {
            border-radius: 1.625rem;
            margin-bottom: 1rem;
            position: relative;
            cursor: pointer;
            padding: 1.875rem 6.6875rem 1.875rem 4.125rem;
            background: #ffffff url('/local/templates/main/img/checkbox.svg') no-repeat 1.5625rem 1.25rem;
        }
        .cart-page .checkbox + .item .name {
            width: 65%;
            font-family: "GT Eesti Pro Display";
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .cart-page .checkbox + .item .number {

            max-width: 25rem;
            padding:0 2.0625rem;
            height: 2.0625rem;
            display: inline-flex;
            justify-content: center;
            position: relative;
            border-radius: .5rem;
            border: .0625rem solid #E2E7EF;
        }
        .cart-page .checkbox + .item .number.other {
            margin-bottom: 1.25rem;
        }
        .cart-page .checkbox + .item .number input {
            width: 1.875rem;
            height: 100%;
            background: none;
            text-align: center;
            font-size: 1rem;
            font-family: "GT Eesti Pro Display";
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: .3125rem;
        }
        .cart-page .checkbox + .item .number span {
            position: absolute;
            width: 2.0625rem;
            height: 2.0625rem;
            cursor: pointer;
            top: -0.0625rem;
        }
        .cart-page .checkbox + .item .number span.minus {
            left: -0.0625rem;
            background: url('/local/templates/main/img/minus2.svg') center / cover no-repeat;
        }
        .cart-page .checkbox + .item .number span.minus:hover {
            background: url('/local/templates/main/img/minus2h.svg') center / cover no-repeat;;
        }
        .cart-page .checkbox + .item .number span.plus {
            right: -0.0625rem;
            background: url('/local/templates/main/img/plus2.svg') center / cover no-repeat;;
        }
        .cart-page .checkbox + .item .number span.plus:hover {
            background: url('/local/templates/main/img/plus2h.svg') center / cover no-repeat;;
        }
        .cart-page .checkbox + .item .number p {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            white-space: nowrap;
            color: var(--8-a-919-f, #8a919f);
            font-size: .75rem;
            margin-top: .375rem;
        }
        .cart-page .checkbox + .item .price {
            text-align: right;
            white-space: nowrap;
            font-family: "GT Eesti Pro Display";
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }
        .cart-page .checkbox + .item .price .new {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .cart-page .checkbox + .item .price .old {
            text-decoration: line-through;
            color: #595D70;
            font-size: .875rem;
            line-height: 1.0625rem;
        }
        .cart-page .checkbox + .item .delete {
            position: absolute;
            top: 1.25rem;
            right: 1.5625rem;
            width: 1.5625rem;
            height: 1.5625rem;
            background: url('/local/templates/main/img/delete2.svg') no-repeat center;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            border-radius: .375rem;
        }
        .cart-page .checkbox + .item .delete:hover {
            background: url('/local/templates/main/img/delete2h.svg') no-repeat center;
        }
        .cart-page .checkbox:checked + .item {
            background: #ffffff url('/local/templates/main/img/checkbox2.svg') no-repeat 1.5625rem 1.25rem;
        }

        #basket-item-table .checkbox + .checkbox__label{
            width:45px;
            height:45px;
            z-index:5;
        }

        .cart-page .order-block {
            background: #fff;
            margin-bottom: 1.875rem;
            padding: 1.875rem 1.5rem;
            border-radius: 1.625rem;
        }
        .cart-page .order-block h3 {
            margin-bottom: 2rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.5rem;
            line-height: 1.75rem;
        }
        .cart-page .order-block .radio {
            display: none;
        }
        .cart-page .order-block .radio + label {
            display: block;
            cursor: pointer;
            border-radius: 1rem;
            border: .0625rem solid #E2E7EF;
            position: relative;
            padding: 1.875rem 50% 1.875rem 5.1875rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .cart-page .order-block .radio + label:hover {
            border: .0625rem solid var(--2-d-3142, #2d3142);

        }
        .cart-page .order-block .radio:checked + label {
            border: .0625rem solid var(--2-d-3142, #2d3142);
            background-color: #F3F5F8;
        }

        .cart-page .order-block .radio + label:last-child {
            margin-bottom: 0;
        }
        .cart-page .order-block .radio + label .icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 5.1875rem;
            text-align: center;
        }
        .cart-page .order-block .radio + label .name {
            font-size: 1rem;
            line-height: 1.1875rem;
            font-family: "GT Eesti Pro Display";
        }
        .cart-page .order-block .radio + label .txt {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1.75rem;
            width: 44%;
        }
        .cart-page .order-block .radio:checked + label {
            border: .0625rem solid var(--2-d-3142, #2d3142);
            background: #F3F5F8;
        }
        .cart-page .order-block p {
            font-size: 1rem;
            line-height: 1.1875rem;
            margin-bottom: 1.25rem;
        }
        .cart-page .order-block input {
            width: 100%;
            height: 3rem;
            margin-bottom: 1.125rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 0 1.5rem;
            font-size: .9375rem;
        }
        .cart-page .order-block label span {
            top:-0.25rem;
        }
        .cart-page .order-block textarea {
            width: 100%;
            height: 9rem;
            margin-top: 1.125rem;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 1rem 1.5rem;
            font-size: .9375rem;
            resize:none;
        }
        .cart-page .order-block button {
            width: 100%;
            height: 3rem;
            border-radius: .75rem;
            background: var(--2-d-3142, #2d3142);
            color: #fff;
            font-size: 1rem;
        }
        .cart-page .order-block button:hover {
            background: #e51a4b;
        }
        .cart-page .right-block {
            border-radius: 1.625rem;
            background: #fff;
            padding: 2.625rem 2rem 1.6875rem 2rem;
        }
        .cart-page .right-block h3 {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1.6875rem;
            font-size: 1.5rem;
            line-height: 1.75rem;
        }
        .cart-page .right-block .item {
            position: relative;
            margin-bottom: 1rem;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .cart-page .right-block .item:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: .375rem;
            width: 100%;
            border-top: .0625rem dashed #8A919F;
        }
        .cart-page .right-block .item div {
            position: relative;
            background: #fff;
            z-index: 2;
        }
        .cart-page .right-block .item div:first-child {
            padding-right: .1875rem;
        }
        .cart-page .right-block .item div:last-child {
            padding-left: .1875rem;
            font-family: "GT Eesti Pro Display";
        }
        .cart-page .right-block .item div:last-child.red {
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .cart-page .right-block .att {
            color: #9C1938;
            line-height: 125%;
            border-radius: 1rem;
            background: #ffe8ed url('/local/templates/main/img/att.svg') no-repeat .75rem .75rem;
            padding: .75rem 1.25rem .75rem 2.75rem;
            margin-bottom: 1rem;
        }
        .cart-page .right-block .price {
            margin-bottom: 2.625rem;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .cart-page .right-block .price span {
            display: block;
            margin-top: .25rem;
            font-family: "GT Eesti Pro Display";
            font-size: 2.625rem;
            line-height: 3.0625rem;
        }
        .cart-page .right-block button {
            width: 100%;
            height: 3.5rem;
            color: #fff;
            border-radius: 1rem;
            background: #2D3142;
            font-size: 1.125rem;
        }
        .cart-page .right-block button.other {
            background: #E2E7EF;
            color: var(--8-a-919-f, #8a919f);
            margin-bottom: 1.0625rem;
        }
        .cart-page .right-block button.other:hover {
            background: #E2E7EF;
            color: var(--8-a-919-f, #8a919f);
        }
        .cart-page .right-block button:hover {
            background: #e51a4b;
        }
        .cart-page .right-block .bottom-text {
            font-size: .875rem;
            line-height: 125%;
        }
        .cart-page .help-block {
            border-radius: 1.625rem;
            background: #ffffff url('/local/templates/main/img/help2.svg') no-repeat right / contain;
            padding: 2.625rem 2.25rem 2.8125rem 2.0625rem;
            margin-top: 1.75rem;
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .cart-page .help-block a {
            font-family: "GT Eesti Pro Display";
            white-space: nowrap;
        }
        .cart-page .help-block p {
            margin-bottom: .75rem;
            font-size: 1.5rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.75rem;
        }
        .cart-page .success {
            padding-top: 8.125rem;
            text-align: center;
            height:100vh ;
            min-height: 100%;
            margin:auto;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        @media(max-width:62rem){
            .cart-page .success {
                padding-top: 5.3125rem;
            }
        }
        @media(max-width:35.9375rem){
            .cart-page .success {
                padding-top: 4.375rem;
            }
        }
        .cart-page .success .image {
            margin-bottom: 2rem;
        }
        .cart-page .success h2 {
            margin-bottom: .5rem;
            font-size: 3rem;
            font-family: "GT Eesti Pro Display";
        }
        .cart-page .success .top-text {
            margin-bottom: 2.625rem;
            color: #595D70;
            font-size: 1.25rem;
        }
        .cart-page .success a {
            display: inline-block;
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 6.5625rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .cart-page .success a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .error-page {
            padding: 12.5rem 0 0 0 ;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .error-page .image {
            margin-bottom: 2rem;
        }
        .error-page h1 {
            margin-bottom: 1.25rem;
            font-size: 3rem;
            font-family: "GT Eesti Pro Display";
            font-weight: 400;
            line-height: 105%;
        }
        .error-page p {
            max-width: 51.6875rem;
            margin: 0 auto 3.75rem auto;
            color: #6F7488;
            font-size: 1.25rem;
            line-height: 125%;
        }
        .error-page a {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.5rem;
            padding: .9375rem 6.3125rem;
            border-radius: 1rem;
            border: .0625rem solid #292D3A;
        }
        .error-page a:hover {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .contacts-page {
            padding-bottom: 7.5rem;
        }
        .contacts-page h1 {
            margin-bottom: 5rem;
        }
        .contacts-page .item {
            margin-bottom: 4rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.5rem;
            line-height: 1.75rem;
        }
        .contacts-page .item p {
            margin-bottom: .625rem;
            font-family: "GTEestiProDisplay-Light";
            color: var(--595-d-70, #595d70);
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .contacts-page .map {
            height: 29.75rem;
            border-radius: 2rem;
            overflow: hidden;
            margin-top: 3.5rem;
        }
        .archive-page {
            padding-bottom: 7.5rem;
        }
        .archive-page .sort {
            margin-bottom: 2.625rem;
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 350;
            line-height: 1.875rem; /* 166.667% */
        }

        .archive-page .sort .sort-title {
            position: relative;
            cursor:pointer;
            display: inline-flex;
            align-items: center;
            column-gap: .75rem;

        }
        .archive-page .sort .sort-title:hover:after {
            transform: translateY(0rem) rotate(225deg);
        }
        .archive-page .sort .sort-title:after {
            transition: all 0.2s ease 0s;
            content:'';
            display: block;
            width: .625rem;
            height: .625rem;
            border-right:.0938rem solid #2D3142;
            border-bottom:.0938rem solid #2D3142;
            transform: translateY(-0.25rem) rotate(45deg);

        }
        .archive-page .sort .sort-title .sel-wrap {

            position:absolute;
            z-index: 5;
            top:100%;
            left:0;

        }
        .archive-page .sort .sort-title .sel-wrap .sel{
            width: auto;
            min-width: 11.875rem;
            display: flex;
            justify-content: center;
            flex-direction: column;
            background-color: #fff;
            padding:1.25rem;
            border-radius: 1rem;
            box-shadow: 0rem .375rem 2rem 1rem rgba(45, 49, 66, 0.06);
        }
        .archive-page .sort .sort-title .sel-wrap{
            display: none;
        }
        .archive-page .sort .sort-title:hover .sel-wrap{
            display: block;
            padding-top: 1.75rem;
        }

        .archive-page .sort .sort-title .sel li{
            font-family: 'GTEestiProDisplay-Light';
            cursor:pointer;
            display:inline-block;
            padding:.75rem;
        }
        .archive-page .sort .sort-title .sel li:hover{
            border-radius: .75rem;
            background: #F3F5F8;
        }
        .archive-page .sort .jq-selectbox {
            height: 1.875rem;
            line-height: 1.875rem;
            background: url('/local/templates/main/img/select2.svg') no-repeat right;
            font-size: 1.125rem;
        }
        .archive-page .sort .jq-selectbox .jq-selectbox__select {
            padding: 0 1.5rem 0 0;
        }
        .archive-page .sort .jq-selectbox .jq-selectbox__dropdown {
            top: 100%;
            left: 0;
            background: #fff;
            z-index: 4;
            padding: .625rem 1.25rem;
            white-space: nowrap;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
            margin-top: .625rem;
            box-shadow: 0rem .875rem 2rem 1.25rem rgba(45, 49, 66, 0.24);
        }
        .archive-page .sort .jq-selectbox .jq-selectbox__dropdown ul {
            cursor: pointer;
        }
        .archive-page .item {
            margin-bottom: 4rem;
        }
        .archive-page .item .image {
            position: relative;
            margin-bottom: 1.25rem;
        }
        .archive-page .item .image img {
            width: 100%;
        }
        .archive-page .item .image .time {
            position: absolute;
            color: #fff;
            right: 2rem;
            bottom: 1.5rem;
            border-radius: 4rem;
            background: var(--2-d-3142, #2d3142);
            padding: 0 .75rem;
            height: 1.75rem;
            line-height: 1.875rem;
        }
        .archive-page .item .image:hover .time {
            position: absolute;
            color: #fff;
            right: 2rem;
            bottom: 1.5rem;
            border-radius: 4rem;
            background-color:#E51A4B;
            padding: 0 .75rem;
            height: 1.75rem;
            line-height: 1.875rem;
        }


        .archive-page .item .image .play {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url('/local/templates/main/img/play2.svg') center / 3.75rem no-repeat;
            z-index: 3;
        }
        .archive-page .item .image .play:hover {
            background: url('/local/templates/main/img/play_red.svg')center / 3.75rem no-repeat;
        }


        .archive-page .item .price {
            color: #AA173B;
            line-height: 1.875rem;
            height: 1.75rem;
            padding: 0 .75rem;
            border-radius: .5rem;
            background: #FFE8ED;
            margin-bottom: .75rem;
            margin-right: 1.25rem;
        }
        .archive-page .item .date {
            line-height: 1.75rem;
            height: 1.75rem;
            margin-bottom: .75rem;
            color: #8A919F;
        }
        .archive-page .item .name {
            display: block;
            font-size: 1.375rem;
            line-height: 1.625rem;
            font-family: "GT Eesti Pro Display";
        }
        .archive-page .bottom-button {
            text-align: center;
            padding-top: 3.5rem;
        }
        .archive-page .bottom-button button {
            background: none;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .archive-page .bottom-button button:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .events-page {
            padding-bottom: 7.5rem;
        }
        .events-page .top-links {
            padding-bottom: 3.5rem;
        }
        .events-page .top-links a {
            display: inline-block;
            margin: 0 .25rem .5rem 0;
            padding: 1.0625rem 1.25rem .9375rem 1.25rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            font-size: 1rem;
            line-height: 110%;
        }
        .events-page .top-links a.active,
        .events-page .top-links a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .events-page .top-links a sup {
            font-size: .75rem;
        }
        .events-page .item {
            padding-bottom: 2.625rem;
            margin-bottom: 2.625rem;
            border-bottom: .0625rem solid #E2E7EF;
        }
        .events-page .item .image {
            display: table-cell;
            vertical-align: middle;
            vertical-align: top;
        }
        .events-page .item .image img {
            width: 31.6875rem;
            max-width: 31.6875rem;
        }
        .events-page .item .text {
            display: table-cell;
            vertical-align: middle;
            vertical-align: top;
            padding-left: 1.75rem;
        }
        .events-page .item .text .cat {
            display: inline-block;
            color: #fff;
            margin-bottom: .75rem;
            height: 2rem;
            line-height: 2.125rem;
            padding: 0 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .events-page .item .text .date {
            margin-bottom: .5rem;
            font-size: 1rem;
        }
        .events-page .item .text .date span {
            margin: 0 .75rem;
        }
        .events-page .item .text .date .free {
            display: inline-block;
            font-style: normal;
            border-radius: .5rem;
            background: #FFE8ED;
            height: 1.75rem;
            line-height: 1.875rem;
            padding: 0 .75rem;
            color: #AA173B;
            font-size: .875rem;
            margin-left: .625rem;
        }
        .events-page .item .text .name {
            display: block;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 1.625rem;
        }
        .events-page .item .text p {
            margin-top: .5rem;
            color: var(--8-a-919-f, #8a919f);
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .events-page .bottom-button {
            text-align: center;
            padding-top: 1.375rem;
        }
        .events-page .bottom-button a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 2.625rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .events-page .bottom-button a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .right-subscribe-block {
            border-radius: 1.625rem;
            border: .0625rem solid #D7DEEA;
            padding: 2rem;
            position: sticky;
            top:10.125rem;
        }

        .right-subscribe-block.other input[type='text'] {
            height: 3.5rem;
            padding: 0 1.5rem;
            font-size: 1rem;
            color:#595D70;
        }
        .right-subscribe-block.other input[type='text']::placeholder {
            font-size: 1rem;
            color:#595D70;
        }
        .right-subscribe-block.other button {
            height: 3.5rem;
            font-size: 1.125rem;
        }
        .right-subscribe-block h3 {
            font-size: 1.5rem;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .625rem;
            line-height: 1.75rem;
        }
        .right-subscribe-block p {
            margin-bottom: 1.25rem;
            line-height: 1.1875rem;
            color: #595D70;
            font-size: 1rem;
        }
        .right-subscribe-block input {
            width: 100%;
            height: 2.75rem;
            margin-bottom: .625rem;
            border-radius: .875rem;
            border: .0625rem solid #E2E7EF;
            background: #F3F5F8;
            padding: 0 1.125rem;
        }
        .right-subscribe-block label {
            width: 100%;
        }
        .right-subscribe-block button {
            width: 100%;
            height: 2.75rem;
            color: #fff;
            border-radius: .875rem;
            background: var(--2-d-3142, #2d3142);
        }
        .right-subscribe-block button:hover {
            background: #E51A4B;
        }
        .right-subscribe-block .bottom-text {
            margin-top: .75rem;
            line-height: 1.125rem;
            color: #595D70;
        }
        .videos-page {
            padding-bottom: 7.5rem;
        }
        .videos-page .item {
            padding-bottom: 2.625rem;
            margin-bottom: 2.625rem;
            border-bottom: .0625rem solid #E2E7EF;
        }
        .videos-page .item .video {
            margin-bottom: 1.5rem;
            position: relative;
        }
        .videos-page .item .video img {
            width: 100%;
        }
        .videos-page .item .video .play {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url('/local/templates/main/img/play2.svg') no-repeat center;
            z-index: 1;
        }
        .videos-page .item .video .play:hover {
            background: url('/local/templates/main/img/play_red.svg') no-repeat center;

        }

        .videos-page .item .video::before{
            content:'';
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height: 100%;
            border-radius: 1.875rem;
            background-color: transparent;
            transition: all 0.3s ease 0s;

        }
        .videos-page .item .video:hover::before{
            background-color: #0000004d;
        }

        .videos-page .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: .75rem;
            font-size: 1.5rem;
            line-height: 1.75rem;
        }
        .videos-page .item p {
            line-height: 1.375rem;
            color: var(--595-d-70, #595d70);
            font-size: 1.125rem;
        }
        .videos-page .bottom-button {
            text-align: center;
            padding-top: 1.375rem;
        }
        .videos-page .bottom-button a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 2.625rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .videos-page .bottom-button a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .blog-page {
            padding-bottom: 7.5rem;
        }
        .blog-page h2 {
            margin-bottom: 1.5rem;
            font-size: 2rem;
            font-family: "GT Eesti Pro Display";
            line-height: 2.3125rem;
        }
        .blog-page .top-list {
            padding-bottom: 4rem;
            margin-bottom: 4rem;
            border-bottom: .0625rem solid #E2E7EF;
        }
        .blog-page .top-list .list .item .image {
            display: table-cell;
            vertical-align: middle;
        }
        .blog-page .top-list .list .item .image img {
            width: 38.375rem;
            max-width: 38.375rem;
        }
        .blog-page .top-list .list .item .text {
            display: table-cell;
            vertical-align: middle;
            padding-left: 3rem;
            vertical-align: top;
            padding-top: 2.375rem;
        }
        .blog-page .top-list .list .item .text .date {
            margin-bottom: 2rem;
            font-size: 1rem;
        }
        .blog-page .top-list .list .item .text .date span {
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            padding: 0 1rem;
            border-radius: 2rem;
            background: #E51A4B;
            height: 2.1875rem;
            line-height: 2.3125rem;
            margin-right: .625rem;
        }
        .blog-page .top-list .list .item .text .name {
            display: block;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .75rem;
            font-size: 2rem;
            line-height: 2.25rem;
        }
        .blog-page .top-list .list .item .text p {
            color: var(--595-d-70, #595d70);
            font-size: 1.125rem;
            line-height: 125%;
        }
        .blog-page .top-list .list .slick-dots {
            text-align: center;
            padding-top: 1.5rem;
        }
        .blog-page .top-list .list .slick-dots li {
            display: inline-block;
            margin: 0 .3125rem;
        }
        .blog-page .top-list .list .slick-dots li.slick-active button {
            opacity: 1;
        }
        .blog-page .top-list .list .slick-dots li button {
            padding: 0;
            font-size: 0;
            z-index: 2;
            width: .5rem;
            height: .5rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #E51A4B;
            opacity: .5;
        }
        .blog-page .top-list .list .slick-prev,
        .blog-page .top-list .list .slick-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 0;
            font-size: 0;
            z-index: 2;
            width: 4.0625rem;
            height: 3.9375rem;
        }
        .blog-page .top-list .list .slick-prev {
            left: -5.625rem;
            background: url('/local/templates/main/img/prev2.svg');
        }
        .blog-page .top-list .list .slick-next {
            right: -5.625rem;
            background: url('/local/templates/main/img/next2.svg');
        }
        .blog-page .top-links {
            padding-bottom: 3.5rem;
        }
        .blog-page .top-links a {
            display: inline-block;
            margin: 0 .25rem .5rem 0;
            padding: 1.0625rem 1.25rem .9375rem 1.25rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            font-size: 1rem;
            line-height: 110%;
        }
        .blog-page .top-links a.active,
        .blog-page .top-links a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .blog-page .top-links a sup {
            font-size: .75rem;
        }
        .blog-page .main-list .item {
            display: block;
            margin-bottom: 2.625rem;

        }
        .blog-page .main-list .item .image {
            position: relative;
            margin-bottom: 1.25rem;
            display: block;
        }
        .blog-page .main-list .item .image img {
            width: 100%;
        }
        .blog-page .main-list .item .image .badge {
            position: absolute;
            color: #fff;
            left: 1rem;
            top: 1rem;
            font-family: "GTEestiProDisplay-Light";
            font-size: .875rem;
            font-weight: 350;
            padding: .5625rem 1rem .4375rem 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .blog-page .main-list .item .date {
            margin-bottom: .75rem;
            color: #8A919F;
        }
        .blog-page .main-list .item .name {
            display: block;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 125%;
        }
        .blog-page .main-list .item p {
            color: #8A919F;
            font-size: 1rem;
            line-height: 125%;
        }
        .blog-page .bottom-button {
            text-align: center;
            padding-top: 1.375rem;
        }
        .blog-page .bottom-button a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 6.875rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .blog-page .bottom-button a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .reviews-page .item {
            padding: 2rem 2rem 1.875rem 7.5rem;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            margin-bottom: 1.75rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .reviews-page .item:hover {
            box-shadow: 0rem .3125rem 1.5rem .875rem rgba(45, 49, 66, 0.06);
        }
        .reviews-page .item .avatar {
            position: absolute;
            left: 2rem;
            top: 2rem;
        }
        .reviews-page .item .avatar img {
            width: 4rem;
            height: 4rem;
            max-width: 4rem;
            object-fit: cover;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
        }
        .reviews-page .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
            font-size: 1.25rem;
        }
        .reviews-page .item p {
            line-height: 125%;
            margin-bottom: 1.25rem;
            color: #595D70;
            font-size: 1rem;
        }
        .reviews-page .item .link {
            display: inline-block;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            padding: .625rem 1rem;
            font-size: 1rem;
        }
        .reviews-page .item .link:hover {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .person-page {
            padding-top:3.0625rem;
            padding-bottom: 7.75rem;
        }
        @media(max-width:62rem){
            .person-page {
                padding-top:3.25rem;
            }
        }
        .person-page .navi {
            padding: 1.25rem 0 3.75rem;
        }
        .person-page .top-block {
            margin-bottom: 5rem;
        }
        .person-page .top-block div {
            display: table-cell;
            vertical-align: middle;
            color: var(--595-d-70, #595d70);
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }
        .person-page .top-block div h1 {
            margin-bottom: .75rem;
            color: #2D3142;
            font-size: 3rem;
            font-family: "GT Eesti Pro Display";
            line-height: 3.5rem;
        }
        .person-page .top-block div img {
            width: 25rem;
            max-width: 25rem;
            margin-right: 1.75rem;
        }
        .person-page h2 {
            margin-bottom: 2rem;
            font-size: 2.375rem;
            font-family: "GT Eesti Pro Display";
            line-height: 2.75rem;
        }
        .person-page h3 {
            margin-bottom: 1.25rem;
            font-size: 1.5rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.75rem;
        }
        .person-page .ul,
        .person-page ul {
            padding-bottom: 1.25rem;
        }
        .person-page .ul li,
        .person-page .articles ul li{
            margin-bottom: .75rem;
            padding-left: 1.75rem;
            font-size: 1.125rem;
            line-height: 1.3125rem;
            position: relative;
        }
        .person-page .ul li:before,
        .person-page .articles ul li:before {
            content: "";
            position: absolute;
            width: .5rem;
            height: .5rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #E51A4B;
            left: 0;
            top: .375rem;
        }
        .person-page .articles {
            padding: 3rem 0 5rem;
        }
        .person-page .articles .item {
            margin-bottom: 2rem;
        }
        .person-page .articles .item .image {
            position: relative;
            margin-bottom: 1.25rem;
            display:block;
        }
        .person-page .articles .item .image img {
            width: 100%;
        }
        .person-page .articles .item .image .badge {
            position: absolute;
            color: #fff;
            left: 1rem;
            top: 1rem;
            font-family: "GTEestiProDisplay-Light";
            font-size: .875rem;
            font-weight: 300;
            padding: .5625rem 1rem .4375rem 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .person-page .articles .item .date {
            margin-bottom: .75rem;
            color: #8A919F;
        }
        .person-page .articles .item .name {
            display: block;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 125%;
        }
        .person-page .articles .item p {
            color: #8A919F;
            font-size: 1rem;
            line-height: 125%;
        }
        .person-page .bottom-button {
            padding-top: 2rem;
        }
        .person-page .bottom-button button {
            width: 100%;
            height: 2.75rem;
            border-radius: .875rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
            background: none;
        }
        .person-page .bottom-button button:hover {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .person-page .projects {
            margin: 0 -0.875rem 4.25rem -0.875rem;
        }
        .person-page .projects .slick-track {
            display: flex;
        }
        .person-page .projects .item {
            height: auto;
            margin: 0 .875rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            padding: 2rem 2rem 6.625rem 2rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .person-page .projects .item .logo {
            margin-bottom: 2rem;
        }
        .person-page .projects .item .name {
            margin-bottom: .75rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 1.875rem;
        }
        .person-page .projects .item ul {
            padding-left: 1.25rem;
            list-style: disc;
            color: #595D70;
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .person-page .projects .item .author {
            position: absolute;
            left: 2rem;
            bottom: 2rem;
            width: calc(100% - 4rem);
            padding: 1rem 0 0 1.25rem;
            border-top: .0625rem solid #E2E7EF;
        }
        .person-page .projects .item .author div {
            display: table-cell;
            vertical-align: middle;
            color: var(--8-a-919-f, #8a919f);
            line-height: 125%;
        }
        .person-page .projects .item .author div span {
            display: block;
            color: #2D3142;
            margin-bottom: .125rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1rem;
        }
        .person-page .projects .item .author div img {
            width: 2.625rem;
            height: 2.625rem;
            max-width: 2.625rem;
            object-fit: cover;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
            margin-right: .75rem;
        }
        .person-page .projects .slick-prev,
        .person-page .projects .slick-next {
            position: absolute;
            padding: 0;
            font-size: 0;
            z-index: 2;
            width: 2rem;
            height: 2rem;
            bottom: -5.8125rem;
        }
        .person-page .projects .slick-prev {
            left: 50%;
            margin-left: -4.375rem;
            background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
        }
        .person-page .projects .slick-prev:hover {
            background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
        }
        .person-page .projects .slick-next {
            right: 50%;
            margin-right: -4.375rem;
            background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
        }
        .person-page .projects .slick-next:hover {
            background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
        }
        .person-page .sl-count {
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }
        .about-page {
            padding-top: 9.0625rem;
            padding-bottom: 7.5rem;
        }
        @media(max-width:62rem){
            .about-page {
                padding-top: 5.9375rem;
                padding-bottom: 7.5rem;
            }
        }
        @media(max-width:35.9375rem){
            .about-page {
                padding-top: 5rem;
                padding-bottom: 7.5rem;
            }
        }
        .about-page .navi {

            padding:.625rem 0rem 1.25rem 0rem;
        }

        .about-page .top-block {
            text-align: center;
            padding: 0 6.625rem 7.5rem 6.625rem;
        }
        .about-page .top-block .image {
            margin-bottom: 2rem;
        }
        .about-page .top-block h1 {
            margin-bottom: 1rem;
            font-family: "GT Eesti Pro Display";
            font-size: 4rem;
            line-height: 125%;
        }
        .about-page .top-block p {
            margin-bottom: 2rem;
            color: #595D70;
            font-size: 1.25rem;
            line-height: 120%;
        }
        .about-page .top-block .link {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1.0625rem 4.875rem .9375rem 4.875rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .about-page .top-block .link:hover {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .about-page .top-image {
            text-align: center;
            margin-bottom: 8.875rem;
        }
        .about-page h2 {
            margin-bottom: 1rem;
            font-size: 3rem;
            font-family: "GT Eesti Pro Display";
            line-height: 120%;
        }
        .about-page .resources {
            padding-bottom: 3.5rem;
        }
        .about-page .resources .top-text {
            margin-bottom: 2.625rem;
            color: #595D70;
            font-size: 1.25rem;
            line-height: 120%;
        }
        .about-page .resources .item {
            margin-bottom: 4rem;
        }
        .about-page .resources .item div {
            display: table-cell;
            vertical-align: middle;
            color: var(--595-d-70, #595d70);
            font-size: 1.125rem;
            line-height: 120%;
        }
        .about-page .resources .item div p {
            color: #2D3142;
            margin-bottom: .75rem;
            font-size: 1.5rem;
            font-family: "GT Eesti Pro Display";
        }
        .about-page .resources .item div img {
            width: 9.625rem;
            height: 9.625rem;
            max-width: 9.625rem;
            border-radius: 2rem;
            object-fit: cover;
            margin-right: 2rem;
        }
        .about-page .ways {
            border-radius: 2.625rem;
            border: .0625rem solid #E2E7EF;
            max-width: 103.3125rem;
            margin: 0 auto 7.5rem auto;
            padding: 4rem 0 .0625rem;
        }
        .about-page .ways h2 {
            margin-bottom: 4rem;
        }
        .about-page .ways .item {
            margin-bottom: 4rem;
        }
        .about-page .ways .item .name {
            padding-bottom: 1.25rem;
            margin-bottom: 1.25rem;
            border-bottom: .0625rem solid #2D3142;
        }
        .about-page .ways .item .name div {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.375rem;
            line-height: 1.625rem;
            font-family: "GT Eesti Pro Display";
        }
        .about-page .ways .item .name div img {
            max-width: 2rem;
            width: 2rem;
            margin-right: .75rem;
        }
        .about-page .ways .item p {
            margin-bottom: 1.25rem;
            line-height: 120%;
            color: var(--595-d-70, #595d70);
            font-size: 1rem;
        }
        .about-page .ways .item .count {
            display: inline-block;
            height: 1.75rem;
            line-height: 1.875rem;
            padding: 0 .5rem;
            border-radius: .5rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            color: #595D70;
        }
        .about-page .advantages {
            padding-bottom: 5.75rem;
        }
        .about-page .advantages h2 {
            margin-bottom: 2.625rem;
        }
        .about-page .advantages .item {
            margin-bottom: 1.75rem;
            border-radius: 2rem;
            height: 17.0625rem;
            position: relative;
            overflow: hidden;
            color: #fff;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            border: .0625rem solid transparent;
        }
        .about-page .advantages .item:hover {
            color: #2D3142;
            border: .0625rem solid #E2E7EF;
        }
        .about-page .advantages .item:hover .bg {
            opacity: 0;
        }
        .about-page .advantages .item.big {
            height: 35.875rem;
        }
        .about-page .advantages .item .bg {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .about-page .advantages .item .count {
            position: absolute;
            top: 2rem;
            left: 2rem;
            font-family: "GT Eesti Pro Display";
            font-size: 3.5rem;
            line-height: 4.0625rem;
            z-index: 3;
        }
        .about-page .advantages .item p {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 2rem;
            z-index: 3;
            font-size: 1.125rem;
            line-height: 1.375rem;
            text-transform: lowercase;
        }
        .about-page .advantages .item p.other {
            bottom: auto;
            top: 0;
        }
        .about-page .advantages .item p span {
            display: block;
            font-family: "GT Eesti Pro Display";
            font-size: 3.5rem;
            line-height: 4.0625rem;
            margin-bottom: .75rem;
        }
        .about-page .video {
            padding-bottom: 8.25rem;
        }
        .about-page .video .top-text {
            margin-bottom: 2rem;
            font-size: 1.125rem;
            line-height: 120%;
        }
        .about-page .video .player {
            position: relative;
        }
        .about-page .video .player:before {
            content:'';
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height: 100%;
            border-radius: 1.875rem;
            background-color: transparent;
            transition: all 0.3s ease 0s;
        }
        .about-page .video .player:hover:before {
            content:'';
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height: 100%;
            border-radius: 1.875rem;
            background-color: #0000004d;
        }
        .about-page .video .player img {
            width: 100%;
        }
        .about-page .video .player .play {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url('/local/templates/main/img/play2.svg') no-repeat center;
            z-index: 3;
            transition: all 0.3s ease 0s;
        }
        .about-page .video .player:hover .play {
            background: url('/local/templates/main/img/play_red.svg') no-repeat center;

        }
        .about-page .team {
            padding-bottom: 7.5rem;
        }
        .about-page .team h2 {
            margin-bottom: 2.625rem;
        }
        .about-page .team .item {
            margin-bottom: 2.75rem;
            color: #595D70;
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .about-page .team .item img {
            width: 100%;
            margin-bottom: 1rem;
        }
        .about-page .team .item .name {
            color: #2D3142;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 1.625rem;
        }
        .about-page .team .bottom-link {
            text-align: center;
            padding-top: 1.25rem;
        }
        .about-page .team .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .about-page .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .about-page .team .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .about-page .job {
            padding-bottom: 10.1875rem;
        }
        .about-page .job .top-text {
            color: #595D70;
            margin-bottom: 2.625rem;
            font-size: 1.125rem;
            line-height: 120%;
        }
        .about-page .job .list {
            width: calc(50vw + 50%);
        }
        .about-page .job .list .slick-track {
            display: flex;
        }
        .about-page .job .list .item {
            width: 51.75rem;
            height: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-right: 1.75rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            padding: 2.5rem 2.875rem;
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;

        }
        .about-page .job .list .item:hover {
            box-shadow: 0rem .25rem .9375rem .5rem rgba(45, 49, 66, 0.06);
        }
        .about-page .job .list .item .logo {
            margin-bottom: 2rem;
        }
        .about-page .job .list .item .logo div {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.25rem;
            line-height: 1.875rem;
        }
        .about-page .job .list .item .logo div img {
            width: 3.75rem;
            max-width: 3.75rem;
            margin-right: 1.5rem;
        }
        .about-page .job .list .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1.25rem;
            font-size: 1.375rem;
            line-height: 1.875rem;
        }
        .about-page .job .list .item p {
            margin-bottom: 1.25rem;
            color: var(--595-d-70, #595d70);
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .about-page .job .list .item .tags {
            padding-bottom: 1.5rem;
        }
        .about-page .job .list .item .tags a {
            display: inline-block;
            margin: 0 .5rem .5rem 0;
            border-radius: .5rem;
            background: #FFE8ED;
            padding: 0 .75rem;
            color: #AA173B;
            height: 1.75rem;
            line-height: 1.875rem;
        }
        .about-page .job .list .item .price {
            font-family: "GT Eesti Pro Display";
            font-size: 1.25rem;
        }
        .about-page .job .list .item .price span {
            display: inline-block;
            vertical-align: middle;
            width: .125rem;
            height: 1.25rem;
            background: #2D3142;
            margin: -0.25rem .75rem 0 .75rem;
        }
        .about-page .job .list .slick-list{
            padding:0 1.25rem;
            margin:0 -1.25rem;
        }
        .about-page .job .list .slick-prev,
        .about-page .job .list .slick-next {
            position: absolute;
            pointer-events: none;
            z-index: -10;
            opacity: 0;
        }
        .about-page .job .sl-count {
            text-align: center;
            padding-top: 2.875rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }
        .about-page .job .sl-count a {
            display: inline-block;
            vertical-align: middle;
            width: 2rem;
            height: 2rem;
            margin: -0.25rem 1rem 0 1rem;
        }
        .about-page .job .sl-count a.prev {
            background: url('/local/templates/main/img/prev.svg') 0 0 / 100% 100%;
        }
        .about-page .job .sl-count a.prev:hover {
            background: url('/local/templates/main/img/prevh.svg') 0 0 / 100% 100%;
        }
        .about-page .job .sl-count a.next {
            background: url('/local/templates/main/img/next.svg') 0 0 / 100% 100%;
        }
        .about-page .job .sl-count a.next:hover {
            background: url('/local/templates/main/img/nexth.svg') 0 0 / 100% 100%;
        }
        .about-page .clients h2 {
            margin-bottom: 2.625rem;
        }
        .about-page .clients .item {
            width: 18.5%;
            height: 7.25rem;
            line-height: 7.25rem;
            text-align: center;
            border-radius: 1.625rem;
            border: .0625rem solid #E2E7EF;
            margin-bottom: 1.25rem;
        }
        .about-page .clients .item img {
            vertical-align: middle;
            max-width: 80%;
        }
        .about-page .clients .bottom-link {
            text-align: center;
            padding-top: 2.625rem;
        }
        .about-page .clients .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1.0625rem 4.125rem .9375rem 4.125rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        .about-page .clients .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .job-page {
            padding-bottom: 7.5rem;
        }
        .job-page .filter h2 {
            margin-bottom: 2rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.5rem;
            line-height: 1.75rem;
        }
        .job-page .filter form {
            margin-bottom: 2.625rem;
        }
        .job-page .filter form input[type='text'] {
            width: 100%;
            height: 3rem;
            border-radius: .875rem;
            border: .0625rem solid #E2E7EF;
            padding: 0 1.25rem 0 3.75rem;
            font-size: 1rem;
            background: url('/local/templates/main/img/search.svg') no-repeat 1.25rem 50%;
        }
        .job-page .filter .name {
            margin-bottom: 1rem;
            font-size: 1.125rem;
            font-family: "GT Eesti Pro Display";
        }
        .job-page .filter .checkbox {
            display: none;
        }
        .job-page .filter .checkbox + label {
            display: block;
            cursor: pointer;
            padding: .75rem 0 .5rem 2rem;
            font-size: 1.0625rem;
            line-height: 120%;
            background: url('/local/templates/main/img/checkbox.svg') no-repeat left;
            margin: 0;
        }
        .job-page .filter .checkbox:checked + label {
            background: url('/local/templates/main/img/checkbox2.svg') no-repeat left;
        }
        .job-page .filter .radio {
            display: none;
        }
        .job-page .filter .radio + label {
            display: block;
            cursor: pointer;
            padding: .75rem 0 .5rem 2rem;
            font-size: 1.0625rem;
            line-height: 120%;
            background: url('/local/templates/main/img/radio.svg') no-repeat left;
            margin: 0;
        }
        .job-page .filter .radio:checked + label {
            background: url('/local/templates/main/img/radio2.svg') no-repeat left;
        }
        .job-page .item {
            margin-bottom: 1.75rem;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            padding: 2.5rem 2.875rem;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .job-page .item:hover {
            box-shadow: 0rem .3125rem 1.875rem .9375rem rgba(45, 49, 66, 0.06);
        }
        .job-page .item .logo {
            margin-bottom: 2rem;
        }
        .job-page .item .logo div {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.25rem;
            line-height: 1.875rem;
        }
        .job-page .item .logo div img {
            width: 3.75rem;
            max-width: 3.75rem;
            margin-right: 1.5rem;
        }
        .job-page .item .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: 1.25rem;
            font-size: 1.375rem;
            line-height: 1.875rem;
        }
        .job-page .item p {
            margin-bottom: 1.25rem;
            color: var(--595-d-70, #595d70);
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .job-page .item .tags {
            padding-bottom: 1.5rem;
        }
        .job-page .item .tags a {
            display: inline-block;
            margin: 0 .5rem .5rem 0;
            border-radius: .5rem;
            background: #FFE8ED;
            padding: 0 .75rem;
            color: #AA173B;
            height: 1.75rem;
            line-height: 1.875rem;
        }
        .job-page .item .price {
            font-family: "GT Eesti Pro Display";
            font-size: 1.25rem;
        }
        .job-page .item .price span {
            display: inline-block;
            vertical-align: middle;
            width: .125rem;
            height: 1.25rem;
            background: #2D3142;
            margin: -0.25rem .75rem 0 .75rem;
        }
        .job-page .bottom-link {
            text-align: center;
            padding-top: 2.25rem;
        }
        .job-page .bottom-link a {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding: 1rem 5.3125rem 1rem 5.375rem;
            border-radius: 1rem;
            border: .0625rem solid var(--2-d-3142, #2d3142);
        }
        @media(max-width:90rem){
            .job .bottom-link a{
                padding: 1rem 5rem 1rem 5rem;
            }
        }
        .job-page .bottom-link a:hover {
            border: .0625rem solid #E51A4B;
            background: #E51A4B;
            color: #fff;
        }
        .project-page {
            padding-bottom: 6.25rem;
        }


        .project-page .right-subscribe-block.sticky {
            position: sticky;
            position:-webkit-sticky;
            top:10.125rem;
        }



        .project-page .date {
            margin-bottom: 2rem;
            font-size: 1rem;
        }
        .project-page .date span {
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            padding: 0 .75rem;
            border-radius: 2rem;
            background: #E51A4B;
            height: 2.4375rem;
            line-height: 2.5625rem;
            margin-right: .625rem;
        }
        .project-page h1 {
            margin-bottom: 1.5rem;
        }
        .project-page .top-text {
            margin-bottom: 2.625rem;
            color: var(--595-d-70, #595d70);
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }
        .project-page .share {
            margin-bottom: 2.625rem;
        }
        .project-page .share p {
            margin-bottom: .75rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.25rem;
            line-height: 1.4375rem;
        }
        .project-page .share a {
            display: inline-block;
            margin-right: .3125rem;
            width: 3.125rem;
            height: 3.125rem;
            background-size: 100%;
        }
        .project-page .share a:nth-child(2) {
            background-image: url('/local/templates/main/img/share1.svg');
        }
        .project-page .share a:nth-child(2):hover {
            background-image: url('/local/templates/main/img/share1h.svg');
        }
        .project-page .share a:nth-child(3) {
            background-image: url('/local/templates/main/img/share2.svg');
        }
        .project-page .share a:nth-child(3):hover {
            background-image: url('/local/templates/main/img/share2h.svg');
        }
        .project-page .share a:nth-child(4) {
            background-image: url('/local/templates/main/img/share3.svg');
        }
        .project-page .share a:nth-child(4):hover {
            background-image: url('/local/templates/main/img/share3h.svg');
        }
        .project-page .share a:nth-child(5) {
            background-image: url('/local/templates/main/img/share4.svg');
        }
        .project-page .share a:nth-child(5):hover {
            background-image: url('/local/templates/main/img/share4h.svg');
        }
        .project-page .main-content .image {
            margin-bottom: 2.625rem;
        }
        .project-page .main-content .image img {
            width: 100%;
        }
        .project-page .main-content h2 {
            margin-bottom: 1.25rem;
            font-size: 2.375rem;
            line-height: 118%;
            font-family: "GT Eesti Pro Display";
        }
        .project-page .main-content p,
        .project-page .main-content {
            font-size: 1.125rem;
            margin-bottom: 2.625rem;
            line-height: 1.3125rem;
        }
        .project-page .main-content p.other {
            margin-bottom: 1.375rem;
        }
        .project-page .main-content p a {
            text-decoration: underline;
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .project-page .main-content ol {
            counter-reset: num;
            margin-top: -1.375rem;
            padding-bottom: 1.875rem;
            margin-left: 2.125rem;
        }
        .project-page .main-content ol li {
            margin-bottom: .75rem;
            padding-left: 3rem;
            position: relative;
            font-size: 1.125rem;
            line-height: 125%;
            min-height: 30px;
        }
        .project-page .main-content ol li p {
            margin: 0;
        }
        .project-page .main-content ol li:before {
            content: counter(num);
            counter-increment: num;
            width: 1.5rem;
            height: 1.4375rem;
            line-height: 1.5625rem;
            color: #fff;
            text-align: center;
            border-radius: .5rem;
            background: var(--e-51-a-4-b, #e51a4b);
            left: 0;
            top: 0;
            position: absolute;
            font-size: 1rem;
        }
        .project-page .main-content ol li span {
            font-family: "GT Eesti Pro Display";
        }
        .project-page .main-content ul {
            margin-top: -1.375rem;
            padding-bottom: 1.875rem;
            margin-left: 2.125rem;
        }
        .project-page .main-content ul.other li {
            padding-left: 2rem;
            background: url('/local/templates/main/img/li2.svg') no-repeat 0 .3125rem;
        }
        .project-page .main-content ul li {
            margin-bottom: .75rem;
            padding-left: 3rem;
            position: relative;
            font-size: 1.125rem;
            line-height: 125%;
            background: url('/local/templates/main/img/li.svg') no-repeat left;
            min-height: 30px;
        }
        .project-page .main-content ul li p {
            margin: 0;
        }
        .project-page .main-content ul li span {
            font-family: "GT Eesti Pro Display";
        }
        .project-page .main-content .persons {
            padding-bottom: .75rem;
        }
        .project-page .main-content .persons .item {
            margin-bottom: 1.875rem;
            color: #595D70;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .project-page .main-content .persons .item img {
            width: 100%;
            margin-bottom: 1rem;
        }
        .project-page .main-content .persons .item .name {
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .5rem;
            font-size: 1.375rem;
            line-height: 1.625rem;
        }
        .project-page .main-content .review {
            padding: 2rem 2rem 2rem 7.5rem;
            position: relative;
            border-radius: 2rem;
            border: .0625rem solid #E2E7EF;
            margin: 3.3125rem 0 4rem;
        }
        .project-page .main-content .review:hover {
            box-shadow: 0rem .375rem 2rem 1rem rgba(45, 49, 66, 0.06);
        }

        .project-page .main-content .review .avatar {
            position: absolute;
            left: 2rem;
            top: 2rem;
        }
        .project-page .main-content .review .avatar img {
            width: 4rem;
            height: 4rem;
            max-width: 4rem;
            object-fit: cover;
            -webkit-border-radius: .75rem;
            -moz-border-radius: .75rem;
            border-radius: .75rem;
        }
        .project-page .main-content .review .name {
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
            font-size: 1.25rem;
        }
        .project-page .main-content .review p {
            line-height: 125%;
            margin-bottom: 1.25rem;
            color: #595D70;
            font-size: 1rem;
        }
        .project-page .main-content .review .link {
            display: inline-block;
            border-radius: .75rem;
            border: .0625rem solid #E2E7EF;
            padding: .625rem 1rem;
            font-size: 1rem;
        }
        .project-page .main-content .review .link:hover {
            color: #fff;
            background: #E51A4B;
            border: .0625rem solid #E51A4B;
        }
        .project-page .main-content .photos {
            position: relative;
            border-radius: 1.75rem;
        }
        .project-page .main-content .photos img {
            border-radius: 1.75rem;
            width: 100%;
        }
        .project-page .main-content .photos .sl-count {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            bottom: .9375rem;
            border-radius: 4rem;
            padding: 0 1rem;
            height: 2.1875rem;
            line-height: 2.3125rem;
            font-size: 1rem;
        }

        .project-page .main-content .photos .slick-prev,
        .project-page .main-content .photos .slick-next {
            position: absolute;
            padding: 0;
            font-size: 0;
            z-index: 2;
            width: 9.0625rem;
            height: 100%;
            top:50%;
            transform: translateY(-50%);
            background-color: transparent;
        }
        .project-page .main-content .photos .slick-prev{
            left:0;
        }
        .project-page .main-content .photos .slick-next{
            right:0;
        }


        .project-page .main-content .photos .slick-prev::before{
            content:"";
            position:absolute;
            top:0;
            left:0;
            width:9.0625rem;
            height: 100%;
            background: linear-gradient(270deg, rgba(45, 49, 66, 0) 0%, rgba(45, 49, 66, 0) 100%);
            border-radius: 1.75rem 0rem 0rem 1.75rem;
        }
        .project-page .main-content .photos .slick-prev::after{
            content:"";
            position:absolute;
            top:0;
            left:0;
            width:9.0625rem;
            height: 100%;
            z-index: 5;
            background: url('/local/templates/main/img/prev3.svg') no-repeat center;
            border-radius: 1.75rem 0rem 0rem 1.75rem;
        }
        .project-page .main-content .photos .slick-next::before{
            content:"";
            position:absolute;
            top:0;
            right:0;
            width:9.0625rem;
            height: 100%;
            background:linear-gradient(270deg, rgba(45, 49, 66, 0) 0%, rgba(45, 49, 66, 0) 100%);
            border-radius: 0rem 1.875rem 1.875rem 0rem;
        }


        .project-page .main-content .photos .slick-next:after {
            content:"";
            position:absolute;
            top:0;
            right: 0;
            width:9.0625rem;
            height: 100%;
            z-index: 5;
            background:url('/local/templates/main/img/next3.svg') no-repeat center;
            border-radius: 0rem 1.875rem 1.875rem 0rem;
        }
        @media(any-hover:hover){
            .project-page .main-content .photos .slick-prev:hover::before  {
                background: linear-gradient(270deg, rgba(45, 49, 66, 0) 0%, rgba(45, 49, 66, 0.4) 100%);
            }
        }
        @media(any-hover:hover){
            .project-page .main-content .photos .slick-next:hover::before  {
                background:linear-gradient(270deg, rgba(45, 49, 66, 0.4) 0%, rgba(45, 49, 66, 0) 100%);
            }
        }



        .project-page .main-content .photo {
            margin-bottom: 2.625rem;
        }
        .project-page .main-content .photo img {
            width: 100%;
            margin-bottom: 1.25rem;
        }
        .project-page .main-content .photo .author {
            color: var(--8-a-919-f, #8a919f);
            line-height: 1rem;
        }
        .project-page .main-content .article {
            border-radius: 2rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 2rem 2rem 2rem 14.375rem;
            margin-bottom: 2.625rem;
            position: relative;
        }
        .project-page .main-content .article .image {
            position: absolute;
            left: 2rem;
            top: 2rem;
            margin: 0;
        }
        .project-page .main-content .article .top-text {
            margin-bottom: .75rem;
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .project-page .main-content .article .name {
            font-size: 1.375rem;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            line-height: 120%;
        }
        .project-page .main-content .article p {
            margin-bottom: 1.25rem;
            color: var(--595-d-70, #595d70);
        }
        .project-page .main-content .article a {
            text-decoration: underline;
            color: var(--e-51-a-4-b, #e51a4b);
            font-size: 1.125rem;
        }
        .project-page .main-content .photos-author {
            color: var(--8-a-919-f, #8a919f);
            line-height: 1rem;
            margin: 1.25rem 0 2.625rem;
        }
        .project-page .main-content .links {
            border-radius: 1.875rem;
            background: #f3f5f8 url('/local/templates/main/img/download3.svg') no-repeat 2rem 2rem;
            margin-bottom: 2.625rem;
            padding: 2rem 2rem 1.5rem 6.6875rem;
        }
        .project-page .main-content .links .name {
            font-size: 1.375rem;
            margin-bottom: .375rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.625rem;
        }
        .project-page .main-content .links a {
            display: block;
            text-decoration: none;
            margin-bottom: .5rem;
            line-height: 1.3125rem;
            color: var(--8-a-919-f, #8a919f);
            font-size: 1.125rem;
        }
        .project-page .main-content .links a span {
            margin-right: .625rem;
            text-decoration: underline;
            color: var(--e-51-a-4-b, #e51a4b);
        }
        .project-page .main-content blockquote {
            margin: 0 0 2.625rem 0;
            border-radius: 2rem;
            background: #f3f5f8 url('/local/templates/main/img/quote.svg') no-repeat 4rem 2rem;
            padding: 6rem 4rem 2rem 4rem;
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .project-page .main-content blockquote span {
            display: block;
            margin-bottom: 1.5rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.5rem;
        }
        .project-page .main-content .video {
            margin-bottom: 2.625rem;
            position: relative;
        }
        .project-page .main-content .video img {
            width: 100%;
        }
        .project-page .main-content .video .play {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url('/local/templates/main/img/play2.svg') no-repeat center;
            z-index: 3;
        }
        .project-page .main-content .video .play:hover{
            background: url('/local/templates/main/img/play_red.svg') no-repeat center;
        }

        .project-page .main-content .video:before{
            content:'';
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height: 100%;
            border-radius: 1.875rem;
            background-color:transparent;
            transition: all 0.3s ease 0s;
        }
        .project-page .main-content .video:hover::before{
            background-color: #0000004d;
        }


        .project-page .main-content .post-author {
            border-top: .0625rem solid #292D3A;
            border-bottom: .0625rem solid #E2E7EF;
            margin: 4.5rem 0 0 0;
            padding: 2rem 0;
        }
        .project-page .main-content .post-author .name {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.4375rem;
        }
        .project-page .main-content .post-author .avatar div {
            display: table-cell;
            vertical-align: middle;
            color: var(--595-d-70, #595d70);
            font-size: 1rem;
            line-height: 1.1875rem;
        }
        .project-page .main-content .post-author .avatar div span {
            display: block;
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .project-page .main-content .post-author .avatar div img {
            margin-right: 1.25rem;
            width: 4.375rem;
            height: 4.375rem;
            max-width: 4.375rem;
            border-radius: 1.25rem;
            object-fit: cover;
        }
        .project-page .main-content .tags {
            border-bottom: .0625rem solid #E2E7EF;
            padding: 2rem 0 1.5rem;
        }
        .project-page .main-content .tags .name {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.4375rem;
        }
        .project-page .main-content .tags a {
            display: inline-block;
            margin: 0 .25rem .5rem 0;
            height: 1.75rem;
            line-height: 1.875rem;
            padding: 0 .5rem;
            border-radius: .5rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            color: #595D70;
        }
        .project-page .main-content .bottom-share {
            border-bottom: .0625rem solid #E2E7EF;
            padding: 2rem 0;
        }
        .project-page .main-content .bottom-share .name {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.4375rem;
        }
        .project-page .main-content .bottom-share a {
            display: inline-block;
            margin-right: .3125rem;
            width: 3.125rem;
            height: 3.125rem;
            background-size: 100%;
        }
        .project-page .main-content .bottom-share a:nth-child(2) {
            background-image: url('/local/templates/main/img/share1.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(2):hover {
            background-image: url('/local/templates/main/img/share1h.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(3) {
            background-image: url('/local/templates/main/img/share2.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(3):hover {
            background-image: url('/local/templates/main/img/share2h.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(4) {
            background-image: url('/local/templates/main/img/share3.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(4):hover {
            background-image: url('/local/templates/main/img/share3h.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(5) {
            background-image: url('/local/templates/main/img/share4.svg');
        }
        .project-page .main-content .bottom-share a:nth-child(5):hover {
            background-image: url('/local/templates/main/img/share4h.svg');
        }
        .project-page .main-content .blog {
            padding: 2rem 0 .0625rem;
            border-bottom: .0625rem solid #292D3A;
        }
        .project-page .main-content .blog .name {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.4375rem;
        }
        .project-page .main-content .blog .item {
            margin-bottom: 2rem;
        }
        .project-page .main-content .blog .item .image {
            display: block;
            position: relative;
            margin-bottom: 1.25rem;
        }
        .project-page .main-content .blog .item .image img {
            width: 100%;
        }
        .project-page .main-content .blog .item .image .badge {
            position: absolute;
            color: #fff;
            left: 1rem;
            top: 1rem;
            font-family: "GTEestiProDisplay-Light";
            font-size: .875rem;

            font-weight: 300;
            padding: .5625rem 1rem .4375rem 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .project-page .main-content .blog .item .date {
            margin-bottom: .75rem;
            color: #8A919F;
        }
        .project-page .main-content .blog .item .name {
            display: block;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 125%;
        }
        .project-page .main-content .blog .item p {
            color: #8A919F;
            font-size: 1rem;
            line-height: 125%;
            margin-bottom: 2.625rem;
        }
        .event-page {
            padding:9.0625rem 0 4.25rem 0;

        }
        @media(max-width:62rem){
            .event-page {
                padding:6.25rem 0 4.25rem 0;
            }
        }
        .event-page .top-block {
            max-width: 103.25rem;
            margin: 0 auto 6.25rem auto;
            border-radius: 2.625rem;
            padding: 2.75rem 0 .875rem;
            color: #fff;
        }
        .event-page .top-block .navi {
            padding: 0 0 7.75rem 0;
        }
        .event-page .top-block .navi a,
        .event-page .top-block .navi span {
            color: #fff;
        }
        .event-page .top-block .cat {
            display: inline-block;
            color: #fff;
            margin-bottom: 1.25rem;
            height: 2.6875rem;
            line-height: 2.8125rem;
            padding: 0 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .event-page .top-block h1 {
            margin-bottom: .75rem;
        }
        .event-page .top-block p {
            margin-bottom: 2.5rem;
            font-size: 1.25rem;
            line-height: 125%;
        }
        .event-page .top-block .price {
            margin-bottom: 2.5rem;
            font-size: 2.625rem;
            font-family: "GT Eesti Pro Display";
            line-height: 120%;
        }
        .event-page .top-block button {
            background: #fff;
            width: 21.0625rem;
            height: 3.5rem;
            border-radius: 1rem;
            font-size: 1.125rem;
            margin-bottom: 7.75rem;
        }
        .event-page .top-block button:hover {
            color: #fff;
            background: #E51A4B;
        }
        .event-page .top-block .item {
            margin-bottom: 1.875rem;
        }
        .event-page .top-block .item div {
            display: table-cell;
            vertical-align: middle;
            vertical-align: top;
            line-height: 1.1875rem;
            font-size: 1rem;
        }
        .event-page .top-block .item div span {
            display: block;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .25rem;
        }
        .event-page .top-block .item div img {
            width: 2.625rem;
            max-width: 2.625rem;
            margin-right: .75rem;
        }
        .event-page .info .image {
            margin-bottom: 6.25rem;
            border-radius: 2rem;
            position: relative;
            overflow: hidden;
        }
        .event-page .info .image img {
            width: 100%;
        }
        .event-page .info .image .time {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(45, 49, 66, 0.8);
            z-index: 3;
        }
        .event-page .info .image .time div {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 100%;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 1rem;
            color: #fff;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .event-page .info .image .time div span {
            display: block;
            font-family: "GT Eesti Pro Display";
            padding: 4.1875rem 0 .5rem;
            background: url('/local/templates/main/img/time.svg') no-repeat 50% 0;
            font-size: 2rem;
            line-height: 2.3125rem;
        }
        .event-page .info .image .time div span.other {
            background: url('/local/templates/main/img/lock.svg') no-repeat 50% 0;
        }
        .event-page .info h2 {
            font-family: "GT Eesti Pro Display";
            font-size: 2.375rem;
            margin-bottom: 2rem;
            line-height: 2.75rem;
        }
        .event-page .info p {
            margin-bottom: 1.25rem;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .event-page .info ul {
            margin-left: 1.875rem;
            padding-bottom: 1.25rem;
            margin-top: -0.5rem;
        }
        .event-page .info ul li {
            margin-bottom: .75rem;
            padding-left: 1.75rem;
            position: relative;
            font-size: 1.125rem;
            line-height: 125%;
        }
        .event-page .info ul li:before {
            content: "";
            position: absolute;
            width: .5rem;
            height: .5rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #E51A4B;
            left: 0;
            top: .3125rem;
        }
        .event-page .info .persons {
            padding-top: 5rem;
            padding-bottom: 3.75rem;
        }
        .event-page .info .persons .item {
            margin-bottom: 1.875rem;
            color: #595D70;
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }
        .event-page .info .persons .item img {
            width: 100%;
            margin-bottom: 1rem;
        }
        .event-page .info .persons .item .name {
            color: #2D3142;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .5rem;
            font-size: 1.375rem;
            line-height: 1.625rem;
        }
        .event-page .info .blog .item {
            margin-bottom: 2rem;
            display:block;
            position:relative;
        }
        .event-page .info .blog .item .image {
            position: relative;
            margin-bottom: 1.25rem;
            display: block;
        }
        .event-page .info .blog .item .image img {
            width: 100%;
        }
        .event-page .info .blog .item .image .badge {

            position: absolute;
            color: #fff;
            left: 1rem;
            top: 1rem;
            font-family: "GTEestiProDisplay-Light";
            font-size: .875rem;
            font-weight: 350;
            padding: .5625rem 1rem .4375rem 1rem;
            border-radius: 2rem;
            background: #E51A4B;
        }
        .event-page .info .blog .item .date {
            margin-bottom: .75rem;
            color: #8A919F;
        }
        .event-page .info .blog .item .name {
            display: block;
            margin-bottom: .5rem;
            font-family: "GT Eesti Pro Display";
            font-size: 1.375rem;
            line-height: 125%;
        }
        .event-page .info .blog .item p {
            color: #8A919F;
            font-size: 1rem;
            line-height: 125%;
            margin: 0;
        }
        .event-page .order {
            border-radius: 2rem;
            padding: 2rem;
            background: var(--f-3-f-5-f-8, #f3f5f8);
        }
        .event-page .order {
            position: sticky;
            top:10.125rem;
            position:-webkit-sticky;

        }

        .event-page .order .top-text {
            margin-bottom: .5rem;
            font-size: 1.125rem;
            font-family: "GT Eesti Pro Display";
            line-height: 1.3125rem;
        }
        .event-page .order h3 {
            font-size: 2rem;
            line-height: 2.3125rem;
            font-family: "GT Eesti Pro Display";
            margin-bottom: .75rem;
        }
        .event-page .order p {
            margin-bottom: 1.5rem;
            line-height: 1.1875rem;
            color: #595D70;
            font-size: 1rem;
        }
        .event-page .order p a {
            font-family: "GT Eesti Pro Display";
        }
        .event-page .order input[type='text'] {
            width: 100%;
            height: 3.5rem;
            margin-bottom: .625rem;
            border-radius: .875rem;
            border: .0625rem solid #E2E7EF;
            background: #F3F5F8;
            padding: 0 1.5rem;
            font-size: 1rem;
        }
        .event-page .order button {
            width: 100%;
            height: 3.5rem;
            font-size: 1.125rem;
            color: #fff;
            border-radius: .875rem;
            background: var(--2-d-3142, #2d3142);
        }
        .event-page .order button:hover {
            background: #E51A4B;
        }
        .event-page .order .bottom-text {
            margin-top: .75rem;
            line-height: 1.125rem;
            color: #595D70;
        }

        @media (max-width: 1500px) {
            .item-page .top-block .image {
                width: 45%;
                margin: 0;
            }
        }

        @media (max-width: 74.9375rem) {

            .header .contacts .buttons a.phone {
                font-size: 1.25rem;
            }
            .header nav ul li:not(:last-child) {
                margin-right: 1.125rem;
            }
            .index-top-banner {
                padding: 7.5rem 0;
            }
            .index-top-banner .text {
                max-width: 46.875rem;
            }
            .index-top-banner .text .name {
                line-height: 125%;
            }
            .index-about-block .item {
                padding-right: 0;
            }
            .index-ways-block .item {
                padding: 1.5rem 1.5rem 1.5rem 4.5rem;
            }
            .index-ways-block .item .icon {
                top: 1rem;
                left: 1rem;
            }
            .footer .form .name {
                padding-right: 0;
            }
            .footer .form p {
                padding-right: 0;
            }
            .footer .contacts .item .social {
                padding-top: 0;
            }
            .catalog-page .prices table thead tr td {
                padding: 0 .9375rem 1.25rem .9375rem;
            }
            .catalog-page .prices table tbody tr td {
                padding: .9375rem;
                font-size: .875rem;
            }
            .catalog-page .prices table tbody tr td button {
                width: 10rem;
            }
            .item-page .right-block .content {
                padding: 1.5rem;
            }
            .item-page .right-block .content .price {
                font-size: 2rem;
            }
            .item-page .docs .list .item div img {
                width: 20rem;
                max-width: 20rem;
                margin-right: 1.25rem;
            }
            .item-page .docs .list .item {
                padding: 1.5rem;
            }
            .bottom-page-form .form {
                padding: 2rem;
            }
            .bottom-page-form .form .name {
                padding-right: 0;
            }
            .bottom-page-form .form p {
                padding-right: 0;
            }
            .item-page .top-block .image {
                width: 44%;
                margin: 0;
            }
            .item-page .top-block .text .navi {
                padding: 0 0 1.875rem 0;
            }
            .item-page .top-block .top-text {
                margin-bottom: 1.5rem;
            }
            .item-page .top-block .text .buttons {
                margin-bottom: 1.875rem;
            }
            .cart-page .checkbox + .item {
                padding: 1.25rem 3.75rem 1.25rem 3.5rem;
            }
            .cart-page .checkbox + .item .delete {
                right: 1.25rem;
            }
            .cart-page .checkbox + .item .name {
                width: 60%;
            }
            .cart-page .right-block {
                padding: 1.5rem;
            }
            .contacts-page .empty {
                display: none;
            }
            .events-page .bottom-button {
                padding: 0 0 3.75rem 0;
            }
            .blog-page .top-list .list .item .text {
                padding: 0 0 0 1.875rem;
            }
            .blog-page .top-list .list .item .image img {
                max-width: 31.25rem;
                width: 31.25rem;
            }
            .about-page .top-block {
                padding: 0 0 7.5rem 0;
            }
            .about-page .top-image {
                padding: 0 1rem;
            }
            .project-page .main-content .photos .slick-prev,
            .project-page .main-content .photos .slick-next {
                width: 6.25rem;
            }
            .event-page .top-block .navi {
                padding: 0 0 4rem 0;
            }
            .event-page .top-block button {
                margin-bottom: 4rem;
            }
            .support-button {
                padding: 0 1rem 0 3rem;
            }
            .support-button span {
                display: none;
                padding: 0 1rem 0 3.125rem;
            }
        }
        @media(max-width:68.75rem){
            .header .contacts .buttons a.feedback {
                display: none;
            }
        }

        @media (max-width: 61.9375rem) {

            .header nav ul {
                display: none;
            }
            .header .contacts {
                display: flex;
                justify-content: center;
                align-items: center;
                gap:.75rem;
            }
            .header .contacts .eye span {
                display: none;
            }
            .header .contacts .buttons {
                margin-bottom: 0;
            }
            .header {
                padding: 1.25rem 0;
            }
            .header .menu-button {
                display: block;
            }
            .header .contacts .buttons a.phone {
                margin-right: 1rem;
            }
            .menubg {
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(1, 1, 1, 0.7);
                z-index: 11;
                display: none;
            }
            .mobile-menu.opened {
                right: 0;
            }
            .index-top-banner {
                padding: 5rem 0;
            }
            .index-top-banner .text .name {
                font-size: 3.125rem;
            }
            .index-top-banner .text {
                max-width: 34.375rem;
            }
            .index-top-banner .text p {
                margin-bottom: 2.8125rem;
            }
            .index-projects-block .item .author {
                padding: 1rem 0 0 0;
            }
            .index-projects-block .item {
                padding: 1.5rem 1.5rem 6rem 1.5rem;
            }
            .index-projects-block .item .author {
                left: 1.5rem;
                bottom: 1.5rem;
                width: calc(100% - 3rem);
            }
            .index-reviews-block .list .item {
                width: 37.5rem;
            }
            .footer .form p {
                margin-bottom: 2rem;
            }
            .footer .subscribe form {
                padding-top: 1rem;
            }


            .footer .copy {
                margin-bottom: 1.5rem;
            }
            /* .catalog-page .filter {
    display: none;
  } */
            .catalog-page .top-form input[type='text'] {
                width: 100%;
            }
            .catalog-page .top-form .search-item {
                margin: 1.25rem 1.25rem 0 0;
            }
            .catalog-page .prices table thead {
                display: none;
            }
            .catalog-page .prices table tbody tr {
                display: block;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 1.25rem 0 .625rem 0;
            }
            .catalog-page .prices table tbody tr td {
                display: block;
                padding: 0 0 .625rem 0;
                font-size: 1rem;
            }
            .catalog-page .prices table tbody tr td:first-child {
                width: 100%;
                margin-bottom: .625rem;
            }
            .catalog-page .prices table tbody tr td .status {
                margin-top: .3125rem;
            }
            .catalog-page .prices table tbody tr td .price {
                margin-top: .5rem;
            }
            .catalog-page .prices table tbody tr td .price.with_old {
                margin-top: 0;
            }
            .data-page ul {
                display: none;
            }
            .data-page .item ul {
                display: block;
            }
            .item-page .docs2 {
                padding-bottom: 3.75rem;
            }
            .faq-block .item .text {
                padding: 1.25rem 0 0 0;
            }
            .item-page .top-block .text {
                width: 100%;
            }
            .item-page .top-block .image {
                width: 100%;
                margin-bottom: 1.875rem;
            }
            .cart-page .right-block {
                margin-top: 1.25rem;
            }
            .events-page .item .image img {
                width: 20rem;
                max-width: 20rem;
            }
            .videos-page .bottom-button {
                padding: 0 0 3.75rem 0;
            }
            .blog-page .top-list .list .item .image {
                display: block;
            }
            .blog-page .top-list .list .item .image img {
                width: 100%;
                max-width: 100%;
            }
            .blog-page .top-list .list .item .text {
                display: block;
                padding: 1.5rem 0 0 0;
            }
            .blog-page .bottom-button {
                padding: 0 0 3.75rem 0;
            }
            .bottom-page-form .form p {
                margin-bottom: 1.875rem;
            }
            .about-page .job .list .item {
                width: 37.5rem;
                padding: 2rem;
            }
            .about-page .clients .item {
                width: 31.5%;
            }
            .job-page .filter {
                display: none;
            }
            .project-page .main-content .photos {
                margin-bottom: 3.75rem;
            }
            .project-page .main-content .blog {
                margin-bottom: 3.75rem;
            }
            .event-page .order {
                margin-top: 2rem;
            }
        }
        @media (max-width: 47.9375rem) {
            .header .contacts .buttons {
                display: none;
            }
            .header .contacts .eye{
                display: none;
            }
            .index-top-banner .text .name {
                font-size: 2.5rem;
            }
            .index-top-banner .text {
                max-width: 28.125rem;
            }
            .index-reviews-block .list .item {
                width: 31.25rem;
                padding: 1.5rem 1.5rem 4.5rem 6.75rem;
            }
            .index-reviews-block .list .item .avatar {
                top: 1.5rem;
                left: 1.5rem;
            }
            .index-reviews-block .list .item .link {
                bottom: 1.5rem;
                left: 6.75rem;
            }
            .footer .form {
                padding: 2.5rem;
            }
            .catalog-page .list .item p {
                margin-bottom: 1.5rem;
            }
            .catalog-page .list .item ul {
                padding: 0 0 .0625rem;
            }
            .item-page .top-block .buttons button {
                width: 14.375rem;
            }
            .item-page .docs .list .item div {
                display: block;
            }
            .item-page .docs .list .item div img {
                width: 100%;
                max-width: 100%;
                margin: 0 0 1.25rem 0;
            }
            .bottom-page-form .form p {
                margin-bottom: 1.875rem;
            }
            .cart-page .checkbox + .item .name {
                width: 100%;
                margin-bottom: 1.25rem;
            }
            .cart-page .checkbox + .item .price {
                margin-top: .375rem;
            }
            .cart-page .checkbox + .item .price.with_old {
                margin-top: -0.3125rem;
            }
            .events-page .item .image {
                display: block;
            }
            .events-page .item .image img {
                width: 100%;
                max-width: 100%;
            }
            .events-page .item .text {
                padding: 1.25rem 0 0 0;
            }
            .person-page .top-block div img {
                width: 15rem;
                max-width: 15rem;
            }
            .person-page .top-block div h1 {
                font-size: 2.25rem;
                line-height: 2.5rem;
            }
            .person-page h2 {
                font-size: 2rem;
                line-height: 2.25rem;
            }
            .about-page .top-block h1 {
                font-size: 3.125rem;
            }
            .about-page .resources .item div {
                font-size: 1rem;
            }
            .about-page .resources .item div p {
                line-height: 120%;
            }
            .about-page .advantages .item p {
                padding: 1.5rem;
            }
            .about-page .advantages .item .count {
                top: 1.5rem;
                left: 1.5rem;
                font-size: 1.875rem;
                line-height: 2.25rem;
            }
            .about-page .advantages .item {
                height: 15rem;
            }
            .about-page .advantages .item.big {
                height: 30rem;
            }
            .about-page .advantages .item p span {
                font-size: 1.875rem;
                line-height: 2.25rem;
            }
            .about-page .job .list .item {
                width: 31.25rem;
            }
            .about-page .clients .item {
                width: 48.5%;
            }
            .job-page .item {
                padding: 2rem;
            }
        }
        @media (max-width: 35.9375rem) {
            .header .logo {
                width: 15rem;
            }
            .header .menu-button {
                margin-top: .5rem;
            }
            .index-top-banner {
                padding: 5.625rem 0;
            }
            .index-top-banner .text .name {
                font-size: 1.875rem;
            }
            .index-top-banner .text p {
                font-size: 1rem;
            }
            .index-top-banner .text .link {
                display: inline-block;
                text-align: center;
                padding: 1.125rem 1.5rem;
            }
            .index-top-banner {
                margin-bottom: 3.75rem;
            }
            h1,
            .h1,
            .footer .form .name,
            .index-blog-block h2,
            .index-ways-block h2,
            .index-reviews-block h2,
            .index-projects-block h2,
            .index-about-block h2 {
                font-size: 1.875rem;
            }
            .index-about-block .top-link {
                margin-bottom: 2rem;
            }
            .index-about-block .item {
                margin-bottom: 2rem;
            }
            .team-page .bottom-link a,
            .catalog-page .bottom-link a,
            .index-blog-block .bottom-link a,
            .index-ways-block .bottom-link a,
            .index-projects-block .bottom-link a,
            .index-about-block .bottom-link a {
                display: block;
                text-align: center;
                padding: 1rem;
            }
            .catalog-page,
            .index-blog-block,
            .index-ways-block,
            .index-reviews-block,
            .index-projects-block,
            .index-about-block {
                padding-bottom: 3.75rem;
            }
            .index-reviews-block .list .item {
                padding: 1.5rem;
            }
            .index-reviews-block .list .item .avatar {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                margin-bottom: 1.125rem;
            }
            .index-reviews-block .list .item .link {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                display: inline-block;
            }
            .index-reviews-block .list .slick-track {
                display: block;
            }
            .index-projects-block .bottom-link {
                padding-top: 0;
            }
            .index-ways-block .bottom-link {
                padding-top: 0;
            }
            .index-blog-block .bottom-link {
                padding-top: 0;
            }
            .footer .form {
                padding: 1.5rem;
            }
            .footer .form {
                margin-bottom: 2.25rem;
            }
            .footer .contacts .logo {
                margin-bottom: 1.5rem;
            }
            .footer .contacts .eye {
                margin-bottom: 1.5rem;
            }
            .footer .contacts {
                margin-bottom: 1.25rem;
            }
            .footer .subscribe form input[type='text'] {
                margin-bottom: 1rem;
            }
            .navi {
                padding:5.625rem 0rem 1.25rem 0rem;
            }
            h1,
            .h1 {
                margin-bottom: 1.875rem;
            }
            .catalog-page .top-links {
                padding: 0 0 .625rem 0;
                margin-bottom: 1.25rem;
                margin-right: -1rem;
                white-space: nowrap;
                overflow-x: scroll;
            }
            .catalog-page .top-form {
                padding-bottom: 2rem;
                margin-bottom: 2rem;
            }
            .catalog-page .list .item {
                padding: 1.5rem 1.0625rem 1.5rem 1.0625rem;
            }
            .catalog-page .list .item .button {
                padding: 0;
            }
            .catalog-page .list .item .button .price {
                margin-bottom: .75rem;
            }
            .catalog-page .bottom-link {
                padding-top: 0;
            }
            .catalog-page .top-form .search-item {
                margin: .9375rem .9375rem 0 0;
            }
            .popup {
                padding: 3.75rem 1.5rem!important;
            }
            .popup form .phone {
                padding: 0 0 2.5rem 0;
            }
            .popup .success {
                padding: 0;
            }
            .catalog-page .prices table tbody tr td:last-child {
                width: 100%;
                margin-bottom: .625rem;
            }
            .catalog-page .prices table tbody tr td button {
                width: 100%;
            }
            .catalog-page .prices table tbody tr td:first-child {
                margin-bottom: 0;
            }
            .team-page .top-links {
                padding: 0 0 .625rem 0;
                margin-bottom: 1.25rem;
                margin-right: -1rem;
                white-space: nowrap;
                overflow-x: scroll;
            }
            .team-page .item {
                margin-bottom: 1.875rem;
            }
            .team-page .bottom-link {
                padding-top: 0;
            }
            .team-page {
                padding-bottom: 3.75rem;
            }
            .docs-page .top-links {
                padding: 0 0 .625rem 0;
                margin-bottom: 1.25rem;
                margin-right: -1rem;
                white-space: nowrap;
                overflow-x: scroll;
            }
            .docs-page .item {
                padding: 1.5rem;
            }
            .docs-page {
                padding-bottom: 1.875rem;
            }
            .data-page {
                padding-bottom: 1.875rem;
            }
            .data-page .item {
                margin-bottom: 1.875rem;
                font-size: 1rem;
                line-height: 1.1875rem;
            }
            .data-page .item p {
                margin-bottom: .625rem;
                font-size: 1.125rem;
                line-height: 1.3125rem;
            }
            .item-page .top-block {
                padding: 1.875rem 0 .0625rem;
            }
            .item-page .top-block .navi {
                padding: 0 0 1.5rem 0;
            }
            .item-page .top-block .buttons button {
                width: 100%;
            }
            .item-page .top-block .buttons button:nth-child(1) {
                margin: 0 0 .625rem 0;
            }
            .item-page .top-block .buttons {
                margin-bottom: 1.875rem;
            }
            .item-page .about ul {
                margin-left: 0;
            }
            .item-page .about {
                padding-bottom: 3.125rem;
            }
            .item-page h2 {
                font-size: 2rem;
            }
            .item-page .steps ol li {
                padding: 1.25rem 1.25rem 1.25rem 5rem;
            }
            .item-page .steps ol li:before {
                top: 1.25rem;
                left: 1.25rem;
            }
            .item-page .steps {
                padding-bottom: 2.5rem;
            }
            .item-page .course ul {
                margin-left: 0;
            }
            .item-page .course {
                padding-bottom: 2.5rem;
            }
            .item-page .program .top-text {
                font-size: 1.125rem;
            }
            .item-page .program .item {
                padding: 1.5rem;
            }
            .item-page .program .item .name {
                font-size: 1.125rem;
            }
            .item-page .program {
                padding-bottom: 3.125rem;
            }
            .item-page .docs {
                padding-bottom: 3.75rem;
            }
            .item-page .reviews .list .item {
                padding: 1.5rem;
            }
            .item-page .reviews .list .item .avatar {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                margin-bottom: 1.125rem;
            }
            .item-page .reviews .list .item .link {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                display: inline-block;
            }
            .item-page .reviews .list {
                margin-bottom: 2.5rem;
            }
            .item-page .reviews .list .slick-prev,
            .item-page .reviews .list .slick-next {
                bottom: -4.125rem;
            }
            .item-page .reviews {
                padding-bottom: 3.75rem;
            }
            .item-page .persons {
                padding-bottom: 1.875rem;
            }
            .item-page .docs2 {
                padding-bottom: 1.875rem;
            }
            .item-page {
                padding-bottom: 2.5rem;
                padding-top:5rem;
            }
            .bottom-page-form {
                padding: 3.125rem 0;
                margin-bottom: 3.75rem;
            }
            .bottom-page-form .form .name {
                font-size: 2rem;
            }
            .bottom-page-form .form {
                padding: 1.5rem;
            }
            .faq-block h2 {
                padding-bottom: 1.875rem;
                font-size: 2rem;
            }
            .faq-block .item {
                padding: 1.5rem 0;
            }
            .faq-block {
                padding-bottom: 3.75rem;
            }
            .item-page .top-block {
                -webkit-border-radius: 1.5rem;
                -moz-border-radius: 1.5rem;
                border-radius: 1.5rem;
            }
            .item-page .top-block .price {
                margin-bottom: 1.25rem;
            }
            .faq-block .item .name {
                font-size: 1.25rem;
            }
            .popup .success.other {
                padding: 0;
            }
            .cart-page .top-block {
                padding: 1.5rem;
            }
            .cart-page .top-block .delete {
                width: 100%;
                margin-top: .625rem;
            }
            .cart-page .checkbox + .item {
                padding: 1.25rem 3.125rem;
                background: #ffffff url('/local/templates/main/img/checkbox.svg') no-repeat .9375rem 1.25rem;
            }
            .cart-page .checkbox:checked + .item {
                background: #ffffff url('/local/templates/main/img/checkbox2.svg') no-repeat .9375rem 1.25rem;
            }
            .cart-page .right-block .price {
                margin-bottom: .625rem;
            }
            .cart-page {
                padding-bottom: 2.5rem;
            }
            .cart-page .bottom-line {
                margin-top: 2.5rem;
            }
            .cart-page .order-block h3 {
                margin-bottom: 1.5rem;
            }
            .cart-page .order-block .radio + label {
                padding: 1.25rem 1.25rem 1.25rem 4.375rem;
            }
            .cart-page .order-block .radio + label .icon {
                width: 4.375rem;
            }
            .cart-page .order-block .radio + label .txt {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                transform: none;
                width: auto;
                display: block;
            }
            .cart-page .help-block {
                padding: 1.5rem;
            }
            .cart-page .success {
                padding: 4.375rem 0 2.5rem 0;
            }
            .cart-page .success h2 {
                font-size: 2rem;
            }
            .cart-page .success .top-text {
                font-size: 1.125rem;
                margin-bottom: 1.25rem;
            }
            .cart-page .success a {
                padding: 1rem 2rem;
                display: block;
            }
            .error-page {
                padding: 2.5rem 0;
            }
            .error-page h1 {
                font-size: 2rem;
            }
            .error-page p {
                font-size: 1.125rem;
                margin-bottom: 1.5rem;
            }
            .error-page a {
                display: block;
                padding: .9375rem;
                text-align: center;
            }
            .contacts-page h1 {
                margin-bottom: 1.875rem;
            }
            .contacts-page .item {
                margin-bottom: 1.875rem;
                font-size: 1.25rem;
                line-height: 1.5rem;
            }
            .contacts-page .map {
                height: 18.75rem;
                margin-top: 0;
            }
            .contacts-page {
                padding-bottom: 3.75rem;
            }
            .archive-page .sort {
                margin-bottom: 1.5rem;
            }
            .archive-page .item {
                margin-bottom: 2rem;
            }
            .archive-page .bottom-button {
                padding-top: .75rem;
            }
            .archive-page .bottom-button button {
                width: 100%;
            }
            .archive-page {
                padding-bottom: 3.75rem;
            }
            .events-page .top-links {
                padding: 0 0 .625rem 0;
                margin-bottom: 1.25rem;
                margin-right: -1rem;
                white-space: nowrap;
                overflow-x: scroll;
            }
            .events-page .item {
                padding-bottom: 1.875rem;
                margin-bottom: 1.875rem;
            }
            .events-page .bottom-button {
                padding: .625rem 0 2.5rem;
            }
            .right-subscribe-block {
                padding: 1.5rem;
            }
            .events-page {
                padding-bottom: 3.75rem;
            }
            .videos-page .item {
                padding-bottom: 2rem;
                margin-bottom: 2rem;
            }
            .videos-page .bottom-button {
                padding: .625rem 0 2.5rem;
            }
            .videos-page .bottom-button a {
                padding: 1rem;
                display: block;
                text-align: center;
            }
            .videos-page {
                padding-bottom: 3.75rem;
            }
            .blog-page .top-list .list .item .text .name {
                font-size: 1.5rem;
                line-height: 1.75rem;
            }
            .blog-page .top-list .list .item .text .date {
                margin-bottom: 1.125rem;
            }
            .blog-page .top-list {
                padding-bottom: 2rem;
                margin-bottom: 2rem;
            }
            .blog-page .top-links {
                padding: 0 0 .625rem 0;
                margin-bottom: 1.25rem;
                margin-right: -1rem;
                white-space: nowrap;
                overflow-x: scroll;
            }
            .blog-page .main-list .item {
                margin-bottom: 2rem;
            }
            .blog-page .bottom-button {
                padding: .625rem 0 2.5rem;
            }
            .blog-page {
                padding-bottom: 3.75rem;
            }
            .reviews-page .item {
                padding: 1.5rem;
            }
            .reviews-page .item .avatar {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                margin-bottom: 1.125rem;
            }
            .person-page .navi {
                padding: 1.25rem 0 1.875rem;
            }
            .person-page .top-block div {
                display: block;
                text-align: center;
            }
            .person-page .top-block div img {
                width: 100%;
                max-width: 100%;
                margin: 0 0 1.5625rem 0;
            }
            .person-page .top-block {
                margin-bottom: 2.5rem;
            }
            .person-page h2 {
                font-size: 1.625rem;
                line-height: 1.875rem;
                margin-bottom: 1.25rem;
            }
            .person-page h3 {
                font-size: 1.25rem;
                line-height: 1.5rem;
            }
            .person-page .articles {
                padding: 1.5rem 0 2.5rem;
            }
            .person-page .bottom-button {
                padding-top: .75rem;
            }
            .person-page .projects .item .author {
                padding: 1rem 0 0 0;
            }
            .person-page .projects .item {
                padding: 1.5rem 1.5rem 6rem 1.5rem;
            }
            .person-page .projects .item .author {
                left: 1.5rem;
                bottom: 1.5rem;
                width: calc(100% - 3rem);
            }
            .person-page .projects {
                margin: 0 -0.875rem 2.5rem -0.875rem;
            }
            .person-page .projects .slick-prev,
            .person-page .projects .slick-next {
                bottom: -4.125rem;
            }
            .person-page {
                padding-bottom: 3.75rem;
                padding-top:3.375rem;
            }
            .about-page .top-block h1 {
                font-size: 1.875rem;
            }
            .about-page .top-block p {
                font-size: 1rem;
            }
            .about-page .top-block .link {
                display: block;
                text-align: center;
                padding: 1rem;
            }
            .about-page .top-block {
                padding-bottom: 2.5rem;
            }
            .about-page .top-image {
                margin-bottom: 2.5rem;
            }
            .about-page h2 {
                font-size: 1.875rem;
            }
            .about-page .resources .top-text {
                font-size: 1rem;
            }
            .about-page .resources .item {
                margin-bottom: 2rem;
            }
            .about-page .resources .item div img {
                width: 6.25rem;
                max-width: 6.25rem;
                height: 6.25rem;
                margin-right: 1rem;
            }
            .about-page .resources .item div {
                vertical-align: top;
            }
            .about-page .resources .item div p {
                font-size: 1.25rem;
            }
            .about-page .resources {
                padding-bottom: .75rem;
            }
            .about-page .ways {
                padding: 2rem 0 .0625rem;
                -webkit-border-radius: 1.5rem;
                -moz-border-radius: 1.5rem;
                border-radius: 1.5rem;
            }
            .about-page .ways h2 {
                margin-bottom: 2rem;
            }
            .about-page .ways .item {
                margin-bottom: 2rem;
            }
            .about-page .ways {
                margin-bottom: 2.5rem;
            }
            .about-page .advantages h2 {
                margin-bottom: 2rem;
            }
            .about-page .advantages .item.big {
                height: 22.5rem;
            }
            .about-page .advantages {
                padding-bottom: 1.25rem;
            }
            .about-page .video {
                padding-bottom: 2.5rem;
            }
            .about-page .team h2 {
                margin-bottom: 2rem;
            }
            .about-page .team .item {
                margin-bottom: 2rem;
            }
            .about-page .team .bottom-link {
                padding-top: 0;
            }
            .about-page .team .bottom-link a {
                padding: 1rem;
                display: block;
                text-align: center;
            }
            .about-page .team {
                padding-bottom: 2.5rem;
            }
            .about-page .job .top-text {
                font-size: 1rem;
                margin-bottom: 2rem;
            }
            .about-page .job .list .item {
                padding: 1.5rem;
            }
            .about-page .job .list .slick-track {
                display: block;
            }
            .about-page .job {
                padding-bottom: 3.125rem;
            }
            .about-page .clients h2 {
                margin-bottom: 2rem;
            }
            .about-page .clients .item {
                width: 100%;
            }
            .about-page .clients .bottom-link {
                padding-top: .75rem;
            }
            .about-page .clients .bottom-link a {
                display: block;
                padding: 1rem;
                text-align: center;
            }
            .about-page {
                padding-bottom: 3.75rem;
            }
            .job-page .item {
                padding: 1.5rem;
            }
            .job-page .bottom-link {
                padding-top: .75rem;
            }
            .job-page .bottom-link a {
                display: block;
                padding: 1rem;
                text-align: center;
            }
            .job-page {
                padding-bottom: 3.75rem;
            }
            .project-page .top-text {
                font-size: 1rem;
                line-height: 1.25rem;
                margin-bottom: 1.25rem;
            }
            .project-page .share {
                margin-bottom: 2rem;
            }
            .project-page .main-content .image {
                margin-bottom: 2rem;
            }
            .project-page .main-content h2 {
                font-size: 1.875rem;
            }
            .project-page .main-content p {
                margin-bottom: 1.5rem;
            }
            .project-page .main-content ol {
                margin: 0;
                padding-bottom: .75rem;
            }
            .project-page .main-content ul {
                margin: 0;
                padding-bottom: .75rem;
            }
            .project-page .main-content .persons {
                padding-bottom: .0625rem;
            }
            .project-page .main-content .review {
                margin: 0 0 2rem 0;
            }
            .project-page .main-content .review {
                padding: 1.5rem;
            }
            .project-page .main-content .review .avatar {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                margin-bottom: 1.125rem;
            }
            .project-page .main-content .photos .slick-prev,
            .project-page .main-content .photos .slick-next {
                width: 3.75rem;
            }
            .project-page .main-content .photos {
                margin-bottom: 2rem;
            }
            .project-page {
                padding-bottom: 3.75rem;
            }
            .project-page .date {
                margin-bottom: 1.25rem;
            }
            .project-page .main-content .photo {
                margin-bottom: 2rem;
            }
            .project-page .main-content .article {
                padding: 1.5rem;
                margin-bottom: 2rem;
            }
            .project-page .main-content .article .image {
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                margin-bottom: 1.25rem;
            }
            .project-page .main-content .article .image img {
                width: auto;
            }
            .project-page .main-content .photos-author {
                margin: 0 0 2rem;
            }
            .project-page .main-content .links {
                padding: 1.5rem 1.5rem 1.5rem 5.625rem;
                background: #f3f5f8 url('/local/templates/main/img/download3.svg') no-repeat 1.5rem 1.5rem;
                margin-bottom: 2rem;
            }
            .project-page .main-content blockquote {
                padding: 5.25rem 1.5rem 1.5rem 1.5rem;
                background: #f3f5f8 url('/local/templates/main/img/quote.svg') no-repeat 1.5rem 1.5rem;
            }
            .project-page .main-content .post-author {
                margin: 2rem 0 0 0;
            }
            .project-page .main-content .blog {
                margin-bottom: 2.5rem;
            }
            .event-page .top-block {
                -webkit-border-radius: 1.5rem;
                -moz-border-radius: 1.5rem;
                border-radius: 1.5rem;
                padding: 2rem 0 .125rem;
                margin-bottom: 2.5rem;
            }
            .event-page .top-block .navi {
                padding: 0 0 1.5rem 0;
            }
            .event-page .top-block button {
                margin-bottom: 2rem;
                width: 100%;
            }
            .event-page .info .image {
                margin-bottom: 2rem;
            }
            .event-page .info .image .time div {
                font-size: .875rem;
                line-height: 1.0625rem;
            }
            .event-page .info .image .time div span {
                font-size: 1.5rem;
                line-height: 1.75rem;
            }
            .event-page .info h2 {
                font-size: 1.875rem;
                line-height: 2.25rem;
                margin-bottom: 1.5rem;
            }
            .event-page .info ul {
                margin: 0;
            }
            .event-page .info .persons {
                padding: .75rem 0;
            }
            .event-page .order {
                margin-top: .75rem;
                padding: 1.5rem;
            }
            .event-page {
                padding:5rem 0 3.75rem 0;
            }
            .event-page .top-block p {
                font-size: 1rem;
                margin-bottom: 1.5rem;
            }
            .event-page .top-block .price {
                font-size: 2rem;
                margin-bottom: 1.5rem;
            }
        }


        .form input {
            width: 100%;
            height: 3.5rem;
            border-radius: 1rem;
            border: .0625rem solid #E2E7EF;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 1.5rem;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .form label._error input {
            width: 100%;
            height: 3rem;
            margin-bottom: .625rem;
            border-radius: .75rem;
            border: .0625rem solid red;
            background: var(--f-3-f-5-f-8, #f3f5f8);
            padding: 0 1.5rem;
            font-size: .9375rem;
        }
        ._error-label{
            color:red;
        }
    }
    .event-page .top-block p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .event-page .top-block .price {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}


.form input {
    width: 100%;
    height: 3.5rem;
    border-radius: 1rem;
    border: .0625rem solid #E2E7EF;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 1.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.form label._error input {
    width: 100%;
    height: 3rem;
    margin-bottom: .625rem;
    border-radius: .75rem;
    border: .0625rem solid red;
    background: var(--f-3-f-5-f-8, #f3f5f8);
    padding: 0 1.5rem;
    font-size: .9375rem;
}
._error-label{
    color:red;
}
/* End */


/* Start:/local/templates/main/slick.css?17114796621846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/styles.css?17085381661349*/
.snippet-steps ol {
    counter-reset: num;
}

.snippet-steps ol li {
    margin-bottom: 0.75rem;
    border-radius: 1.625rem;
    border: 0.0625rem solid #E2E7EF;
    padding: 1.875rem 1.25rem 1.875rem 5.8125rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 125%;
}

.snippet-steps ol li:before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 1.875rem;
    top: 1.875rem;
    padding: 0 1.125rem;
    border-radius: 0.75rem;
    background: #e51a4b;
    color: #fff;
    font-family: "GT Eesti Pro Display";
    font-size: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.125rem;
}

.snippet-steps ol li div:first-child {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-family: "GT Eesti Pro Display";
}

.snippet-blockquote {
    margin: 0 0 2rem 0;
    border-radius: 1.625rem;
    background: #f3f5f8;
    padding: 2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    line-height: 125%;
}

.snippet-course ul li {
    padding: 0.125rem 0 0.125rem 3.0625rem;
    margin-bottom: 1.25rem;
    line-height: 1.3125rem;
    font-size: 1.125rem;
    background: url(/local/templates/main/img/li.svg) no-repeat left;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17489809496044*/
.bx-filter-param-label.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.bx-filter-popup-result {
    display: none !important;
}

#basket-item-table {
    width: 100%;
}

.catalog-page .prices table tr.bottom-link {
    border: 0 !important;
    background: 0 !important;
}

.catalog-page .prices table tr.bottom-link[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.catalog-page .prices table tr.bottom-link td {
    padding: 3.375rem 1.875rem 0;
}

.popup form .alert p {
    font-size: 12px;
}

.rel-block > * {
    position: relative;
    height: 100%;
}

.project-page .main-content .video video {
    width: 100%;
    vertical-align: top;
}

.bx-filter-parameters-box {
    padding-bottom: 1rem;
}

.filter__simple .filter-title,
.filter__simple .close-filter,
.filter__simple .filter-category,
.filter__simple .filter__buttons {
    display: none!important;
}

.videos-page .item .video video,
.player video {
    width: 100%;
    vertical-align: top;
}

.red-svg rect {
    fill: #e51a4b;
}

.index-blog-block .item .image img,
.project-page .main-content .blog .item .image img,
.team-page .item img,
.blog-page .main-list .item .image img,
.about-page .team .item img,
.event-page .info .blog .item .image img {
    width: 100%;
    object-fit: cover;
    max-height: 220px;
    height: 100%;
    border-radius: 20px;
}

.project-page .main-content .persons .item img,
.event-page .info .persons .item img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    height: 100%;
    border-radius: 20px;
}

.person-page .top-block div img {
    border-radius: 20px;
}

.item-page .top-block .image img,
.blog-page .top-list .list .item .image img,
.events-page .item .image img {
    border-radius: 30px;
}

strong, b {
    font-weight: 500;
    font-family: "GT Eesti Pro Display Medium";
}

.text-block ul {
    padding-bottom: 1.25rem;
}

.text-block ul li {
    margin-bottom: 0.75rem;
    padding-left: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    position: relative;
}

.text-block ul li:before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E51A4B;
    left: 0;
    top: 0.375rem;
}

#basket-item-table td {
    position: relative;
}

#basket-item-table .checkbox + .checkbox__label {
    position: absolute;
    left: 0;
    width: 55px;
    height: 50px;
    top: 0;
    cursor: pointer;
    z-index: 5;
    border-radius: 1.625rem;
    background: #ffffff url(/local/templates/main/./img/checkbox.svg) no-repeat 1.5625rem 1.25rem;
}

#basket-item-table .checkbox:checked + .checkbox__label {
    background: #ffffff url(/local/templates/main/./img/checkbox2.svg) no-repeat 1.5625rem 1.25rem;
}

html .b24-widget-button-position-bottom-right {
    right: 30px;
    bottom: 80px;
}

.catalog-page .list .item .button button.__outline {
    background: none;
    border: 1px solid var(--2-d-3142, #2d3142);
    color: var(--2-d-3142, #2d3142);
}

.catalog-page .list .item .button button.__outline:hover {
    color: #fff;
    border: 1px solid var(--e-51-a-4-b, #e51a4b);
    background: var(--e-51-a-4-b, #e51a4b);
}

.navi span.navi-current {
    color: #2D3142;
}

.video.__play::before {
    display: none!important;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.grecaptcha-badge {
    bottom: 170px!important;
}

@media (max-width: 767px) {
    .grecaptcha-badge {
        display: none!important;
    }
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    border-radius: 1rem;
    background: #2D3142;
    font-size: 1.0625rem;
    border: 0!important;
    outline: none!important;
    box-shadow: none!important;
}

.btn-primary-large,
.btn-primary-large:focus,
.btn-primary-large:active{
    font-size: 2rem;
    height: 3.75rem;
    line-height: 3.875rem;
    padding: 0 2.125rem;
}

.btn-primary:hover {
    background: #E51A4B;
}

.gap-10 {
    gap: 10px
}

.clamped-text {
  overflow: hidden;
  max-height: 100px;
  transition: max-height 0.4s ease;
  position: relative;
}

.clamped-text.expanded {
  max-height: 1000px;
}

.clamped-text p:last-of-type {
  margin-bottom: 0;
}

.clamped-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.clamped-overlay.hidden {
  opacity: 0;
}

.clamped-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  padding: 0;
}

.clamped-button.hidden {
  display: none;
}

.clamped-arrow {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}

.clamped-arrow.rotate {
  transform: rotate(180deg);
}

.clamped-arrow path {
  stroke: #000;
}

.popup form input[type="checkbox"],
.bottom-page-form .form input[type="checkbox"],
.footer .form input[type="checkbox"] {
	width: 20px;
    height: 20px;
    position: absolute;
}

.popup form input[type="checkbox"] + label,
.bottom-page-form .form input[type="checkbox"] + label,
.footer .form input[type="checkbox"] + label {
	padding-left: 30px;
}

.popup form input[type="checkbox"] + label a,
.bottom-page-form .form input[type="checkbox"] + label a,
.footer .form input[type="checkbox"] + label a {
	text-decoration: underline;
}

.popup form textarea {
	margin-bottom: 1rem;
}

#cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 16px 24px;
	z-index: 1000;
	display: none;
	max-width: 1000px;
	margin: 0 auto;
}

#cookie-banner p {
	margin: 0 0 12px;
	font-size: 15px;
}

#cookie-banner button {
	background-color: #2D3142;
	color: white;
	border: none;
	padding: 10px 18px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 6px;
}

#cookie-banner button:hover {
	background-color: #E51A4B;
}

/* End */
/* /local/templates/main/style.css?1740410226452876 */
/* /local/templates/main/slick.css?17114796621846 */
/* /local/templates/main/styles.css?17085381661349 */
/* /local/templates/main/template_styles.css?17489809496044 */
