@font-face {
    font-family: 'Circe Thin';
    src: local('Circe Thin'), local('circe_thin'), url('../fonts/Thin/circe_thin.woff2') format('woff2'), url('../fonts/Thin/circe_thin.woff') format('woff'), url('../fonts/Thin/circe_thin.ttf') format('truetype'), url('../fonts/Thin/circe_thin.svg') format('svg'), url('../fonts/Thin/circe_thin.eot') format('eot');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Circe Light';
    src: local('Circe Light'), local('circe_extralight'), url('../fonts/Light/circe_extralight.woff2') format('woff2'), url('../fonts/Light/circe_extralight.woff') format('woff'), url('../fonts/Light/circe_extralight.ttf') format('truetype'), url('../fonts/Light/circe_extralight.svg') format('svg'), url('../fonts/Light/circe_extralight.eot') format('eot');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: local('Circe Regular'), local('circe_light'), url('../fonts/Regular/circe_light.woff2') format('woff2'), url('../fonts/Regular/circe_light.woff') format('woff'), url('../fonts/Regular/circe_light.ttf') format('truetype'), url('../fonts/Regular/circe_light.svg') format('svg'), url('../fonts/Regular/circe_light.eot') format('eot');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Circe Bold';
    src: local('Circe Bold'), local('circe_bold'), url('../fonts/Bold/circe_bold.woff2') format('woff2'), url('../fonts/Bold/circe_bold.woff') format('woff'), url('../fonts/Bold/circe_bold.ttf') format('truetype'), url('../fonts/Bold/circe_bold.svg') format('svg'), url('../fonts/Bold/circe_bold.eot') format('eot');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Circe ExtraBold';
    src: local('Circe ExtraBold'), local('circe_extrabold'), url('../fonts/ExtraBold/circe_extrabold.woff2') format('woff2'), url('../fonts/ExtraBold/circe_extrabold.woff') format('woff'), url('../fonts/ExtraBold/circe_extrabold.ttf') format('truetype'), url('../fonts/ExtraBold/circe_extrabold.svg') format('svg'), url('../fonts/ExtraBold/circe_extrabold.eot') format('eot');
    font-weight: 600;
    font-style: normal;
}
html, body {
    overflow-x: hidden;
    }
