* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

ul li::before {
    display: none;
}

h2, h3 {
    line-height: normal;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #0E0E0E;
}


/* ----  */


img {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

a {
    display: block;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
}

input, textarea, select {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    height: 54px;
    width: 100%;
}

label {
    display: block;
    width: 100%;
}

.maxwidth-theme {
    padding: 0 24px;
    max-width: 1548px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.btn {
    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;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
}

.btn-accent {
    background: #2AA549;
    color: #fff;
}

.btn-accent:hover {
    background: #238a3d;
    color: #fff;
}

.btn-border {
    border: 1px solid #E6E8E0;
    color: #0E0E0E;
    padding: 15px 20px;
    font-weight: normal;
}

.btn-border:hover {
    border-color: #2AA549;
    background: #2AA549;
    color: #fff;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #2AA549;
}

.video-btn-icon {
    margin: 0 13px 0 0;
    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;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    min-width: 68px;
    z-index: 1;
    background: #D3FFDD;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.video-btn-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 50%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.04%, #FFFFFF), to(#E0FBE6)), #FFFFFF;
    background: linear-gradient(180deg, #FFFFFF 24.04%, #E0FBE6 100%), #FFFFFF;
    -webkit-box-shadow: 0 10px 32px rgba(42, 165, 73, 0.6);
    box-shadow: 0 10px 32px rgba(42, 165, 73, 0.6);
}

.video-btn-icon .svg-icon {
    width: 18px;
    height: 18px;
    fill: #2AA549;
}

.svg-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.links-accent {
    color: #2AA549;
    text-decoration: underline;
    font-size: 14px;
}

.bg-orange-light {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFF7EF), to(#FFF7EF));
    background: linear-gradient(0deg, #FFF7EF, #FFF7EF);
}

.bg-violet-light {
    background: -webkit-gradient(linear, left bottom, left top, from(#F7F7FF), to(#F7F7FF));
    background: linear-gradient(0deg, #F7F7FF, #F7F7FF);
}

.my-section h2 {
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    margin: 0 0 18px;
}

.box-text-title {
    font-size: 18px;
    line-height: 140%;
}

.w-100 {
    width: 100%;
}

.d-inline {
    display: inline-block;
}

.font-600 {
    font-weight: 600;
}

.color-black {
    color: #000000;
}

.color-red {
    color: #DD0E0E;
}

.index-block__title-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.main-home {
    padding: 100px 0 90px;
    background: url("/img/bg1.png") no-repeat bottom;
    background-size: contain;
}

.main-home h1 {
    color: #0E0E0E;
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 62px;
    line-height: normal;
}

.main-home-content {
    max-width: 830px;
    width: 100%;
}

.main-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-bottom .btn {
    margin: 0 50px 0 0;
    padding: 22px 50px;
}

.advantages-section {
    padding: 65px 0;
}

.advantages-section .maxwidth-theme {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-section-box {
    border-radius: 12px;
    width: calc(50% - 10px);
    padding: 44px 40px 32px;
    min-height: 665px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.advantages-section-box__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 0;
    border-top: 1px solid #0E0E0E;
}

.advantages-section-box .box-text {
    max-width: 270px;
}

.advantages-section-box .box-text p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 135%;
}

.advantages-section-box .box-text p:last-child {
    margin: 0;
}

.advantages-section-box .btn-group {
    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;
}

.advantages-section-box .btn-group .btn {
    padding: 16px 20px;
    margin: 0 auto 12px;
}

.advantages-section-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 25px;
    max-width: 540px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.advantages-section-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 50px;
    z-index: 1;
    min-height: 285px;
    margin: 0 0 auto;
    width: 100%;
}

.advantages-section-box__img {
    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;
    right: -10px;
    bottom: 0;
    min-width: 344px;
    max-width: 344px;
    position: absolute;
    z-index: -1;
}

.advantages-section-box:nth-child(2) .advantages-section-box__img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
}

.list-check {
    font-size: 16px;
    line-height: 135%;
    max-width: 350px;
    width: 100%;
}

.list-check li {
    position: relative;
    padding: 0 0 0 27px;
    margin: 0 0 20px;
}

.list-check li:last-child {
    margin: 0;
}

.list-check li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
    height: 10px;
    background: url("/img/check.svg") no-repeat center;
    background-size: 100%;
    display: block;
}


.new-clients-slider {
    margin: 64px 0 0;
}

.new-clients-box {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    background: #fff;
    max-width: 353px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #E6E8E0;
}

.new-clients-box:hover {
    border: 1px solid #2AA549;
    -webkit-box-shadow: 5px 3px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 3px 20px rgba(0, 0, 0, 0.08);
}

.new-clients-box__title {
    padding: 35px 10px 26px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.new-clients-box__img {
    width: 100%;
    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;
    height: 184px;
    overflow: hidden;
}

.new-clients-box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new-clients-box__body {
    padding: 29px 15px 36px;
}

.new-clients-box .btn-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    left: 0;
    padding: 0 20px;
}

.new-clients-box .list-characteristics {
    margin: 0 0 30px;
}

.new-clients-box .btn-group .btn {
    border-radius: 4px;
}

.new-clients-box .btn {
    padding: 16px 18px;
    margin: 0;
}

.new-clients-box .btn-group > .btn-group:first-child > .btn:last-child, .new-clients-box .btn-group > .btn-group:first-child > .dropdown-toggle, .new-clients-box .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.new-clients-box .btn-group>.btn-group:last-child>.btn:first-child, .new-clients-box .btn-group>.btn:last-child:not(:first-child), .new-clients-box .btn-group>.dropdown-toggle:not(:first-child){
    border-radius: 4px;
}

.list-characteristics {
    width: 100%;
    line-height: 180%;
}

.list-characteristics span {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 0 5px;
	font-size:13.5px;
}

.list-characteristics p {
    min-width: 125px;
    color: #7A7A7A;
}

.list-characteristics li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.my-slider .owl-nav {
    z-index: 2;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.my-slider .owl-nav button.owl-next, .my-slider .owl-nav button.owl-prev {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    position: absolute;
    top: 159px;
    z-index: 2;
}

.my-slider .owl-nav button.owl-next:before, .my-slider .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 12px;
}

.my-slider .owl-nav button.owl-next span, .my-slider .owl-nav button.owl-prev span {
    display: none;
}

.my-slider .owl-nav button.owl-next {
    right: -24px;
}

.my-slider .owl-nav button.owl-next:before {
    background: url("/img/next.svg") no-repeat center;
    background-size: 100%;
}

.my-slider .owl-nav button.owl-prev {
    left: -24px;
}

.my-slider .owl-nav button.owl-prev:before {
    background: url("/img/prev.svg") no-repeat center;
    background-size: 100%;
}

.contact-section {
    position: relative;
    z-index: 1;
}

.map {
    position: absolute;
    width: 100%;
    height: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.contact-section-box {
    margin: 111px 0 108px;
    background: #fff;
    padding: 47px 60px 53px;
    max-width: 720px;
    width: 100%;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-section-box h2 {
    border-bottom: 1px solid #0E0E0E;
    padding: 0 0 20px;
    margin: 0 0 34px;
}

.contact-section-box__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-section-box__footer {
    width: 100%;
}

.contact-section-box__callback {
    max-width: 347px;
    width: 100%;
    font-size: 18px;
    color: #1A1A1A;
}

.messengers {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.list-messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-messengers li {
    margin: 0 0 0 11px;
}

.list-messengers li a {
    width: 30px;
    height: 30px;
    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;
}

.contact-section-box__item {
    margin: 0 0 40px;
    width: 45%;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 22px;
}

.contact-section-box__item h3 {
    color: #2AA549;
    font-weight: 600;
    margin: 0 0 10px;
}

.contact-section-box__item a {
    color: #1A1A1A;
}

.contact-section-box__img {
    position: absolute;
    bottom: -60px;
    right: 0;
    max-width: 314px;
    width: 100%;
    z-index: -1;
}

.contact-section-box__img:before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: #F3F3F3;
    border-radius: 50%;
    bottom: -179px;
    right: -117px;
}

.contact-section-box__img img {
    position: relative;
    z-index: 1;
}

.question {
    padding: 104px 0 20px;
}

.question h2 {
    margin: 0 0 50px;
}

.question-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.question-box {
    width: calc(50% - 15px);
    margin: 0 0 60px;
}

.question-box h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
    font-size: 22px;
    color: #2AA549;
}

.question-box h3 .svg-icon {
    width: 30px;
    height: 30px;
    fill: #2AA549;
    margin: 0 10px 0 0;
}

.panel-box {
    overflow: hidden;
    width: 100%;
}

.panel_heading {
    margin: 0 0 -1px;
    border: 1px solid #E9E9E9;
    background: #F9F9F9;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.panel_heading:first-child {
    border-radius: 12px 12px 0 0;
}

.panel_heading:last-child {
    margin: 0;
    border-radius: 0 0 12px 12px;
}

.panel_heading h4 {
    font-size: 18px;
    font-weight: 600;
}

.block_hover {
    padding: 0 72px 27px 34px;
    line-height: 135%;
    display: none;
}

.block_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    cursor: pointer;
}

.block_title:after {
    content: '+';
    display: inline-block;
    color: #7A7A7A;
    font-size: 25px;
}

.panel_heading.in {
    border: 2px solid #2AA549;
    background: #FFFFFF;
    margin: 0;
}

.panel_heading.in .block_title:after {
    content: '-';
    color: #2AA549;
}

.callback {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, from(#F8FAF0), to(#F8FAF0)), #F0FCF2;
    background: linear-gradient(0deg, #F8FAF0, #F8FAF0), #F0FCF2;
    padding: 40px 0;
}

.callback .maxwidth-theme {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback h2 {
    margin: 0 0 36px;
}

.callback .box-text {
    max-width: 590px;
    font-size: 18px;
    line-height: 150%;
}

.form-callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0 0;
}

.form-callback input {
    padding: 0 20px;
    border: 2px solid #D5EEC1;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    color: #000;
}

.form-callback input::-webkit-input-placeholder {
    color: #7A7A7A;
}

.form-callback input::-moz-placeholder {
    color: #7A7A7A;
}

.form-callback input::-ms-input-placeholder {
    color: #7A7A7A;
}

.form-callback input::placeholder {
    color: #7A7A7A;
}

.form-callback label {
    width: calc(100% - 221px);
}

.form-callback button {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 18px 24px;
}

.callback-content {
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.callback-img {
    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;
    max-width: 668px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 auto;
}

.callback-img:before, .callback-img:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 159px;
    height: 463px;
    background: url("/img/question.svg") no-repeat center;
    background-size: 100%;
    z-index: -1;
    -webkit-transform: rotate(11.86deg);
    transform: rotate(11.86deg);
}

.callback-img:before {
    left: 6px;
    top: 0;
}

.callback-img:after {
    width: 76px;
    height: 220px;
    -webkit-transform: rotate(-15.31deg);
    transform: rotate(-15.31deg);
    top: 112px;
    left: -43px;
}

.staff {
    padding: 100px 0 65px;
}

.staff .box-text-title {
    margin: 0 0 75px;
    color: #000000;
    max-width: 904px;
    width: 100%;
}

.staff-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
}

.staff-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63.12%, rgba(0, 0, 0, 0)), color-stop(115.27%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.12%, rgba(0, 0, 0, 0.6) 115.27%);
}

.staff-box:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, color-stop(63.12%, rgba(0, 0, 0, 0)), color-stop(115.27%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 63.12%, rgba(0, 0, 0, 0.6) 115.27%);
}

.staff-box:hover .staff-box-characteristics {
    display: block;
}

.staff-box__img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
}

.staff-box__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-size: 18px;
}

