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

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Bold.eot');
    src: local('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: bold;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.eot');
    src: local('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: normal;
    font-style: normal;
}

/* Common */

* {
    font-family: 'Gotham Pro';
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    overflow-x: hidden
}

button {
    cursor: pointer;
}

ul, li {
    list-style: none;
}

b {
    font-weight: 700;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #141414;
}

a {
    transition: 0.3s;
}

#wpadminbar {
    top: 66px !important;
    z-index: 999 !important;
}

.search-mobile {
    display: none;
}

#bottom-menu {
    display: none;
    position: fixed;
    padding: 10px 0;
    z-index: 999;
    background: #000;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
}

#bottom-menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0 4px;
}

.hide-desktop {
    display: none !important;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.border-0 {
    border: none !important;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
    margin-top: 12px;
    font-size: 14px;
    border-bottom: 1px #141414 dotted;
    display: block;
}

.d-block {
    display: block;
}

.flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column;
}

.d-iblock {
    display: inline-block;
}

.d-none {
    display: none !important;
}

.fixed {
    position: fixed;
    left: 0;
    z-index: 99991;
}

.i-flex {
    display: inline-flex;
}

.inner {
    width: 1170px !important;
    margin: 0 auto;
}

.justify-between {
    justify-content: space-between;
}

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

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.light {
    font-weight: 300;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mr-63 {
    margin-right: 63px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-32 {
    display: block;
    margin-bottom: 32px;
}

.mb-64 {
    display: block;
    margin-bottom: 64px;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-32 {
    display: block;
    margin-top: 32px;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m-0 {
    margin: 0;
}

::placeholder {
    color: #A2A2A2
}

.p-32 {
    padding: 32px 0;
}

.p-64 {
    padding: 64px 0;
}

.pl-76 {
    padding-left: 76px;
}

.pt-156 {
    padding-top: 156px;
}

.pt-76 {
    padding-top: 76px;
}

.lp .wrapper.pt-0 {
    padding-top: 0px !important;
}

.row-wrap {
    flex-flow: row wrap;
}

.rounded {
    border-radius: 50%;
}

.sticky {
    position: sticky;
    top: 95px;
}

.text-center {
    text-align: center;
}

.text-decoration-none {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.td-none {
    text-decoration: none;
}

.w25 {
    width: 25%;
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w33 {
    width: 33.333%;
}

.w100 {
    width: 100% !important;
}

.w-269 {
    width: 269px;
}

.w-313 {
    width: 313px;
}

.w-139 {
    width: 139px;
}

.w-327 {
    width: 327px;
}

/* Form Elements */

.form-check-input {
    border-radius: .25em;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: .5em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .15s ease-in-out,
    background-position .15s ease-in-out,
    border-color .15s ease-in-out;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:active {
    filter: brightness(90%);
}

.agreement.mt {
    margin-bottom: 16px;
    width: 100%;
}

/*  Backgrounds */

.body {
    background: #fafafa;
}

.white {
    background: #fff;
}

.primary {
    background: #CFA173 !important;
    color: #fff;
}

.primary:hover {
    transition: 0.3s;
    background: #AD855D !important;
}

.black {
    background: #141414 !important;
}

.black-0 {
    background: #000 !important;
}

.grey-0 {
    background: rgba(255, 255, 255, 1);
}

/* Colors */

.c-white {
    color: #fff !important;
}

.c-black {
    color: #141414 !important;
}

.c-primary {
    color: #db5d0a;
}

.c-dark-gray {
    color: #A2A2A2;
}

.c-muted {
    color: #737373;
}

.c-primary-muted {
    color: #B58E65
}

/* Font-sizes */

.s-350 {
    font-size: 350px;
}

.s-90 {
    font-size: 90px;
}

.s-70 {
    font-size: 70px;
}

.s-60 {
    font-size: 60px;
}

.s-50 {
    font-size: 50px;
}

.s-45 {
    font-size: 45px;
}

.s-40 {
    font-size: 40px;
}

.s-38 {
    font-size: 38px;
}

.s-37 {
    font-size: 37px;
}

.s-36 {
    font-size: 36px;
}

.s-35 {
    font-size: 35px;
}

.s-32 {
    font-size: 32px;
}

.s-30 {
    font-size: 30px;
}

.s-28 {
    font-size: 28px;
}

.s-26 {
    font-size: 26px;
}

.s-25 {
    font-size: 25px;
}

.s-24 {
    font-size: 24px;
}

.s-22 {
    font-size: 22px;
}

.s-21 {
    font-size: 21px;
}

.s-20 {
    font-size: 20px;
}

.s-19 {
    font-size: 19px;
}

.s-18 {
    font-size: 18px;
}

.s-17 {
    font-size: 17px;
}

.s-16 {
    font-size: 16px;
}

.s-15 {
    font-size: 15px;
}

.s-14 {
    font-size: 14px;
}

.s-13 {
    font-size: 13px;
}

.s-12 {
    font-size: 12px;
}

.s-11 {
    font-size: 11px;
}

.s-10 {
    font-size: 10px;
}

.btn {
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    background-size: 300% 100%;
    border-radius: 50px;
    padding: 15px 30px;
    color: #fff;
    flex: 0 0 auto;
}

.btn.color-4 {
    background: #db5d0a;
    box-shadow: 0 4px 25px 0 rgba(221, 95, 12, 0.35);
}

.btn.color-4:hover {
    background: #eee;
    color: #333 !important;
}


/*********  HEADER ************/

#navi {
    position: fixed;
    width: 90px;
    height: 100vh;
    background: #EAEAEA url(images/burger_black.png) no-repeat;
    z-index: 999;
    background-position: 50% 20px;
}

#navi > div {
    width: 100%;
}

#navi a {
    color: #777777;
    font-weight: bold;
    text-decoration: none;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: 100%;
    position: relative;
    right: 40%;
    padding-top: 40px;
    font-size: 12px;
    transition: 0.3s;
}

#navi a:hover {
    color: #db5d0a;
}


/*********  MAINPAGE ************/

.wrapper {
    width: 85%;
    margin: 0 auto;
}

main {
    margin-top: 50px;
}

#top {
    background: #fafafa;
}

#top .wrapper {
    width: 95%;
    max-width: 95%;
}

#top .flex div {
    position: relative;
}

#top .flex div.openMenu:hover > .submenu {
    display: block;
}

#top .flex .submenu {
    position: absolute;
    top: 100%;
    left: 4px;
    z-index: 9999;
    background: #fff;
    width: 280px;
    display: none;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

#top .flex .submenu a {
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 4px;
}

#top .flex .submenu a:hover {
    color: #db5d0a !important;
}

#top .menuBlock a {
    display: block;
    padding: 10px 0;
}

#top a {
    margin-left: 16px;
    font-weight: bold;
}

#top a:hover {
    color: #db5d0a !important;
}

#top .logo {
    max-height: 50px;
    margin-right: 24px;
}

