@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;
 base64, R0lGODlhAQABAPAAAP ///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

.slick-slider {
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #fafafa;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #80c916;
	-webkit-box-shadow: 0 0 1px #80c916;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	border-radius: 4px;
}

@font-face {
    font-family: "Helvetica";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Roman.eot);
    src: url(../fonts/HelveticaNeueCyr-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Roman.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Medium.eot);
    src: url(../fonts/HelveticaNeueCyr-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Medium.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Bold.eot);
    src: url(../fonts/HelveticaNeueCyr-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Bold.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}


.cookies {
	gap: 10px;
}

.cookies .button {
	padding: 0;
}

.cookies {
	padding: 20px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.35;
	background: #fff;
	text-align: center;
	-webkit-filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 25;
    display: none;
}

.cookies a {
    color: #36699b;
}

.cookies.is-show {
	display: block;
}

.cookies .container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	display: flex;
}

.cookie-category {
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0;
    cursor: pointer;
    gap: 15px;
}

.cookie-category input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-category .toggle-switch {
    position: relative;
    width: 50px;
    height: 24px;
    flex-shrink: 0;
    background: #ddd;
    color: transparent;
    border-radius: 12px;
    transition: background 0.3s;
}

.cookie-category .toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}

.cookie-category input:checked + .toggle-switch {
    background: #36699b;
}

.cookie-category input:checked + .toggle-switch::after {
    transform: translateX(26px);
}

.cookie-category input:disabled + .toggle-switch {
    opacity: 0.6;
    cursor: not-allowed;
}


.card_slider-prev {
    max-width: 420px;
    margin: 30px auto 0;
}

.card__slider {
    max-width: 1071px;
    margin-left: auto;
}

.popup .card__wrap:last-of-type {
    margin-top: 160px;
}

.arrows3 {
    top: 5px;
    right: 20px;
    position: absolute;
}

.card__prev {
    max-width: 110px;
    margin: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.card__prev.slick-current img {
    -webkit-filter: brightness(0.9) saturate(120%) contrast(0.9) opacity(70%);
    filter: brightness(0.9) saturate(120%) contrast(0.9) opacity(70%);
}

.card__slide>a {
    display: block;
    -webkit-filter:  saturate(100%) opacity(100%);
    filter: saturate(100%)  opacity(100%);
    cursor: zoom-in;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 3px;
}

.card__slide>a:hover {
    -webkit-filter: brightness(0.9) saturate(120%) blur(1px) opacity(70%);
    filter: brightness(0.9) saturate(120%) blur(1px) opacity(70%);
}
  
.card__slide img {
     transition: all 1s ease-in-out;
}

.card__slide.slick-current img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
 
}

.catalog .card__slide {
    max-width: 330px;
}

.catalog .card__item{
    padding-bottom: 0;
    max-width: 885px;
   margin-left: auto;
   margin-right: auto;
}


.catalog .card__item a.d-block + .card__wrap {
    max-width: 300px;
}

.catalog .card__item .card__content {
    max-width: 550px;
    width: 100%;
}

 .catalog .card__item .card__title {
     min-height: 58px;
 }

.card__tip:after {
    content: "";
    display: none;
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #80c916;
    bottom: -15px;
}

.card__tip {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    font-family: "Gilroy";
}

.card {
    margin: 0 35px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    max-width: 450px;
    min-height: 605px;
    background-color: white;
    -webkit-box-shadow: 0 0 20px rgba(115, 121, 128, 0.07);
    box-shadow: 0 0 20px rgba(115, 121, 128, 0.07);
}

.card__item {
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    border: 1px solid #d4d4d4;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    box-shadow: 0 0 60px rgba(70, 70, 70, 0.1);
    top:0;
}

.card__item:hover {
    top: -5px;
}

.card__item img {
    max-width: 100%;
    display: block;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.card__item:hover img {
    transform: scale(1.03);
}

.card__item .card__content {
    margin-left: 0;
    margin-top: 30px;
    padding: 0 30px;
}

.card__item .card__price {
    position: static;
    margin: 15px 0 15px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-family: "Gilroy";
}

.card__item .link {
    font-weight: 300;
    font-size: 14px;
    font-family: "Gilroy";
    margin: 10px 0;
}

.card__item .card__title {
    padding-right: 0;
    font-size: 24px;
    margin-bottom: 0;
}

.card__item .card__date {
    font-size: 16px;
    border-bottom: 0;
}

.card__item .card__date span:first-of-type {
    margin-left: 0;
}

.card__item .card__date:last-of-type {
    margin-bottom: 0px;
} 

.card__title {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 200px;
}

.card__date {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-family: "Gilroy";
    max-width: 390px;
    line-height: 1.3em;
    color: #9a9a9a;
}

.card__date span {
   font-weight: 700; 
   color: #000;
}

.card__date span:first-of-type {
    margin-left: 18px;
}

.card__date:last-of-type {
    margin-bottom: 40px;
}

.card__content {
    max-width: 580px;
    margin-left: 30px;
}

.card__content p {
    margin-bottom: 20px;
}

.card__content .button {
    margin-top: 50px;
    width: 270px;
}

.card__price {
    position: absolute;
    right: 0;
    top: -2px;
    color: #36699b;
}

.card__price span {
    letter-spacing: 0.1em;
    font-size: 26px;
}

.card__pricedollar {
    top: 35px;
    color: #000;
    font-size: 16px;
}

.card__pricedollar span {
    font-size: 20px;
}

.consult-block {
    width: 50%;
}

.consult-block p {
    margin-top: 20px;
}

.consult-block a {
   color: #36699b;
    font-size: 19px;
    position: relative;
    padding-left: 33px;
    transition: all 0.3s ease; 
}

.consult-block a:before {
   content: "";
    width: 21px;
    height: 20px;
    position: absolute;
    background: url(../img/phone.svg) no-repeat center center /contain;
    margin-right: 15px;
    display: block;
    left: 0;
    top: 0px; 
}


.consult-block a:hover {
    color: #80c916;
}
/*
.disable-scroll {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}
*/

body {
    min-width: 320px;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

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

h1,
h2,
h3,
h4,
h5,
p,
label {
    margin: 0;
}

a,
a:hover {
    text-decoration: none
}

p {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}

section {
    position: relative;
    padding-top: 120px;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    letter-spacing: 0.025em;
    font-family: "Gilroy";
    color: #03006b;
}

h1 {
    font-size: 44px;
    line-height: 1.2em;
}

h2 {
    line-height: 1.2em;
    font-size: 40px;
    text-align: center;
}

h3 {
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 0;
}

footer h4, .contacts__block h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

footer .mail {
    margin-top: 10px;
    display: block;
}

.button {
   outline: none;
   cursor: pointer;
   width: 200px;
   height: 56px;
   background-color: #80c916;
   border: 1px solid #80c916;
   display: block;
   color: white;
   font-family: "Helvetica";
     font-size: 17px;
     letter-spacing: 0.07em;
     line-height: 54px;
   font-weight: 500;
   letter-spacing: 0.04em;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   padding: 0;
   border-radius: 28px;
   text-align: center;
   text-decoration: none;
}


.button[disabled] {
    background: #ccc;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.button:active,
.button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none;
}

.button:hover,
.arrow:hover,
.services__item:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(40, 37, 33, 0.4);
    box-shadow: 3px 3px 10px rgba(40, 37, 33, 0.4);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(73, 73, 73, 0.74);
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(73, 73, 73, 0.74);
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

input:-moz-input-placeholder,
textarea:-moz-input-placeholder {
    color: rgba(73, 73, 73, 0.74);
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: transparent;
}

input:-moz-input-placeholder,
textarea:-moz-input-placeholder {
    color: transparent;
}


.cookies-button {
    width: auto;
    padding: 0px 15px;
    margin-top: 30px;
}

.slick-slide:focus {
    outline: none;
}

.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger-scroll {
    width: 49px;
    height: 49px;
    background: #80c916;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 3333;
    border-bottom-left-radius: 3px;
}



input:focus {
    outline: none;

}

#menuToggle {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    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;
}

#menuToggle input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

#menuToggle span {
    width: 24px;
    height: 2px;
    margin: 3px 0;
    background: #03006b;
    border-radius: 4px;
    -webkit-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    transition: all .5s cubic-bezier(.08, .81, .87, .71);
}