html {
    font-family: 'Circe';
    font-weight:300;
    font-size:16px;
}
h1, h2, h3 {
    font-family:'Circe ExtraBold';
}
.dekstop {
    display:block;
}
.mobile {
    display:none;
}
.clear {
    clear:both;
}
.coll {
        position:relative;
        z-index:10000 !important; 
}
.coll button {
        position:relative;
         z-index:10000 !important; 
}
/*HEADER*/
header {
    height:65px;
    width:100%;
    box-shadow: 0 8px 5px -5px rgba(122,122,122,0.5);
    z-index:999;
    background:#fff;
}
nav {
    width:100%;
    display:flex;
    justify-content:space-between;
    height:100%;
}
.navbar-expand-md {
    justify-content:space-between !important;
}
.navbar-dark .navbar-brand, footer .navbar-brand  {
    color: #000;
    font-size:22px;
}
.navbar-nav {
    margin:0 auto;
}
.navbar-dark .navbar-nav .nav-link {
    color:#000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    text-decoration:underline;
}
.nav-item {
    margin-left:20px;
    margin-right:20px;
}
a.phone {
    color: #F9C719;
    font-size:24px;
    font-weight:500;
}
a.phone:hover {
    text-decoration:none;
}
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*FOOTER*/
footer {
    padding-top: 25px;
    padding-bottom:35px;
}
.footer-menu {
    list-style:none;
    margin:0;
    padding:0;
}
.footer-menu li {
    margin-bottom:20px;
}
.footer-menu li a {
    font-weight:bold;
    font-size:18px;
    color:#000;
}
.footer-menu li a:hover {
    color:#000;
    text-decoration:underline;
}
.submenu {
    list-style:none;
    margin:0;
    padding:0;
}
.submenu li {
    margin-bottom:15px;
}
.submenu li a {
    color: #F9C719;
    font-weight:400;
    font-size:18px;
}
footer a.phone {
    font-size:28px;
}
footer p {
    margin-top:10px;
    color:#000;
    font-size:18px;
    font-weight:400;
    line-height:2em;
}
footer p a {
    color:#F9C719;
}
footer p a:hover {
    color:#F9C719;
    text-decoration:underline;
}
.report {
    margin-top:30px;
}
.customer {
    width:100%;
    background: #F9C719;
    border-radius: 4px;
    padding:14px 62px;
    color:#000;
    font-weight:bold;
}
/*APPLICATION*/
#application {
    background:#000;
    padding-top:110px;
    display:flex;
    position:relative;
    z-index:999;
}
.third {
    width:55%;
    min-height:551px;
}
.third span {
    font-size: 24px;
    color:#fff;
    font-weight:bold;
}
.big {
    color:#fff;
    font-weight:800;
    font-size: 38px;
    letter-spacing: 0.01em;
    margin-bottom:45px;
}
.forms {
    margin-top:30px;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.part {
    width:47%;
}
.forms input {
    height:50px;
    padding-left:15px;
    border-radius:4px;
    margin-bottom:25px;
}
.small {
    color:#fff;
    font-size:14px;
    font-weight:100;
}
.small a {
    color:#F9C719;
}
.small a:hover {
    color:#F9C719;
    text-decoration:underline;
}
.right_man {
    width:40%;
    float:right;
    margin-top:-350px;
}

/********************************************INDEX**************************************/
/*BANNER*/
#banner {
    padding-top:150px;
    padding-bottom:250px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(245, 245, 245));
}
#banner h1 {
    font-family: 'Circe ExtraBold';
    font-size: 42px;
    line-height: 117%;
    letter-spacing: 0.01em;
    color: #2E2808;
    margin-bottom:40px;
}
#banner p {
    font-size: 24px;
    color:#000;
    font-weight:400;
    width:85%;
    margin-bottom:40px;
}
#banner button.customer {
    width:50%;
}
#banner .right_man {
    position:relative;
    z-index:1;
}
#banner .right_man img {
    margin-top:-175px;
}
/*SERVICES*/
.border_top {
    width:100%;
    height:450px;
    background:url('/assets/templates/ses/img/border-top.png') no-repeat;
    background-size:100%;
    margin-top:-500px;
    position:relative;
    z-index:999;
}
#services {
    background:rgb(249, 199, 25);
    width:100%;
    margin-top:-100px;
    padding-top:130px;
    padding-bottom:100px;
}
#services h2 {
    font-family: 'Circe ExtraBold';
    font-weight:bold;
    color:#000;
    margin-bottom:30px;
}
.service_card {
    background:#fff;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding:25px;
    margin-bottom:20px;
    height:260px;
}
.icon {
    float:left;
    margin-right:10px;
}
.service_card h3 {
    font-size: 22px;
    line-height: 112%;
    font-family: 'Circe ExtraBold';
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom:25px;
    height:50px;
}
.service_card p {
    color: #2E2808;
    font-weight:600;
    margin-bottom:20px;
    height:50px;
}
.service_card p a {
    color:#2E2808;
    text-decoration:underline;
}
.more {
    display:flex;
}
.price {
    width:50%;
    margin-top:10px;
    font-size: 18px;
    font-family:'Circe ExtraBold';
    font-weight:800;
}
.but button.customer {
    height:50px;
    padding:10px;
}
.border_bottom {
    width:100%;
    background:url('/assets/templates/ses/img/border-bottom.png') no-repeat;
    background-size:100%;
    position:relative;
    height:130px;
    z-index:999;
}
.border-new {
    width:100%;
    background:url('/assets/templates/ses/img/border-new.png') no-repeat;
    background-size:100%;
    position:relative;
    height:130px;
    z-index:999;
}
/*KOMMAND*/
#command {
   background:#000;
   position:relative;
   padding-top:100px;
   margin-top:-130px;
}
.wave {
    z-index:1;
    margin-top:-100px;
}
.staff {
    display:flex;
    margin-top:-385px;
    color:#fff;
    font-size:42px;
    font-family:'Circe ExtraBold';
}
.staff .third {
    margin-left:100px;
}
.staff span {
    color:#F9C719;
    font-size:42px;
}
.staff p {
    margin-top:-10px;
    font-size:18px;
}
.staff_item {
    display:flex;
    justify-content:space-between;
}
.staff_block {
    width:33%;
}
.staff_block span {
    font-size:40px;
}
.slick-dots {
    margin:0 auto;
}
.slick-dots button {
   opacity:0;
}
.slick-dots li {
    float:left;
}
/*SERTIFICAT*/
#sertificat {
    background:#000;
    padding-top:80px;
    color:#fff;
}
#sertificat h2 {
    width:50%;
    float:left;
    font-size: 42px;
    font-family:'Circe ExtraBold';
}
#sertificat p {
    width:90%;
    font-size:24px;
    font-family:'Circe Light';
    font-weight:400;
}
#sertificat p span {
    color:#F9C719;
}
.window {
    height: 466px;
    border-radius:8px;
    background:#fff;
    text-align:center;
}
.window img {
    height:466px;
    object-fit:cover;
    border-radius:8px;
}
#slider {
    margin-bottom:70px;
}
#sertificat button.customer {
    width:260px;
}
.wave_bottom {
    width:100%;
    background:url('/assets/templates/ses/img/wave-bottom.svg');
    background-size:100%;
    position:relative;
    height:180px;
}
.wave-right img {
    z-index:1;
    position:absolute;
    right:0;
    margin-top:-750px;
}
/*MAP*/
.index_h2 {
    font-size:28px; 
    text-align:center;
}
#map {
    padding-top:80px;
    padding-bottom:50px;
}
.map_block {
    display:flex;
    align-items:center;
}
.map_text {
    width:50%;
    padding-right:70px;
    font-size:24px;
}
.map_text p {
    font-size: 42px;
    font-family:'Circe ExtraBold';
    font-weight:bold;
}
#map button.customer {
    width:260px;
    margin-top:30px;
}
.map_image {
    background:url('/assets/templates/ses/img/map.svg') no-repeat;
    height:650px;
    width:520px;
    padding-top:25%;
    padding-left:25%;
}
/*REWIEVS*/
#reviews {
    padding-top:100px;
    padding-bottom:130px;
    background:#F9C719;
    border-radius: 0 0 50% 50%/0 0 15% 15%;
    text-align:center;
}
#reviews h2 {
    font-size:42px;
    color:#000;
    font-family:'Circe ExtraBold';
    margin-bottom:80px;
}
.rev_block {
    width:70%;
    margin-left:15%;
    border-radius: 8px;
    padding:20px 30px;
    background:#fff;
}
.rev_block p {
    font-size: 24px;
    font-weight:400;
}
.rev_block p span {
    font-family:'Circe ExtraBold';
    font-size: 18px;
}
.single-item .slick-arrow {
    display:none !important;
}
.single-item .slick-dots {
    margin-top:45px;
    margin-bottom:60px;
    width:100%;
    display:flex !important;
    justify-content:center;
    list-style:none;
}
.single-item .slick-dots li:last-child button {
    opacity:1;
    width:66px;
    height:66px;
    background:url('/assets/templates/ses/img/icon2.svg') no-repeat;
    background-position:left 10px top 15px;
    font-size:0;
    border:2px solid #000;
    border-radius:100px;
    margin-right:10px;
    margin-left:10px;
}
.single-item .slick-dots li:nth-child(1) button {
    opacity:1;
    width:66px;
    height:66px;
    background:url('/assets/templates/ses/img/icon3.svg') no-repeat;
    background-position:left 5px top 5px;
    font-size:0;
    border:2px solid #000;
    border-radius:100px;
    margin-right:10px;
    margin-left:10px;
}
.single-item .slick-dots li:nth-child(2) button {
    opacity:1;
    width:66px;
    height:66px;
    background:url('/assets/templates/ses/img/icon1.svg') no-repeat;
    background-position:left 10px top 5px;
    font-size:0;
    border:2px solid #000;
    border-radius:100px;
    margin-right:10px;
    margin-left:10px;
}
.single-item .slick-dots li:nth-child(3) button {
    opacity:1;
    width:66px;
    height:66px;
    background:url('/assets/templates/ses/img/icon3.svg') no-repeat;
    background-position:left 10px top 5px;
    font-size:0;
    border:2px solid #000;
    border-radius:100px;
    margin-right:10px;
    margin-left:10px;
}
.single-item .slick-dots li:first-child button:hover, .single-item .slick-dots li.slick-active:first-child button, .single-item .slick-dots li:first-child button:focus {
    opacity:1;
    width:66px;
    height:66px;
    background:url('/assets/templates/ses/img/icon3-hover.svg') left 10px top 5px, url('/img/elipse.svg');
    background-repeat:no-repeat;
    background-blend-mode: multiplay;
    font-size:0;
    border:2px solid #000;
    border-radius:100px;
    outline:none;
}
.single-item .slick-dots li:nth-child(2) button:hover, .single-item .slick-dots li.slick-active:nth-child(2) button, .single-item .slick-dots li:nth-child(2) button:focus {
    background:url('/assets/templates/ses/img/icon1-hover.svg') left 10px top 5px, url('/assets/templates/ses/img/elipse.svg');
    background-repeat:no-repeat;
    background-blend-mode: multiplay;
}
.single-item .slick-dots li:nth-child(3) button:hover, .single-item .slick-dots li.slick-active:nth-child(3) button, .single-item .slick-dots li:nth-child(3) button:focus {
    background:url('/assets/templates/ses/img/icon3-hover.svg') left 10px top 5px, url('/assets/templates/ses/img/elipse.svg');
    background-repeat:no-repeat;
    background-blend-mode: multiplay;
}
.single-item .slick-dots li:last-child button:hover, .single-item .slick-dots li.slick-active:last-child button, .single-item .slick-dots li:last-child button:focus {
    opacity:1;
    width:66px;
    height:66px;
    background:url('/assets/templates/ses/img/icon2-hover.svg') left 10px top 15px, url('/img/elipse.svg');
    background-repeat:no-repeat;
    background-blend-mode: multiplay;
    font-size:0;
    border:2px solid #000;
    border-radius:100px;
    outline:none;
}
.black {
    background:#000;
    color:#fff;
    width:298px;
}
.wave_left {
    position:absolute;
    left:0px;
    margin-top:-100px;
}
.wave_right {
    position:absolute;
    right:0px;
}
/*QUESTION*/
#question {
    padding-top:130px;
    padding-bottom:150px;
}
#question h2 {
    font-size: 42px;
    font-family:'Circe ExtraBold';
}
.qq {
    display:flex;
}
.question_text {
    margin-left:60px;
}
.panel-heading {
    padding: 0;
    border:0;
    margin-bottom:15px;
}
.panel-title>a, .panel-title>a:active{
    display:block; 
    text-decoration:none;
    font-size:24px;
    font-family:'Circe ExtraBold';
    color:#000;
}
.panel-heading  a:before { 
    font-family: 'Circe ExtraBold'; 
    content: url('data:image/svg+xml;utf8,<svg width="28" height="17" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3L14 14L25 3" stroke="black" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    float: right; 
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-body {
    font-size:18px;
    font-weight:400;
}
.panel-default {
    margin-bottom:35px;
}
.center-block {
    margin-top:35px;
}
#recommend {
    padding-top:10px;
    padding-bottom:80px;
}
#recommend h2 {
    text-align:center;
    font-size:42px;
    margin-bottom:50px;
}
.recommend_item {
     background: #FFFFFF;
     box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
     border-radius: 8px;
}
.img_rec img {
    height:211px;
    width:100%;
    object-fit :cover;
    position:relative;
    z-index:10;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.text_rec {
    padding:25px;
}
.text_rec h3 {
    font-size:24px;
    font-family:'Circe ExtraBold';
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_rec a {
    color: #F9C719;
    font-size:18px;
    text-decoration:underline;
}
#recommend button {
    width:298px;
    margin-top:35px;
}


/********************************************SERVICES**************************************/
.sservice #application {
    margin-top:-130px; 
    padding-top:230px;
}
.sservice .service_card {
    /*height:180px;*/
    height:230px;
}
.sservice #banner .right_man {
    margin-top:-625px;
    margin-right:40px;
}
.sservice #banner p {
    margin-bottom:150px;
}

