* {
    margin: 0;
    padding: 0;
    border: 0
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Light"), local("Montserrat-Light"), url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat-Regular"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Medium"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat SemiBold"), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Bold"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.font-light-M {
    font-weight: 300
}

.font-light-M,
.font-regular-M {
    font-family: Montserrat;
    font-display: auto
}

.font-regular-M {
    font-weight: 400
}

.font-medium-M {
    font-weight: 500
}

.font-medium-M,
.font-semibold-M {
    font-family: Montserrat;
    font-display: auto
}

.font-semibold-M {
    font-weight: 600
}

.font-bold-M {
    font-weight: 700;
    font-display: auto
}

.font-bold-M,
html body {
    font-family: Montserrat
}

:active,
:focus {
    outline: none
}

.btn-outline {
    min-width: 215px;
    height: 43px;
    border: 2px solid #151515;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #151515;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    overflow: hidden
}

.btn-outline:after {
    display: block;
    content: "";
    height: 300px;
    width: 820px;
    border-radius: 100%;
    background: #b92d2d;
    position: absolute;
    left: 100%;
    top: 100%;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-outline:hover {
    text-decoration: none;
    border: 2px solid #b92d2d
}

.btn-outline:hover,
.btn-outline:hover span {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-outline:hover:after {
    top: -150px;
    left: -20px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.btn-outline img {
    height: 15px;
    width: 15px;
    margin-right: 10px
}

.btn-wrapp {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer
}

.btn-wrapp span {
    margin-right: 15px
}

.btn-wrapp .arr-wrapp {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%
}

.btn-wrapp .arr-wrapp,
.btn-wrapp .arr-wrapp path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-wrapp:hover {
    text-decoration: none
}

.btn-wrapp:hover .arr-wrapp {
    background: #b92d2d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-wrapp:hover .arr-wrapp path {
    stroke: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-with-doc {
    margin-bottom: 20px
}

.link-with-doc a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.link-with-doc a img,
.link-with-doc a svg {
    margin-right: 20px
}

.link-with-doc a span {
    color: #151515;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    font-size: 18px;
    line-height: 28px;
    width: -webkit-calc(100% - 15px - 20px);
    width: calc(100% - 15px - 20px)
}

.link-with-doc a:hover {
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.link-with-doc a:hover span {
    color: #555
}

button.slick-arrow {
    width: 54px;
    height: 54px;
    overflow: hidden;
}

@media (min-width:1300px) {
    button.slick-arrow {
        width: 54px;
        height: 54px;
        border-radius: 100%;
        background: transparent;
        padding-left: 5px !important;
        padding-top: 2px !important;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    button.slick-arrow.slick-prev:before {
        padding-right: 10px !important;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    button.slick-arrow.slick-next:before,
    button.slick-arrow:hover {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    button.slick-arrow:hover {
        background: #b92d2d
    }

    button.slick-arrow:hover.slick-next:before,
    button.slick-arrow:hover.slick-prev:before {
        -webkit-filter: invert(1);
        filter: invert(1);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
}

@media (max-width:760px) {
    .link-with-doc {
        margin-bottom: 15px
    }

    .link-with-doc a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .link-with-doc a span {
        font-size: 16px;
        line-height: 28px
    }

    .link-with-doc a img,
    .link-with-doc a svg {
        margin-top: 7px
    }
}

ul{
    margin-left: 45px
}

ul li {
    list-style-image: url(../img/icon/Ellipse.svg);
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 10px
}

@media(max-width: 760px){
	ul{
		margin-left: 15px;
	}
}

main {
    margin-top: 100px !important
}

@media (max-width:1300px) {
    main {
        margin-top: 56px !important
    }
}

header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 195989;
    -webkit-box-shadow: 0 7px 25px hsla(191, 5%, 41%, .05);
    box-shadow: 0 7px 25px hsla(191, 5%, 41%, .05)
}

header .header-wrapp {
    z-index: 999999999999;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .logo {
    margin-left: -21px
}

header .logo .small-logo {
    display: none
}

header .navigation {
    margin: 0;
    height: 100%
}

header .navigation li {
    margin-right: 50px
}

header .navigation li,
header .navigation li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

header .navigation li a {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 16px;
    line-height: 20px;
    color: #151515;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    text-decoration: none
}

header .navigation li:hover a {
    text-decoration: none;
    color: #b92d2d;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

header .navigation li:last-child {
    margin-right: 0
}

header .navigation li.actual a {
    font-weight: 600
}

header .navigation li.serv:hover .services-hover {
    height: 655px
}

header .social-links a {
    margin-right: 15px;
    display: inline-block;
    padding: 10px
}

header .social-links a:last-child {
    margin-right: 0;
    padding-right: 0
}

header .dropdown input {
    display: none
}

header .dropdown .dropdown-toggle {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

header .dropdown .dropdown-toggle:hover {
    text-decoration: none;
    color: #3b3b3b;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

header .dropdown .dropdown-toggle:after {
    border-top: .25em solid #000;
    border-right: .15em solid transparent;
    border-bottom: 0;
    border-left: .15em solid transparent
}

header .dropdown .dropdown-menu {
    min-width: 10px;
    margin: 0;
    margin-top: 5px;
    border: none;
    padding: 0;
    right: 0;
    left: unset !important;
    background-color: #f8f9fa
}

header .dropdown .dropdown-item {
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    padding: 10px
}

header .dropdown .dropdown-item:hover {
    text-decoration: none;
    color: #3b3b3b;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

header .dropdown .dropdown-item:active {
    background: #ececec
}

header .btn-outline:not([href]):not([tabindex]) {
    cursor: pointer;
    border: 1px solid #b92d2d;
    color: #b92d2d
}

header .btn-outline:not([href]):not([tabindex]) svg {
    margin-right: 10px
}

header .btn-outline:not([href]):not([tabindex]) svg path {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .btn-outline:not([href]):not([tabindex]):after {
    background-color: #b92d2d
}

header .btn-outline:not([href]):not([tabindex]):hover {
    color: #fff;
    border: 1px solid #b92d2d
}

header .btn-outline:not([href]):not([tabindex]):hover svg path {
    fill: #fff
}

header .burger-menu {
    display: none
}


@media (min-width:1300px) and (max-width:1449px) {
    header .navigation li {
        margin-right: 10px;
    }
}
@media (min-width:1450px) and (max-width:1599px) {
    header .navigation li {
        margin-right: 20px;
    }
}
@media (min-width:1600px) {
    header .navigation li {
        margin-right: 30px;
    }
}

@media (min-width:1300px) and (max-width:1680px) {
    header .navigation {
        margin: 0
    }

    header .navigation li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        /*margin-right: 30px*/
    }

    header .classical-logo {
        height: 80px
    }

    header .social-links {
        display: none
    }

    header .social-links a {
        margin-right: 0
    }

    header .btn-outline {
        min-width: 165px;
        max-width: 165px
    }

    header .btn-outline svg {
        display: none
    }
}

@media (min-width:760px) and (max-width:1300px) {
    header .header-wrapp {
        height: 56px
    }

    header .logo {
        margin-left: 0
    }

    header .logo .classical-logo {
        display: none
    }

    header .logo .small-logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    header .navigation,
    header .social-links {
        display: none
    }

    header .burger-menu {
        display: block;
        margin-left: 15px;
        margin-top: 5px
    }

    header .dropdown {
        margin-left: auto;
        margin-right: 35px
    }

    header .call-us .btn-outline {
        min-width: 165px;
        padding: 10px 20px
    }

    header .call-us .btn-outline svg {
        display: none
    }

    header .social-links a {
        margin-right: 0
    }
}

@media (max-width:760px) {
    header .header-wrapp {
        height: 56px
    }

    header .burger-menu {
        display: block;
        margin-top: 5px
    }

    header .logo {
        margin: 0
    }

    header .logo .classical-logo {
        display: none
    }

    header .logo .small-logo {
        display: block;
        height: 21px
    }

    header .call-us,
    header .dropdown,
    header .navigation,
    header .social-links {
        display: none
    }
}

footer {
    padding-top: 120px;
    background-color: #151515;
    padding-bottom: 25px
}

footer .footer-wrapp {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px
}

footer .social-links {
    margin-top: 85px
}

footer .social-links .facebook {
    height: 30px;
    width: auto;
    margin-right: 60px
}

footer .social-links .youtube {
    height: 20px;
    width: auto
}

footer .footer-main-info {
    width: 41.66665%
}

footer .footer-main-info h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-display: auto;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 15px
}

footer .footer-main-info h2 br:last-child {
    display: none
}

footer .footer-main-info p {
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 18px;
    line-height: 22px;
    color: #f2f2f2;
    margin-bottom: 45px
}

footer .footer-main-info .btn-outline {
    max-width: 480px;
    width: 100%;
    border: 2px solid #f2f2f2;
    color: #f2f2f2;
    height: 50px;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    z-index: 101;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

footer .footer-main-info .btn-outline:after {
    background: #fff;
    z-index: -2
}

footer .footer-main-info .btn-outline:hover {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #b92d2d
}

footer .footer-addres-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 33.33332%
}

footer .footer-addres-block a,
footer .footer-addres-block p {
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

footer .footer-addres-block a:last-child,
footer .footer-addres-block p:last-child {
    margin-bottom: 0
}

footer .footer-addres-block p {
    margin-bottom: 15px
}

footer .footer-addres-block a:hover {
    color: #ccc;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

footer .footer-addres-block hr {
    width: 200px;
    border: none;
    height: 1px;
    background: #7b7e80;
    margin-bottom: 45px;
    margin-top: 40px
}

footer .footer-addres-block .wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-addres-block .day {
    width: 55px;
    margin-right: 15px;
    color: #fff
}

footer .footer-addres-block .hours {
    color: #fff;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px)
}

footer .footer-navigation-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 24.99999%
}


footer .footer-navigation-block ul {
	margin-left: 0;
}

footer .footer-navigation-block ul li {
    list-style: none;
    margin-bottom: 35px;
    padding-left: 0;
}

footer .footer-navigation-block ul li a {
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #f2f2f2;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

footer .footer-navigation-block ul li a:hover {
    color: #ccc;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

footer .footer-navigation-block ul li.services-footer {
    cursor: pointer
}

footer .footer-navigation-block ul li.services-footer a {
    pointer-events: none
}

footer .footer-navigation-block .social-links {
    display: none
}

footer .copyrigth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .copyrigth p {
    margin: 0;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    line-height: 17px;
    color: #f2f2f2
}

footer .copyrigth img {
    margin-right: 10px
}

footer .copyrigth a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    font-size: 12px;
    line-height: 16px;
    color: #f2f2f2
}

@media (min-width:760px) and (max-width:1300px) {
    footer {
        padding-bottom: 50px;
        padding-top: 50px
    }

    footer .footer-wrapp {
        display: block;
        margin-bottom: 60px
    }

    footer .social-links {
        margin-top: 0
    }

    footer .footer-main-info {
        width: 50%;
        margin-right: 25px;
        float: left
    }

    footer .footer-main-info h2 {
        font-size: 28px;
        line-height: 36px
    }

    footer .footer-main-info h2 br:last-child {
        display: block
    }

    footer .footer-main-info .wrapp-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    footer .footer-main-info .social-links {
        display: none
    }

    footer .footer-main-info .btn-outline {
        max-width: 280px;
        font-size: 14px;
        line-height: 17px
    }

    footer .footer-navigation-block {
        width: unset
    }

    footer .footer-navigation-block .social-links {
        display: block
    }

    footer .footer-navigation-block ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    footer .footer-navigation-block ul .wrapp {
        width: 50%
    }

    footer .footer-addres-block {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 74px
    }

    footer .footer-addres-block .addres-block,
    footer .footer-addres-block .schedule-block {
        width: 50%
    }

    footer .footer-addres-block .addres-block {
        margin-right: 25px
    }

    footer .footer-addres-block .schedule-block {
        width: -webkit-calc(100% / 2 - 25px);
        width: calc(100% / 2 - 25px)
    }

    footer .footer-addres-block .schedule-block .title {
        display: none
    }
}

@media (max-width:760px) {
    footer {
        padding-top: 30px
    }

    footer .footer-wrapp {
        display: block;
        margin-bottom: 100px
    }

    footer .footer-main-info {
        width: 100%;
        margin-bottom: 60px;
        float: unset
    }

    footer .footer-main-info .social-links {
        display: none
    }

    footer .footer-main-info h2 {
        font-size: 28px;
        line-height: 36px
    }

    footer .footer-main-info h2 br:last-child {
        display: block
    }

    footer .footer-main-info p {
        font-size: 16px;
        line-height: 20px
    }

    footer .footer-main-info .btn-outline {
        font-size: 14px;
        line-height: 17px
    }

    footer .footer-navigation-block {
        width: 100%
    }

    footer .footer-navigation-block .social-links {
        display: block;
        margin-top: 56px
    }

    footer .footer-navigation-block .social-links .facebook {
        margin-right: 30px
    }

    footer .footer-navigation-block ul li {
        margin-bottom: 30px
    }

    footer .footer-addres-block {
        width: 100%;
        margin-top: 60px
    }

    footer .footer-addres-block a,
    footer .footer-addres-block p {
        font-size: 16px;
        line-height: 24px
    }

    footer .footer-addres-block hr {
        margin-top: 30px;
        margin-bottom: 30px
    }

    footer .copyrigth {
        display: block
    }

    footer .copyrigth p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 17px
    }
}

@media (min-width:1300px) {
    .services-hover {
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: -100%;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 10px hsla(0, 0%, 89%, .25);
        box-shadow: 0 10px 10px hsla(0, 0%, 89%, .25);
        height: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }

    .services-hover section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 35px;
        opacity: 0;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out
    }

    .services-hover.shown {
        height: 750px;
        top: 100px
    }

    .services-hover.shown,
    .services-hover.shown section {
        opacity: 1;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out
    }

    .services-hover .law-area,
    .services-hover .other {
        width: 25%
    }

    .services-hover .law-area.civil,
    .services-hover .other.civil {
        width: 50%;
        padding-left: 35px
    }

    .services-hover .category {
        margin-bottom: 40px;
        width: 320px
    }

    .services-hover .category a {
        font-size: 22px;
        line-height: 28px;
        font-family: Montserrat;
        font-weight: 500;
        font-display: auto;
        margin-bottom: 0;
        color: #151515
    }

    .services-hover .category a:hover {
        color: #b92d2d;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .services-hover .category p {
        margin-bottom: 0;
        font-family: Montserrat;
        font-weight: 300;
        font-display: auto;
        color: #8a8d8f;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px
    }

    .services-hover .civil .civil-headline {
        pointer-events: none
    }

    .services-hover .civil .category {
        width: 100%
    }

    .services-hover .civil .category .sub-category {
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .services-hover .civil .category .sub-category .column {
        width: 50%;
        padding-right: 20px
    }

    .services-hover .civil .category .sub-category .wrapp {
        margin-bottom: 25px;
        max-width: 320px
    }

    .services-hover .civil .category .sub-category a {
        font-family: Montserrat;
        font-weight: 400;
        font-display: auto;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 20px;
        color: #151515
    }

    .services-hover .civil .category .sub-category a:hover {
        color: #b92d2d;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .services-hover .other {
        padding-left: 50px
    }

    .services-hover .other a {
        display: inline-block;
        font-family: Montserrat;
        font-weight: 500;
        font-display: auto;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 40px;
        color: #151515;
        text-decoration: none;
        width: 320px
    }

    .services-hover .other a:hover {
        color: #b92d2d;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
}

@media (min-width:1300px) and (max-height:768px) {
    .services-hover .category p {
        display: none
    }
}

@media (max-width:1300px) {
    .services-hover {
        display: none
    }
}

.feedback-card {
    max-width: 690px;
    height: 410px;
    border: 1px solid #acacac;
    padding: 60px 45px 60px 40px;
    position: relative;
    margin-right: 40px;
    background: #fff
}

.feedback-card.has-attach .attachment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.feedback-card .attachment {
    position: absolute;
    top: 60px;
    right: 35px;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-card .attachment img {
    margin-right: 5px;
    margin-top: -3px
}

.feedback-card .attachment p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #8a8d8f;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto
}

.feedback-card .name {

    height: 30px;
    width: 80%;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 70px;
    display: inline-block;
    color: #151515;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.feedback-card .name:hover {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.feedback-card .wrapp {
    height: 100px;
    overflow: hidden;
    margin-bottom: 60px
}

.feedback-card .wrapp p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 16px;
    line-height: 20px
}

.feedback-card .wrapp p:last-child {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
    display: -webkit-box
}

.feedback-card .wrapp p:last-child:after {
    content: "..."
}

.feedback-card .more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-card .more:hover {
    text-decoration: none
}

.feedback-card .more:hover span {
    color: #555;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.feedback-card .more span {
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-display: auto;
    margin-right: 15px
}

@media (max-width:760px) {
	ul li{
		font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 15px;
	}
    .feedback-card {
        padding: 35px 30px 40px 22px
    }

    .feedback-card.has-attach .attachment {
        position: unset;
        margin-bottom: 35px
    }

    .feedback-card .name {
    	width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .feedback-card .wrapp {
        height: unset;
        max-height: 200px;
        margin-bottom: 10px
    }

    .feedback-card .wrapp p {
        font-size: 14px;
        line-height: 20px
    }
}

.publication h3 {
    font-size: 40px;
    line-height: 49px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    margin-bottom: 55px
}

.publication .short-info {
    width: 40%;
    margin-bottom: 70px
}

.publication .publication-carousel {
    margin-bottom: 80px
}

.publication .publication-carousel .slick-next,
.publication .publication-carousel .slick-prev {
    top: unset;
    top: -90px;
    right: unset;
    left: unset
}

.publication .publication-carousel .slick-prev:before {
    content: url(../img/icon/arr-prev.svg)
}

.publication .publication-carousel .slick-next:before {
    content: url(../img/icon/arr-next.svg)
}

.publication .publication-carousel .publication-card {
    width: 815px;
    margin-right: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.publication .publication-carousel .publication-card .flag {
    margin-right: 30px
}

.publication .publication-carousel .publication-card .text-wrapp {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
}

.publication .publication-carousel .publication-card a {
    font-size: 24px;
    line-height: 29px;
    font-family: Montserrat;
    font-weight: 600;
    font-display: auto;
    color: #151515;
    margin-bottom: 35px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.publication .publication-carousel .publication-card a.more {
    font-size: 16px;
    line-height: 20px
}

.publication .publication-carousel .publication-card a:hover {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.publication .publication-carousel .publication-card .wrapp {
    /*height: 100px;*/
    /*overflow: hidden;*/
    margin-bottom: 30px
}

.publication .publication-carousel .publication-card .wrapp p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 16px;
    line-height: 24px;
    color: #151515
}



.publication .publication-carousel .publication-card .wrapp p:nth-child(2),
.publication .publication-carousel .publication-card .wrapp p:last-child {
    -webkit-line-clamp: 4;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
.publication .publication-carousel .publication-card .wrapp p:last-child:after {
    content: "..."
}*/

.publication .publication-carousel .publication-card .video-wrapp {
    width: 350px;
    height: 180px;
    background-color: darkred;
    margin-bottom: 40px
}

.publication .publication-carousel .publication-card .video-wrapp * {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.publication .publication-carousel .publication-card .audio-wrapp {
    margin-bottom: 40px
}

.publication .publication-carousel .publication-card .audio-wrapp audio {
    width: 100%;
    max-width: 500px
}

.publication .publication-carousel .publication-card .source {
    width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.publication .publication-carousel .publication-card .source .img-cover {
    width: 175px;
    height: 100px
}

.publication .publication-carousel .publication-card .source .img-cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.publication .publication-carousel .publication-card .source .source-name {
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    font-size: 14px;
    line-height: 20px;
    width: 200px
}

.publication .more-publication {
    width: 480px;
    height: 50px
}

@media (min-width:760px) and (max-width:1300px) {
    .publication h3 {
        margin-bottom: 40px
    }

    .publication .short-info {
        width: 100%;
        margin-bottom: 50px
    }

    .publication .publication-carousel {
        margin-bottom: 135px
    }

    .publication .publication-carousel .publication-card a:last-child {
        font-size: 16px;
        line-height: 20px
    }

    .publication .publication-carousel .slick-next,
    .publication .publication-carousel .slick-prev {
        top: unset;
        bottom: -85px;
        right: unset;
        left: unset
    }

    .publication .publication-carousel .slick-prev {
        left: 0 !important
    }

    .publication .publication-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .publication .publication-carousel .slick-next {
        right: 0 !important
    }

    .publication .publication-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }
}

@media (max-width:760px) {
    .publication h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 50px
    }

    .publication .short-info {
        width: 100%;
        font-size: 16px;
        line-height: 28px
    }

    .publication .more-publication {
        width: 100%
    }

    .publication .publication-carousel {
        margin-bottom: 130px
    }

    .publication .publication-carousel .slick-next,
    .publication .publication-carousel .slick-prev {
        top: unset;
        bottom: -25px;
        right: unset;
        left: unset
    }

    .publication .publication-carousel .slick-prev {
        left: 0 !important
    }

    .publication .publication-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .publication .publication-carousel .slick-next {
        right: 34px !important
    }

    .publication .publication-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }

    .publication .publication-carousel .publication-card {
        display: block
    }

    .publication .publication-carousel .publication-card .flag {
        margin-bottom: 15px
    }

    .publication .publication-carousel .publication-card a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 17px
    }

    .publication .publication-carousel .publication-card a.more {
        font-size: 16px;
        line-height: 20px
    }

    .publication .publication-carousel .publication-card .text-wrapp {
        width: 100%
    }

    .publication .publication-carousel .publication-card .wrapp {
        height: unset;
        margin-bottom: 5px
    }

    .publication .publication-carousel .publication-card .wrapp p {
        font-size: 14px;
        line-height: 20px
    }

    .publication .publication-carousel .publication-card .wrapp p:last-child {
        -webkit-line-clamp: 7
    }

    .publication .publication-carousel .publication-card .video-wrapp {
        width: 100%;
        height: 152px
    }

    .publication .publication-carousel .publication-card .source {
        display: block;
        width: unset;
        margin-bottom: 0
    }

    .publication .publication-carousel .publication-card .source .source-name {
        font-size: 12px;
        line-height: 18px
    }
}

.float-block {
    width: 34%
}

.float-block .wrapp {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    padding: 8.88% 10%;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    background: #fefefe;
    -webkit-box-shadow: 0 10px 30px rgba(86, 86, 86, .1);
    box-shadow: 0 10px 30px rgba(86, 86, 86, .1);
    border-radius: 10px
}

.float-block h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 25px
}

.float-block h3,
.float-block p {
    font-family: Montserrat;
    font-display: auto
}

div.float-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #151515
}

div.float-block .assistant {
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto
}

div.float-block .time-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px
}

div.float-block .time-table .tel,
div.float-block .time-table .time {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.float-block .time-table .tel img,
.float-block .time-table .time img {
    width: 15px;
    margin-right: 10px;
    margin-top: 3px
}

div.float-block .time-table .tel .tel-wrapp,
div.float-block .time-table .tel .time-wrapp,
div.float-block .time-table .time .tel-wrapp,
div.float-block .time-table .time .time-wrapp {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px)
}

div.float-block .time-table .tel-wrapp a {
    display: block;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #151515;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

div.float-block .time-table .tel-wrapp a:hover {
    color: #3b3b3b;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

div.float-block .time-table .time {
    margin-right: -25px
}

div.float-block .time-table .time-wrapp {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    color: #151515;
    font-size: 14px;
    line-height: 24px
}

div.float-block .call {
    width: 100%
}

@media (max-width:1300px) {
    div.float-block {
        display: none
    }
}

.finished-work {
    width: 100%;
    margin-bottom: 190px
}

.finished-work h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 65px
}

.finished-work .clearfix,
.finished-work .works-carousel {
    width: 100%
}

.finished-work .works-carousel .slick-next,
.finished-work .works-carousel .slick-prev {
    top: unset;
    top: -50px;
    right: unset;
    left: unset
}

.finished-work .works-carousel .slick-prev:before {
    content: url(../img/icon/arr-prev.svg)
}

.finished-work .works-carousel .slick-next:before {
    content: url(../img/icon/arr-next.svg)
}

.finished-work .works-carousel .item {
    width: 530px;
    padding-left: 40px;
    border-left: 5px solid #b92d2d;
    float: left;
    margin-right: 150px
}

.finished-work .works-carousel .item .work-title {
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #151515;
    display: inline-block
}

.finished-work .works-carousel .item .work-title:hover {
    color: #555;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.finished-work .works-carousel .item .work-descr {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 15px;
    line-height: 23px;
    color: #8a8d8f;
    margin-bottom: 26px
}

.finished-work .works-carousel .item a span {
    color: #151515;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px
}

.finished-work .works-carousel .item a:hover {
    text-decoration: none
}

.finished-work .works-carousel .item a:hover span {
    color: #555;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.finished-work .works-carousel .item a:hover svg circle {
    fill: #b92d2d
}

.finished-work .works-carousel .item a:hover svg path {
    stroke: #fff
}

@media (min-width:760px) and (max-width:1300px) {
    .finished-work h2 {
        margin-bottom: 50px
    }

    .finished-work .works-carousel .slick-next,
    .finished-work .works-carousel .slick-prev {
        top: unset;
        bottom: -115px;
        right: unset;
        left: unset
    }

    .finished-work .works-carousel .slick-prev {
        left: 0 !important
    }

    .finished-work .works-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .finished-work .works-carousel .slick-next {
        right: 40px !important
    }

    .finished-work .works-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }

    .finished-work .works-carousel .item {
        width: 680px
    }
}

@media (max-width:760px) {
    .finished-work h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 50px
    }

    .finished-work .works-carousel {
        margin-left: -20px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px)
    }

    .finished-work .works-carousel .item {
        padding-left: 15px
    }

    .finished-work .works-carousel .item .work-title {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px
    }

    .finished-work .works-carousel .item .work-descr {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 20px
    }

    .finished-work .works-carousel .slick-next,
    .finished-work .works-carousel .slick-prev {
        top: unset;
        bottom: -105px;
        right: unset;
        left: unset
    }

    .finished-work .works-carousel .slick-prev {
        left: 20px !important
    }

    .finished-work .works-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .finished-work .works-carousel .slick-next {
        right: 20px !important
    }

    .finished-work .works-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }
}

.proceeding-materials {
    margin-bottom: 150px
}

.proceeding-materials hr {
    border: none;
    background: #b92d2d;
    height: 1px;
    width: 250px;
    margin-top: 95px;
    margin-bottom: 105px
}

.proceeding-materials hr:last-of-type {
    margin-bottom: 60px
}

.proceeding-materials h3 {
    font-size: 40px;
    line-height: 49px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    margin-bottom: 70px
}

.proceeding-materials .material-carousel .slick-next,
.proceeding-materials .material-carousel .slick-prev {
    top: unset;
    top: -50px;
    right: unset;
    left: unset
}

.proceeding-materials .material-carousel .slick-prev:before {
    content: url(../img/icon/arr-prev.svg)
}

.proceeding-materials .material-carousel .slick-next:before {
    content: url(../img/icon/arr-next.svg)
}

.proceeding-materials .material-carousel .item {
    width: 290px;
    height: 400px;
    margin-right: 20px;
    margin-left: 20px
}

.proceeding-materials .material-carousel .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:760px) and (max-width:1300px) {
    .proceeding-materials {
        margin-bottom: 90px
    }

    .proceeding-materials hr {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px
    }

    .proceeding-materials hr:last-of-type {
        margin-top: 140px;
        margin-bottom: 45px
    }

    .proceeding-materials h3 {
        margin-bottom: 50px
    }

    .proceeding-materials .material-carousel .item {
        width: 220px;
        height: 300px;
        margin-right: 10px
    }

    .proceeding-materials .material-carousel .slick-next,
    .proceeding-materials .material-carousel .slick-prev {
        top: unset;
        bottom: -105px;
        right: unset;
        left: unset
    }

    .proceeding-materials .material-carousel .slick-prev {
        left: 0 !important
    }

    .proceeding-materials .material-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .proceeding-materials .material-carousel .slick-next {
        right: 0 !important
    }

    .proceeding-materials .material-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }
}

@media (max-width:760px) {
    .proceeding-materials {
        margin-bottom: 100px
    }

    .proceeding-materials hr {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 100px
    }

    .proceeding-materials hr:last-of-type {
        margin-top: 150px;
        margin-bottom: 50px
    }

    .proceeding-materials h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 40px
    }

    .proceeding-materials .material-carousel .item {
        width: 280px;
        height: 300px;
        margin-left: 20px;
        margin-right: 20px
    }

    .proceeding-materials .material-carousel .slick-next,
    .proceeding-materials .material-carousel .slick-prev {
        top: unset;
        bottom: -110px;
        right: unset;
        left: unset
    }

    .proceeding-materials .material-carousel .slick-prev {
        left: 0 !important
    }

    .proceeding-materials .material-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .proceeding-materials .material-carousel .slick-next {
        right: 0 !important
    }

    .proceeding-materials .material-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }
}

.pagination li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    padding-left: 0;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    cursor: pointer
}

.pagination li:not(.control):hover {
    background: #dc7070;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.pagination li.actual {
    background: #b92d2d
}

.pagination li.actual a {
    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto
}

.pagination li a {
    color: #151515;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center
}

.pagination li a:hover {
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #fff
}

@media (max-width:760px) {
    .pagination li {
        height: 40px;
        width: 40px
    }

    .pagination li a {
        line-height: 40px
    }
}

#burgerModal {
    z-index: 1095959;
    padding: 0 !important
}

#burgerModal .modal-dialog {
    height: 100%;
    min-width: 100%;
    margin: 0
}

#burgerModal .modal-dialog .modal-content {
    border: none;
    border-radius: 0
}

#burgerModal .modal-header {
    border: none;
    height: 64px
}

