@font-face {
    font-family: Roboto;
    src: url(/public/fonts/Roboto-Light.ttf);
    font-weight: 100
}

@font-face {
    font-family: Roboto;
    src: url(/public/fonts/Roboto-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    src: url(/public/fonts/Roboto-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Roboto;
    src: url(/public/fonts/Roboto-Bold.ttf);
    font-weight: 700
}

body,
html {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Roboto;
    min-height: 100%;
    height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

body footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

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

a {
    margin: 0;
    padding: 0;
    text-decoration: none
}

figure {
    margin: 0;
    padding: 0
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1156px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1243px) {
    .container {
        width: 90%
    }
}

.btn {
    background: #c31116;
    border: 1px solid #c31116;
    cursor: pointer;
    border-radius: 4px;
    font-family: Roboto;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: ease-in-out all .5s;
    transition: ease-in-out all .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn {
    font-size: 10px
}

@media screen and (min-width:320px) {
    .btn {
        font-size: calc(10px + 2 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .btn {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .btn {
        height: 35px
    }
}

.caption {
    font-family: Roboto;
    color: #000;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    font-weight: 400
}

.caption {
    font-size: 16px
}

@media screen and (min-width:320px) {
    .caption {
        font-size: calc(16px + 9 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .caption {
        font-size: 25px
    }
}

.caption.text-ttu {
    text-transform: uppercase
}

.caption.text-bold {
    font-weight: 500
}

.caption.hidden {
    display: none
}

.prices table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0
}

.prices td {
    border: 1px solid #000;
    padding: 5px;
    height: 25px
}

@media (max-width:768px) {
    .prices {
        line-height: 17px
    }
}

.siema {
    margin: 0 auto;
    width: 100%;
    max-width: 548px;
    margin-top: 10px
}

.siema>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.siema>div div {
    max-height: 165px
}

.siema-figure {
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.siema-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .7
}

.siema-caption {
    display: none
}

.toast {
    background-color: #d19349;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    max-width: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.toast-container {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2000
}

.toast.active {
    opacity: 1;
    pointer-events: initial
}

.toast:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .toast {
        font-size: 14px
    }
}

.facebook-share {
    border: 1px solid #4267b2;
    background-color: #4267b2;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 0 4px 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.facebook-share:before {
    margin-right: 5px
}

.pb-0 {
    padding-bottom: 0 !important
}

nav.hidden-header {
    display: none
}

@media (max-width:767px) {
    nav.hidden-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    nav.hidden-header .btn {
        display: none
    }

    nav.hidden-header .logo {
        margin: 0 auto
    }
}

.header-contacts,
.language {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 9px 0;
    padding: 0
}

.header-contacts .item-menu,
.language .item-menu {
    font-family: Roboto;
    font-size: 10px;
    color: #000;
    line-height: 13px;
    font-weight: 500;
    -webkit-transition: color ease-in-out .5s;
    transition: color ease-in-out .5s
}

.header-contacts .item-menu i,
.language .item-menu i {
    margin-right: 5px;
    font-size: 12px
}

@media (min-width:1025px) {

    .header-contacts .item-menu:hover,
    .language .item-menu:hover {
        color: #d19349
    }
}

@media (min-width:1025px) {

    .header-contacts li:first-child:hover,
    .language li:first-child:hover {
        color: #000
    }

    .header-contacts:hover,
    .language:hover {
        color: #d19349
    }
}

.header-contacts .address-block img,
.language .address-block img {
    width: 25px;
    height: 25px;
    -webkit-filter: grayscale(.25);
    filter: grayscale(.25)
}

.header-contacts .address-block:hover img,
.language .address-block:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.language {
    max-width: 140px;
    width: 100%
}

.language .item-menu {
    text-transform: uppercase;
    cursor: pointer
}

@media (min-width:1025px) {
    .language .item-menu:hover {
        color: #d19349
    }

    .language .item-menu:first-child:hover {
        color: #d19349
    }
}

.language .active {
    color: #d19349
}

.social-menu {
    display: none
}

.wrapper-header {
    border-bottom: 1px solid #ebebeb
}

.menu {
    max-width: 550px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.menu .item-menu {
    font-family: Roboto;
    font-size: 12px;
    color: #000;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color ease-in-out .5s;
    transition: color ease-in-out .5s
}

@media (min-width:1025px) {
    .menu .item-menu:hover {
        color: #d19349
    }
}

.menu .active {
    color: #d19349
}

.wrapper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 800px;
    width: 100%;
    margin-right: auto
}

.wrapper-nav .line-nav {
    width: 0;
    height: 40px;
    border: .5px solid #ebebeb;
    margin: 0 20px;
    padding: 0
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 155px;
    height: 59px;
    margin: 11px 0 12px
}

.logo img {
    max-width: 100%
}

.logo-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 135px;
    height: 55px;
    display: none;
    margin: 5px
}

.btn-header {
    max-width: 140px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    border: 2px solid #c31116
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.navicon,
.navicon:after,
.navicon:before {
    position: absolute;
    top: 45%;
    left: 0;
    width: 26px;
    height: 4px;
    background: #000;
    border-radius: 3px;
    -webkit-transition: background .3s, -webkit-transform .3s, top .3s
}

.navicon:before {
    top: -8px;
    left: 0;
    content: ""
}

.navicon:after {
    top: 8px;
    left: 0;
    content: ""
}

.open .navicon {
    background: 0 0
}

.open .navicon:before {
    top: 0;
    background: #95aaaf;
    -webkit-transform: rotate3d(0, 0, 1, -45deg)
}

.open .navicon:after {
    top: 0;
    background: #95aaaf;
    -webkit-transform: rotate3d(0, 0, 1, 45deg)
}

.menu-icon {
    display: none;
    position: relative;
    width: 26px;
    height: 45px
}

@media (max-width:767px) {
    .wrapper-header {
        display: none
    }

    .wrapper-nav {
        display: none
    }

    .line-nav {
        display: none
    }

    .logo-mob {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .btn-header {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        height: 35px;
        max-width: 80px;
        margin: 0
    }

    .menu-icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer
    }
}

.responsive-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation-name: translate-animation;
    animation-name: translate-animation;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    width: 0%
}

.responsive-header .btn-header {
    display: none
}

.responsive-header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 10px
}

.responsive-header .menu-icon {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.responsive-header .logo-mob {
    max-width: 217px;
    width: 100%;
    height: 83px
}

.responsive-header .logo-mob img {
    min-width: 100%
}

.responsive-header .wrapper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 15px
}

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

.responsive-header .header-contacts,
.responsive-header .language {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 225px;
    width: 100%;
    margin: 0
}

.responsive-header .header-contacts .item-menu,
.responsive-header .language .item-menu {
    font-size: 16px
}

.responsive-header .header-contacts li,
.responsive-header .language li {
    padding: 7.5px 0;
    width: 100%;
    text-align: center
}

.responsive-header .header-contacts li:last-child,
.responsive-header .language li:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.responsive-header .header-contacts li:first-child,
.responsive-header .language li:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 11px 0;
    font-size: 12px
}

.responsive-header .header-contacts li:nth-child(2),
.responsive-header .language li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.responsive-header .language {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 10px 0 30px
}

.responsive-header .language .item-menu {
    font-size: 16px;
    border: none;
    padding: 0
}

.responsive-header .language .item-menu:first-child {
    border: none;
    padding: 0;
    font-size: 16px
}

.responsive-header .language .active {
    color: #d19349
}

.responsive-header .social-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 7.5px 0;
    width: 100%;
    max-width: 225px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.responsive-header .social-menu a {
    font-size: 18px;
    line-height: 21px
}

.responsive-header .social-menu a:nth-child(2) {
    margin: 0 25px
}

.responsive-header .wrapper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.responsive-header .wrapper-nav .logo {
    display: none
}

.responsive-header .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 0;
    max-width: 225px;
    width: 100%
}

.responsive-header .menu li {
    padding: 7.5px 0;
    border-top: 1px solid #95aaaf;
    width: 100%;
    text-align: center
}

.responsive-header .menu li:last-child {
    border-bottom: 1px solid #95aaaf
}

.responsive-header .item-menu {
    text-transform: uppercase;
    color: #95aaaf;
    font-size: 16px
}

.responsive-header .active {
    color: #d19349
}

@-webkit-keyframes translate-animation {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes translate-animation {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

.welcom-container {
    font-family: Roboto;
    color: #fff;
    text-align: center;
    padding: 1.75em;
    background-color: rgba(209, 147, 73, .8);
    margin-left: 15px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-shadow: 0 0 8px 0 #0000007a;
    box-shadow: 0 0 8px 0 #0000007a
}

.welcom-container {
    font-size: 14px
}

@media screen and (min-width:320px) {
    .welcom-container {
        font-size: calc(14px + 6 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .welcom-container {
        font-size: 20px
    }
}

.welcom-title {
    text-transform: uppercase
}

.welcom-title:nth-last-child(2) {
    margin-top: 10px;
    font-size: 1.2em
}

.welcom-btn {
    margin: 40px auto 0;
    width: 70px;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width:768px) {
    .welcom-container {
        margin-left: 0
    }

    .welcom-btn {
        margin-top: 20px;
        height: 35px;
        font-size: 10px
    }
}

main {
    padding-top: 115px
}

@media (max-width:767px) {
    main {
        padding-top: 65px
    }
}

main.ang {
    padding-top: 37px
}

@media (max-width:767px) {
    main.ang {
        padding-top: 56px
    }
}

.wrapper-register {
    background-image: radial-gradient(#fff, #e1ebed);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 61px 0 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:767px) {
    .wrapper-register {
        background-position: left
    }

    .wrapper-register .form-reg input {
        display: none
    }
}

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

@media (max-width:767px) {
    .wrapper-register .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wrapper-register .container .pets-img {
        margin: 0;
        height: auto;
        margin-bottom: 20px
    }

    .wrapper-register .container .wrapper {
        max-width: 100%;
        margin-top: 25px
    }

    .wrapper-register .container .wrapper .btn-reg {
        max-width: 80%;
        margin: 0 auto
    }

    .wrapper-register .container .wrapper .other-register {
        max-width: 100%
    }

    .wrapper-register .container .wrapper .other-register .line {
        max-width: 32%
    }
}

.wrapper-register .wrapper {
    max-width: 325px;
    width: 100%;
    min-width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-register .pets-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 582px;
    height: 292px;
    margin-right: 20px
}

.wrapper-register .pets-img img {
    max-width: 100%
}

.wrapper-register .pets-img.is-centered {
    margin: 0 auto
}

.form-reg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-reg input {
    background: 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 0 14px 10px;
    border: none;
    border-bottom: 2px solid #95aaaf;
    outline: 0;
    font-family: Roboto;
    font-size: 12px;
    color: #95aaaf;
    line-height: 16px;
    font-weight: 500
}

.form-reg input:first-child {
    padding-top: 10px
}

.form-reg input::-webkit-input-placeholder {
    color: #95aaaf
}

.form-reg input::-moz-placeholder {
    color: #95aaaf
}

.form-reg input:-ms-input-placeholder {
    color: #95aaaf
}

.form-reg input::-ms-input-placeholder {
    color: #95aaaf
}

.form-reg input::placeholder {
    color: #95aaaf
}

.form-reg input.has-error {
    border-color: #c31116;
    color: #c31116
}

.form-reg input.has-error::-webkit-input-placeholder {
    color: #c31116
}

.form-reg input.has-error::-moz-placeholder {
    color: #c31116
}

.form-reg input.has-error:-ms-input-placeholder {
    color: #c31116
}

.form-reg input.has-error::-ms-input-placeholder {
    color: #c31116
}

.form-reg input.has-error::placeholder {
    color: #c31116
}

@media (max-width:768px) {
    .form-reg input {
        padding: 22px 0 7px 7px
    }
}

.form-reg .btn-reg {
    max-width: 100%;
    width: 100%;
    margin-top: 30px
}

.other-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0
}

.other-register .line {
    max-width: 85px;
    width: 100%;
    border: 1px solid #95aaaf;
    margin: 0
}

.other-register .text-caption {
    font-family: Roboto;
    font-size: 10px;
    color: #95aaaf;
    line-height: 16px;
    font-weight: 500;
    white-space: nowrap;
    margin: 0 5px
}

.social-registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0
}

.social-registration .btn-social {
    color: #fff;
    background-color: #95aaaf;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    cursor: pointer;
    border: none;
    outline: 0;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-registration .btn-social.flaticon-google-plus {
    width: 110px
}

.social-registration .btn-social.login-from-apple-btn {
    width: 110px
}

.content-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 0 50px
}

@media (max-width:768px) {
    .content-about {
        padding: 30px 0
    }
}

.content-about .mobile-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 288px
}

.content-about .mobile-links-container .mobile-link>img {
    width: 130px
}

.wrapper-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 49px;
    width: 100%
}

.wrapper-articles .about-zoo {
    width: 100%;
    font-family: Roboto;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.wrapper-articles .about-zoo {
    font-size: 12px
}

@media screen and (min-width:320px) {
    .wrapper-articles .about-zoo {
        font-size: calc(12px + 4 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .wrapper-articles .about-zoo {
        font-size: 16px
    }
}

.wrapper-articles .about-zoo ul {
    list-style: disc;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.wrapper-articles .card {
    position: relative;
    overflow: hidden;
    padding-top: 252px
}

.wrapper-articles .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 252px
}

@media (max-width:768px) {
    .wrapper-articles {
        margin-top: 20px
    }

    .wrapper-articles .about-zoo {
        max-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        line-height: 17px
    }

    .wrapper-articles .about-zoo:nth-child(2) {
        display: none
    }

    .wrapper-articles .card {
        position: relative;
        overflow: hidden;
        padding-top: 186px
    }

    .wrapper-articles .card .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 186px
    }
}

.content-services {
    background-image: radial-gradient(#fff, #e1ebed);
    padding: 48px 0 60px
}

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

@media (max-width:768px) {
    .content-services {
        padding: 30px 0 0
    }
}

.card {
    max-width: 47.5%;
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.card .caption {
    max-width: 511px;
    font-family: Roboto;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    margin: 18px 0 10px;
    cursor: pointer
}

.card .caption {
    font-size: 14px
}

@media screen and (min-width:320px) {
    .card .caption {
        font-size: calc(14px + 4 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .card .caption {
        font-size: 18px
    }
}

.card.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 256px
}

@media (max-width:768px) {
    .card.iframe-container {
        padding-top: 186px
    }
}

.card .card-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 252px;
    border: 0
}

@media (max-width:768px) {
    .card .card-iframe {
        height: 182px
    }
}

.card .card-img {
    max-width: 548px;
    width: 100%;
    max-height: 252px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    cursor: pointer
}

@media (max-width:768px) {
    .card .card-img {
        height: 182px
    }
}

.card .text-caption {
    font-family: Roboto;
    color: #707070;
    line-height: 17px;
    margin-bottom: 8px
}

.card .text-caption {
    font-size: 12px
}

@media screen and (min-width:320px) {
    .card .text-caption {
        font-size: calc(12px + 2 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .card .text-caption {
        font-size: 14px
    }
}

.card .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.card .wrapper .read-more {
    color: #707070;
    font-size: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 15px
}

.card .wrapper .date {
    font-family: Roboto;
    color: #707070;
    line-height: 15px;
    font-weight: 500;
    margin-left: auto
}

.card .wrapper .date {
    font-size: 10px
}

@media screen and (min-width:320px) {
    .card .wrapper .date {
        font-size: calc(10px + 1 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    .card .wrapper .date {
        font-size: 11px
    }
}

@media (max-width:568px) {
    .card {
        max-width: 100%;
        margin-bottom: 25px;
        background: #fff;
        padding: 10px
    }

    .card .caption {
        color: #030
    }

    .card .read-more {
        display: none
    }
}

.map {
    height: 668px
}

@media (max-width:768px) {
    .map {
        height: 315px
    }
}

.share-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    margin: 5px 0;
    right: 35px;
    bottom: 35px;
    max-width: 35px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.share-btns .btn-social {
    margin-top: 10px;
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.share-btns .btn-social:first-child {
    margin-top: 0;
    background-color: #ce1312
}

.share-btns .btn-social:nth-child(2) {
    background-color: #3a589b
}

.share-btns .btn-social:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#515bd4), color-stop(#8134af), color-stop(#dd2a7b), color-stop(#feda77), to(#f58529));
    background-image: linear-gradient(to bottom right, #515bd4, #8134af, #dd2a7b, #feda77, #f58529)
}

@media (max-width:1023px) {
    .share-btns {
        right: 7px
    }

    .share-btns .btn-social {
        right: 7px
    }
}

.home-page~footer {
    position: relative;
    background: rgba(0, 0, 0, .45);
    z-index: 1
}

@media (max-width:768px) {
    .home-page~footer {
        background: rgba(0, 0, 0, .65);
        margin-top: 0 !important
    }
}

footer {
    background: rgba(0, 0, 0, .65);
    width: 100%;
    padding: 40px 0
}

footer .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:767px) {
    footer .container .item-footer:nth-child(5) {
        display: none
    }

    footer .container .item-footer:nth-child(4) {
        display: none
    }

    footer .container .item-footer:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    footer .container .item-footer:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    footer .container .item-footer:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .container .item-footer:nth-child(1) .description {
        display: none
    }
}

@media (max-width:420px) {
    footer .logo {
        max-width: 100px
    }

    footer .logo img {
        max-width: 100%
    }
}

footer .description {
    font-family: Roboto;
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
    line-height: 13px;
    font-weight: 400;
    max-width: 162px;
    max-height: 68px;
    overflow: hidden
}

footer .description * {
    color: inherit !important
}

footer .item-name {
    font-family: Roboto;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px
}

footer .item-name {
    font-size: 12px
}

@media screen and (min-width:320px) {
    footer .item-name {
        font-size: calc(12px + 2 * ((100vw - 320px)/ 836))
    }
}

@media screen and (min-width:1156px) {
    footer .item-name {
        font-size: 14px
    }
}

footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: auto
}

footer .menu li {
    margin-bottom: 5px
}

footer .menu .menu-item {
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
    -webkit-transition: color ease-in-out .5s;
    transition: color ease-in-out .5s
}

@media (min-width:1025px) {
    footer .menu .menu-item:hover {
        color: #d19349
    }
}

footer .menu .contacts-items {
    max-width: 120px;
    font-size: 10px;
    margin-bottom: 10px
}

footer .menu .contacts-items i {
    font-size: 12px;
    margin-right: 5px
}

@media (min-width:1025px) {
    footer .menu .contacts-items:nth-child(4):hover {
        color: #fff
    }
}

footer .logo {
    margin-top: 0
}

footer .social-registration {
    max-width: 90px
}

footer .social-registration .btn-social {
    margin-bottom: 10px;
    background: #707070;
    height: 30px;
    border-radius: 8px;
    font-size: 19px;
    -webkit-transition: color ease-in-out .5s;
    transition: color ease-in-out .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .social-registration .btn-social:first-child {
    font-size: 23px
}

@media (min-width:1025px) {
    footer .social-registration .btn-social:first-child:hover {
        background-color: #ce1312
    }

    footer .social-registration .btn-social:nth-child(2):hover {
        background-color: #3a589b
    }

    footer .social-registration .btn-social:nth-child(3):hover {
        background-image: -webkit-gradient(linear, left top, right bottom, from(#515bd4), color-stop(#8134af), color-stop(#dd2a7b), color-stop(#feda77), to(#f58529));
        background-image: linear-gradient(to bottom right, #515bd4, #8134af, #dd2a7b, #feda77, #f58529)
    }
}

footer .address-block img {
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(.25);
    filter: grayscale(.25)
}

footer .address-block:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.conditions-wrapper {
    margin-bottom: 60px
}

.conditions-wrapper .card .text-caption {
    margin-top: 15px
}

@media (max-width:768px) {
    .conditions-wrapper {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .conditions {
        background-image: radial-gradient(#fff, #e1ebed)
    }
}

.article-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 966px;
    padding: 30px 0 100px;
    margin-bottom: 0
}

.article-content.prices-container {
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:370px) and (max-width:700px) {
    .article-content.prices-container {
        overflow-x: hidden
    }
}

@media (max-width:1243px) {
    .article-content {
        width: 90%;
        padding: 30px 0 30px
    }
}

.article-content .card-iframe,
.article-content .card-img {
    position: static;
    max-width: 100%;
    width: 548px;
    max-height: 252px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    height: 100vh;
    cursor: initial
}

@media (max-width:740px) {

    .article-content .card-iframe,
    .article-content .card-img {
        max-height: 220px
    }
}

@media (max-width:500px) {

    .article-content .card-iframe,
    .article-content .card-img {
        max-height: 180px
    }
}

@media (max-width:420px) {

    .article-content .card-iframe,
    .article-content .card-img {
        max-height: 160px
    }
}

.article-content .caption {
    max-width: 548px;
    font-family: Roboto;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
    text-transform: uppercase;
    cursor: initial
}

.article-content .caption {
    font-size: 14px
}

@media screen and (min-width:320px) {
    .article-content .caption {
        font-size: calc(14px + 6 * ((100vw - 320px)/ 646))
    }
}

@media screen and (min-width:966px) {
    .article-content .caption {
        font-size: 20px
    }
}

.article-content .text-caption {
    font-family: Roboto;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 25px
}

.article-content .text-caption {
    font-size: 10px
}

@media screen and (min-width:320px) {
    .article-content .text-caption {
        font-size: calc(10px + 4 * ((100vw - 320px)/ 646))
    }
}

@media screen and (min-width:966px) {
    .article-content .text-caption {
        font-size: 14px
    }
}

.article-content .prices {
    font-family: Roboto;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}

.article-content .prices {
    font-size: 12px
}

@media screen and (min-width:320px) {
    .article-content .prices {
        font-size: calc(12px + 2 * ((100vw - 320px)/ 646))
    }
}

@media screen and (min-width:966px) {
    .article-content .prices {
        font-size: 14px
    }
}

.article-content .card-caption {
    font-weight: 400;
    text-transform: initial;
    margin-top: -40px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    max-width: 100%
}

@media (max-width:768px) {
    .article-content .card-caption {
        margin-top: -30px
    }
}

.article-content .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article-content .wrapper .date {
    font-size: 12px;
    margin: 13px 0
}

.article-content .wrapper .date:nth-child(2) {
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px
}

.article-content .wrapper .read-more {
    font-size: 17px;
    margin-left: 10px
}

@media (max-width:767px) {
    .article-content .caption {
        line-height: 20px
    }

    .article-content .text-caption {
        line-height: 18px
    }
}

.is-clipped {
    overflow: hidden !important
}

.modal,
.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000
}

.modal.modal-login .form-reg input:nth-child(-n+4) {
    display: block
}

.modal .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.modal .buttons-container .btn {
    padding: 0 5px;
    width: 70px
}

.modal .buttons-container .btn:last-child {
    margin-left: 15px
}

.modal .modal-feedback_text {
    width: 100%;
    resize: none;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto
}

.modal .modal-feedback_text.has-error {
    border-color: #c31116;
    color: #c31116
}

.modal .modal-feedback_text.has-error::-webkit-input-placeholder {
    color: #c31116
}

.modal .modal-feedback_text.has-error::-moz-placeholder {
    color: #c31116
}

.modal .modal-feedback_text.has-error:-ms-input-placeholder {
    color: #c31116
}

.modal .modal-feedback_text.has-error::-ms-input-placeholder {
    color: #c31116
}

.modal .modal-feedback_text.has-error::placeholder {
    color: #c31116
}

@media (max-width:380px) {
    .modal .modal-feedback_text {
        margin-top: 25px
    }
}

.modal .text-error {
    color: #c31116;
    font-size: 14px;
    font-weight: 500
}

.modal .text-error.hidden {
    display: none
}

.modal .wrapper {
    max-width: 100%;
    min-width: auto
}

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

.modal-background {
    background-color: rgba(10, 10, 10, .86)
}

.modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    position: relative;
    width: 100%
}

.modal-card,
.modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    max-width: 400px;
    width: 100%
}

@media (max-width:430px) {

    .modal-card,
    .modal-content {
        width: 90%
    }
}

.box {
    background-image: radial-gradient(#fff, #fff);
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    color: #4a4a4a;
    display: block;
    padding: 40px;
    position: relative
}

.box .remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    font-family: Roboto;
    font-size: 12px;
    color: #95aaaf;
    line-height: 16px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box input[type=checkbox] {
    width: auto;
    display: block !important;
    margin-right: 10px
}

@media (min-width:768px) {
    .box .form-reg input:nth-child(-n+4) {
        display: none
    }
}

@media (max-width:767px) {
    .box {
        background-position: left
    }

    .box .form-reg input {
        display: block
    }
}

@media (max-width:620px) {
    .box {
        padding: 25px
    }
}

.is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: 0 0;
    border: none;
    outline: 0;
    color: #95aaaf;
    font-size: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

@media (max-width:620px) {
    .is-large.modal-close {
        top: 0;
        right: 0
    }
}

.feedbacks-container {
    padding: 30px 0 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.feedbacks-container .caption {
    font-size: 20px;
    font-family: Roboto;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 20px;
    text-transform: uppercase;
    cursor: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.feedbacks-container .button-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.feedbacks-container .button-container .btn {
    margin: 0 auto
}

@media (max-width:768px) {

    .feedbacks-container .button-container,
    .feedbacks-container .caption {
        padding: 0 10px
    }
}

.feedbacks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.feedbacks-item {
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px -10px #000;
    box-shadow: 0 0 12px -10px #000
}

.feedbacks-item.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2
}

@media (max-width:600px) {
    .feedbacks-item.active {
        position: static
    }
}

.feedbacks-item-wrapper {
    max-width: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative
}

.feedbacks-item__title {
    font-weight: 500;
    margin-bottom: 15px
}

.feedbacks-item__text {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.feedbacks-item__text.hidden {
    overflow: hidden;
    max-height: 3.75em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.feedbacks-item__read-more {
    font-size: 14px;
    margin-bottom: 10px;
    color: #c31116
}

.feedbacks-item__read-more.hidden {
    display: none
}

.feedbacks-item__date {
    font-size: 14px;
    color: #95aaaf
}

.feedbacks-item__date.hidden {
    display: none
}

@media (max-width:998px) {
    .feedbacks-item-wrapper {
        max-width: calc(50% - 30px)
    }
}

@media (max-width:768px) {
    .feedbacks-item-wrapper {
        max-width: calc(50% - 20px);
        margin: 0 10px 20px
    }

    .feedbacks-item-item {
        padding: 15px
    }
}

@media (max-width:600px) {
    .feedbacks-item-wrapper {
        max-width: 100%;
        margin: 0 0 15px
    }
}