.staff-box-characteristics {
    margin: 20px 0 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: none;
}

.staff-box-characteristics:first-child {
    display: block;
}

.staff-box-characteristics:first-child {
    margin: 0;
}

.staff-box-characteristics p {
    margin: 0 0 1px;
}

.staff-box-characteristics a {
    color: #fff;
}

.staff-box-characteristics h3 {
    font-size: 22px;
    font-weight: 600;
    color: white
}

.staff-slider .owl-nav button.owl-prev, .staff-slider .owl-nav button.owl-next, .reviews-slider .owl-nav button.owl-prev, .reviews-slider .owl-nav button.owl-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.reviews {
    padding: 45px 0 0;
}

.reviews h2 {
    margin: 0 0 57px;
}

.reviews .btn-group {
    width: 100%;
    margin: 52px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews .btn-group .btn {
    padding: 10px 16px;
    margin: 0 12px 0 0;
}

.reviews-video {
    width: 100%;
    height: 430px;
    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;
}

.reviews-video iframe {
    width: 100%;
    height: 1005px;
}

.offers-partner {
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F4F4), to(#F4F4F4)), -webkit-gradient(linear, left bottom, left top, from(#FFF7F7), to(#FFF7F7));
    background: linear-gradient(0deg, #F4F4F4, #F4F4F4), linear-gradient(0deg, #FFF7F7, #FFF7F7);
    padding: 68px 0 48px;
}

.offers-partner h2 {
    margin: 0 0 57px;
}

.wrapper-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.offers-partner-box {
    width: 100%;
    /*width: calc(25% - 15px);*/
    padding: 32px 10px 165px 37px;
    position: relative;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 12px;
    margin: 0 0 30px;
}

.offers-partner-box:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}

.offers-partner-box h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    min-height: 115px;
}