#top .callback {
    font-weight: bold;
    color: #141414;
    padding: 10px 25px;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: -1px;
}

#top.fixed {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    top: 0;
}

#top.fixed .wrapper {
    max-width: 95%;
}

#top.fixed a {
    color: #fff !important;
}

#top.fixed .submenu {
    background: #fafafa;
}

#top.fixed .submenu a {
    color: #555 !important;
}

#top.fixed a:hover {
    color: #db5d0a !important;
}

#top.fixed a.active {
    color: #db5d0a !important;
    text-decoration: underline !important;
}

#fix_navi { /* position:fixed; */
    top: 0;
    z-index: 998;
    width: 100%;
}

#fix_navi > div {
    padding: 10px 0;
}

#fix_navi > div > div > div {
    margin: 0 30px;
}

#fix_navi > div > div span {
    color: #fff;
}

#fix_navi > div > div a {
    font-weight: 700;
    color: #fff;
}

#fix_navi svg {
    fill: #fff;
}

#fix_navi.grey-0 a, #fix_navi.grey-0 span {
    color: #141414;
}

#fix_navi.grey-0 svg {
    fill: #141414;
}

#fix_navi .logo, #fix_navi .logo_black {
    max-height: 60px;
}

#fix_navi .search img {
    max-height: 24px;
    cursor: pointer;
}

#fix_navi .callback {
    background: #db5d0a;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none;
}

#fix_navi a:hover {
    color: #db5d0a !important;
}

#fix_navi .search input {
    background: none;
    height: 29px;
    color: #fff;
    padding: 0 10px;
    border: none;
    border-bottom: 1px #fff solid;
    outline: none;
}

#fix_navi .search input::placeholder {
    color: #fff;
}

#fix_navi .search button {
    border: none;
    background: none;
    margin-left: 16px;
}

.callback img {
    max-width: 18px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

#first {
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
}

#first form {
    margin-top: 64px;
    flex-wrap: wrap;
}

#first form input {
    display: block;
    height: 48px;
    background: none;
    color: #fff;
    padding: 10px 30px;
    border: 1px #fff solid;
    border-radius: 24px;
    font-size: 16px;
    margin-right: 16px;
    outline: none;
}

#first form .result {
    padding: 12px 30px;
    border: 1px #fff solid;
    border-radius: 24px;
}

form .result p {
    display: block !important;
}

#first form .agreement {
    margin-top: 24px;
}

#first form .agreement a, #first form .agreement span {
    color: #fff;
}

#first.pk {
    background: url(images/big1.jpg);
    background-size: cover;
}

#first.risk {
    background: url(images/big2.jpg);
    background-size: cover;
}

#first.ecology {
    background: url(images/big3.jpg);
    background-size: cover;
}

#first.lab {
    background: url(images/big4.jpg);
    background-size: cover;
}

#first.hg {
    background: url(images/big5.jpg);
    background-size: cover;
}

#first.learn {
    background: url(images/big6.jpg);
    background-size: cover;
}

#first.sout {
    background: url(images/big7.jpg);
    background-size: cover;
}

#first .figure {
    width: 240px;
    height: 240px;
    position: absolute;
    right: 30%;
    bottom: 20%;
    background: url(images/figure1.png);
    background-size: cover;
}


#first h1 {
    display: inline-block;
    font-weight: 700;
}

#first h1:after {
    display: block;
    content: '';
    width: 50%;
    height: 4px;
    background: #db5d0a;
}

#first h1 + p {
    margin-top: 24px;
}

#first h1 + p span { /* background:rgb(24, 168, 80); padding:10px; */
}

#first .wrapper {
    margin-top: 32px;
    max-width: 70%;
}

#first .advantages {
    margin-top: 32px;
    padding-left: 32px;
}

#first .advantages div {
    margin-bottom: 24px;
}

#first .advantages p {
    width: 60%;
}

#first .advantages img {
    height: 30px;
    width: 30px;
    margin-right: 12px;
}

#first a {
    margin-top: 32px;
}

#second.grey {
    background: #eee url(images/bg25.webp) no-repeat !important;
    background-size: cover !important;
}

#second.changeBg span, #second.changeBg p {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

#second.changeBg.alt0, #second.changeBg.alt1 {
    background: #eee url(images/sout1.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg.alt2 {
    background: #eee url(images/sout2.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg.alt3 {
    background: #eee url(images/sout4.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}


#second.changeBg2.alt0, #second.changeBg2.alt1 {
    background: #eee url(images/alt1.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg2.alt2 {
    background: #eee url(images/alt2.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg2.alt3 {
    background: #eee url(images/alt3.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg2.alt4 {
    background: #eee url(images/alt4.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg2.alt5 {
    background: #eee url(images/alt5.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg2.alt6 {
    background: #eee url(images/alt6.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#second.changeBg2.alt7 {
    background: #eee url(images/alt7.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}


#second {
    position: relative;
    padding: 64px 0;
}

#second .wrapper {
    max-width: 80%;
    position: relative;
}

#second .whatSlider {
    max-width: 100%;
}

#second .whatSlider p {
    max-width: 70%;
}

#second .whatSlider .example {
    margin-top: 24px;
}

#second .list {
    margin-top: 32px;
}

#second .list span.light {
    width: 100%;
    padding-left: 24px;
}

#second h3 {
    margin: 30px 0 10px 0;
    padding-left: 24px;
    border-left: 5px #fff solid;
}

#second .list p {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    flex-flow: row wrap;
}

#second .list p span {
    max-width: 90%;
}

#second .list p img {
    width: 16px;
    height: 15px;
    margin-right: 8px;
}

#second .whatSlider .slide a {
    width: 240px;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 0.3s;
    margin-top: 12px;
    position: relative;
    z-index: 999;
}

#second .slide a:hover {
    background: #eee;
    color: #141414 !important;
}

#second .whatArrows {
    position: absolute;
    right: 0;
    bottom: 0vh;
    z-index: 2;
}

#second .whatArrows .arrow {
    color: #fff;
    stroke: white;
    cursor: pointer;
}

#second .whatArrows .counts {
    color: #fff;
    padding: 0 30px;
}

#second .whatArrows .counts .divider {
    padding: 0 10px;
}

#second.changeBg .whatArrows .counts {
    stroke: #fff !important;
    color: #fff !important;
}

#second.changeBg .overlayed,
#second.changeBg2 .overlayed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .77);
    z-index: 0;
}

#second.grey h3 {
    border-left: 5px #333 solid;
}

#second.grey span.s-40 {
    margin-bottom: 24px;
}

#second.grey .whatArrows .arrow,
#second.grey .whatArrows .counts {
    color: #333 !important;
    stroke: #333;
}

.grey {
    background: #eee !important;
}

.blue {
    background: #2D9CDB !important;
}

.green {
    background: rgb(24, 168, 80) !important;
}

.mb {
    margin-bottom: 32px;
}

#third {
}

#third .wrapper {
    max-width: 80%;
    position: relative;
    margin-top: 64px;
}