#burgerModal .modal-header .close-icon {
    margin-right: auto;
    margin-top: 7px;
    margin-left: 15px
}

#burgerModal .modal-body {
    padding-top: 50px
}

#burgerModal .modal-body .wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#burgerModal .modal-body .wrapp .column {
    display: block;
    width: 50%
}

#burgerModal .modal-body .wrapp .column .return-menu {
    display: none;
    cursor: pointer
}

#burgerModal .modal-body .wrapp .column .services {
    display: none;
    cursor: pointer
}

#burgerModal .modal-body .wrapp .column .services,
#burgerModal .modal-body .wrapp .column h2 {
    color: #151515;
    font-size: 20px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto
}

#burgerModal .modal-body .wrapp .column h2 {
    margin-bottom: 35px;
    padding-bottom: 17px;
    border-bottom: 1px solid #acacac;
    display: inline-block;
    width: 180px
}

#burgerModal .modal-body .wrapp .column ul{
	margin-left: 0;
}
#burgerModal .modal-body .wrapp .column ul li {
	padding-left: 0;
    list-style: none;
    margin-bottom: 28px
}

#burgerModal .modal-body .wrapp .column ul li a {
    color: #151515;
    font-size: 20px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto
}

#burgerModal .modal-body .wrapp .column ul li a:hover {
    color: #555;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none
}