.hamburger-scroll > #menuToggle span {
    background: #fff;
}

#span1 {
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
}

#span3 {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.logo {
    display: block;
    width: 173px;
    height: 80px;
    background: url(../img/logo.svg) no-repeat center top /contain;

}


.background-cover {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    /*    opacity: 0;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.91);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.close-btn {
    position:absolute;
    z-index: 15;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background: url(../img/close.svg) no-repeat center center /contain;
    width: 20px;
    height: 20px;
    top: 35px;
    right: 15px;
    -webkit-transition: left 1.1s cubic-bezier(.73, -0.44, .34, 1.43) 0.2s;
    transition: left 1.1s cubic-bezier(.73, -0.44, .34, 1.43) 0.2s;
}

.menu_hamburger {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 95px rgba(12, 32, 47, 0.3);
    box-shadow: 0 0 95px rgba(12, 32, 47, 0.3);
    position: fixed;
    z-index: 13;
    top: 0;
    overflow-y:scroll;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.6s cubic-bezier(.73, -0.44, .34, 1.43);
    transition: width 0.6s cubic-bezier(.73, -0.44, .34, 1.43);
    padding: 54px 0px 30px 0px;
}

.menu_hamburger li, 
.menu_hamburger .hamburger-block {
    padding: 0 35px;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 2s cubic-bezier(.73, -0.44, .16, 1.56);
    transition: opacity 2s cubic-bezier(.73, -0.44, .16, 1.56);
}

.menu_hamburger .menu__item h3 {
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    position: relative;
}

.menu_hamburger .menu__item a {
    padding-right: 0px;
    display: inline-block;
    font-size: 20px;
}

.menu_hamburger .menu__item div > ul > li {
    padding: 0;
    padding-top: 20px;
}

.menu_hamburger .link:after {
    display: none;
}

.menu_hamburger.show {
    /*    left: 0px;*/
}

.menu_hamburger.show li, 
.menu_hamburger.show .hamburger-block {
    opacity: 1;
    -webkit-transition: opacity 3s cubic-bezier(.73, -0.44, .16, 1.56);
    transition: opacity 3s cubic-bezier(.73, -0.44, .16, 1.56);
    visibility: visible;
}

.menu_hamburger div> a, .menu_hamburger .link {
    padding: 10px 0px;
    display: block;
    transition: all 0.3s ease;
}

.menu_hamburger div> a {
     text-transform: none;
    font-size: 16px;
    font-weight: 400;
    display: block!important;
    padding-right: 0!important;
}

.menu_hamburger div> a:hover {
    color: #80c916;
}
   
.menu_hamburger .button {
    margin-top: 40px;
}

.menu_hamburger .tel, .menu_hamburger .mail {
    margin-top: 20px;
    display: block;
}

.show {
    width: 320px;
    -webkit-transition: width 1.1s cubic-bezier(.73, -0.44, .34, 1.43);
    transition: width 1.1s cubic-bezier(.73, -0.44, .34, 1.43);
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #f8f8f8;
   /*  width: 320px; */
   width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;
    z-index: 1;
    padding: 20px;
    margin-top: 52px;
    margin-left: -20px;
    transition: all 0.5s ease;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}

.subdropdown-content {
    display: none;
    position: absolute;
    background: #f8f8f8;
   width: 230px;
    z-index: 1;
    padding: 20px;
    transition: all 0.5s ease;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
right: -230px;
top: -20px;
}

.dropdown-content a:after,
.dropdown-li a:after {
    display: none;
}

.dropdown-content a {
    color: #fff;
    padding: 10px 0px;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.dropdown-content a:hover {
    color: #80c916;

}

.dropdown-content .submenu {
    position: relative;
}

div.subdropdown-content a {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}


.menu .menu__item {
    padding: 10px 0;
}

.menu .menu__item:hover .dropdown-content, .dropdown-content div:hover .subdropdown-content  {
    display: block;
}

.dropdown-triangle {
    position: absolute;
    width: 260px;
    height: 52px;
    top: -52px;
    left: 0px;
}

@-webkit-keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: rgba(128, 201, 22, 0.4)
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        color: rgba(128, 201, 22, 0.8)
    }
}

@keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: rgba(128, 201, 22, 1)
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        color: rgba(128, 201, 22, 0.8)
    }
}
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 102;
    background: #f0f2f8;
}

.preloader .pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fountainTextG {
    color: #03006b;
    font-family: "Gilroy";
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    -webkit-animation-name: bounce_fountainTextG;
    animation-name: bounce_fountainTextG;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

#fountainTextG_1 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

#fountainTextG_2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#fountainTextG_3 {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

#fountainTextG_4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#fountainTextG_5 {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}

#fountainTextG_6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#fountainTextG_7 {
    -webkit-animation-delay: 1.64s;
    animation-delay: 1.64s;
}


.box-modal .close {
    position: absolute;
    right: 17px;
    top: 17px;
    line-height: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/close.svg) no-repeat center center /contain;
    text-align: center;
}


#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, .91);
    overflow: hidden;
    display: none
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 300
}

.thanks {
    position: absolute;
    width: 506px;
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 2.6px 29.9px 100px rgba(17, 24, 37, 0.36);
    box-shadow: 2.6px 29.9px 100px rgba(17, 24, 37, 0.36);
    padding: 70px 60px;
    text-align: center;
    left: 50%;
    margin-left: -253px;
    margin-top: -100px;
    border-radius: 3px;
    top: 50%;
    letter-spacing: 0.01em;
}

.thanks p {}

.thanks b {
    font-family: "Gilroy";
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    color: #03006b;
    text-transform: uppercase;
    display: block;
}

.container {
    max-width: 1600px;
}

.section-heading {}

.about .section-desc:after {
    margin-left: 0;
    left: 0;
}

.section-desc {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 60px;
}

.section-desc:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #80c916;
    left: 50%;
    margin-left: -35px;
    top: -30px;
}

.link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: inherit;
}


.tel:hover,
.mail:hover,
.adress:hover {
    color: #80c916;
}



.link:hover,
.menu__item .link:hover, .menu__item.active .link {
    color: #36699b;
}

.menu__item .link:hover:after,
.menu__item .link:after {
    background-color: #36699b;
}

.link:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #36699b;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: inline-block;
}

.link:focus:after,
.link:hover:after,
.menu__item.active .link:after  {
    width: 100%;
}

.header {
    position: relative;
    padding: 0px;
}