#third .list {
    margin-top: 64px;
    max-width: 1120px;
    width: 100%;
}

#third .list .item {
    width: 240px;
    margin-bottom: 32px;
}

#third .list .item a {
    transition: 0.3s;
    padding: 10px 0;
}

#third .list .item .fh {
    height: 94px;
}

#third .list .item svg {
    margin: 0 10px;
}

#third .list .item a:hover {
    color: #db5d0a !important;
}

#third .list img {
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

#third .list .item .count {
    margin-right: 12px;
}

#fourth {
    background: #fafafa;
}

#fourth .wrapper {
    max-width: 80%;
    position: relative;
    padding: 64px 0 128px 76px;
}

#fourth svg, #fourth img {
    max-height: 64px;
}

#fourth .list {
    margin-top: 36px;
}

#fourth .list .item {
    width: 35%;
}

#fourth.ppk .list .item {
    width: 25%;
}

#fourth.count .wrapper {
    max-width: 70%;
    position: relative;
    padding: 64px 0;
}

#fourth.count .list .item {
    width: auto;
}

#fourth.count .list .item .number {
    padding: 0px;
}

#fourth.count .list p {
    max-width: 80%;
    padding-left: 0px;
}

#fourth.count .number:after {
    display: block;
    content: '';
    width: 120px;
    height: 5px;
    margin: 12px 0;
    background: #db5d0a;
}

#penalty .wrapper {
    max-width: 70%;
}

#penalty img {
    max-height: 64px;
    margin-right: 24px;
}

#penalty .list {
    margin-top: 36px;
}

#penalty .item {
    width: 45%;
    margin-bottom: 24px;
}

#penalty .item .name {
    margin-bottom: 12px;
}

#penalty .item p {
    max-width: 85%;
}

/* #all_areas { background: #eee url(images/net.png)no-repeat; background-size: cover; } */
#all_areas .list {
    margin-top: 36px;
}

#all_areas .list > div {
    width: 33%;
    margin-bottom: 12px;
}

#all_areas .list > div p::first-letter {
    color: #db5d0a;
    font-size: 19px;
}

#all_areas .wrapper {
    max-width: 70%;
}

#fourth .list .item .number {
    margin-bottom: 16px;
    padding: 20px;
}

#fourth .list p {
    padding-left: 12px;
    max-width: 70%;
}

#fourth .list i {
    font-style: normal;
}

#fifth .wrapper {
    max-width: 80%;
    position: relative;
    padding: 64px 0 64px 76px;
}

#fifth svg {
    width: 32px;
    height: 32px;
    margin-right: 18px;
    transition: 0.3s;
}

#fifth .list div {
    margin-bottom: 24px;
}

#fifth a {
    transition: 0.3s;
}

#fifth a:hover {
    color: #db5d0a !important;
}

#fifth a:hover svg {
    fill: #db5d0a !important;
}

#fifth span.s-40 {
    margin-bottom: 48px;
}

#sixth {
    background: #fafafa;
}

#sixth .wrapper {
    max-width: 80%;
    position: relative;
    padding: 64px 0 128px 76px;
}

#sixth form {
    margin-top: 64px;
    width: 75%;
}

#sixth input {
    font-weight: 600;
    padding: 20px 40px 15px 25px;
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    height: 52px;
    margin-bottom: 24px;
}

#sixth textarea {
    font-weight: 600;
    padding: 20px 40px 15px 25px;
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 3px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    height: 104px;
    min-height: 52px;
    max-height: 156px;
    font-size: 13px;
    margin-bottom: 24px;
}

#sixth input::placeholder, #sixth textarea::placeholder {
    color: #777;
}

#sixth .agreement {
    margin-bottom: 24px;
}

#sixth .agreement span {
    font-size: 12px;
    line-height: 1.35;
}

#sixth .agreement .tick {
    margin-right: 4px;
}

#sixth .agreement a {
    color: #555;
}

#sixth .input__wrapper {
    background: #FFF url(images/upload.png) no-repeat;
    background-position: 98% center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 40px 15px 25px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 24px;
}

#sixth .input__services__wrapper {
    position: relative;
}

#sixth .input__services__wrapper input {
    cursor: pointer;
}

#sixth .input__services__wrapper .subservices {
    position: absolute;
    display: none;
    top: 54px;
    left: 0;
    z-index: 99;
    background: #FFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 40px 15px 25px;
    width: 100%;
    border-radius: 3px;
}

#sixth .input__services__wrapper .subservices span {
    padding: 4px 0;
    border-bottom: 1px #f8f8f8 solid;
    transition: 0.3s;
    color: #777;
    opacity: .8;
    cursor: pointer;
}

#sixth .input__services__wrapper .subservices span:hover {
    color: #db5d0a;
}

#sixth .input__wrapper label {
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    opacity: .5;
}

#different .list {
    width: 65%;
}

#different .list:last-child {
    width: 35%;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

#different .list a {
    color: #141414;
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 13px;
    transition: 0.3s;
}

#different .list a:hover {
    color: #db5d0a;
}

#different .list.relatedArticles h4 {
    display: flex;
    align-items: center;
}

#different .list.relatedArticles img {
    width: 32px;
    margin-right: 6px;
}

#different h4 {
    margin-bottom: 16px;
    font-weight: 500;
}

#different .item {
    display: flex;
    align-items: center;
}

#different .item img {
    margin-right: 12px;
}

#different span {
    margin-bottom: 24px;
}

#different .list.relatedArticles span {
    margin-bottom: 0px;
}


#firstAbout .list {
    width: 50%;
    flex-wrap: wrap;
}

#firstAbout .docsForm {
    width: 50%;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

#firstAbout .list a {
    color: #141414;
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 13px;
    transition: 0.3s;
}

#firstAbout .list a:hover {
    color: #db5d0a;
}

#firstAbout .list.relatedArticles h4 {
    display: flex;
    align-items: center;
}

#firstAbout .list.relatedArticles img {
    width: 32px;
    margin-right: 6px;
}

#firstAbout h4 {
    margin-bottom: 16px;
    font-weight: 500;
}

#firstAbout .item {
    display: flex;
    align-items: center;
    width: 100%;
}

#firstAbout .item img {
    margin-right: 12px;
}

#firstAbout span {
    margin-bottom: 24px;
}

#firstAbout .list.relatedArticles span {
    margin-bottom: 0px;
}

#docs .wrapper {
    max-width: 70%;
}

.docs span.s-30 {
    margin-bottom: 24px;
}

.docs div {
    display: flex;
    width: 100%;
}

.docs img {
    max-height: 24px;
    margin-right: 12px;
}


.docs .docsList {
    width: 60%;
}

.docs .docsForm {
    width: 35%;
    background: #eee;
    padding: 20px;
    border-radius: 4px;
    max-height: 240px;
}

.docs .docsForm form {
    width: 100%;
    padding-top: 24px;
}