.offers-partner-box .btn {
    margin: 28px 0 0;
}

.offers-partner-box__img {
    position: absolute;
    max-width: 288px;
    height: 206px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.offers-partner-box__img:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(#EDF4CF), to(#EDF4CF));
    background: linear-gradient(0deg, #EDF4CF, #EDF4CF);
    width: 578px;
    height: 578px;
    bottom: -436px;
    right: -230px;
}

.offers-partner-box__img img {
    max-height: 100%;
    width: auto !important;
}

.complex-services {
    padding: 104px 0 40px;
}

.complex-services .box-text-title {
    color: #000;
    margin: 0 0 64px;
}

.complex-services-box {
    width: calc(50% - 15px);
    min-height: 704px;
    margin: 0 0 40px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    z-index: 1;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.complex-services-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 44, 46, 0)), color-stop(64.08%, rgba(42, 44, 46, 0.7)));
    background: linear-gradient(180deg, rgba(42, 44, 46, 0) 0%, rgba(42, 44, 46, 0.7) 64.08%);
    z-index: 1;
}

.complex-services-box__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 30px 38px 83px;
    min-height: 170px;
}

.complex-services-box h3 {
    margin: 0 0 27px;
    font-size: 28px;
    font-weight: 600;
    color: white
}

.complex-services-box .list-dots {
    min-height: 176px;
}