.nav-top {
    background: #f8f8f8;
    padding: 20px;
}

.nav-bar {
    padding: 20px 45px;
    /*    margin: 0 55px;*/
    background: #ffffff;

}

.form__tip {
line-height: 1.35em;    
}

.form__tip input {
    margin: 0;
    position: relative;
    bottom: -3px;
}
.offer {
    padding-top: 80px;
    min-height: 700px;
}

.offer_1 {
    background: url(../img/offer1.jpg) no-repeat fixed center center/cover;
}

.offer_2 {
    background: url(../img/offer2.jpg) no-repeat  fixed center center/cover;
}

.offer_3 {
    background: url(../img/offer3.jpg) no-repeat  fixed center center/cover;
}

.offer_4 {
    background: url(../img/offer4.jpg) no-repeat fixed  center center/cover;
}

.offer_5 {
    background: url(../img/offer5.jpg) no-repeat  fixed center center/cover;
}

.offer_6 {
    background: url(../img/offer6.jpg) no-repeat  fixed center center/cover;
}



.offer .container {
    max-width: 1230px;
}

.menu__item a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.05em;
    color: #03006b;
    font-family: "Gilroy";
}

.menu__item {
    margin-left: 50px;
}

.offer__block {
    max-width: 885px;
    padding: 50px 0 80px;
    background: rgba(253, 253, 253, .8);
    padding: 40px 30px;
    text-align: center;
    min-height: 300px;
    margin: 0 auto;
    border-radius: 5px;
}

.offer__button {
    margin: 40px auto 0;
}

.offer__desc {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.025em;
}

.offer__desc:after,
.connect__desc:after,
.contacts__desc:after,
.reviews__desc:after {
    left: 0;
    margin-left: 0;
}

.offer__desc:after {
    left: 50%;
    margin-left: -35px;
}

.form {
    background-color:rgba(253, 253, 253, .4)
}

.form__title {
    letter-spacing: 0.025em;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.3em;
}


.call-form  .button {
    margin: 30px auto;
}

.call-form  .form__input {
    margin-left: auto;
    margin-right: auto;
}

.call-form p {
    margin-bottom: 35px;
    font-size: 18px;
}


.call-form .form__tip {
    font-size: 12px;
}

.form__wrapper {
    position: relative;
}

.form-control {
    height: 50px;
    background-color: white;
    border: 1px solid #fff;
    width: 100%;
    line-height: 42px;
    padding: 4px 20px;
    color: #000;
    font-family: "Helvetica";
    font-size: 18px;
    border-radius: 3px;
}

.form-control.error {
    border: 1px solid #80c916;
}

.form__input label {
    text-align: left;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    position: absolute;
}

.offer .form__button {
    max-width: 349px;
    width: 100%;
}

.form__input {
    max-width: 349px;
    width: 100%;
    margin-bottom: 25px;
}

.form-control:hover {
    border-color: #80c916;
}

.form-control:focus,
.form-control:active {
    border-color: #80c916;
}

.benefits {
    padding-top: 0px;
    padding-bottom: 50px;
}

.benefits__wrapper {
    margin-top: -200px;
}

.benefits__item {
    max-width: 430px;
    width: 100%;
    padding: 40px 30px 30px;
    text-align: center;
    background-color: #f8f8f8;
    margin: 0 20px 40px;
    position: relative;
    border-radius: 3px;
}

.benefits__icon {
    margin: 0 auto 20px;
    text-align: center;
}

.benefits__item:nth-of-type(1) .benefits__icon > span {
    background: url(../img/benefits-icon1.svg) no-repeat center center /contain;
    width: 64px;
    height: 64px;
    display: inline-block;
}

.benefits__item:nth-of-type(2) .benefits__icon > span {
    background: url(../img/benefits-icon2.svg) no-repeat center center /contain;
    width: 64px;
    height: 64px;
    display: inline-block;
}

.benefits__item:nth-of-type(3) .benefits__icon > span {
    background: url(../img/benefits-icon3.svg) no-repeat center center /contain;
    width: 64px;
    height: 64px;
    display: inline-block;
}

.benefits__title {
    margin: 0 auto 20px;
    font-size: 26px;
    line-height: 1.2em;
    color: #03006b;
}

.benefits__tip {
    text-align: left;
    font-size: 16px;
    line-height: 1.2em;
    padding-left: 15px;
    margin-bottom: 8px;
    position: relative;
}

.benefits__tip:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #80c916;
    left: 0;
    top: 7px;
}

.call-form {
    max-width: 507px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 2.6px 29.9px 100px rgba(17, 24, 37, 0.36);
    box-shadow: 2.6px 29.9px 100px rgba(17, 24, 37, 0.36);
    text-align: center;
    padding: 70px 55px 45px;
    position: relative;
    color: #2a364f;
    border-radius: 3px;
}

.call-form .section-heading {
    font-family: "Gilroy";
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
}

.call-form .section-desc {
    margin: 20px 0 30px;
    color: #242f47;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4em;
}

.about {
    padding-top: 110px;
    background: #f8f8f8 url(../img/minsk.png) no-repeat -1280px bottom;
}

.about .blog__quote:after {
    background: #f8f8f8;
}

.inner_about {
        background: #f8f8f8 url(../img/minsk.png) no-repeat 970px bottom;
}

.about__item {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.about__item span {
    position: absolute;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 36px;
    color: rgba(54, 105, 155, 0.65);
    left: 0;
    top: 0px;
}

.about__block {
    margin-left: 60px;
    padding-bottom: 120px;
}

.about__heading {
    margin-bottom: 40px;
    text-align: left;
    max-width: 700px;
}

.about__desc {
    border-left: 2px solid #36699b;
    padding: 25px 0 25px 50px;
    max-width: 700px;
}

.about__desc p:not(:last-of-type) {
    margin-bottom: 30px;
}

.section-subtitle {
    margin: 45px 0 30px;
    font-size: 20px;
    max-width: 650px;
    line-height: 1.2em;
    color: #03006b;
    font-weight: 700;
}

.mail,
.tel,
.adress,
.time {
    color: #36699b;
    font-size: 19px;
    position: relative;
    padding-left: 33px;
    transition: all 0.3s ease;
}

footer .mail,
footer .tel,
footer .adress,
footer .time  {
    font-size: 17px;
}

footer .mail:before,
footer .tel:before,
footer .time:before,
footer .adress:before  {
    width: 18px;
    height: 18px;
}

.time {
    margin-bottom: 10px;
}

.tel {
    display: block;
}

.tel:first-of-type {
    margin-bottom: 10px;

}

.tel:first-of-type:before {
    background: url(../img/house.svg) no-repeat center center /contain;
}

.adress {
    padding-left: 35px;
    position: relative;
}

.adress:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/map.svg) no-repeat center center /contain;
    width: 23px;
    height: 23px;
    left: 0;
    top: 0;
}

.mail:before,
.tel:before,
.time:before {
    content: "";
    width: 21px;
    height: 20px;
    position: absolute;
    background: url(../img/email.svg) no-repeat center center /contain;
    margin-right: 15px;
    display: block;
    left: 0;
    top: 0px;
}

.tel:before {
    background: url(../img/phone.svg) no-repeat center center /contain;
}


.time:before {
    background: url(../img/clock.svg) no-repeat center center /contain;
}

.tel {
    margin-right: 30px;
}

.about__button {
    width: 228px;
    margin-top: 45px;
}