#burgerModal .modal-body .wrapp .column .works li a {
    font-size: 18px;
    line-height: 28px
}

#burgerModal .modal-body .wrapp .column .works li ul {
    margin-top: 20px
}

#burgerModal .modal-body .wrapp .column .works li li {
    margin-bottom: 20px
}

#burgerModal .modal-body .wrapp .column .works li li a {
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

#burgerModal .modal-body .wrapp .lang-picker,
#burgerModal .modal-body .wrapp .schedule {
    display: none
}

@media (max-width:760px) {
    #burgerModal .modal-header {
        height: 56px
    }

    #burgerModal .modal-header .close-icon {
        margin-right: unset;
        margin-left: auto
    }

    #burgerModal .modal-header .logo img {
        height: 21px
    }

    #burgerModal .modal-body {
        padding-top: 28px
    }

    #burgerModal .modal-body .wrapp {
        display: block
    }

    #burgerModal .modal-body .wrapp .column {
        width: 100%
    }

    #burgerModal .modal-body .wrapp .column .services {
        display: block
    }

    #burgerModal .modal-body .wrapp .service-description {
        display: none
    }

    #burgerModal .modal-body .wrapp .service-description .return-menu {
        margin-top: -28px;
        margin-bottom: 28px;
        display: block;
        font-family: Montserrat;
        font-weight: 300;
        font-display: auto;
        font-size: 14px;
        line-height: 20px;
        color: #151515
    }

    #burgerModal .modal-body .wrapp .service-description .return-menu:before {
        content: url(../img/icon/left-arr-small.svg)
    }

    #burgerModal .modal-body .wrapp .schedule {
        display: block
    }

    #burgerModal .modal-body .wrapp .schedule .address,
    #burgerModal .modal-body .wrapp .schedule .phone-wrapp a,
    #burgerModal .modal-body .wrapp .schedule .timetable .wrapp {
        font-family: Montserrat;
        font-weight: 300;
        font-display: auto;
        font-size: 14px;
        line-height: 20px;
        display: block;
        color: #151515
    }

    #burgerModal .modal-body .wrapp .schedule .phone-wrapp a {
        font-size: 14px;
        line-height: 24px
    }

    #burgerModal .modal-body .wrapp .schedule .phone-wrapp a:hover {
        color: #555;
        text-decoration: none
    }

    #burgerModal .modal-body .wrapp .schedule .address,
    #burgerModal .modal-body .wrapp .schedule .phone-wrapp {
        margin-bottom: 22px
    }

    #burgerModal .modal-body .wrapp .schedule .timetable .wrapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #burgerModal .modal-body .wrapp .schedule .timetable .wrapp .day {
        width: 60px
    }

    #burgerModal .modal-body .wrapp .schedule .timetable .wrapp .time {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px)
    }

    #burgerModal .modal-body .wrapp hr {
        width: 180px;
        border: none;
        height: 1px;
        margin: 0;
        margin-top: 54px;
        margin-bottom: 34px;
        background-color: #acacac
    }

    #burgerModal .modal-body .wrapp .lang-picker {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px
    }

    #burgerModal .modal-body .wrapp .lang-picker p {
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-family: Montserrat;
        font-weight: 500;
        font-display: auto;
        margin-bottom: 0;
        text-transform: uppercase;
        margin-right: 22px;
        color: #151515;
        cursor: pointer
    }

    #burgerModal .modal-body .wrapp .lang-picker p.actual {
        color: #b92d2d
    }
}