.list-dots {
    list-style-type: disc;
    line-height: 130%;
    font-size: 18px;
    padding: 0 0 0 20px;
}

.list-dots li {
    margin: 0 0 15px;
}

.list-dots li:last-child {
    margin: 0;
}

.complex-services-box__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.ready-made-solutions {
    background: #F4F4F4;
    padding: 68px 0 40px;
}

.ready-made-solutions h2 {
    max-width: 376px;
    margin: 0;
    line-height: normal;
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #0E0E0E;
}

.links:hover {
    color: #2AA549;
}

.links .svg-icon {
    width: 6px;
    height: 12px;
    stroke: #2AA549;
    fill: none;
    margin: 0 0 0 9px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    margin: 0 38px 0 auto;
}

.tabs li {
    margin: 0 18px 0 0;
}

.tabs li:last-child {
    margin: 0;
}

.tabs li a {
    color: #0E0E0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E6E8E0;
    border-radius: 4px;
    background: #ffff;
    padding: 13px 20px;
}

.tabs li .active {
    background: #2AA549;
    color: #fff;
    border-color: #2AA549;
}

.tabs li .active .tabs-links__icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.tabs-links__icon {
    width: 24px;
    min-width: 24px;
    height: 22px;
    margin: 0 10px 0 0;
    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;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.tab_content {
    display: none;
    width: 100%;
}

.tab_content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab_container {
    margin: 64px 0 0;
}

.card-product {
    background: #fff;
    width: calc(25% - 15px);
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 21px 28px 27px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.card-product__img {
    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;
    width: 100%;
    height: 285px;
    margin: 22px auto 30px;
}

.card-product__img img {
    max-height: 100%;
}

.card-product__title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    min-height: 70px;
    margin: 0 0 10px;
}

.card-product__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-product:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #2AA549;
}