.docs .docsForm input {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    margin-bottom: 8px;
    padding: 15px;
    border: 1px #eee solid;
    border-radius: 4px;
}

.docs .docsForm button {
    margin-top: 12px;
    width: 100%;
}


.fines {
    padding: 36px 0 64px 0;
}

.fines .wrapper {
    max-width: 70%;
}

.fines .info {
    margin-top: 48px;
    max-width: 80%;
    padding-bottom: 12px;
    border-bottom: 1px #000 solid;
    margin-bottom: 36px;
}

.fines img {
    display: block;
    margin-bottom: 12px;
    max-height: 24px;
}

.fines p {
    margin-bottom: 12px;
}


.legits .list {
    margin-top: 24px;
}

.legits .list > div {
    width: 48%;
    margin-bottom: 24px;
}

.legits .list p {
    max-width: 85%;
}

.legits .list span {
    display: block;
    max-width: 80%;
    margin-top: 12px;
}

.legits .list img {
    margin-right: 24px;
}


.stage .number {
    margin-right: 24px;
    color: #db5d0a;
    line-height: 1;
}

.stage {
    width: 45%;
    margin-bottom: 32px;
    align-items: center;
}

.stage span {
    display: block;
    line-height: 1.2;
}

.stage p {
    margin-bottom: 0px !important;
}

.questions {
    padding: 64px 0;
}

.questions .wrapper {
    max-width: 70%;
}

.questions .list {
    margin-top: 32px;
}

.questions .list .item {
    margin-bottom: 24px;
}

.questions .list .item .question {
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.questions .list .item .question .q-toggler {
    margin-left: 12px;
    width: 24px;
    height: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    font-size: 16px;
    flex: 0 0 auto;
}

.questions .list .item .question img {
    max-height: 18px;
    position: relative;
    margin-right: 12px;
    max-width: 18px;
}

/* .questions .list .item .answer { display:none; } */


.search-mobile {
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 999999;
    padding: 20px;
    background: #eee;
    display: none;
}

.search-mobile.shown {
    display: block !important;
}

.is-search-form {
    display: flex;
    min-width: 360px;
}

.is-search-form input {
    height: 48px;
}

.is-search-form button {
    width: 48px;
    height: 48px;
}

.is-search-form label span, .is-search-form button span.is-screen-reader-text {
    display: none;
}

.legal {
    padding: 64px 0;
}

.legal .wrapper {
    max-width: 80%;
}

.legal .images {
    width: 100%;
    margin-top: 48px;
}

.legal a {
    display: block;
    height: 357px;
    text-decoration: none;
}

.legal img {
    max-height: 100%;
    border: 1px #555 solid;
    max-width: 100%;
}

.legal a span {
    display: block;
    text-align: center;
    font-size: 11px;
    margin-top: 12px;
    color: #555;
}

.shattered {
    padding: 64px 0;
    background: #333 url(images/3px-tile.png) repeat;
}

.shattered .wrapper {
    max-width: 70%;
}

.shattered .advantages > div {
    width: 50%;
    margin: 12px 0;
}

.shattered.another .advantages > div {
    width: 33%;
}

.shattered .advantages > div img {
    margin-right: 16px;
    max-width: 24px;
}

.shattered .advantages {
    margin-bottom: 48px;
}

.shattered a {
    max-width: 360px;
    margin: 0 auto;
}

.shattered form {
}

.shattered form input {
    margin: 0 8px;
    padding: 12px 24px;
    border: 1px #7a7a7a solid;
    border-radius: 30px;
}

.shattered form input::placeholder {
    opacity: 1;
    color: #141414;
}


.complex {
    padding: 24px 0 !important;
}

.complex .line {
    padding: 120px 20px 20px 20px;
    justify-content: space-between;
    height: 400px;
}

.complex .line p {
    margin-bottom: 0px;
    text-align: center;
}

.complex .line p:first-child {
    font-size: 24px;
    margin-bottom: 24px;
}

.complex .line p:last-child {
    font-weight: bold;
    font-size: 36px;
    position: relative;
}

.complex .line p:last-child span {
    position: relative;
}

.complex .line p:last-child span:before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: -48px;
    top: 0;
    background: url(images/discount.svg) no-repeat;
    background-size: cover;
}

.complex .line .divider {
    display: none;
    flex-grow: 0.9;
    border-bottom: 1px #eee solid;
}

.complex .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 99;
    text-indent: -9999px;
    border: none;
    outline: none;
}

.complex .slick-prev {
    left: -64px;
    background: url(images/prev-button.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.complex .slick-next {
    right: -64px;
    background: url(images/next-button.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.complex .slick-slide {
    margin: 0 8px;
    opacity: 0.5;
    background: #f5f5f5;
}

.complex .slick-current {
    opacity: 1;
}

.complex .slick-list {
    margin-left: -8px;
    margin-right: -8px;
}

.exitblock {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.exitblock p {
    font-weight: bold;
}

.exitblock .fon {
    background: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
}

.exitblock form {
    margin-top: 32px;
}

.exitblock form input {
    margin: 0 8px;
    padding: 12px 24px;
    border: 1px #7a7a7a solid;
    border-radius: 30px;
}

.exitblock form input::placeholder {
    opacity: 1;
    color: #141414;
}

.exitblock .modaltext {
    box-sizing: border-box;
    padding: 20px 40px;
    background: #fff;
    position: fixed;
    top: 80px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 40%;
    margin-left: -25%;
    width: 70%;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}

.closeblock {
    cursor: pointer;
    position: fixed;
    line-height: 60px;
    font-size: 82px;
    transform: rotate(45deg);
    text-align: center;
    top: 20px;
    right: 30px;
    color: #f90;
}

.closeblock:hover {
    color: #eee;
}

/* Tooltip container */
.tooltip {
    position: relative;
    color: #f90;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: relative;
    top: -4px;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 240px;
    background-color: rgba(0, 0, 0, .87);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    transition: .3s;
    font-size: 13px;
    position: absolute;
    top: 65%;
    left: 25%;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#contacts .wrapper {
    max-width: 80%;
    position: relative;
    padding: 64px 0;
    display: block !important;
}

#contacts #map {
    width: 100%;
}

#contacts p {
    margin-bottom: 12px;
}

#contacts h3 {
    margin-bottom: 36px;
}

#contacts span {
}

#contacts img {
    margin-right: 4px;
    position: relative;
    top: -2px;
}


#service_list {
    margin-top: 24px;
}

#service_list > div {
    width: 240px;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
}

#service_list > div > div a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 10px;
}

#service_list > div > div {
    /*  position:absolute; padding:20px; bottom:0px; left:0;display:flex; z-index:2;
align-items:flex-end; width:100%; height:100%; background:url(images/shadow.png)no-repeat;
background-position:0 145%; */
}

#service_list > div img {
    max-width: 100%;
}

#service_list a {
    display: block;
    color: #333;
    text-decoration: none;
}

.home__tabs {
    margin-top: 48px;
}