/********************************************SERVICE_CARD**************************************/
#content {
    padding-top:80px;
    padding-bottom:80px;
    background:linear-gradient(to top, #fff, #f7f7f9);
}
#content h1 {
    width:60%;
    font-size: 42px;
    color: #2E2808;
}
#content h2 {
    color: #2E2808;
    font-size:42px;
    margin-top:35px;
}
#content h3 {
    font-size:24px;
    color: #2E2808;
}
#content p {
    color: #2E2808;
    font-size:18px;
}
#content p span {
    font-size:24px;
}
#content h2 span {
    color:#F9C719;
}
#content .table {
    margin-top:30px;
    font-size:18px;
    border-spacing: 0px 12px;
    border-collapse:separate;
}
#content .table td, #content .table th {
    border-top:none;
}
#content .table thead {
    color: #2E2808;
    opacity: 0.5;
}
#content .table tbody tr  {
    background: #fff;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    font-size: 24px;
    font-weight:bold;
    color:#000;
}
#content .table tbody tr td {
    padding:15px;
}
#content a {
    color:#F9C719;
    font-weight:bold;
}
.column {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule:none;
    -moz-column-rule: none;
    column-rule: none;
   }
#garant {
    padding-top:100px;
    padding-bottom:130px;
    background:#000;
}
#garant h2 {
    text-align:center;
    font-size:46px;
    color:#fff;
    margin-bottom:80px;
}
#garant h3 {
    font-size:24px;
    color:#fff;
    margin-bottom:20px;
}
#garant p {
    font-size:18px;
    color:#fff;
}
#garant p span {
    color:#F9C719;
}
#garant .icon-gr {
    height:140px;
    margin-bottom:25px;
}
#dop_form {
    background:rgb(249, 199, 25);
    padding-top:50px;
    padding-bottom:80px;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
}
.dop_form_block {
    display:flex;
    align-items:center;
}
.dop_form_img {
    width:50%;
}
.dop_form_img img {
    object-fit:cover;
}
.dop_form_text {
    width:50%;
}
.dop_form_text .forms input {
    border:1px solid rgba(0, 0, 0, 0.5);
}
.dop_form_text .small a {
    color:#2E2808;
    text-decoration:underline;
}
.dop_form_text .customer {
    background:#2E2808;
    color:#fff;
}
.probel {
    height:50px;
}
#content ul li {
    list-style-type:none;
}
#content ul li:before {
 font-family: 'Circe ExtraBold';
 color: rgb(249, 199, 25);
 content: "•"; 
 padding-right: 7px; 
}
#content img {
    width:100%;
    object-fit:cover;
}