.card-product:hover .btn-add-card {
    background: #2AA549;
    border-color: #2AA549;
    color: #fff;
}

.card-product:hover .btn-add-card .btn-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.card-product:hover .btn-add-card .btn-text {
    display: block;
}

.btn-add-card {
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
}

.btn-add-card .btn-text {
    display: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.btn-add-card .btn-icon {
    width: 24px;
    height: 22px;
    min-width: 24px;
}

.btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-text {
    margin: 0 0 0 8px;
}

.availability {
    width: 100%;
    margin: 0 0 22px;
    font-size: 13px;
}

.availability:before {
    content: '';
    display: inline-block;
    background: #2AA549;
    width: 6px;
    min-width: 6px;
    height: 6px;
    margin: 0 8px 0 0;
    border-radius: 50%;
}

.yes-availability {
    color: #39B41B;
}

.list-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 21px 26px;
    font-size: 12px;
    line-height: 100%;
}

.list-label li {
    padding: 6px 10px;
    border-radius: 15px;
    margin: 0 7px 5px 0;
}

.list-label li:last-child {
    margin-right: 0;
}

.list-label .bg-orange-light {
    color: #EC6642;
}

.list-label .bg-violet-light {
    color: #9160E7;
}

.list-label .bg-red-light {
    color: #E71E63;
}

.bg-red-light {
    background: #FDE9F0;
}