.service .about__button {
    width: 290px;
    margin: 20px auto 0;
}

.partners .section-desc {
    margin: 60px auto 70px;
    max-width: 780px;
    text-align: center;
}

.partners__item {
    max-width: 270px;
    margin: 0 35px 40px;
    text-align: center;
    position: relative;
    top: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.partners__item:hover {
    top: -5px;
}

.partners__pic {
    max-width: 510px;
    display: block;
    margin-bottom: 35px;
    border-radius: 3px;
}

.partners__pic img,
.about__pic {
    max-width: 100%;
    display: block;
    border-radius: 3px;
        object-fit: cover;
    height: 404px;
}

.partners__name {
    font-family: "Helvetica";
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.partners__prof {
    display: block;
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1.2em;
}

.services {
    padding-bottom: 100px;
    background: url(../img/services.jpg) no-repeat fixed center center/cover;
    color: #fff;
}

.services .container {
    max-width: 1650px;
}

.services .section-desc {
    margin: 60px auto 70px;
    text-align: center;
    max-width: 900px;
}

.services__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 35px;
}

.services__item {
    max-width: 260px;
    width: 100%;
    box-shadow: 0 0 60px rgba(70, 70, 70, 0.1);
    padding: 40px 20px 20px;
    text-align: center;
    min-height: 260px;
    background-color: #fff;
    color: #000;
    margin: 0 20px 40px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;
    top: 0;
    border-radius: 5px;
}

.services__item:hover {
    top: -5px;
    background-color: #f8f8f8;
    color: #fff;
}


.services .services__item:nth-of-type(1) .services__icon {
    background: url(../img/service-icon1.png) no-repeat center center /contain;
}

.services .services__item:nth-of-type(2) .services__icon {
    background: url(../img/service-icon2.png) no-repeat center center /contain;
}

.services .services__item:nth-of-type(3) .services__icon {
    background: url(../img/service-icon3.png) no-repeat center center /contain;
}

.services .services__item:nth-of-type(4) .services__icon {
    background: url(../img/service-icon4.png) no-repeat center center /contain;
}

.services .services__item:nth-of-type(5) .services__icon {
    background: url(../img/service-icon5.png) no-repeat center center /contain;
    width: 58px;
}

.services .services__item:nth-of-type(6) .services__icon {
    background: url(../img/service-icon6.png) no-repeat center center /contain;
    width: 62px;
}

.services .services__item:nth-of-type(7) .services__icon {
    background: url(../img/service-icon7.png) no-repeat center center /contain;
    width: 57px;
}

.services .services__item:nth-of-type(8) .services__icon {
    background: url(../img/service-icon8.png) no-repeat center center /contain;
    width: 70px;
}

.services__title {
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.2em;
    color: #36699b;

}


.reviews {
    padding-bottom: 60px;
}

.reviews__heading {
    text-align: left;
}

.reviews__button {
    margin-top: 45px;
    width: 177px;
}

.reviews__list {
    max-width: 945px;
}

.reviews__block {
    margin: 30px 0;
}

.reviews__item {
    padding: 30px;
    position: relative;
    border: 1px solid #9a9a9a;
    margin: 0 15px;
}

.reviews__link:focus {
    outline: none;
}

.reviews__text {
    margin-bottom: 35px;
}

.reviews__date {
    display: block;
    color: #9a9a9a;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.reviews__link {
    color: #031d44;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}


.reviews__link:focus {
    outline: none;
}

.reviews__link:after {
    max-width: 150px;
}

.lawyers__diploma .info__pic {
    position: static;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 120px;
    height: 160px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16);
    display: block;
    background-image: none;
}

.arrows {
    margin-left: 40px;
    position: absolute;
    right: 15px;
    top: 0px;
}

.arrow {
    display: inline-block;
    cursor: pointer;
    width: 54px;
    height: 54px;
    -webkit-transition: all 0.5e ease;
    transition: all 0.5e ease;
    border-radius: 3px;
}

.arrow_prev {
    background: #36699b url(../img/arrow-left.svg) no-repeat center center/24px 12px;
}

.arrow_next {
    background: #36699b url(../img/arrow.svg) no-repeat center center/24px 12px;
}

.arrows3 .arrow_prev {
    margin-right: 4px;
}

.news .arrow_next {
    margin-left: 4px;
}


.reviews .arrow,
.news .arrow {
    z-index: 2;
    cursor: pointer;
}

.news {
    padding-bottom: 110px;
}

.news__list {
    margin-bottom: 30px;
}

.news__heading {
    margin-bottom: 60px;
}

.reviews .container,
.news .container {
    position: relative;
}

.dots {
    margin: 45px auto;
    width: 30px;
}

.slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 10px auto;
}

.reviews .slick-dots {
    position: static;
}

.slick-dots li.slick-active button {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dab98f;

}

.slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #eeede7;
    margin: 0 auto;
    border-radius: 50%;
    border: none;
}

.slick-dots li button:before {
    color: transparent;
}

.connect {
    background: url(../img/form-bg.jpg) no-repeat fixed center top /cover;
    color: #fff;
    padding: 120px 0;
}

.connect .form__button {
    width: 212px;
    height: 50px;
    line-height: 50px;
}

.connect .form {
    padding: 33px 45px;
    margin-left: 135px;
    border-radius: 3px;
}

.connect__block {
    max-width: 450px;
    margin-left: auto;
}

.connect .form__input {
    margin-bottom: 0;
    max-width: 250px;
    margin-right: 25px;
    width: 30%;
}

.form__tip {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
}
.form__tip a {
    display: inline;
}

.contacts__heading,
.connect__heading {
    text-align: left;
}

.contacts {
    padding: 130px 0 70px;
}

.contacts__block {
    padding-left: 50px;
}

.contacts__desc {
    margin-bottom: 60px;
}

.contacts__block h4 {
    margin-bottom: 15px;
}

.contacts .mail,
.contacts .adress,
.contacts .tel,
.contacts .time {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
}

.contacts__item {
    width: 50%;
}

.adress {
    padding-left: 35px;
    position: relative;
}

.adress:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/map.svg) no-repeat center center /contain;
    width: 23px;
    height: 23px;
    left: 0;
    top: -3px;
}

.maps {
    height: 600px;
    width: 100%;
}

.maps iframe {
    width: 100%;
    height: 100%;
}