.tabs__navi {
    display: flex;
    justify-content: flex-start;
}

.tabs__navi .chosen {
    background: #db5d0a;
    color: #fff;
    border-color: #db5d0a;
}

.tabs__content {
    padding: 24px 24px 24px 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 0px;
}

.tabs__content .tab__c {
    display: none;
}

.tabs__content .tab__c.active {
    display: block;
}

.tabs__content h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.tabs__content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}

.tabs__navi span {
    padding: 9px 16px;
    border: 1px #d6d6d6 solid;
    display: block;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 4px 4px 0 0;
}
.container,
.text {
    padding: 64px 0;
    max-width: 80%;
    margin: 0 auto;
}

.text p {
    margin-bottom: 12px;
    width: 100%;
}

.text h3 {
    width: 100%;
    padding: 24px 0;
    font-weight: bold;
}

.text ul:not(:last-child) {
    margin-bottom: 24px;
    width: 100%;
}


.text li {
    list-style: disc;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 8px;
}

.text .important {
    width: 100%;
    margin: 30px 0;
    border-left: 5px #db5d0a solid;
    background: #f4f4f4;
    padding: 30px; /* text-align:center; */
}


.catDate span {
    color: #777;
}

.catDate a {
    color: #141414;
}

.catDate a:hover {
    color: #db5d0a;
}


.entry-content h2, .entry-content h2 a, .entry-content h2 span {
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0 24px 0;
}

.entry-content img {
    display: block;
    margin: 12px 0;
}

footer {
    padding: 12px 0;
    background: #000;
}

footer .wrapper {
    max-width: 80%;
    position: relative;
    padding: 48px 0 0px 0px;
}

footer img {
    max-width: 75%;
}

footer > div > div {
    width: 25%;
}

footer a {
    margin-bottom: 12px;
    color: #fff;
    max-width: 85%;
}

footer h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 24px;
}

footer .callback, #contacts-new .contacts-item a.callback {
    margin-top: 24px;
    max-width: 210px;
    background: #db5d0a;
    box-shadow: 0 4px 25px 0 rgba(221, 95, 12, 0.35);
    border-radius: 50px;
    padding: 15px 20px;
    color: #fff;
    justify-content: center;
}

#contacts-new .contacts-item a.callback img {
    max-width: 24px;
    display: none;
}

footer p {
    margin-bottom: 12px;
}

footer .copyright {
    padding-left: 12px;
    margin-bottom: 32px;
    max-width: 90%;
}

footer .soc_links {
    display: flex;
    align-items: center;
}

footer .soc_links a {
    display: block;
    height: 24px;
    margin-right: 8px;
}

#sitemap a {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    transition: 0.3s;
}

#sitemap a:hover {
    color: #db5d0a !important;
}

#sitemap .sublinks {
    margin: 8px 0;
}

#sitemap .sublinks a {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

#sitemap .subsublinks {
    margin: 4px 0;
}

#sitemap .subsublinks a {
    padding-left: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #555;
}

.modalbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(89, 89, 89, .3);
    z-index: 10000000;
    display: none;
}

.modalbox .in {
    position: relative;
    margin: 0 auto;
    margin-top: 88px;
    width: 420px;
    padding: 24px 40px 40px 40px;
    background: #FAFAFA;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.modalbox .in h6 {
    font-size: 20px;
    line-height: 32px;
    color: #262626;
    text-align: center;
    margin-bottom: 16px;
}

.modalbox .in .close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

form .agreement .tick {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-right: 8px;
    cursor: pointer;
    background: #fff;
}

form .agreement .tick:hover {
    border: 1px solid #db5d0a;
}

form .agreement .tick.active {
    background: #db5d0a url(images/check2.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
}

.modalbox span {
    font-size: 12px;
}

.modalbox a {
    color: #555;
}

.modalbox a:hover {
    color: #db5d0a;
}

.modalbox sup {
    color: red;
}

.modalbox button {
    display: inline-block;
    margin-top: 24px;
    background: #db5d0a;
    border: 1px #db5d0a solid;
    border-radius: 4px;
    padding: 8px 16px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
}

.modalbox button:hover {
    color: #db5d0a;
    background: transparent;
}

.the__inputs {
    display: flex;
    margin-bottom: 32px;
}

.input__parent {
    width: 100%;
    margin-bottom: 8px;
}

.input__parent label {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    margin-bottom: 2px;
}

.input__parent input {
    width: 100%;
    padding: 8px 32px 8px 12px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 16px;
    color: #595959;
}

.input__parent input:hover, .input__parent input:focus {
    border: 1px solid #db5d0a;
}

.input__parent textarea {
    width: 100%;
    padding: 8px 32px 8px 12px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 16px;
    height: 64px;
    max-height: 128px;
    min-height: 64px;
    max-width: 100%;
    min-width: 100%;
}

.input__parent input::placeholder {
    color: #BFBFBF;
}

.seo_text {
    margin-top: 32px;
}

.seo_text p {
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.clients {
    display: flex;
    padding-top: 32px;
}

.clients .wrapper {
    max-width: 70%;
}

.clients .images {
    margin: 64px 0;
    position: relative;
}

.clients .slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 99;
    text-indent: -9999px;
    border: none;
    outline: none;
}