#help {
    z-index: -99999999999;
    padding: 0 !important;
    width: 450px;
    -webkit-box-shadow: 0 10px 30px rgba(86, 86, 86, .1);
    box-shadow: 0 10px 30px rgba(86, 86, 86, .1);
    opacity: 0;
    top: 120px;
    position: fixed;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:1300px) {
    #help {
        top: 75px
    }
}

#help .modal-content {
    border: none
}

#help .modal-dialog {
    width: 450px;
    margin-top: 120px;
    margin-left: auto
}

@media (max-width:1300px) {
    #help .modal-dialog {
        margin-top: 75px
    }
}

#help .modal-header {
    border: none;
    padding: 0;
    padding-top: 20px;
    padding-right: 20px
}

#help .modal-header .close-icon {
    margin-left: auto
}

#help .modal-header .close-icon img {
    cursor: pointer
}

#help .float-block {
    width: 100%;
    display: block
}

#help .float-block .wrapp {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0
}

.modal-backdrop.show {
    opacity: 0 !important
}

@media (max-width:760px) {

    .big-wrapp,
    .copyrigth,
    .footer-wrapp,
    div.header-wrapp,
    main,
    section {
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0 auto;
        width: 100%
    }
}

@media (min-width:760px) {

    .big-wrapp,
    .copyrigth,
    .footer-wrapp,
    div.header-wrapp,
    main,
    section {
        max-width: -webkit-calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: 0 auto;
        width: 100%
    }
}

@media (min-width:1680px) {

    .big-wrapp,
    .copyrigth,
    .footer-wrapp,
    div.header-wrapp,
    main,
    section {
        max-width: 1600px;
        margin: 0 auto;
        width: 100%
    }
}

.fancybox-container {
    z-index: 9999899 !important
}

.service-template-default .feedback h2{
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 65px;
}

@media (max-width: 760px){
	.service-template-default .feedback h2{
		font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 50px;
	}
}