textarea.form-control {
    max-width: 620px;
    width: 100%;
    height: 200px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

.contacts .form-control:nth-of-type(2) {
    margin-right: 0;
}

.contacts .js-form {
    max-width: 620px;
}

.contacts .form__button {
    margin-top: 30px;
    margin-left: auto;
    display: block;
}

.contacts__tip {
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}

.contacts__title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contacts__text {
    line-height: 1.4em;
}

.contacts__icon {
    width: 86px;
    height: 86px;
    margin: 0 auto;
}

footer {
    padding: 40px 45px;
    font-size: 17px;
    color: #000;
}

footer .logo {
    margin-top: -10px;
}

.policy {
    color: #36699b;
}

.policy:not(:last-of-type) {
    margin-bottom: 12px;
}

.copyright {
    margin-top: 15px;
    font-size: 14px;
    color: #9a9a9a;
    max-width: 260px;
    line-height: 1.3em;
    margin-left: auto;
}

.footer__block_socials {
    text-align: right;
}

.footer__block_info {
    max-width: 265px;
    margin-left: auto;
}

.social__item {
    width: 24px;
    height: 24px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    position: relative;
    margin: 0px 5px 0 0;
}

.social__item:first-of-type {
    background: url(../img/facebook.svg) no-repeat center center/contain;
}

.social__item:nth-of-type(2) {
    background: url(../img/instagram.svg) no-repeat center center/contain;
}

.header_inner {
    background: url(../img/header-inner.jpg) no-repeat fixed center center/cover;
    padding-bottom: 140px;
}

.offer-inner__heading {
    font-size: 48px;
    line-height: 1.25em;
    margin: 0 auto 50px;
    max-width: 760px;
}

.breadcrumb {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.breadcrumb span {
    margin: 0 11px;
    color: #03006b;
}

.breadcrumb a {
    color: #03006b;
    transition: all 0.4s ease;
}

.breadcrumb a:hover, .breadcrumb a:focus {
     color: #03006b;
}

.breadcrumb .active {
    color: #03006b;
}

.offer-inner {
    padding-top: 140px;
    text-align: center;
}

.inner {
    padding: 120px 0 70px;
}

.inner__heading {
    font-size: 46px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 0;
}

.inner__subheading {
    color: #fff;
    font-family: "GothamPro";
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 40px;
}

.inner__subheading:after {
    content: "";
    display: block;
    position: relative;
    bottom: -19px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #a31621;
}

.inner__block {
    min-height: 445px;
    background-color: #031d44;
    padding: 130px 0 120px;
    color: #fff;
    height: 100%;
}

.inner_about .inner__block,
.inner_about .inner__desc {
    padding-top: 120px;
    padding-bottom: 100px;
}


.inner__content {
    max-width: 545px;
    padding-right: 70px;
    padding-left: 15px;
}

.inner__desc {
    position: relative;
    padding: 120px 0 120px;
    padding-left: 100px;
    padding-right: 50px;
    max-width: 1070px;

}

.inner__wrapper {
    background-color: #f8f8f8;
    height: 100%;
}

.inner_about .inner__wrapper {
    background-color: #fff;
}

.inner_about .inner__block {
    min-height: 704px;

}

.inner__button {
    max-width: 305px;
    width: 100%;
    margin-right: 30px;
}

.inner__button:nth-of-type(2) {
    max-width: 330px;
    width: 100%;
    margin-right: 0;
    color: #a31621;
    background: transparent;
    transition: all 0.5s ease;
}

.inner__button:nth-of-type(2):hover {
    color: #fff;
    background: #a31621;
}


.inner__text,
.inner__desc p {
    margin-bottom: 30px;
}


.inner_about .inner__text:nth-of-type(1),
.inner_about .inner__text:last-of-type {
    margin-bottom: 40px;
}

.services__tip {
    position: relative;
    max-width: 100%;
    max-width: 1200px;
    margin: 0 50px 70px;
}

.services__pic {
    max-width: 56px;
    width: 100%;
    height: 56px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.services_inner {
    padding-bottom: 100px;
}

.services_inner .services__tip:nth-of-type(1) .services__pic,
.services_inner .services__tip:nth-of-type(4) .services__pic {
    background-image: url(../img/comliance-icon1.svg);
}

.services_inner .services__tip:nth-of-type(2) .services__pic {
    background-image: url(../img/compliance-icon2.svg);
}

.services_inner .services__tip:nth-of-type(3) .services__pic {
    background-image: url(../img/compliance-icon3.svg);
}

.services_inner .services__tip:nth-of-type(5) .services__pic {
    background-image: url(../img/compliance-icon2.svg);
}

.services_inner .services__tip:nth-of-type(6) .services__pic {
    background-image: url(../img/compliance-icon3.svg);
}

.services_inner .services__tip:nth-of-type(7) .services__pic {
    background-image: url(../img/compliance-icon1.svg);
}

.services__name {
    margin-left: 25px;
    font-size: 26px;
    line-height: 1.25em;
}

.services__desc {
    margin: 30px 0 20px;
    font-size: 20px;
    line-height: 1.35em;
}

.services__desc p {
    margin-bottom: 25px;
}

.services__link {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.services__link:hover {
    color: #a31621;
}

.services__link:after {
    max-width: 105px;
}

.info__item {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid rgba(45, 45, 45, 0.3);
    border-radius: 3px;
    padding: 35px;
    margin: 0 15px 50px;
}


.practices,
.reviews-inner {
    padding-bottom: 80px;
}

.info__pic {
    width: 60px;
    height: 50px;
    background: url('../img/testimonial.svg') no-repeat center center/contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.info__pic img {
    max-width: 100%;
    display: block;
}

.info__wrap {
    margin-left: 45px;
    max-width: 887px;
    position: relative;
    padding-left: 75px;
}

.info__name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 5px;
}

.info__date {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.info__wrap p {
    margin-top: 20px;
}

.info__link {
    color: #031d44;
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
}

.info__link:after {
    max-width: 168px;
}

.info__menu {
    max-width: 375px;
    margin: 0 auto 50px;
    padding: 35px;
    padding-bottom: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}


.info__menu .button {
    margin-top: 40px;
}

.info__menu .button:nth-of-type(2) {
    margin-top: 20px;
}

.info__title {
    font-size: 30px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}

.info__title a {
    color: #03006b;
}

.menu__title {
    border-bottom: 1px solid #d4d4d4;
    padding: 12px 15px 12px 0;
    transition: all 0.4s ease;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.menu__title a {
    font-weight: 700;
    color: #03006b;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 1.2em;
    font-family: "Gilroy";
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.collapse-btn {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/chevron-down.svg) center center /contain no-repeat;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    top: 14px;
    right: 0;
    -webkit-transform: none;
    transform: none;
}

.open .collapse-btn {
    background: url(../img/chevron-down-h.svg) center center /contain no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blog__quote {
    font-style: italic;
    padding: 30px 0;
    color: #36699b;
    margin: 35px auto 35px;
    text-align: center;
    border-bottom: 1px solid rgba(45, 45, 45, 0.3);
    border-top: 1px solid rgba(45, 45, 45, 0.3);
    position: relative;
}

.blog__quote:after {
        content: "\22";
    background: #fff;
    font-size: 50px;
    width: 59px;
    font-weight: 300;
    height: 36px;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    padding-right: 8px;
    margin-left: -30px;
}

.info__tip:hover,
.info__tip.active,
.menu__title:hover, .menu__title.open {
    border-bottom: 1px solid #80c916;
}

.info__tip:hover a,
.info__tip.active a,
.menu__title:hover a,
.menu__title.active a,
.menu__title.open > a {
    font-weight: 700;
    color: #80c916;
}

.menu__subtitle .menu__title {
    border-bottom: none;
    padding: 5px 0;
}

.menu__subtitle {
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 0;
}

.menu__subtitle .menu__title a {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.menu__subtitle .menu__title:hover {
    border-bottom: none;
}

.inner p {
    margin-bottom: 30px;
}

.documents {
    padding: 80px 0 100px;
}

.pagination {
    padding: 25px 63px 10px;
    position: relative;
    margin: 50px auto 0;
}

.pagination .page-link {
    color: #031d44;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    width: 54px;
    border-radius: 3px;
    height: 54px;
    line-height: 54px;
    background-color: #f8f8f8;
    text-align: center;
    display: block;
    margin: 0 8px 15px;
}

.pagination .page-link:hover,
.page-item.act .page-link {
    background-color: #031d44;
    color: #fff;

}

.pagination .page-item:first-of-type .page-link,
.pagination .page-item:last-of-type .page-link {
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination .page-item:first-of-type .page-link:hover,
.pagination .page-item:last-of-type .page-link:hover {
    color: #36699b;
}

.pagination .page-item:last-of-type .page-link {
    right: 15px;
    left: unset;
}

.practice__article img {
    max-width: 100%;
    display: block;
    height: auto;
}

.practice__article {
    max-width: 800px;
}

.practice__article h2,
.lawyers__desc h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left
}

.practice__article h3,
.lawyers__desc h3 {
    margin: 30px 0 25px;
    font-size: 24px;
    color: #36699b;
    letter-spacing: 0.025em;
}

.practice__article p,
.lawyers__desc p {
    margin-bottom: 20px;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.practice__article h4,
.lawyers__desc h4 {
    margin: 30px 0 15px;
    line-height: 1.2em;
}

.practice__article li,
.lawyers__desc li {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.practice__article li:after,
.lawyers__desc li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #80c916;
    left: 0;
    top: 7px;
}

.practice__article ul,
.lawyers__desc ul {
    margin-bottom: 30px;
}


.practice__article .news__date {
    margin-bottom: 30px;
    position: static;
}

.practice {
    padding-bottom: 120px;
}

.service {
    padding-bottom: 95px;
}

.info__thumb {
    margin-bottom: 30px;
    max-width: 203px;
    font-size: 21px;
    line-height: 1.2em;
}

.info__thumb:last-of-type {
    margin-bottom: 0;
}

.info__thumb img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;

}

.info__thumb .link {
    display: inline-block;
    color: #dab98f;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    margin-top: 15px;
    line-height: 1em;
    display: inline-block;
}

.info__thumb .link:before {
    content: "";
    width: 15px;
    height: 11px;
    top: 4px;
    right: 0;
    background: url(../img/right-arrow.png) no-repeat center center /contain;
    display: block;
    position: absolute;
}

.info__thumb .link:after {
    max-width: 90px;
}

.service .info__menu {
    max-width: 406px;
}

.practice__lawyer {
    font-size: 36px;
    letter-spacing: 0.025em;
    margin: 105px 0 50px;
}

.practice__pic:not(:first-of-type) {
    margin-bottom: 30px;
}

.lawyer__pic {
    display: block;
    max-width: 500px;
    margin-bottom: 40px;
}

.lawyers {
    padding-top: 120px;
}

.lawyers__block {
    margin-left: 60px;
    max-width: 820px;
    padding-bottom: 130px;
}

.lawyers__heading {
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
    text-align: left;
}

.lawyers__subtitle {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.lawyers__desc {
    border-left: 1px solid #80c916;
    padding-left: 50px;
}

.lawyers__desc p:not(:last-of-type) {
    margin-bottom: 25px;
}

.lawyers__button {
    margin-top: 30px;
    width: 285px;
    margin-left: 50px;
}

.lawyers .tel {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
}

.lawyers .mail {
    font-size: 17px;
}

.lawyers .info__menu {
    max-width: 313px;
}

.lawyers-practices {
    padding: 175px 0;
    background: url(../img/lawyer-practices.jpeg) no-repeat center top /cover;
    color: #fff;
}

.lawyers-practices .section-desc {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 60px;
}

.lawyers-practices .services__title {
    font-size: 24px;
}

.lawyers-practices__button {
    margin: 30px auto 0;
    width: 250px;
}

.lawyers-practices .services__icon {
    background: url(../img/practices-tip1-w.png) no-repeat center center /contain;
    width: 67px;
}

.lawyers-practices .services__item:hover .services__icon {
    background: url(../img/practices-tip1.png) no-repeat center center /contain;
}

.news__wrapper {
    min-height: 360px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    color: #fff;

}

.news__item {
    min-height: 360px;
    padding: 40px 45px 90px;
    position: relative;
    color: #fff;
    margin: 0 5px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news__item img {
    position: absolute;
    max-width: 100%;
    display: block;
    -webkit-filter: blur(2px) brightness(0.4);
    filter: blur(2px) brightness(0.4);
    top: 0;
    left: 0;
    z-index: -1;
}

.news__title {
    max-width: 340px;
    margin-bottom: 20px;
}

.news__date {
    position: absolute;
    right: 45px;
    bottom: 40px;
}

.news__btn {
    position: absolute;
    left: 45px;
    bottom: 40px;
}

.news__btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news__btn:focus {
    outline: none;
}

.arrows4 {
    margin-top: 40px;
}

.arrows4 .link {
    margin: 0 10px;
    color: #031d44;
}

.arrows4 .arrow {
    margin-bottom: -20px;
}

.arrows4 .link:hover {
    color: #a31621;
}

.nav-top .mail,.nav-top .tel,.nav-top .adress,.nav-top .time {
        font-size: 17px;
        padding-left: 27px;
    }
    
    .nav-top .mail:before,.nav-top .tel:before,.nav-top .time:before,.nav-top .adress:before {
    width: 18px;
    height: 18px;
}

  .callback-widget {
  	position: fixed;
  	bottom: 30px;
  	right: 30px;
  	z-index: 1000;
  }

  .callback-button {
  	width: 60px;
  	height: 60px;
  	border-radius: 50%;
  	background: #03006b url(../img/call-b.svg) no-repeat center/ 25px;
  	color: white;
  	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;
  	font-size: 1.5rem;
  	-webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  	cursor: pointer;
  	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
  	border: none;

  }

  .callback-button:hover {
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
 /*      background-color: var(--primary-dark); */
  }


  .callback-button:after {
  	content: "";
  	-webkit-transform-origin: 50% 50% !important;
  	transform-origin: 50% 50% !important;
  	width: 90px;
  	height: 90px;
  	top: -15px;
  	left: -15px;
  	position: absolute;
  	background-color: transparent;
  	border-radius: 100%;
  	border: 2px solid #03006b;
  	opacity: 0.1 !important;
  	-webkit-animation: circle-anim 2s infinite ease-in-out;
  	animation: circle-anim 2s infinite ease-in-out;
  	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
  }

  @-webkit-keyframes circle-anim {
  	0% {
  		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
  		transform: rotate(0deg) scale(0.5) skew(1deg);
  		opacity: 0.1;
  	}

  	30% {
  		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
  		transform: rotate(0deg) scale(0.7) skew(1deg);
  		opacity: 0.5;
  	}

  	100% {
  		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
  		transform: rotate(0deg) scale(1) skew(1deg);
  		opacity: 0.1;
  	}
  }

  @keyframes circle-anim {
  	0% {
  		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
  		transform: rotate(0deg) scale(0.5) skew(1deg);
  		opacity: 0.1;
  	}

  	30% {
  		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
  		transform: rotate(0deg) scale(0.7) skew(1deg);
  		opacity: 0.5;
  	}

  	100% {
  		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
  		transform: rotate(0deg) scale(1) skew(1deg);
  		opacity: 0.1;
  	}
  }

  @-webkit-keyframes link-rotate-anim {
  	0% {
  		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
  		transform: rotate(0deg) scale(1) skew(1deg);
  	}

  	10% {
  		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  		transform: rotate(-25deg) scale(1) skew(1deg);
  	}

  	20% {
  		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
  		transform: rotate(25deg) scale(1) skew(1deg);
  	}

  	30% {
  		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  		transform: rotate(-25deg) scale(1) skew(1deg);
  	}

  	40% {
  		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
  		transform: rotate(25deg) scale(1) skew(1deg);
  	}

  	100%,
  	50% {
  		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
  		transform: rotate(0deg) scale(1) skew(1deg);
  	}
  }

  @keyframes link-rotate-anim {
  	0% {
  		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
  		transform: rotate(0deg) scale(1) skew(1deg);
  	}

  	10% {
  		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  		transform: rotate(-25deg) scale(1) skew(1deg);
  	}

  	20% {
  		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
  		transform: rotate(25deg) scale(1) skew(1deg);
  	}

  	30% {
  		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  		transform: rotate(-25deg) scale(1) skew(1deg);
  	}

  	40% {
  		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
  		transform: rotate(25deg) scale(1) skew(1deg);
  	}

  	100%,
  	50% {
  		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
  		transform: rotate(0deg) scale(1) skew(1deg);
  	}
  }
  
  .grecaptcha-badge {
      display: none!important;
  }
  
  
/*   :root {
  --primary: #2463EB;
  --primary-dark: #1D4FD7;
  --light-gray: #f1f5f9;
  --accent: #DCEBFE;
  --text-primary: #171717;
  --bg-primary: #ffffff;
  --radius: 12px;
  --radius-lg: 30px;
  --border-color: #E1E7EF;
  --shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

.offer__block {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  -webkit-box-shadow: var(--glass-shadow);
  box-shadow: var(--glass-shadow);
  padding: 50px 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
} */
}

@media screen and (min-width:1920px) {
    .header {
        background-size: cover;
    }

    .lawyers:after {
        left: -230px;
    }
}

@media screen and (max-width:1600px) {
    .lawyers:after {
        display: none;
    }
}

@media screen and (max-width:1460px) {

    .benefits__item {
        max-width: 300px;
        padding: 45px 20px 20px;
        min-height: 300px;
        margin: 0 20px 40px;
    }

    .partners__item {
        margin: 0 20px 40px;
    }
    
    .card_slider-prev {
    max-width: 360px;
    }
    
    .card__prev {
    max-width: 90px;
    }

    section {
        padding-top: 120px;
    }

    .about__block {
        padding-bottom: 120px;
        margin-left: 0;
    }

    .practices,
    .reviews-inner {
        padding-bottom: 110px;
    }

    .services,
    .connect {
        padding-bottom: 120px;
    }

    .contacts__block {
        padding-left: 50px;
    }

    .services_inner {
        padding-bottom: 70px;
    }

    .practice,
    .service {
        padding-bottom: 95px;
    }

    .lawyers-practices {
        padding: 120px 0;
    }

    .connect .form__input {
        max-width: 220px;
    }

    .lawyer__pic {
        max-width: 420px;
    }

    .arrows {
        position: static;
        margin-left: 0;
    }

    .news__wrapper,
    .news__item {
        min-height: 310px;
    }

}

@media screen and (max-width:1380px) {
    .nav-bar {
        padding: 25px 25px;
    }

    .services__tip {
        margin: 0 30px 70px;
    }

    .inner__heading {
        font-size: 40px;
    }
    
    .social {
        margin-top: 15px;
        width: 100%;
    }
    
    
    .connect .form {
        max-width: 800px;
        margin-left: auto;
    }
}

@media screen and (max-width:1300px) {

    .services__tip {
        margin: 0 10px 70px;
    }

    .menu__item {
        margin-left: 30px;
    }
}


@media screen and (max-width:1200px) {
    .nav-bar {
        margin: 0;
    }
    
    footer {
        padding: 40px 0;
    }
    
    .mail, .tel, .adress, .time {
        font-size: 17px;
    }
    
    .mail:before,  .tel:before, .time:before,  .adress:before {
    width: 18px;
    height: 18px;
}
    
    .tel {
        margin-right: 0;
    }
    
    .contacts__item {
        width: 100%;
    }
    
    .nav-bar {
    padding: 25px 15px;
}

    .menu__item {
        margin-left: 17px;
    }

    .news__item,
    .news__wrapper {
        min-height: 280px;
    }
    
    .reviews__list {
        margin-top: 50px;
    }
    
    .info__wrap {
        margin-left: 0;
    }
    
    .flat .card__content {
        margin-bottom: 50px;
    }
    
    .info {
        padding-top: 40px;
    }

    .connect__block {
        margin-left: 0;
    }

    .connect__desc {
        margin-bottom: 50px;
    }

    .connect .form {
        margin-left: 0;
    }

    .inner__content {
        padding-right: 15px;
    }

    .reviews__button {
        margin-bottom: 50px;
    }

    .inner__button {
        font-size: 14px;
    }

    .services__tip {
        margin: 0 30px 70px;
    }

    .lawyers__block {
        margin-left: 0;
        max-width: 680px;
        padding-bottom: 0px;
    }

    .inner__desc {
        padding-left: 50px;
        padding-right: 30px;
    }
    
    .benefits__item {
        max-width: 430px;
    }
   
}

@media screen and (max-width:992px) {
        .info__wrap {
        margin-left: 0;
    }

   .about__block {
       padding-bottom: 80px;
   }
   
   .about {
       padding-bottom: 170px;
   }
   
   section {
       padding-top: 90px;
   }
   
    .practices {
        padding-bottom: 70px;
    }
    
    .pagination {
        margin-bottom: 50px;
    }
   
   .services, .connect {
    padding-bottom: 90px;
}

    .nav-bar .button {
        margin-left: auto;
        margin-right: 30px;
    }

    .menu__item {
        margin-left: 15px;
    }

    .reviews__block {
        margin-right: 50px;
        margin-top: 0;
    }

    .contacts__block {
        padding-left: 15px;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .inner__block,
    .inner_about .inner__block {
        min-height: auto;
        padding: 120px 0 0;
        background: none;
        color: #000;
    }

.flat .card__content {
    margin: 50px auto;
}
    .inner__desc,
    .inner_about .inner__desc {
        padding: 60px 15px 120px;
    }

    .inner_about .inner__text:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .inner__block {
        background-color: #f8f8f8;
    }

    .inner_about .inner__block {
        background-color: #fff;
    }

    .about__pic {
        display: none;
    }
    
    .connect {
        padding-top: 90px;
    }

    .inner__button {
        font-size: 16px;
    }

    .services__tip {
        margin: 0 15px 70px;
    }

    .info__menu,
    .service .info__menu,
    .lawyers .info__menu {
        max-width: 500px;
    }

.service  .info__menu, .inner_about .info__menu  {
 margin-top: 60px;
 margin-bottom: 0;
}

    .info__tip {
        margin-right: 15px;
        padding: 20px 0;
    }

    .info__thumb:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .practices,
    .reviews-inner {
        padding-bottom: 70px;
    }

    .lawyers {
        padding: 120px 0 70px;
    }

    .contacts {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    
    .benefits__wrapper {
    margin-top: -100px;
}

footer .logo {
    margin: -10px auto 40px;
}

.card__content .button {
    margin: 50px auto 0;
}
}

@media screen and (max-width:767px) {
    footer {
        padding: 40px 15px;
    }

    .copyright {
        text-align: right;
    }
    
    .info_contacts {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .lawyers {
        padding-top: 80px 0 40px;
    }
    
    .menu__title {
        text-align: center;
    }
    
    .about {
        padding-top: 80px;
    }

    .maps {
        height: 600px;
    }

    .connect .form__input {
        max-width: 349px;
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
        margin-left: 0;
    }

    .connect .form__button {
        width: 100%;
        max-width: 349px;
    }

    .connect .form {
        max-width: 409px;
        padding: 40px 30px;
        margin: 0 auto;
    }

    .connect__block {
        margin: 0 auto;
        text-align: center;
    }

    .connect__heading {
        text-align: center;
    }

    .connect__desc:after {
        left: 50%;
        margin-left: -35px;
    }


    .inner__button {
        margin-right: 15px;
    }
    
    .maps {
        height: 500px;
    }

   
    .info__thumb:not(:last-of-type),
    .info__thumb {
        margin: 30px auto 0;
    }

    .info__title {
        text-align: center;
    }

    .info__menu {
        padding: 35px 20px;
    }

    .info__pic {
        display: none;
    }

    .info__wrap {
        padding-left: 0;
    }
   

.benefits__item {
    max-width: 100%;
}

.connect {
    padding-top: 90px;
}

.footer__block_socials {
    text-align: center;
    margin-top: 30px;
}

.copyright {
    text-align: center;
    margin-right: auto;
}

.info__menu .button {
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width:576px) {
    .logo {
            width: 143px;
    height: 65px;
    }
    
    .nav-bar {
    padding: 15px;
    }
    
    .thanks {
        width: 290px;
        margin-left: -145px;
        top: 20%;
        margin-top: 0;
        padding: 45px 30px;
    }

    .offer__heading span {
        font-size: 64px;
    }

    p {
        font-size: 16px;
    }
    
    .nav-bar .button {
        display: none;
    }
    
    .fountainTextG {
        font-size: 48px;
    }
    
    .flat .card__price {
   position: static;
    display: block;
    margin-top: 20px;
    }
     .flat .card__pricedollar {
         margin-top: 10px;
     }
    
    .card__title {
        padding-right: 0;
    }

    .practice__article .news__date {
        margin-bottom: 20px;
    }

    .logo {
        font-size: 24px;
    }

    .copyright {
        margin-top: 15px;
    }
    
    .copyright, .social {
        margin-bottom: 15px;
    }

    .offer {
        padding-top: 80px;
    }
    
    .arrows {
        margin-top: 40px;
    }

    .reviews__item {
        margin: 0 auto;
        padding: 40px 15px;
    }

    .header {
        padding-bottom: 100px;
    }

    .news {
        padding-top: 50px;
    }

    .about__desc {
        padding-left: 25px;
    }

    .mail {
        display: block;
        margin-top: 15px;
    }
    
    .catalog .card__item {
        /* max-width: 400px; */
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    
    .catalog .card__slide {
         max-width: 400px;
    }

    .partners .section-desc,
    .services2 .section-desc,
    .services .section-desc,
    .contacts__desc {
        margin-bottom: 50px;
    }

        .services,
    .inner__desc {
        padding-bottom: 80px;
    }
    
    .documents {
        padding-top: 50px;
    }

    .service {
        padding-bottom: 50px;
    }

    .reviews {
        padding-bottom: 60px;
    }

    .services__item {
       max-width: 300px;
    padding: 40px 20px 20px;
    min-height: 200px;
    margin: 0 20px 35px;
    display: -webkit-flex;
           display: -moz-flex;
           display: -ms-flex;
           display: -o-flex;
           display: flex;
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
           justify-content: space-evenly;
    }
    
    .services__icon {
        margin-bottom: 15px;
    }
    
    .social__item {
        margin: 0 5px;
    }
    
    .call-form {
        padding: 45px 25px;
    }

    .reviews__name {
        margin-bottom: 15px;
    }

    .contacts .adress {
        line-height: 1.2em;
    }


    .connect-inner {
        background-position: left top;
    }

.consult-block {
    width: 100%;
    text-align: center;
}

.consult-block img {
    margin-left: auto;
    margin-right: auto;
}

.consult-block:first-of-type {
margin-bottom: 30px;    
}

.info__title {
    font-size: 28px;
}

    .inner__content {
        padding-right: 15px;
    }

    .inner__desc {
        padding-top: 50px;
    }

    .offer-inner {
        padding-top: 50px;
    }

.offer-inner h1 {
    margin-bottom: 30px;
}

.header_inner {
    padding-bottom: 50px;
}

section {
    padding-top: 70px;
}

.breadcrumb {
text-transform: none;    
}

    .inner__button:nth-of-type(2) {
        margin-top: 25px;
        max-width: 305px;
    }

.inner {
    padding-top: 70px;
}
    .services__pic {
        margin-bottom: 20px;
    }

    .services__name {
        margin-left: 0;
    }

    .services__tip {
        margin: 0 0 50px;
    }

    .info__menu {
        padding: 25px 15px;
    }

    .arrows4 .arrow_next {
        margin-top: 40px;
    }

    .info__wrap {
        margin-left: 0;
        padding: 0px;
    }

    .info__item {
        padding: 30px 20px;
        margin: 0 auto;
    }

    .info__pic {
        position: static;
        margin-bottom: 20px;
    }

    .lawyers__desc {
        padding-left: 25px;
    }

    .lawyers__heading,
    .lawyers__subtitle,
    .lawyers__button {
        margin-left: 0px;
    }

    .services {
        background-size: cover;
    }

    .services2 {
        background: none;
        color: #333;
    }
    
    .benefits__wrapper {
    margin-top: 0px;
}

.footer__block_info {
    margin-right: auto;
    text-align: center;
}

footer h4 {
    text-align: center;
}

.about {
    padding-top: 80px;
}

.adress:before {
    top: 5px;
}

.contacts {
    padding-top: 80px;
}

.callback-widget {
    right: 15px;
    bottom: 15px;
}


  	.callback-button {
  		width: 40px;
  		height: 40px;
  		background-size: 20px;
  	}

  	.callback-button:after {
  		width: 60px;
  		height: 60px;
  		top: -10px;
  		left: -10px;
  	}
}


@media screen and (max-width:480px) {
    .offer .form {
        padding: 40px 30px;
    }
}

@media screen and (max-width:420px) {

    .benefits__item,
    .partners__item,
    .services__item {
        margin-right: 0;
        margin-left: 0;
    }

    .offer__heading span {
        font-size: 50px;
    }

    .news__item,
    .news__wrapper {
        min-height: 250px;
    }


    h1, .offer-inner__heading {
        font-size: 40px;
    }
    
    h2, .practice__article h2, .lawyers__desc h2 {
        font-size: 36px;
    }
    
    .show {
        width: 100%;
    }
    
    .fountainTextG {
    font-size: 40px;
}

.lawyer__pic {
        max-width: 100%;
    }
    
    .card__item .card__content {
        padding: 0 20px;
    }
    
 
}

@media screen and (max-width:380px) {

    .call-form {
        max-width: 290px;
        padding: 40px 15px 30px;
    }
    
    .fountainTextG {
    font-size: 34px;
}

}

@media screen and (max-width:360px) {
   .card_slider-prev {
    max-width: 290px;
}

.card__prev {
    max-width: 80px;
}
    h1, .offer-inner__heading {
        font-size: 30px;
    }
    
    h2, .practice__article h2, .lawyers__desc h2 {
        font-size: 30px;
    }
    
    .news__item,
    .news__wrapper {
        min-height: 240px;
    }
}