.price-default {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.new-price {
    background: -webkit-gradient(linear, left bottom, left top, from(#EDFBF0), to(#EDFBF0)), #E8FDED;
    background: linear-gradient(0deg, #EDFBF0, #EDFBF0), #E8FDED;
    padding: 4px;
    color: #2AA549;
}

.old-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #000;
    margin: 0 10px 0 0;
}

.price-wrapper {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.personal-compilation {
    padding: 66px 0 80px;
}

.personal-compilation h2 {
    margin: 0;
}

.personal-compilation-wrapper {
    border: 1px solid #E6E8E0;
    border-radius: 12px;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left bottom, left top, from(#F8FAF0), to(#F8FAF0));
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #F8FAF0, #F8FAF0);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 57px 8px 66px;
}

.personal-compilation-content {
    max-width: 455px;
    width: 100%;
}

.personal-compilation-content .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    color: #000;
    margin: -40px 0 0;
}

.personal-compilation-content .box-text p {
    max-width: 229px;
    margin: 72px 0 0;
}

.personal-compilation-content__img {
    max-width: 232px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.personal-compilation-content__img:before, .personal-compilation-content__img:after {
    content: '';
    position: absolute;
    opacity: 0.3;
    background: url("/img/sale.svg") no-repeat center;
    background-size: 100%;
    width: 79px;
    height: 79px;
}

.personal-compilation-content__img:before {
    left: -182px;
    bottom: 30px;
}

.personal-compilation-content__img:after {
    opacity: .15;
    left: -200px;
    bottom: 120px;
    width: 50px;
    height: 50px;
}

.personal-compilation-content__img img {
    max-height: 369px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.img-sale {
    position: absolute;
    left: -87px;
    bottom: 62px;
}

.personal-compilation-test {
    width: calc(100% - 455px);
    padding: 0 0 0 79px;
}

.personal-compilation-test h3 {
    font-size: 18px;
    line-height: 130%;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 auto 36px;
    font-weight: 600;
    border-bottom: 1px solid #E9E9E9;
}

.personal-compilation-slider__item {
    width: 100%;
    margin: 0 0 24px;
}

.personal-compilation-slider__item h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 33px;
}

.personal-compilation-slider__item .checkbox {
    width: calc(33.3% - 12px);
    margin: 0 0 24px;
}

.checkbox {
    position: relative;
    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;
    background: -webkit-gradient(linear, left bottom, left top, from(#F8FAF0), to(#F8FAF0)), #FFFFFF;
    background: linear-gradient(0deg, #F8FAF0, #F8FAF0), #FFFFFF;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    line-height: 130%;
    padding: 20px 25px;
    cursor: pointer;
}

.input-checkbox {
    display: none;
}

.checkbox-custom {
    margin: 0 12px 0 0;
    width: 29px;
    height: 29px;
    min-width: 29px;
    border: 1px solid #2AA549;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}

.checkbox-custom:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 10.5px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.input-checkbox:checked + .checkbox-custom {
    background: #2AA549;
}

.input-checkbox:checked + .checkbox-custom:before {
    background: url("/img/check.svg") no-repeat center;
    background-size: 100%;
}

.personal-compilation-slider .owl-nav {
    width: 100%;
    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;
}

.personal-compilation-slider .owl-nav button.owl-prev, .personal-compilation-slider .owl-nav button.owl-next {
    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;
    padding: 18px 24px !important;
    color: #0E0E0E;
    font-size: 16px;
    width: auto;
    height: auto;
    position: relative;
    min-width: 210px;
    border: 1px solid #2AA549;
    border-radius: 4px;
}

.personal-compilation-slider .owl-nav button.owl-prev:hover, .personal-compilation-slider .owl-nav button.owl-next:hover {
    font-weight: bold;
    color: #fff;
    background: #2AA549;
}

.personal-compilation-slider .owl-nav button.owl-prev:hover .btn-icon, .personal-compilation-slider .owl-nav button.owl-next:hover .btn-icon {
    stroke: #fff;
}

.personal-compilation-slider .owl-nav .btn-icon {
    fill: none;
    stroke: #2AA549;
    width: 19px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px 0 0;
}

.personal-compilation-slider .owl-nav button.owl-next {
    margin: 0 0 0 18px;
}

.personal-compilation-slider .owl-nav button.owl-next .btn-icon {
    margin: 0 0 0 12px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1480px) {
    .advantages-section-box .box-text {
        max-width: 250px;
    }

    .advantages-section-box__img {
        max-width: 280px;
        min-width: 280px;
    }

    .new-clients-box__body {
        padding: 30px 20px;
    }

    .list-characteristics span {
        margin: 0 0 0 0px;
		font-size:13.5px;
    }

    .callback-img {
        max-width: 520px;
    }

    .callback-img:before {
        width: 120px;
        height: 300px;
        left: 10px;
    }

    .callback-img:after {
        width: 60px;
        height: 120px;
    }

    .btn-add-card {
        font-size: 12px;
    }

    .ready-made-solutions h2 {
        max-width: none;
        margin: 0 0 20px;
    }

    .tabs {
        margin: 0 auto 0 0;
    }

    .tabs li {
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 1400px) {
    .new-clients-box .btn {
        width: 100%;
        margin: 0 0 10px;
    }

    .callback-content {
        max-width: 500px;
    }

    .card-product {
        padding: 20px;
    }

    .personal-compilation-test {
        padding: 0 0 0 30px;
    }

    .personal-compilation-wrapper {
        padding: 30px 30px 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-home-content {
        max-width: 700px;
    }

    .main-home h1 {
        font-size: 30px;
    }

    .advantages-section-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .advantages-section-box .list-check {
        width: calc(100% - 260px);
    }

    .list-check {
        max-width: none;
    }

    .advantages-section-box .box-text {
        max-width: none;
        width: calc(100% - 300px);
    }

    .callback-img {
        max-width: 480px;
        margin: 0 0 0 auto;
    }

    .callback-content {
        margin: 68px 0 54px;
        max-width: 440px;
    }

    .callback h2 {
        margin: 0 0 25px;
    }

    .offers-partner-box h3 {
        font-size: 18px;
    }

    .complex-services-box__content {
        padding: 0 20px 20px;
    }

    .complex-services-box h3 {
        font-size: 22px;
    }

    .list-dots {
        font-size: 16px;
    }

    .card-product {
        width: calc(50% - 15px);
    }

    .tab_container {
        margin: 40px 0 0;
    }

    .tabs {
        margin: 0 auto 10px 0;
    }

    .tabs li {
        margin: 0 10px 10px 0;
    }

    .tabs li:last-child {
        margin: 0 0 10px;
    }

    .ready-made-solutions {
        padding: 50px 0 30px;
    }

    .personal-compilation-test {
        padding: 0;
        width: 100%;
    }

    .personal-compilation-content {
        max-width: none;
        margin: 0 0 30px;
    }

    .personal-compilation-content .box-text {
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .personal-compilation-wrapper {
        padding: 30px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .main-home-content {
        max-width: 540px;
    }

    body > .body:not(.index) > .main {
        margin-top: 0px;
    }

    .new-clients-box {
        margin: 0 auto;
    }

    .panel_heading h4 {
        font-size: 16px;
    }

    .block_title {
        padding: 20px;
    }

    .block_hover {
        padding: 0 20px 20px;
        font-size: 14px;
    }

    .question-box {
        margin: 0 0 30px;
    }

    .question-box h3 {
        font-size: 20px;
    }

    .question {
        padding: 60px 0 20px;
    }

    .question h2 {
        margin: 0 0 30px;
    }

    .callback-content {
        max-width: none;
        margin: 30px 0;
    }

    .form-callback {
        max-width: 700px;
    }

    .callback-img {
        margin: 0 auto;
    }

    .offers-partner-box {
        width: calc(50% - 15px);
    }

    .offers-partner {
        padding: 40px 0;
    }

    .offers-partner h2 {
        margin: 0 0 30px;
    }

    .complex-services {
        padding: 60px 0 40px;
    }

    .complex-services-box {
        width: 100%;
    }
}

.main-home {
    padding: 0px 0;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .advantages-section-box {
        padding: 30px;
    }

    .advantages-section-box .list-check {
        width: 100%;
    }

    .advantages-section-box__img {
        position: relative;
        bottom: 0;
        top: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
        margin: 20px auto 0;
        max-width: 260px;
        min-width: auto;
    }

    .advantages-section-box__body {
        padding: 0;
    }

    .advantages-section-box:nth-child(2) .advantages-section-box__img {
        -webkit-transform: none;
        transform: none;
        top: 0;
        margin: 20px auto;
    }

    .advantages-section-box .box-text {
        width: 100%;
        margin: 0 auto 20px;
    }

    .advantages-section-box .btn-group {
        margin: 0 auto;
    }

    .advantages-section {
        padding: 50px 0;
    }

    .new-clients-box__title {
        padding: 20px 10px;
    }

    .new-clients-box .list-characteristics {
        font-size: 13.5px;
    }

    .list-characteristics span {
        margin: 0 0 0 0px;
		font-size: 13.5px;
    }

    .my-section h2 {
        font-size: 24px;
    }

    .new-clients-slider {
        margin: 40px 0 0;
    }

    .contact-section-box {
        padding: 30px;
    }

    .contact-section-box__item {
        width: 100%;
        margin: 0 0 30px;
    }

    .contact-section-box__callback {
        max-width: 280px;
    }

    .question-box {
        width: 100%;
    }

    .personal-compilation-slider__item .checkbox {
        width: calc(50% - 12px);
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 670px) {
    .card-product {
        width: 100%;
    }

    .card-product__img {
        height: 220px;
    }
}

@media only screen and (max-width: 576px) {
    .main-home {
        background: #fff;
    }

    .main-home h1 {
        font-size: 26px;
        margin: 0 0 30px;
    }

    .main-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-bottom .btn {
        margin: 20px 0 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .contact-section-box__callback {
        max-width: none;
    }

    .contact-section-box__img {
        position: relative;
        margin: 0 -30px -60px auto;
        right: 0;
        bottom: 0;
    }

    .form-callback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .form-callback button {
        margin: 10px auto 0;
    }

    .form-callback label {
        width: 100%;
    }

    .staff {
        padding: 60px 0 40px;
    }

    .reviews {
        padding: 60px 0 0;
    }

    .reviews-video {
        height: 450px;
    }

    .reviews h2 {
        margin: 0 0 30px;
    }

    .reviews .btn-group {
        -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;
        margin: 30px 0 0;
    }

    .reviews .btn-group .btn {
        width: 100%;
        margin: 0 0 10px;
    }

    .offers-partner-box {
        width: 100%;
    }

    .complex-services-box {
        min-height: 550px;
    }

    .complex-services-box .list-dots {
        min-height: auto;
    }

    .complex-services-box .box-text-title {
        margin: 0 0 30px;
    }

    .complex-services-box__content {
        padding: 20px;
    }

    .price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs li {
        width: 100%;
        margin-right: 0;
    }

    .personal-compilation-slider .owl-nav {
        -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;
    }

    .personal-compilation-slider .owl-nav button.owl-next, .personal-compilation-slider .owl-nav button.owl-prev {
        width: 100%;
    }

    .personal-compilation-slider .owl-nav button.owl-next {
        margin: 10px 0 0;
    }

    .personal-compilation-slider__item .checkbox {
        width: 100%;
        margin: 0 0 15px;
    }

    .checkbox {
        font-size: 14px;
        padding: 10px;
    }

    .personal-compilation-content .box-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 20px 0 0;
    }

    .personal-compilation-content .box-text p {
        margin: 0 0 20px;
        font-size: 16px;
        max-width: none;
    }

    .personal-compilation-content__img {
        margin: 0 0 0 auto;
        max-width: 180px;
    }
}

@media only screen and (max-width: 480px) {
    .list-messengers {
        width: 100%;
        margin: 10px 0 0;
    }

    .list-messengers li {
        margin: 0 10px 0 0;
    }

    .list-messengers li:last-child {
        margin: 0;
    }

    .contact-section-box__item, .contact-section-box__callback {
        font-size: 16px;
    }

    .contact-section-box {
        margin: 40px 0;
    }

    .callback-img:before {
        width: 80px;
        height: 200px;
        left: 40px;
    }

    .callback-img:after {
        top: 30px;
        left: 0;
        width: 50px;
        height: 110px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

@media only screen and (max-width: 1367px) {
    .main-home h1 {
        font-size: 36px;
    }

    .list-check {
        max-width: 279px;
    }
}

@media (min-width: 998px) {
    .callback-img {
        position: absolute;
        right: -40px;
    }

    .callback-img img {
        width: 90%;
    }
}

@media (min-width: 1201px) and (max-width: 1367px) {
    .advantages-section-box__footer_first {
        margin-top: 23px;
    }
}

@media (min-width: 1368px) {
    .advantages-section-box__footer_first {
        margin-top: 66px;
    }
}

.form.inline.FEEDBACK textarea {
    border-radius: 5px;
}


.mobileheader--color-dark .menu-light-icon-fill svg *, .mobileheader--color-colored .menu-light-icon-fill svg * {
    fill: #484848;
}


.mobileheader--color-colored {
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
}

.headerfixed {
    z-index: 100;
}