.clients .slick-prev,
.services .slick-prev {
    left: -64px;
    background: url(images/prev-button.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.clients .slick-next,
.services .slick-next {
    right: -64px;
    background: url(images/next-button.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.services .slick-next {
	left: 95%;
}
.services .slick-prev {
	left: 92%;
}

.services .slick-next,
.services .slick-prev {
    position: absolute;
    top: -45px;
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.services {
    margin: 30px 0;
    text-align: center;
}

.services .services-item__info {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: fit-content;
}

.services .services-item__info .services-item__title {
    width: 100%;
    margin-top: 15px;
}

.services .services-item__info .services-item__image a img {
    max-width: 80%;
    object-fit: cover;
    aspect-ratio: 0.7;
}

.services .services-item__info .services-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .slick-list {
    margin-top: 25px;
}
.services .services-item__info .services-item__title a {
    margin-top: 15px;
    text-decoration: none;
    color: black;
}
@media screen and (max-width: 639px) {
    .services .services-item__info {
        height: fit-content;
    }
}

.clients img {
    margin: 0 auto;
    max-height: 90px;
    object-fit: contain;
}

.clients .slick-slide {
    margin: 0 12px;
}

.clients .slick-list {
    margin-left: -12px;
    margin-right: -12px;
}

.slick-dots li {
    list-style: none;
    aspect-ratio: 1;
}

.up {
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 999;
    width: 42px;
    height: 42px;
    background: url(images/up.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
}

.up:hover {
    opacity: 1;
}

.breadcrumbs {
    padding: 32px 0;
    max-width: 80%;
}

.breadcrumbs a, .breadcrumbs .current {
    font-size: 13px;
    color: #7a7a7a;
}

.breadcrumbs a {
    display: inline-block;
    transition: 0.3s;
}

.breadcrumbs a:hover {
    color: #db5d0a;
}

.breadcrumbs a:after {
    content: '>';
    display: inline-block;
    padding: 0 8px;
}


/* Page provedem sout*/
.preH1 {
    margin-bottom: 20px;
}

.preH1 b {
    color: #db5d0a;
}

.provedemScreen {
    padding-bottom: 50px;
}

.methods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.methodsLeft, .methodsRight {
    width: 48%;
    margin-bottom: 30px;
}

.methodsRight {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.methodsLeft h2 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.methodsLeft h2:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 40%;
    height: 4px;
    background: #db5d0a;
}


.provedemWho .flex {
    margin-top: 30px;
    justify-content: center;
}

.provedemWho .ls-item h3 {
    height: 57px;
    text-align: center;
}

.provedemWho .ls-item {
    margin: 0 20px 60px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.provedemWho .ls-item p {
    width: 100%;
    color: #db5d0a;
    text-align: center;
}

.provedemPenalty {
    padding: 40px 0;
}

.pb-18 {
    padding-bottom: 18px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.provedemPenalty .line {
    width: 60%;
    height: 1px;
    background: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.provedemMeasure .list .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    align-content: flex-start;
}

.provedemMeasure .list .item img {
    width: 232px;
    height: 217px;
    margin-bottom: 20px;
}

.provedemSteps .stage span {
    line-height: 0;
}

.provedemSteps .stage span i {
    line-height: 0;
    font-style: normal;
    border-radius: 50%;
}

.provedemSteps .stage p {
    padding-left: 15px;
}

.provedemClasses p span {
    background: #db5d0a;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
}

.provedemClasses .line {
    width: 100%;
    height: 1px;
    background: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.provedemOrderList {
    justify-content: center
}

.provedemOrderItem {
    width: 400px;
    margin: 0 20px 40px 20px;
    position: relative;
    padding: 40px 15px;
}

.provedemOrderItem .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.provedemOrderItem p, .provedemOrderItem span {
    color: #FFF;
    text-align: center;
}

.provedemOrderItem p {
    padding-bottom: 20px;
}

.provedemOrderText {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.provedemOrderItem a {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
    margin-top: 25px;
}

.provedemOrderItem:nth-child(1) {
    background: url(images/provedem/provedem1.jpg) no-repeat;
    background-size: cover;
}

.provedemOrderItem:nth-child(2) {
    background: url(images/provedem/provedem6.jpg) no-repeat;
    background-size: cover;
}

.provedemOrderItem:nth-child(3) {
    background: url(images/provedem/provedem2.jpg) no-repeat;
    background-size: cover;
}

.provedemOrderItem:nth-child(4) {
    background: url(images/provedem/provedem5.jpg) no-repeat;
    background-size: cover;
}

.provedemOrderItem:nth-child(5) {
    background: url(images/provedem/provedem4.jpg) no-repeat;
    background-size: cover;
}


.provedemWork {
    padding: 20px;
}

.provedemWork .descr {
    color: #BFBFBF;
    font-size: 14px;
}

.provedemLogo {
    display: flex;
    justify-content: center;
}

.provedemLogo img {
    height: 60px;
    margin-bottom: 20px;
}

.provedemSlider .slick-arrow, .teamInner .slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 99;
    text-indent: -9999px;
    border: none;
    outline: none;
}

.provedemSlider .slick-prev, .teamInner .slick-prev {
    left: -15px;
    background: url(images/prev-button.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.provedemSlider .slick-next, .teamInner .slick-next {
    right: -15px;
    background: url(images/next-button.png) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}

.provedemSlider .slick-slide, .provedemTeam .slick-slide {
    margin: 0 20px;
}

.provedemSlider .slick-list, .provedemTeam .slick-list {
    margin: 0 -20px;
}


.provedemReestr .reestrInner {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 300px 300px 300px 300px 300px 300px 400px 400px 400px;
    overflow-x: scroll;
    padding-bottom: 30px;
    scrollbar-width: thin;
    scrollbar-color: #f90;
}

.provedemReestr .reestrInner .bold {
    border-bottom: 1px solid #000;
    align-self: flex-end;
}

.provedemReestr .reestrInner span {
    padding: 15px;
}

.provedemTeam .teamInner img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.provedemTeam .teamItem span {
    display: block;
    text-align: center;
}


/* Alex code */
table.table-3 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.table-3 tr {
    background-color: #f8f8f8;
}

table.table-3 th {
    font-weight: 700;
}

table.table-3 th,
table.table-3 td {
    text-align: left;
    padding: 18px;
    border: 1px solid #ddd;


}

table.ocenka-table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

table.ocenka-table,
table.ocenka-table thead,
table.ocenka-table tbody,
table.ocenka-table tr,
table.ocenka-table td,
table.ocenka-table th {
    font-size: 1em;
}

.ocenka-table ul {
    margin-top: 0.7em;
    margin-left: 1em;
    margin-bottom: 0;
}

.ocenka-table li {
    margin-bottom: 0;
}

.ocenka-table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.clients .otzyvy-carousel {
    margin-top: 2em;
    margin-bottom: 2em;
}

.otzyvy-carousel img {
    margin: 0 auto;
    object-fit: contain;
    max-height: initial;
    max-width: 100%;
}


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

    #top a {
        margin-left: 8px;
    }

    .hide-laptop {
        display: none;
    }

}


@media screen and (min-width: 481px) {
    .otzyvy-wrapper {
        width: 100%;
    }
}

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


    .page-contents ol {
        transform: translateX(.5em);
        margin: 0;
        padding: 0 1em 0 0;
    }

    .wrapper.flex.align-center.row-wrap > ul {
        margin-left: 1em;
    }
}

.page-contents a {
    color: black;

}

.page-contents a:hover,
.page-contents a:active,
.page-contents a:focus {
    text-decoration: none;
}

.page-contents ol li {
    list-style: decimal;
}

.page-contents ol ol {
    padding-top: .5em;
}

.page-contents ol ol li {
    list-style: none;
}


table.ocenka-table.mini-table td,
table.ocenka-table.mini-table th {
    font-size: .8em;
}

span.s-30.bold.w100 {
    scroll-margin-top: 4em;
    line-height: 1.3;
    margin-top: 1.2em;
    margin-bottom: .6em;
    display: block
}

table.ocenka-table td,
table.ocenka-table th {
    padding: 1em;
    line-height: 1.5;
    border: 1px solid #bbb;
    text-align: left;
}

.header-right {
    text-align: right
}

.stages {
    max-width: 100%;
}

.stages p > strong {
    font-weight: bold;
}

/* LANDINGS */

.lp .s-40 {
    margin-bottom: 48px;
    line-height: 1.2;
}

.lp .s-24 {
    margin-bottom: 16px;
}

.main-image-block {
    height: fit-content;
}

.main-image-block *, .land-form * {
    color: #fff;
}

.lf-left {
    width: 60%;
}

.lf-right {
    width: 40%;
    padding: 60px 80px;
    background: rgba(0, 0, 0, .75);
    border-radius: 10px;
}

.main-image-block h1::after {
    display: block;
    content: '';
    width: 25%;
    height: 4px;
    background: #db5d0a;
}

#land-second .ls-item {
    width: 30%;
}

#land-second .ls-item img {
    max-width: 300px;
    border: 4px #eee solid;
    padding: 4px;
    display: block;
    margin-bottom: 16px;
}

#land-second .ls-item span {
    font-size: 24px;
    display: block;
    margin: 16px 0;
    font-weight: 700;
}

#land-second .ls-item a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px #db5d0a solid;
    padding: 5px 20px;
    border-radius: 30px;
    transition: .3s;
    background: #db5d0a;
    font-weight: 700;
}

#land-second .ls-item .btn {
    padding: 10px 60px;
    margin-top: 16px;
}

#land-second .ls-item a:hover {
    color: #333;
    background: #fff;
}

.lp input {
    display: block;
    height: 48px;
    background: none;
    color: #fff;
    padding: 10px 30px;
    border: 1px #fff solid;
    border-radius: 24px;
    font-size: 16px;
    width: 100%;
    margin: 16px 0;
    outline: none;
}

.lp button {
    width: 100%;
    margin-bottom: 24px;
    max-width: 420px;
}

.lf-list {
    margin-bottom: 24px;
    margin-top: 24px;
}

.lf-list span {
    display: block;
    margin-bottom: 8px;
}

.lf-list span:before {
    content: '';
    background: #db5d0a;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.lf-list + p {
    margin-bottom: 16px;
    max-width: 85%;
}

.lp input::placeholder {
    opacity: 1;
    color: #7a7a7a;
}

.lp.shattered form input::placeholder {
    color: #fff;
}

.lp.shattered {
    padding: 0;
}

.lp.shattered form input {
    margin: 16px 0;
    max-width: 420px;
}

.lp.shattered .wrapper {
    max-width: 85%;
}

.lp.shattered .wrapper * {
    color: #fff;
}

.lp .divided {
    background: #f5f5f5;
    border-left: 10px #db5d0a solid;
    padding: 20px;
    margin-bottom: 32px;
}

.land-module {
    margin-bottom: 16px;
}

.land-module h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}

.land-module p {
    margin-bottom: 8px;
}

.land-module a {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 24px;
}

#land-for p {
    margin-bottom: 8px;
}

