@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: local('../fonts/Gotham Pro'), local('GothamPro'), url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.eot');
    src: local('../fonts/Gotham Pro Bold'), local('GothamPro-Bold'), url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('../fonts/Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: local('../fonts/Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('../fonts/Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: local('../fonts/Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

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

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*Contact form 7 style.css*/
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
    border-radius: 5px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7 .ajax-loader {
    position: relative;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}


html {
    height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

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

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}

h1 {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    color: #4C1275;
}

h2,
.section-title {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 43px;
    color: #343434;
    margin-top: 37px;
    margin-bottom: 37px;
}

.content-title {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #343434;
    max-width: 1230px;
}

p {
    margin: 18px 0;
}

.btn-default {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    text-align: center;
    background: -webkit-linear-gradient(0deg, rgb(127, 44, 161), rgb(216, 62, 191) 40%);
	background: -moz-linear-gradient(0deg, rgb(127, 44, 161), rgb(216, 62, 191) 40%);
	background: linear-gradient(0deg, rgb(127, 44, 161), rgb(216, 62, 191) 40%);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 175px;
	text-transform: uppercase;    
}

.btn-default:hover {
    background: -webkit-linear-gradient(0deg, rgb(127, 44, 161) 22%, rgb(216, 62, 191));
	background: -moz-linear-gradient(0deg, rgb(127, 44, 161) 22%, rgb(216, 62, 191));
	background: linear-gradient(0deg, rgb(127, 44, 161) 22%, rgb(216, 62, 191));
}

.contacts-header {
	text-align: right;
	position: relative;
	top: -15px;	
}

.contacts-time {
	font-size: 14px;
}

ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
}

ol li {
    margin-bottom: 6px;
}
@media screen and (max-width: 900px) {
    body,
    p,
    .content {
        font-size: 17px;
        line-height: 24px;
    }

    h2,
    .section-title {
        font-size: 40px;
        line-height: 40px;
    }

    .content-title {
        font-size: 27px;
        line-height: 30px;
    }

    .btn-default {
        padding: 15px 30px;
    }

    ul li {
        font-size: 17px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0px 15px;
    }

    h1,
    h2,
    .section-title {
        font-size: 35px;
        line-height: 38px;
    }

    .content-title {
        font-size: 25px;
        line-height: 28px;
    }
}

@media screen and (max-width: 540px) {
    .btn-default {
        padding: 12px 25px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0px 10px;
    }

    body,
    p,
    .content {
        font-size: 16px;
        line-height: 23px;
    }

    h1,
    h2,
    .section-title {
        font-size: 30px;
        line-height: 33px;
    }

    .content-title {
        font-size: 22px;
        line-height: 25px;
    }

    ul li {
        font-size: 16px;
        line-height: 23px;
    }
}

.header {
    height: 209px;
}

.header > .container {
    background-color: #ffffff;
    z-index: 5;
    position: relative;
}

.header__top {
    min-height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: calc(100% - 278px);*/
    width: calc(100%);
    column-gap: 30px;
	align-items: flex-start;
	padding: 20px 0 0 0;
}

.header__top__address {
    font-weight: 600;
    font-size: 15px;	
	background: url(../images/ico-map.png) no-repeat 0 0;
	height: 48px;
	padding: 6px 0 0 48px;
	line-height: 18px;	
}

.header__top__tel {
    display: block;
    font-weight: 600;
    font-size: 26px;
    text-decoration: none;
    color: #343434;
    flex-shrink: 0;
	margin-top: -3px;
}

.header__top__mail {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #4c1275;
    flex-shrink: 0;
}

.header__top__mail:hover,
.header__top__tel:hover {
    text-decoration: underline;
}

.header__bottom {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(16.25%, #C711A9), color-stop(95.7%, #4B1174));
    background: linear-gradient(90deg, #C711A9 16.25%, #4B1174 95.7%);
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 4;
}

.header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 105px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 5;
}

.header__bottom--left {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.header__bottom--left a {
    text-decoration: none;
}

.header__bottom--left > a {
    line-height: 0;
}

.header__bottom__logo {
    margin-right: 15px;
}

.header__bottom__logo-text {
    font-family: Gotham Pro, Arial, sans-serif;
    font-size: 23px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header__bottom__logo-info {
	text-transform: none;
	font-size: 12px;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-column-gap: 47px;
    -moz-column-gap: 47px;
    column-gap: 47px;
    margin: 0;
    padding: 0;
}

.header__menu .menu-item {
    text-align: center;
}

.header__menu .menu-item a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 0;
}

.header__menu .menu-item a:hover {
    text-decoration: underline;
}

.header-call {
    min-width: 0;
}

.menu_fixed {
    position: fixed;
    top: 0;
    z-index: 9;
}

.header__bottom.menu_size .container {
    min-height: 75px;
}

.header__hamburger {
    display: none;
    padding: 5px;
    cursor: pointer;
}

.inline-svg {
    display: block;
    position: relative;
    z-index: 5;
    fill: #fff;
}

.inline-svg .bar {
    -webkit-transform: rotate(0) translateY(0px) translateX(0px);
    transform: rotate(0) translateY(0px) translateX(0px);
    opacity: 1;
    -webkit-transform-origin: 20px 10px;
    transform-origin: 20px 10px;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.inline-svg .bar:nth-of-type(1) {
    -webkit-transform-origin: 20px 10px;
    transform-origin: 20px 10px;
}

.inline-svg .bar:nth-of-type(3) {
    -webkit-transform-origin: 20px 21px;
    transform-origin: 20px 21px;
}

.hamburger-close .inline-svg .bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translateY(1px) translateX(7px);
    transform: rotate(-45deg) translateY(1px) translateX(7px);
}

.hamburger-close .inline-svg .bar:nth-of-type(2) {
    opacity: 0;
}

.hamburger-close .inline-svg .bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translateY(5px) translateX(-7px);
    transform: rotate(45deg) translateY(5px) translateX(-7px);
}

@media screen and (max-width: 1320px) {
    .header__menu {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        height: 179px;
    }

    .header__bottom .container {
        min-height: 75px;
    }

    .header__hamburger {
        display: block;
    }

    .header .nav {
        -webkit-transform: translateZ(-1px);
        transform: translateZ(-1px);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .nav {
        position: absolute;
        right: 0px;
        top: -300px;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px 50px 10px;
        border: 10px solid;
        background-clip: padding-box;
        border: 0;
        border-bottom-left-radius: 15px;
        z-index: -1;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: 0.15s;
        transition: 0.15s;
    }

    .nav:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: -5px;
        left: -5px;
        z-index: -1;
        margin: 0px;
        border-bottom-left-radius: 16px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(16.25%, #C711A9), color-stop(95.7%, #4B1174));
        background: linear-gradient(0deg, #C711A9 16.25%, #4B1174 95.7%);
        -webkit-transform: translateZ(-1px);
        transform: translateZ(-1px);
    }

    .header nav.menu-active {
        top: 75px;
    }

    .header__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .header__menu .menu-item {
        text-align: left;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 900px) {
    .header {
        height: 155px;
    }

    .header__top {
        min-height: 80px;
    }

    .header__top--left {
        /*width: calc(100% - 250px);*/
        width: calc(100%);
    }

    .header__top__address,
    .header__top__mail,
    .header__top__tel {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    .header__top--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*width: calc(100% - 220px);*/
        width: calc(100%);
    }

    .header__top__address {
        margin-bottom: 5px;
		margin-right: 0;
    	line-height: 17px;
    }
	.header__top__mail,
	.header__top__tel {
    	line-height: 17px;
	}
    .header__bottom__logo-text {
        font-size: 18px;
        line-height: 20px;
    }
	.header__top__address, .header-call {
		margin: 0 auto;	
	}
	.contacts-header {
		margin: 0 auto;
		text-align: center;
		top: 0;
		padding: 0 0 10px 0;
	}
	.header__top__tel {
		font-size: 20px;
		line-height: 22px;		
	}
	.header__top__mail {
		font-size: 12px;	
	}
	.header__bottom__logo-info {
		display: none;	
	}
}

@media screen and (max-width: 540px) {
    .header__top--left {
        /*width: calc(100% - 80px);*/
        width: calc(100%);
    }
    .header__top__address {
        margin-bottom: 3px;
    }

    

    .header__bottom__logo-text {
        max-width: 260px;
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .header__bottom--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .header__bottom__logo {
        margin-bottom: 5px;
        margin-top: 7px;
        width: 65px;
    }

    .header__bottom__logo-text {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .header nav.menu-active {
        width: calc(100% - 100px);
        top: 85px;
        border-radius: 0;
    }

    .nav:before {
        border-radius: 0;
    }

    .header__menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.modal-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 10;
    -webkit-animation: menu-opacity 0.3s linear alternate;
    animation: menu-opacity 0.3s linear alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.modal-block {
    display: none;
    max-width: 430px;
    min-height: 550px;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
    -webkit-animation: scale 0.3s;
    animation: scale 0.3s;
}

.modal-block__close {
    position: absolute;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0;
    line-height: 0;
    right: 15px;
    top: 21px;
    padding: 5px;
    cursor: pointer;
}

.modal-block__container {
    width: 270px;
    margin: 0 auto;
    padding-top: 59px;
}

.modal-block__title {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 25px 0px;
    color: #515151;
}

.modal-block__contact-form .wpcf7-form {
    padding-top: 27px;
}

.modal-block__contact-form .wpcf7-form p {
    margin: 0;
    position: relative;
}

.modal-block__contact-form .wpcf7-form p label {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #818181;
}

.modal-block__contact-form .wpcf7-form .wpcf7-text {
    border: 1px solid #818181;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    height: 46px;
    margin-bottom: 5px;
    width: calc(100% - 42px);
    padding: 0 20px;
}

.modal-block__contact-form .wpcf7-form .wpcf7-submit {
    padding: 16px 40px;
    margin-top: 14px;
    width: 100%;
}

.modal-block__contact-form .wpcf7-form .wpcf7-not-valid {
    border-color: red;
    box-shadow: none;
}
@media screen and (max-height: 585px) {
    .modal-block {
        overflow-y: auto;
        max-height: calc(100% - 50px);
        min-height: calc(100% - 50px);
    }
    .modal-block__container {
        padding-bottom: 30px;
    }
}

.display-block {
    display: block;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7);
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7);
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes menu-opacity {
    0% {
        background-color: transparent;
    }
    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes menu-opacity {
    0% {
        background-color: transparent;
    }
    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.home-banner {
    display: block;
    /*margin-bottom: 50px;*/
}

.home-banner .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-banner .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.home-banner__item {
    position: relative;
    /*min-height: 638px;*/
    min-height: 440px;
    width: 100%;
}

.home-banner__item__img {
    position: absolute;
    z-index: -1;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-banner__item .container {
    padding-top: 101px;
    padding-bottom: 35px;
}

.home-banner__item__main-title {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    color: #4C1275;
    margin: 0;
    max-width: 850px;
    margin-bottom: 36px;
}

.home-banner__item__under-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    color: #4C1275;
    max-width: 700px;
    margin-bottom: 44px;
}

.home-banner__item__link {
    display: inline-block;
    min-width: 0;
}

@media screen and (max-width: 1320px) {
    /*.home-banner {*/
    /*    margin-bottom: 20px;*/
    /*}*/

    .home-banner__item__main-title {
        font-size: 55px;
        line-height: 58px;
    }
}

@media screen and (max-width: 900px) {
    .home-banner__item .container {
        padding-top: 90px;
    }

    .home-banner__item {
        /*min-height: 500px;*/
        min-height: 350px;
    }

    .home-banner__item__main-title {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 16px;
    }

    .home-banner__item__under-title {
        font-size: 27px;
        line-height: 33px;
        max-width: 600px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .home-banner__item .container {
        padding-top: 60px;
    }

    .home-banner__item {
        /*min-height: 400px;*/
        min-height: 300px;
    }

    .home-banner__item__main-title {
        font-size: 38px;
        line-height: 42px;
    }

    .home-banner__item__under-title {
        font-size: 22px;
        line-height: 28px;
        max-width: 520px;
    }
}

@media screen and (max-width: 540px) {
    .home-banner__item .container {
        padding-top: 30px;
    }

    .home-banner__item {
        /*min-height: 320px;*/
        min-height: 220px;
    }

    .home-banner__item__main-title {
        font-size: 31px;
        line-height: 34px;
    }

    .home-banner__item__under-title {
        font-size: 20px;
        line-height: 24px;
        max-width: 440px;
    }
}

@media screen and (max-width: 420px) {
    .home-banner__item__main-title {
        font-size: 24px;
        line-height: 26px;
    }

    .home-banner__item__under-title {
        font-size: 18px;
        line-height: 22px;
    }

    .home-banner__item__link {
        margin: 0 auto;
        display: block;
        max-width: 220px;
        width: 100%;
    }
}

.home-about {
    padding-top: 61px;
    margin-bottom: 41px;
}

.home-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

.home-about__img {
    width: 580px;
    position: relative;
}

.home-about__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-about__text-block {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-about__text-block h2 {
    margin-top: -3px;
    margin-bottom: 28px;
}

.home-about__text-block .btn-default {
    margin-top: 34px;
}

@media screen and (max-width: 1320px) {
    /*.home-about {*/
    /*    margin-bottom: 61px;*/
    /*}*/

    .home-about .container {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .home-about__text-block {
        width: calc(100% - 254px);
    }
}

@media screen and (max-width: 900px) {
    .home-about {
        padding-top: 40px;
        margin-bottom: 40px;

    }

    .home-about__text-block h2 {
        margin-top: -3px;
        margin-bottom: 28px;
        text-align: center;
    }

    .home-about .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-about__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        position: relative;
        margin: 0 auto;
        max-width: 500px;
    }

    .home-about__text-block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .home-about__text-block .btn-default {
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
}

@media screen and (max-width: 530px) {
    .home-about {
        margin-bottom: 10px;
    }


    .home-about__text-block {
        padding: 0 0px;
    }
}

.home .services {
    background-color: #EFF3FF;
}

.services {
    padding-top: 46px;
    padding-bottom: 35px;
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 28px;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.services__list__item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    margin-bottom: 40px;
}

.services__list__item__img-wrap {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 22px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.services__list__item__img-wrap img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.services__list__item__title {
    font-family: Gotham Pro, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    color: #343434;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}

.services__list__item:hover .services__list__item__title {
    color: #813AB4;
}

.services__list__item:hover .services__list__item__img-wrap {
    background-color: #813AB4;
}

.services__list__item:hover .services__list__item__img-wrap img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.services__with-excerpt .services__list {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.services__with-excerpt .services__list__item {
    width: calc(50% - 25px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.services__list__item__title .excerpt {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

@media screen and (max-width: 1320px) {
    .services h2 {
        text-align: center;
    }

    .services__list {
        max-width: 790px;
        margin-left: auto;
        margin-right: auto;
    }

    .services__with-excerpt .services__list {
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .services__with-excerpt .services__list {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__with-excerpt .services__list__item {
        width: auto;
    }
}

@media screen and (max-width: 900px) {
    .services__list {
        max-width: 500px;
    }

    .services__list__item {
        width: 100%;
    }

    .services__list__item__title {
        word-break: break-word;
    }
}

@media screen and (max-width: 540px) {
    .services__with-excerpt .services__list__item {
        display: block;
    }

    .services__with-excerpt .services__list__item__img-wrap {
        float: left;
    }

    .services__list__item__title .excerpt {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .services__list__item__img-wrap {
        width: 76px;
        height: 76px;
        margin-right: 16px;
    }

    .services__list__item__title {
        font-size: 22px;
        line-height: 23px;
    }
}

.services-page .services .services__list__item__img-wrap {
    background-color: #EFF3FF;
}

.services-page .services .services__list__item:hover .services__list__item__img-wrap {
    background-color: #813AB4;
}

.advantages {
    padding-top: 67px;
    margin-bottom: 60px;
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 23px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.advantages__list__item {
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.advantages__list__item .count {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 57px;
    letter-spacing: 0.02em;
    color: #813AB4;
    float: left;
    padding-right: 15px;
    min-width: 39px;
    text-align: center;
}

.advantages__list__item .text {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #515151;
    float: left;
    padding-top: 5px;
}

@media screen and (max-width: 1320px) {
    .advantages h2 {
        text-align: center;
    }

    .advantages__list {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    .advantages__list__item {
        width: 100%;
        max-width: 390px;
    }
}

@media screen and (max-width: 900px) {
    .advantages__list {
        max-width: 480px;
    }

    .advantages__list__item {
        max-width: 480px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .advantages__list__item .text {
        padding-top: 0;
    }

    .advantages__list__item .count {
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .advantages {
        padding-top: 10px;
    }
    .advantages__list__item .text {
        font-size: 22px;
        line-height: 23px;
        word-break: break-word;
    }
}

.home .news {
    background-color: #EFF3FF;
}

.news__container--padding {
    padding-left: 35px;
    padding-right: 35px;
}

.news {
    padding-top: 39px;
    padding-bottom: 81px;
}

.news__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    min-height: 0;
    max-width: 620px;
    width: 100%;
    margin-bottom: 40px;
}

.news__list__item__img-wrap {
    position: relative;
    width: 255px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news__list__item__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.news__list__item__img-wrap:hover + .news__list__item__text .title,
.news__list__item__img-wrap:hover + .news__list__item__text .link {
    color: #813AB4;
}

.news__list__item__img-wrap:hover + .news__list__item__text .link svg {
    right: -80px;
}

.news__list__item__img-wrap:hover + .news__list__item__text .link svg path {
    fill: #813AB4;
}

.news__list__item__text {
    padding-top: 36px;
    padding-bottom: 34px;
    padding-left: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 33px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news__list__item__text .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    margin-bottom: 10px;
}

.news__list__item__text .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #2E2A29;
    text-decoration: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    display: block;
    overflow: hidden;
    max-height: 78px;
    min-height: 45px;
    margin-bottom: 4px;
    word-break: break-word;
    min-height: 40px;
}

.news__list__item__text .title:hover {
    color: #813AB4;
}

.news__list__item__text .title:hover ~ .link {
    color: #813AB4;
}

.news__list__item__text .title:hover ~ .link svg {
    right: -80px;
}

.news__list__item__text .title:hover ~ .link svg path {
    fill: #813AB4;
}

.news__list__item__text .excerpt {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #373737;
    max-height: 125px;
    overflow: hidden;
    margin-bottom: 17px;
}

.news__list__item__text .link {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #373737;
    text-decoration: none;
    margin-top: auto;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.news__list__item__text .link svg {
    position: absolute;
    right: -72px;
    top: 10px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.news__list__item__text .link svg path {
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.news__list__item__text .link:hover {
    color: #813AB4;
}

.news__list__item__text .link:hover svg {
    right: -80px;
}

.news__list__item__text .link:hover svg path {
    fill: #813AB4;
}

.news-page {
    background-color: #EFF3FF;
}

.news__list--static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news__list--slider .owl-stage {
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.news__list--slider {
    padding-top: 27px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news__list--slider .news__list__item {
    margin-bottom: 0;
    height: 100%;
}

.news__list--slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news__list--slider .owl-nav button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #813AB4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.news__list--slider .owl-nav button:hover {
    background-color: #C812AA;
}

.news__list--slider .owl-nav .owl-prev {
    left: -30px;
}

.news__list--slider .owl-nav .owl-prev:before {
    width: 14px;
    height: 26px;
    display: block;
    position: absolute;
    left: 48%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(../images/news-icon-slider-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.news__list--slider .owl-nav .owl-next {
    right: -30px;
}

.news__list--slider .owl-nav .owl-next:before {
    content: "";
    width: 14px;
    height: 26px;
    display: block;
    position: absolute;
    left: 52%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/news-icon-slider-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1360px) {
    .news__list--slider .news__list__item__text {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1320px) {
    .news__list__item__img-wrap {
        width: 235px;
    }

    .news__list__item__text {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 25px;
    }

    .news__list__item__text .date {
        margin-bottom: 5px;
    }

    .news__list__item__text .title {
        font-size: 25px;
        line-height: 30px;
        max-height: 60px;
    }

    .news__list--static .news__list__item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 1200px) {
    .news__list__item__img-wrap {
        width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .news__container--padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news__list .news__list__item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 290px;
    }

    .news__list__item__img-wrap {
        width: 100%;
        height: 220px;
    }

    .news__list__item__img-wrap img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .news__list__item__text {
        padding: 20px;
    }

    .news__list--slider,
    .news__list--static {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .news__list--static {
        justify-content: center;
    }

    .news__list--slider .owl-item .news__list__item {
        margin-left: auto;
        margin-right: auto;
    }

    .news__list--slider .news__list__item__text {
        padding-left: 20px;
        height: 100%;
    }

    .news__list--slider .owl-nav .owl-next {
        right: -50px;
    }

    .news__list--slider .owl-nav .owl-prev {
        left: -50px;
    }
}

@media screen and (max-width: 768px) {
    .news__container--padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news__container--padding > h2 {
        text-align: center;
    }

    .news__list--slider,
    .news__list--static {
        max-width: 450px;
    }

    .news__list--slider .owl-nav .owl-next {
        right: 0px;
    }

    .news__list--slider .owl-nav .owl-prev {
        left: 0px;
    }

    .news__list__item__text .excerpt {
        font-size: 16px;
        line-height: 23px;
        max-height: 116px;
    }

    .news__list__item__text .link {
        font-size: 18px;
    }

    .news__list--static {
        max-width: 290px;
    }
}

@media screen and (max-width: 480px) {
    .news__container--padding {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.contact-form__section {
    padding-top: 77px;
    padding-bottom: 115px;
    background-image: url(../images/contact-form-bg.jpg);
    background-size: cover;
    background-position: center;
}

.contact-form__section__container {
    max-width: 355px;
    margin: 0 auto;
    padding: 0 10px;
}

.contact-form__section__title {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 43px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact-form__section__text {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.contact-form__section .wpcf7-form p label {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
}

.contact-form__section .wpcf7-form .wpcf7-text {
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    height: 56px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.contact-form__section .wpcf7-form .wpcf7-textarea {
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    height: 100px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    padding: 20px 20px;
    resize: none;
}

.contact-form__section .wpcf7-form p {
    margin: 0;
    position: relative;
}

.contact-form__section .wpcf7-form .wpcf7-submit {
    padding: 16px 40px;
    margin-top: 25px;
    margin-bottom: 19px;
    width: 100%;
}

.contact-form__section .wpcf7-form .soglasie {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.contact-form__section .wpcf7-form .soglasie a {
    color: #C812AA;
    font-weight: 600;
    text-decoration: underline;
}

.contact-form__section .wpcf7-form .soglasie a:hover {
    text-decoration: none;
}

.contact-form__section .contact-form__section--right .wpcf7-form .wpcf7-submit {
    margin-top: 19px;
}

.contact-form__col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form__section--left {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    word-break: break-word;
    padding-top: 37px;
    max-width: 625px;
    margin-right: 40px;
    color: #ffffff;
}

.contact-form__section--left a {
    color: #ffffff;
    text-decoration: underline;
}

.contact-form__section--left p {
    color: #ffffff;
}

.contact-form__section--left a:hover {
    text-decoration: none;
}

.contact-form__section--right {
    max-width: 355px;
    margin-right: 124px;
    padding-top: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output {
    text-align: center;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    position: absolute;
    top: 16px;
    right: -59px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    box-shadow: inset 0 0 1px 2px red;
}

.contact-form__section .wpcf7-response-output {
    text-align: center;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
}

@media screen and (max-width: 1200px) {
    .contact-form__section--right {
        margin-right: 0;
    }

    .contact-form__section--right .wpcf7-form .ajax-loader {
        right: -9px;
    }
}

@media screen and (max-width: 900px) {
    .contact-form__section__title {
        font-size: 40px;
        line-height: 40px;
    }

    .contact-form__col-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-form__section--left {
        font-size: 22px;
        line-height: 30px;
        padding-top: 0;
        max-width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .contact-form__section__title {
        font-size: 35px;
        line-height: 38px;
    }

    .contact-form__section__text {
        font-size: 21px;
        line-height: 23px;
    }

    .contact-form__section--left {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 540px) {
    .wpcf7 .ajax-loader {
        top: 13px;
        right: -9px;
    }
}

@media screen and (max-width: 480px) {
    .contact-form__section__title {
        font-size: 30px;
        line-height: 33px;
    }

    .contact-form__section__text {
        font-size: 19px;
        line-height: 21px;
    }

    .contact-form__section--left {
        font-size: 18px;
        line-height: 26px;
    }
}

.map-full__section {
    height: 630px;
    position: relative;
    overflow: hidden;
}

.map-full__map-wrap {
    width: 100%;
    position: relative;
    height: 100%;
}




.map-full__info {
    position: absolute;
    top: 50%;
    left: 28%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #ffffff;
    max-width: 360px;
    width: 100%;
    padding: 25px 60px 56px 60px;
    display: block;
    border-radius: 5px;
}

.map-full__info h3 {
    font-family: Gotham Pro, Arial, sans-serif;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 40px;
    line-height: 38px;
    color: #343434;
}

.map-full__info p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #2E2A29;
    margin: 14px 0;
}

.map-full__info a {
    color: #2E2A29;
    text-decoration: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    margin-bottom: 20px;
}

.map-full__info a:hover {
    color: #813AB4;
}

.map-full__info__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 39px;
    -moz-column-gap: 39px;
    column-gap: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-full__info__soc a svg path {
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.map-full__info__soc a:hover svg path {
    fill: #813AB4;
}


.map-desktop {
    display: block;
}
.map-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .map-full__info {
        max-width: 270px;
        padding: 25px 40px 56px 40px;
    }

    .map-full__info__soc {
        -webkit-column-gap: 34px;
        -moz-column-gap: 34px;
        column-gap: 34px;
        max-width: 268px;
    }
}

@media screen and (max-width: 680px) {
    .map-full__section {
        height: auto;
    }

    .map-full__map-wrap {
        height: 570px;
    }

    .map-full__info {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        background-color: transparent;
        border: none;
        padding: 25px 10px 25px 10px;
        max-width: calc(100% - 20px);
        text-align: center;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .map-desktop {
        display: none;
    }
    .map-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .map-full__map-wrap {
        height: 400px;
    }
}

.contacts__section {
    padding-top: 39px;
    padding-bottom: 55px;
}

.contacts__section .contacts--left {
    max-width: 600px;
}

.contacts__section .contacts--right {
    width: 620px;
    padding-bottom: 55px;
    padding-top: 30px;
}

.contacts__section h1 {
    margin-bottom: 51px;
}

.contacts__section strong {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    color: #515151;
}

.contacts__section p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #343434;
}

.contacts__section br {
    content: "";
    height: 10px;
    display: block;
}

.contacts__section a {
    text-decoration: none;
    color: #343434;
}

.contacts__section a:hover {
    text-decoration: underline;
}

.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}

@media screen and (max-width: 1200px) {
    .contacts-page .contacts--right {
        width: 500px;
    }
}

@media screen and (max-width: 900px) {
    .contacts__section {
        padding-bottom: 0px;
    }

    .contacts__container {
        padding: 0px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-page .contacts--left {
        padding: 0px 15px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .contacts-page .contacts--right {
        width: 100%;
        padding-bottom: 0px;
    }

    .contacts__section strong {
        font-size: 22px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .contacts-page .contacts--left {
        padding: 0px 10px;
    }

    .contacts__section strong {
        font-size: 20px;
        line-height: 20px;
    }
}

.page-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 292px;
    background-image: url(../images/page-banner-bg.jpg);
    background-size: cover;
}

.page-banner .container {
    width: 100%;
}

.page-banner h1 {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    color: #4C1275;
    margin: 0;
    max-width: 850px;
    margin-bottom: 44px;
}

@media screen and (max-width: 1320px) {
    .page-banner {
        min-height: 220px;
    }

    .page-banner h1 {
        font-size: 55px;
        line-height: 58px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .page-banner {
        min-height: 170px;
    }

    .page-banner h1 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    .page-banner {
        min-height: 140px;
    }

    .page-banner h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .page-banner {
        min-height: 120px;
    }

    .page-banner h1 {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 5px;
    }
}

.price__section {
    padding-top: 39px;
    padding-bottom: 80px;
}

.price-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding-top: 52px;
    margin-bottom: 30px;
}

.price-category__item {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    display: block;
    border-radius: 50px;
    padding: 19px 28px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    margin-bottom: 15px;
}

.price-category__item a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.price-category__item.active {
    background-color: #813AB4;
    color: #ffffff;
}

.price-category__item:hover a {
    color: #C812AA;
}

.price-category__item:hover a.active {
    background-color: #813AB4;
    color: #ffffff;
}

.price-table {
    font-family: Gotham Pro, Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 50px;
}

.price-table__item {
    background-color: #EFF3FF;
}

.price-table__item:nth-child(2n) {
    background-color: #ffffff;
}

.price-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-table__item__left {
    width: 370px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    word-break: break-word;
    vertical-align: top;
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    color: #343434;
}

.price-table__item__mid {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: top;
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    color: #343434;
}

.price-table__item__right {
    width: 470px;
    padding-right: 30px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    word-break: break-word;
    vertical-align: top;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #343434;
}

@media screen and (min-width: 901px) {
    .price-table__item__mid.bigger-size {
        width: 230px;
    }
    .price-table__item__mid.bigger-size + .price-table__item__right {
        width: 390px;
    }
}
@media screen and (max-width: 1200px) {
    .price-table__item__left {
        padding-left: 20px;
        padding-right: 10px;
    }

    .price-table__item__right {
        padding-right: 20px;
        padding-left: 10px;
    }

    .price-category {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 900px) {
    .price-category {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .price-table__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .price-table__item__left {
        padding-bottom: 10px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .price-table__item__mid {
        padding-bottom: 10px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .price-table__item__right {
        padding-top: 10px;
        padding-left: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .price-category__item {
        font-size: 18px;
        line-height: 18px;
        padding: 14px 23px;
        margin-bottom: 10px;
    }

    .price-table__item__left {
        font-size: 22px;
        line-height: 23px;
        padding-top: 35px;
    }

    .price-table__item__mid {
        width: 100%;
        text-align: left;
        padding-top: 5px;
        font-size: 22px;
        line-height: 23px;
    }

    .price-table__item__right {
        font-size: 18px;
        line-height: 19px;
        padding-bottom: 35px;
    }
}

.about__head-section {
    padding-top: 39px;
}

.about__head-section__content {
    max-width: 955px;
    padding-bottom: 50px;
}

.about__list-section {
    padding-top: 70px;
    background-color: #EFF3FF;
}

.about__list-section .content-title {
    max-width: 860px;
}

.about__last-text {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.about-page .about__list-section {
    padding-bottom: 50px;
}

.content {
    padding-top: 1px;
}

.content__section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content__main-section {
    padding-top: 38px;
    padding-bottom: 54px;
}

.content__head-section {
    padding-top: 38px;
    padding-bottom: 80px;
}

.content-container-980 {
    max-width: 980px;
}

.content h2 {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
}

.content h3 {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    color: #2E2A29;
}

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

.content ul {
    width: 50%;
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
}

.content ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 19px;
}

.content ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #813AB4;
    left: 0;
    top: 8px;
}

.content blockquote {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #2E2A29;
    margin-left: 100px;
    padding-left: 59px;
    padding-top: 0px;
    position: relative;
}

.content blockquote:before {
    position: absolute;
    left: 0px;
    top: 7px;
    content: "";
    display: block;
    width: 7px;
    height: calc(100% + -13px);
    background-color: #813AB4;
}

.content blockquote:after {
    position: absolute;
    left: -99px;
    top: 7px;
    content: "";
    display: block;
    width: 47px;
    height: 100%;
    max-height: 50px;
    background-image: url(../images/icon-blockquote.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.content iframe {
    border: none;
}
.content-text {
    margin-bottom: 30px;
}

.content__head-section h1 {
    max-width: 570px;
}

.content__head-section__img-wrap {
    margin-left: 50px;
    margin-top: 33px;
    margin-bottom: 20px;
    float: right;
    width: 620px;
    height: 540px;
}

.content__head-section__img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.read-all {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #343434;
    border: 2px solid #813AB4;
    display: block;
    padding: 17px 20px;
    min-width: 250px;
    margin-bottom: 26px;
    margin-top: 26px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.read-all:hover {
    border: 2px solid #C812AA;
    color: #C812AA;
}

.read-all.remove-btn {
    height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    margin: 0;
}

.content__head-section__hide-text {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: 0.95s;
    transition: 0.95s;
}

.content__head-section__hide-text.open-text {
    max-height: 10000px;
}

@media screen and (max-width: 1200px) {
    .content__head-section__img-wrap {
        width: 470px;
        height: 420px;
        margin-left: 30px;
        margin-bottom: 15px;
    }

    .content__lists {
        display: block;
    }

    .content ul {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .content__head-section__img-wrap {
        width: 330px;
        height: 290px;
    }

    .content blockquote {
        font-size: 22px;
        line-height: 28px;
        margin-left: 70px;
        padding-left: 39px;
    }

    .content blockquote:after {
        left: -62px;
    }

    .content blockquote:before {
        height: calc(100% + -11px);
    }
}

@media screen and (max-width: 900px) {
    .content ul li:before {
        left: 7px;
        top: 9px;
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 768px) {
    .content blockquote {
        font-size: 19px;
        line-height: 25px;
        margin-left: 55px;
        padding-left: 30px;
        padding-left: 25px;
    }

    .content blockquote:before {
        top: 5px;
    }

    .content blockquote:after {
        left: -50px;
        width: 38px;
        background-size: 35px;
        top: 7px;
    }
}

@media screen and (max-width: 700px) {
    .content__head-section__img-wrap {
        max-width: 370px;
        width: 100%;
        height: auto;
        float: none;
        margin: 0 auto 23px;
    }

    .read-all {
        margin: 26px auto;
    }
}

@media screen and (max-width: 480px) {
    .content ul li {
        padding-left: 26px;
        margin-bottom: 14px;
    }

    .content ul li:before {
        top: 8px;
    }

    .content blockquote {
        font-size: 17px;
        line-height: 23px;
        margin-left: 7px;
        padding-left: 19px;
    }

    .content blockquote:after {
        display: none;
    }
}

.footer {
    background-color: #515151;
    padding-top: 30px;
    padding-bottom: 30px;
	font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
	color: #ffffff;
}

.footer a {
	font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: none;
}

.footer__link__zag {
	font-weight: 700;
    font-size: 17px;
	line-height: 19px;
	padding: 0 0 10px 0;
}

.footer__link ul {
	margin: 0;
	padding: 0;
}
.footer__link ul li {
    list-style-type: none;
	line-height: 18px;
}

.footer__copyright__slogan {
	font-size: 12px;
	line-height: 12px;	
}

.footer__copyright__copy {
	margin-top: 50px;
	line-height: 15px;
}
.footer__copyright__link {
	margin-top: 35px;
	line-height: 15px;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__copyright__block {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__contacts, .footer__contacts a {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;    
    color: #FFFFFF;
    text-align: right;
	line-height: 16px;
}

.footer__contacts__adress {
	margin-top: 15px;	
}

a.footer__contacts__tel {
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.footer__slogan {
    font-family: Gotham Pro, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 30px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 46px;
    -moz-column-gap: 46px;
    column-gap: 46px;
}

.footer__menu .menu-item {
    text-align: center;
}

.footer__menu .menu-item a {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 0;
}

.footer__menu .menu-item a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .footer {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    
    .footer__slogan {
        margin-right: 0px;
        margin-bottom: 25px;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {    
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	.footer div {
		width: 320px;		
	}
	.footer {
		padding: 15px 0;		
	}
	.footer__copyright__copy, .footer__copyright__link, .footer__link__zag, .footer__contacts {
		margin-top: 15px;		
	}
	.footer__contacts {
		text-align: center;		
	}
    
}

@media screen and (max-width: 768px) {
    .footer__menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__menu .menu-item {
        text-align: center;
        margin-bottom: 8px;
    }
}

.page-404__section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-404__section .btn-default {
    margin-top: 40px;
}



.background-section {
    background-color: #EFF3FF;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.margin-0 {
    margin: 0;
}
.content-text--after {
    margin-top: 20px;
}
.max-width-100 {
    max-width: 100%!important;
}
.scroll-none {
    overflow: hidden;
}



/*Секции*/
.page-template-news .news {

}






div.sitemap__content h2 {
	font-size: 20px;	
}
div.sitemap__content ul {
	margin: 0;
	padding: 0;	
	width: 100%;
}
div.sitemap__content ul li {
	list-style-type: none;
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	padding-left: 0;
}
div.sitemap__content a {
	font-size: 14px;
}
div.sitemap__content ul li::before {
	width: 0;
	height: 0;
}
div.sitemap__content h2{
	line-height: 20px;
	margin-bottom: 10px;
}

.content__main-bgimg {
	position: absolute;
	height: 650px;
	width: 100%;
	left: 0;
}
.content__main-up {	
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content__main-namepage {
	width: 50%;	
}
.content__main-namepage h1 {
	margin-left: -20px;	
}
.content__main-rightz {
	position: absolute;
	width: 515px;
	height: 590px;
	right: 0;	
	top: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 60px 30px 60px 60px;
	-moz-box-sizing: border-box;  
    box-sizing: border-box;
}
.content__main-rightz-ul {
	margin-left: 0;
    padding-left: 0;	
}
.content__main-rightz-ul li {
	list-style-type: none;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 30px;
	display: flex;	
}
.ul-span-bg {	
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 30px;
	margin-top: -7px;
}
.span-col {
	color: #813AB2;	
}
.content__main-rightz-benef {
	padding-bottom: 25px;	
}
.content__main-rightz-benef span {
	width: 200px;
	display: inline-block;
}
.content__main-rightz-benef-b {
	font-weight: bold;
	font-size: 22px;
}
.content__main-rightz-btn {
	background-color: #C011A6;
	border-radius: 40px;
	margin: 30px auto;
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	max-width: 300px;
}
.content__main-rightz-btn:hover {
	background: -webkit-linear-gradient(0deg, rgb(127, 44, 161) 22%, rgb(216, 62, 191));
	background: -moz-linear-gradient(0deg, rgb(127, 44, 161) 22%, rgb(216, 62, 191));
	background: linear-gradient(0deg, rgb(127, 44, 161) 22%, rgb(216, 62, 191));
}
.content__main-top {
	height: 650px;	
}

.kama_breadcrumbs {
	font-size: 14px;	
}

.content__center-section {
	background-color: #EFF3FF;
	padding: 20px 0 60px 0;
}
.content__center-section-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;	
}
.year-experience span {
	color: #C011A6;	
	font-size: 150px;
	line-height: 150px;
}
.year-experience {
	font-weight: bold;
}
.block-gallery-item {
	width: 32%;
	background-color: #ffffff;
}
.block-gallery-item-info-item {
	font-weight: bold;
	padding: 30px 30px 0 30px;	
}
.block-gallery-item-info-item span {
	font-weight: normal;
	width: 185px;
	display: inline-block;
	padding-right: 20px;
}
.block-gallery-item-benefit {
	text-align: center;
	border-top: 1px solid #adadad;
	margin-top: 30px;
	font-weight: bold;
	padding: 15px 0;
}
.block-gallery-item-benefit p {
	margin: 0 0 10px 0;
}
.block-gallery-item-benefit p span{
	color: #8536AF;
	font-size: 22px;
}
.content__cont-section {
	padding: 15px 0 70px 0;	
}
.content__cont-section h2 {
	font-size: 45px;	
}
.content__cont-section h3 {
	font-size: 24px;
	margin-top: 45px;
}
.content__cont-section ul {
	margin: 0;
	padding: 15px 0;
}
.content__cont-section ul li:before {
	content: "";
	display: inline-block;
	position: relative;
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #813AB4;	
}
.content__cont-section ul li {
	list-style-type: none;
	padding: 0 0 10px 20px;
}
.form-question {
	display: flex;	
}
.form-question-bg {
	background: linear-gradient(to right, #C711A9, #661180);
	width: 55%;	
	padding: 0 100px;
	position: relative;
}
.form-question-bg div {
	position: absolute;
    top: 50%;
    margin-top: -50px;
}
.form-question-z1 {
	font-size: 45px;
	font-weight: 700;
	color: #ffffff;
}
.form-question-z2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
}
.form-question-fr {
	background-color: #EFF3FF;
	width: 45%;
	padding: 0 40px 20px 40px;;
}
.form-question {
	height: 505px;	
}
.form-question-fr label {
	font-size: 12px;
	color: #818181;	
}
.form-question-fr input {
	background: #EFF3FF;
	border: 1px solid #818181;
	border-radius: 5px;	
	height: 60px;
	padding: 0 15px;
	font-size: 16px;
}
.form-question-fr textarea {
	background: #EFF3FF;
	border: 1px solid #818181;
	border-radius: 5px;	
	height: 60px;
	padding: 10px 5px;
	font-size: 16px;
}
.form-question-fr .content__main-rightz-btn {
	background-color: #C011A6;
	border-radius: 40px;
	font-size: 14px;
	border: 0;
	width: 250px;
}
.soglasie {
	font-size: 13px;
	line-height: 15px;
	padding: 8px 0 0 0;
}
.url-adress {display: none}



@media screen and (max-width: 900px) {
    .services {
        padding-top: 25px;
        padding-bottom: 25px;
    }.advantages {
         padding-top: 25px;
         margin-bottom: 25px;
     }
    .news {
          padding-top: 25px;
          padding-bottom: 35px;
      }

    .contact-form__section {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .price__section {
        padding-bottom: 25px;
    }
    .about-page .about__list-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /*content*/
    .content__head-section {
        padding-bottom: 25px;
    }
    .content__section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .content__main-section {
        /*padding-top: 25px;*/
        padding-bottom: 25px;
    }
	
	.form-question-z1 {
		line-height: 45px;	
	}
	.form-question-bg {
		text-align: center;
		padding: 0;
	}
	.form-question-bg div {
		position: relative;
		margin: 0;
		top: 0;
	}
	.form-question-fr input, .form-question-fr textarea {
		width: 100%;	
	}
	.content__main-bgimg {
		display: none;	
	}
	.content__main-up {
		display: block;	
	}
	.content__main-namepage {
		width: 100%;
		font-size: 26px;
	}
	.content__main-namepage h1 {
		font-size: 36px;
	}
	.content__main-rightz {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		padding: 10px 0 0 0;
	}
}


@media screen and (max-width: 768px) {
	.content__main-namepage h1 {
		margin: 20px 0 0 0;
		padding: 110px 0 0 0;
	}
	.block-gallery-item {
		width: 100%;
	}
	.form-question {
		display: block;	
	}
	.form-question-bg {
		width: 95%;
		padding: 15px;
	}
	.form-question-fr {
		width: 88%;	
	}
	h2 {
		font-size: 32px;	
	}
	.form-question-z1 {
		font-size: 32px;	
	}
	.form-question-z2 {
		font-size: 20px;
	}
	.form-question {
		height: auto;	
	}
}

.accordion {
  display: block;
  font-size: inherit;
  margin: 0px;
  position: relative;
}
.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.accordion__header {  
  cursor: pointer;  
  padding: 0 20px 35px 50px;
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
}
.accordion__header:before, .accordion__header:after {  
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.accordion__header:before {
  content: '+';  
  left: 0;  
  font-size: 44px;
  font-weight: normal;
}
.accordion__header:after {
  height: 8px;
  margin-top: -4px;
  top: 50%;
  right: 23px;
  width: 2px;
}
.accordion input:checked ~ .accordion__header {  
  
}
.accordion input:checked ~ .accordion__header:hover {  
  
}
.accordion input:checked ~ .accordion__header:before {
  content: '\2716';
  font-size: 30px;
  font-weight: normal;
}
.accordion input:checked ~ .accordion__header:after {
  
}
.accordion__content {  
  border-width: 0px 1px;
  display: none;
  padding: 0 0 0 50px;
  position: relative;
  top: -25px;
}
.accordion input:checked ~ .accordion__content {
  display: block;
}
.accordion:last-child .accordion__content {
  border-bottom-width: 1px;
  border-radius: 0px 0px 4px 4px;
}

.table-tr-th {
	border-bottom: 1px solid #C011A6;	
}
.table-in-article .price-table__item__left {
	width: 70%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.table-in-article .price-table__item__mid {
	width: 30%;
	padding-top: 30px;
	padding-bottom: 30px;
}