/********************************************BLOG**************************************/
.blog #recommend {
    padding-top:80px;
    padding-bottom:100px;
}
.blog #recommend h1 {
    width:50%;
}

/********************************************CONTACT**************************************/
.cont_map_block {
    width:430px;
    height:430px;
    box-shadow: 35px -35px #F9C719;
    position:relative;
    z-index:999;
}
.cont_map_block img {
    width:80px;
    margin-left:175px;
    margin-top:175px;
}
#content .cont_map_block img {
    width:80px;
}
.contact {
    display:flex;
    justify-content:space-between;
}
.cont_left, .cont_right {
    width:50%;
}
.address_block {
    margin-top:30px;
    font-size:24px;
    color: #2E2808;
}
.address_block span {
    font-weight:bold;
}
.address_block a {
    color: #F9C719;
    text-decoration:underline;
    font-weight:bold;
}
.address_item {
    display:flex;
}
.address_item .address_block {
    width:50%;
}
.points {
    margin-top:50px;
    display:flex;
    justify-content:space-between;
}
.points_item {
    width:50%;
}
.points_item p {
    font-size:24px;
}
.points_item p span {
    font-weight:bold;
    font-size:24px;
}
#content .wave_right {
    z-index:1;
}


/********************************************LOWYER**************************************/
.half {
    width:65% !important;
}
.half h1 {
    margin-bottom:35px;
}
.half p span  {
    color:#F9C719;
    font-weight:bold;
}
.stn {
    margin-top:-100px !important;
    padding-top:80px !important;
}
.low .border_top {
    margin-top:-250px;
}
.calc {
    display:flex;
    justify-content:space-between;
}
.calc_block {
    width:45%;
}
.calc_form_item {
    margin-bottom:35px;
}
.calc_form label {
    color: #2E2808;
    font-size:18px;
    font-weight:400;
}
.calc_form select {
    border: 1px solid #A9A9A9;
    border-radius:4px;
    background:#fff;
    width:100%;
    height:55px;
    font-size:18px;
    color: #2E2808;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    z-index:10000;
}
.radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio + label {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.radio + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #FFF;
}
.radio + label:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	opacity: 0;
	transition: .2s;
}
.radio:checked + label:after {
	opacity: 1;
}
.cost {
    font-size: 42px;
    font-family:'Circe ExtraBold';
    color:#2E2808;
}
.total {
    font-size: 24px;
    font-family:'Circe ExtraBold';
    color:#000;
    margin-bottom:60px;
}
.calc_block span {
    font-size:22px;
    font-weight:bold;
    color:#000;
}
.calc_block .forms input {
    width:70%;
    border:1px solid rgba(0, 0, 0, 0.5);
}
.calc_block .customer {
    width:70%;
    background:#2E2808;
    color:#fff;
}
.calc_block .small {
    color:#2E2808;
    margin-top:25px;
    width:70%;
}
.calc_block .small a {
     color:#2E2808;
     text-decoration:underline;
}
.ui-widget.ui-widget-content {
    border: none;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    width:15px;
    height:15px;
    background:#000;
    border-radius:100%;
    border:none;
}
div#polzunok1.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    height:3px;
    border:none;
    background:#000;
}
.range-block {
    display:flex;
    justify-content:space-between;
}
#problem {
    margin-top:-130px;
    padding-top:230px;
    padding-bottom:150px;
    background:#000;
}
#problem h2 {
    font-family:'Circe';
    color:#fff;
    font-size:46px;
    font-weight:bold;
    text-align:center;
    margin-bottom:50px;
}
#problem .icon-pr {
    text-align:center;
}
#problem h3 {
    margin-top:30px;
    color:#fff;
    font-family:'Circe';
    font-size:24px;
    font-weight:400;
    text-align:center;
}
p.serv_desc {
    font-family: 'Circe';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color:#2E2808;
    margin-top:45px;
}
.glav_content {
     background:#E5E5E5;
     margin-top:-130px;
     padding-top:180px;
}