#land-for p:before {
    display: inline-block;
    content: url('/wp-content/themes/safety/images/list-ok.svg');
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.samples_list .sample {
    margin-right: 32px;
}

.lp.payment .payment-vars {
    margin-top: 24px;
}

.lp.payment .payment-vars h5 {
    margin-bottom: 8px;
}

.lp.payment .payment-vars h5::after {
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background: #db5d0a;
}

.delivery-list .delivery-item {
    width: 25%;
}

.delivery-list .delivery-item h4 {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
}

.delivery-list .delivery-icons p {
    margin-bottom: 8px;
}

.delivery-list .delivery-icons p:nth-child(1n):before {
    content: '';
    background-size: cover !important;
    background: url('/wp-content/themes/safety/images/land-time.png') no-repeat;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.delivery-list .delivery-icons p:nth-child(2n):before {
    content: '';
    background-size: cover !important;
    background: url('/wp-content/themes/safety/images/land-money.png') no-repeat;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.delivery-list .delivery-icons p:nth-child(3n):before {
    content: '';
    background-size: cover !important;
    background: url('/wp-content/themes/safety/images/land-location.png') no-repeat;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.land-middle .lf-right, .land-last .lf-right {
    background: none;
    margin-top: 24px;
    padding: 0
}

.land-middle .lf-right input, .land-last .lf-right input {
    margin: 0 16px 0 0;
    max-width: 240px;
}

.land-middle .lf-right form {
    margin-top: 16px;
}

.land-middle .lf-right button, .land-last .lf-right button {
    max-width: 320px;
}

.land-middle.ppk .lf-left {
    width: 40%;
}

.land-middle.ppk .lf-right {
    width: 60%;
}

.land-middle.ppk.lp.shattered {
    padding: 32px 0;
}

.land-middle.ppk.lp.shattered form input {
    margin: 0 16px 0 0;
}

/* .land-middle.ppk.lp.shattered form button { margin-left:16px; } */


#ppk .lf-parent {
    padding-top: 96px;
}

.ppk.land-last {
    text-align: center;
}

.ppk.land-last form {
    max-width: 640px;
    margin: 0 auto;
}

.ppk .land_question {
    min-height: 120px;
}

.ppk textarea {
    margin-bottom: 24px;
    background: none;
    padding: 10px 30px;
    border-radius: 4px;
}

.ppk.land-last input, .ppk.land-last button {
    display: block;
    margin-bottom: 24px !important;
    max-width: 100% !important;
    border-radius: 4px;
}

.ppk.w-icons img {
    flex: 0 0 auto;
    margin-bottom: 24px;
}

.ppk.questions .wrapper {
    max-width: 85%;
}


@media screen and (max-width: 1660px) {
    .land-middle.ppk.lp.shattered form input {
        margin: 0 16px 16px 0;
        max-width: 320px;
    }

    .land-middle .lf-right form {
        padding-left: 64px;
    }
}


@media screen and (max-width: 600px) {
    table.table-3 {
        border: 0;
    }


    .w33 {
        width: 100%;
        margin-bottom: 32px;
    }

    /* .w33 img { margin: 0 auto; } */
    .w75 {
        width: 100%;
    }

    table.table-3 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-3 tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 30px;
    }

    table.table-3 td {
        display: block;
        text-align: left;
    }

    table.table-3 td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        /* text-transform: uppercase; */
        font-size: 15px;
        width: 100%;
    }

    table.table-3 td:last-child {
        border-bottom: 0;
    }

    .land-middle .lf-right form {
        padding-left: 0px;
    }

    .land-middle.ppk.lp.shattered form input {
        max-width: 100%;
        margin: 0 0 16px 0;
    }

    .land-middle.ppk .lf-left {
        width: 100%;
    }

    .land-middle.ppk .lf-right {
        width: 100%;
    }

    .land-middle.ppk.lp.shattered form button {
        margin-left: 0px;
        margin-top: 0px;
        max-width: 100%;
    }

    #fourth.ppk .list .item {
        width: 100%;
    }

    #fourth.ppk .list .item .w100 {
        width: 100% !important;
    }

}


table.hg td {
    border: 1px solid black;
    outline: none;
    padding: 6px;
}

table.hg {
    border-spacing: 0px;
    border: 1px solid black;
}


/* oglavlenie */
.oglavlenie {
    padding: 0px;
}

.oglavlenie li {
    list-style: none !important;
    margin: 15px auto !important;
    margin-bottom: 8px !important;
}

.oglavlenie ol {
    counter-reset: li;
}

.glava {
    padding-top: 90px !important;
    margin-top: -90px !important;
}

.oglavlenie ul {
    margin-bottom: 15px !important;
}

.oglavlenie a {
    color: black;
}

.oglavlenie_section {
    width: 100%; /*background: #f5f5f5 !important;*/
}

html {
    transition: all 350ms ease-in-out;
    scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

.oglavlenie li:before {
    /* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
    counter-increment: li;
    /* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
    content: counters(li, ".") ". ";
}

.oglavlenie span.mb-32 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

/*end oglavlenie*/

/* end Alex code */

#contacts-new {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    align-items: baseline;
    flex-wrap: wrap;
}

#contacts-new .contacts-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 32%;
}

#contacts-new .contacts-item h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#contacts-new .contacts-item a {
    color: #db5d0a;
    text-decoration: none;
}

#contacts-new .contacts-item a.phone-icon {
    position: relative;
    padding-left: 32px;
}

#contacts-new .contacts-item a.phone-icon:before {
    content: '';
    background: url(/wp-content/themes/safety/images/phone.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

@media screen and (max-width: 960px) {
    .lf-left {
        width: 100%;
        margin-bottom: 24px;
    }

    .lf-right {
        width: 100%;
        padding: 30px;
    }

    .main-image-block {
        height: auto;
    }

    #contacts-new .contacts-item {
        width: 100%;
        margin-bottom: 16px;
    }

    #land-second .ls-item {
        width: 100%;
        margin-bottom: 32px;
    }

    #land-second .ls-item img {
        max-width: 100%;
    }

    .land-middle .lf-right input, .land-last .lf-right input {
        margin-bottom: 16px;
    }

    .lp.shattered {
        padding: 16px 0 !important;
    }

    .samples_list .sample {
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .samples_list .sample img {
        max-width: 100%;
    }

    .payment-vars > div {
        margin-bottom: 16px;
    }

    .delivery-list .delivery-item {
        width: 100%;
        margin-bottom: 16px;
    }

}

/* Table ohrana programs */
.land-table {
    width: 100%;
    max-width: 1200px;
    margin: 50px 0;
}

.table-heading {
    font-weight: 500;
    background-color: #db5d0a;
    color: #fff;
    align-items: center;
    height: 35px;
}

.table-row {
    cursor: pointer;
}

.table-heading, .table-row {
    display: inline-flex;
    width: 100%;
}

.title-name, .prog-main {
    width: 70%;
}

.title-price, .title-deadlines, .prog-deadlines, .prog-price {
    width: 15%;
    text-align: center;
}

.prog-name {
    font-weight: 500;
}

.prog-main, .prog-deadlines, .prog-price {
    border-bottom: solid 1px;
    border-left: solid 1px;
}

.prog-price {
    border-right: solid 1px;
}

.table-heading,
.table-row span,
.table-row h3,
.table-row p {
    padding: 10px;
}

.prog-name h3 {
    padding-bottom: 0;
    font-weight: 500;
}

.prog-table .left {
    text-align: left;
}

.prog-main {
    text-decoration: underline #db5d0a;
}

.prog-deadlines, .prog-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prog-table {
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.prog-table tbody {
    width: 100%;
    display: table;
    text-align: center;
}

.prog-table td {
    padding: 5px;
    border: solid 1px #000;
    border-top: none;
}

.form-control {
    width: 15%;
}

.lectures, .practice {
    width: 10%;
}

.prog-table .bold td {
    font-weight: 500;
}

.hide-heading td {
    background-color: #FFE9DA;
}

.bullets {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em -10px;
}

.bullets__item {
    width: 50%;
    padding: 10px;
}

.bullets__content {
    height: 100%;
    background: #eee;
    display: flex;
    align-items: center;
    padding: 25px 35px;
}

.bullets__image {
    margin-right: 25px;
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.bullets__text strong {
    font-weight: bold;
}

.container-bullets {
    margin-top: 50px;
    margin-bottom: 30px;
}

.docs-list {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.samples_list {
    justify-content: center;
}

.document a {
    display: inline-flex;
    flex-direction: column;
    max-width: 240px;
}

.document a span {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.document a img {
    max-width: 200px;
}

@media screen and (max-width: 1170px) {
    .table-heading {
        height: 65px;
    }
}

@media screen and (max-width: 660px) {
    .bullets__item {
        width: 100%;
        padding: 2px;
    }

    .table-heading, .fullprogram {
        font-size: 12px;
    }

    .program-table {
        font-size: 9px;
    }

    .title-price, .title-deadlines, .prog-deadlines, .prog-price {
        width: 20%;
    }

    .document a, .document img {
        width: 120px;
    }

    .samples_list {
        gap: 25px;
    }

    .sample {
        width: 45%;
    }
}
p {
    width: 100%;
}
a.c-black:hover {
    color: #db5d0a !important;
}

.other-news .slick-slide {
    margin-right: 15px;
}
.other-news .meta.flex.align-center {
    flex-wrap: wrap;
}

.perelink {
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    border-radius: 30px;
    padding: 30px 60px;
    align-items: center;
    margin: 30px auto;
    max-width: 800px;
}
.perelink-text {
    font-size: 20px;
    font-weight: 600;
}
.perelink .btn {
    background-color: #db5d0a;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .perelink {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
    .perelink .btn {
        width: 100%;
    }
}
a {
    color: #db5d0a;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
.tree {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px 0;
    display: flex;
    justify-content: center;

}

.tree ul {
    position: relative;
    padding: 20px 0;
    transition: all 0.5s;
}

.tree li {
    list-style-type: none;
    float: left;
    position: relative;
    padding: 20px 0 0 0;
    text-align: center;
    transition: all 0.5s;
    min-width: 250px;
}

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 20px;
    border-top: 1px solid black;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid black;
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid black;
    border-radius: 0 2px 0 0;
}

.tree li:first-child::after {
    border-radius: 2px 0 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 20px;
    border-left: 1px solid black;
}

.tree li .field {
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.5s;
    border: 1px solid black;
    width: 410px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tree li .field.small {
    width: 200px;
}
.files {
    margin-top: 50px;
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
}
.file {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.file .title {
    width: calc(100% - 120px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.file .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    text-align: center;
}
.files-title {
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
}
.text .point-list {
    list-style: none;
}
.text .point-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.text .point-list li::before {
    content: url("/wp-content/themes/safety/images/list-ok.svg");
    width: 16px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.blocks .block__item {
    width: 33%;
}
.blocks .block__item .block__item-link {
    padding: 5px 0;
}

@media only screen and (min-width: 375px) and (max-width: 968px) {
    .blocks .block__item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}





.news #content {
    gap: calc((100% - 240px * 4) / 3);
}

.block-content p {
	margin-bottom: 10px;
}

.block-content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.block-content ul li {
	position: relative;
}

.block-content ul li:after {
	content: '';
    background-color: #db5d0a;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
	transform: translatey(-50%);
	left: -15px;
}
















