/*
 ________  __       __       __    __  _____      __
|   __   ||  |     /  \     |  |  |  ||  __ \    |  |
|  |__|  ||  |    /    \    |  |\ |  || |__) |   |  |
|   _____||  |   /  /\  \   |  | \|  ||      /   |  |____ ___      ___
|  |      |  |  /  /__\  \  |  |\ |  ||  __  \   |  ___  |\  \    /  /
|  |      |  | /  /    \  \ |  | \|  || |__)  |_ | |___| | \  \__/  /
|__|      |__|/__/      \__\|__|  |__||_______(_)|_______|  \      /
                                                            _|    /
                                                           |     /
                                                           |____/
*/


a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}body,html{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:700}img{color:transparent;font-size:0;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:400;vertical-align:top;text-align:left}q{quotes:none}q:after,q:before{content:'';content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg{overflow:hidden}.clear,.clr{display:block;clear:both;overflow:hidden;line-height:0!important;height:0!important;font-size:0;margin:0;padding:0}.clearfix:after,.clearfix:before{content:"";display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}html{overflow-x:hidden}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}address,dl,fieldset,figure,hr,ol,p,pre,table,ul{margin-top:0}
.hr-shadow{position:relative;overflow:hidden;height:25px}.hr-shadow:after{position:absolute;content:'';z-index:1;height:20px;top:-20px;left:50%;width:100%;margin-left:-50%;-webkit-border-radius:200px/10px;-moz-border-radius:200px/10px;border-radius:200px/10px;box-shadow:0 0 30px rgba(0,0,0,.28)}

.swal2-popup {width: 40rem !important;}
.swal2-popup.swal2-toast {padding: 2rem !important;font-size: 2rem !important;}
h2#swal2-title {line-height: 2rem !important;}

.main {max-width: 1320px;clear: both;box-sizing: border-box;margin: 0 auto;padding: 0 10px;position: relative;}
.fw:before,.fw:after {content: '';display: block;background: inherit;position: absolute;height: 100%;width: 10000px;top: 0;}
.fw:before{right: 100%;} .fw:after{left: 100%;}

/* Modal ---------------------- */
    /*behavior*/
    .fon_modal {z-index: 10001;top: 0;left: 0;bottom: 0;right: 0;position: fixed;display: none;}
    .modalwrapper {-webkit-overflow-scrolling: touch;perspective: 1000px;overflow-y: scroll;z-index: 1000;top: 0;right: 0;width: 100%;height: 100%;display: none;position: fixed;}
    .modal {left: 50%;transform: translate(-50%, 0%) rotateX(50deg) scale(.6);bottom: auto;opacity: 0;z-index: 10002;box-sizing: border-box;transition: 1s;display: none;position: absolute;}
    .modal.poehali {transform: translate(-50%, -50%);opacity: 1;margin-top: 0;}
    .modal .close_modal {position: absolute;z-index: 999999;text-align: center;cursor: pointer;transition: .5s;}

    /*modal width & position*/
    .modal {width: 600px;top: 50%;}
    .modal.poehali {transform: translate(-50%, -50%);opacity: 1;margin-top: 0;}

    /*style*/
    .modalwrapper {background: rgba(0, 0, 0, 0.7);}
    .modal {background: #fff;border-radius: 30px;box-shadow: 5px 5px 15px #000;padding: 50px;}
    .modal_header {width: 100%;padding: 0 0 30px 0;border-bottom: 1px solid #EAF4F6;position: relative;}
    .modal .close_modal {color: var(--textcolor);background: transparent;width: 35px;height: 35px;line-height: 35px;font-size: 30px;border-radius: 5px;right: 15px;top: 15px;}
    .modal .close_modal:hover {transform: rotate(90deg);}
    .modal h3 {color: var(--textcolor);font-weight: 700;font-size: 20px;line-height: 24px;padding: 20px 0 0;}
    .modal p.comment {color: var(--textcolor);}



/* circle-list¸  ---------------------- */
    .circle-list {margin: 25px 0;}
    .circle-list li {list-style-type: none;margin-bottom: 8px;position: relative;}
    .circle-list li:before {right: calc(100% + 12px);top:50%;transform:translateY(-50%);border: 2px solid var(--maincolor2);width: 8px;height: 8px;border-radius: 100px;position: absolute;display: block;content:'';}


/* ol li customization ---------------------- */
    ol.numbered {margin: 15px 0 20px;display: block;counter-reset: myCounter;}
    ol.numbered li {margin-bottom: 5px;list-style-type: none;padding-left: 20px;position: relative;}
    ol.numbered li:before {background:var(--maincolor2);counter-increment:myCounter;content:counter(myCounter);position:absolute;left:-14px;top:-3px;color:#fff;display:inline-block;text-align:center;margin:5px 10px;width:17px;height:17px;line-height:17px;border-radius:20px;font-size:.7em}

/* Fancybox    ---------------------- */  
    a[data-fancybox] {position: relative;display: block;}
    a[data-fancybox]:after {background: url(/assets/img/icons/zoom.svg) 50% 50%/20px no-repeat, rgb(41 128 185 / 18%);display: block;content:"";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition:.5s;}
    a[data-fancybox]:hover:after {opacity: 1;}
    
/* Breadcrumbs    ------------------- */
    .breadcrumb {list-style-type: none;font-size: .9em;display: block; padding: 10px 0;}
    .breadcrumb li {display: inline-block;margin-left: 0;}
    .breadcrumb a {color: var(--maincolor);text-decoration: none;}
    .breadcrumb a:hover {text-decoration: underline;}
    .breadcrumb .divider {padding: 0 5px;display: inline-block;}
    
    #breadcrumbs_sub {position: absolute;z-index: 9;text-align: center;left: 0;bottom: -120px;width: 100%;}
    #breadcrumbs_sub .breadcrumb a {color: var(--maincolor2);}

/* TABLE */
.table{max-width:100%;overflow-x:auto;margin: 15px 0;width:100%;background: var(--grey);}
.table::-webkit-scrollbar {width: 8px;height: 8px;background: #000;}
.table::-webkit-scrollbar-track {background: transparent;}
.table::-webkit-scrollbar-thumb {background-color: var(--maincolor2);border-radius: 10px;}
.table td {padding: 10px 5px;color: #000;vertical-align: middle;width: auto !important;height: auto !important;}
.table tr {border-bottom: 1px solid #e7e7e7;}
.table td a {border-bottom: 1px dashed var(--maincolor2);}
.table tr:last-child {border-bottom: 0;}
.table tr th {background: var(--maincolor2);font-weight: 600;padding: 10px 5px;}


/* OWL Carousel    ------------------- */

    /* arrows 1 */
        .owl-arrows1 .owl-nav button {width: 40px;height: 40px;background: rgba(255, 255, 255, .5) !important;color: #000;border-radius: 5px;top: 50%;transform: translateY(-50%);outline: none;position: absolute;}
        .owl-arrows1 .owl-nav .owl-prev {left: 5px;}
        .owl-arrows1 .owl-nav .owl-next {right: 5px;}
        .owl-arrows1 .owl-nav button:hover {background: #fdd403 !important;color: #fff !important}


    /* arrows 2 */
        .owl-arrows2 {padding: 0 40px;margin: 0;box-sizing: border-box;}
        .owl-arrows2 .owl-prev, 
        .owl-arrows2 .owl-next {background: var(--maincolor2) !important;height: 30px;width: 30px;border-radius: 5px;padding: 0;box-sizing: border-box;font-size: 0;position: absolute;transition: 0.3s;top: 50%;transform: translateY(-50%);outline: none;}
        .owl-arrows2 .owl-prev {left: 0px}
        .owl-arrows2 .owl-next {right: 0px;}
    
    
    /* arrows 3 */
        .owl-arrows3 .owl-nav {top: -50px;right: 0;position: absolute;}
        .owl-arrows3 .owl-nav button {width: 40px;height: 40px;line-height: 40px !important;background: var(--maincolor2) !important;border-radius: 5px;margin-left: 10px;outline: none;}
        .owl-arrows3 .owl-nav button.disabled {background: var(--gray) !important;cursor: initial;}
        
    /* dots 1 */
        .owl-dots1 .owl-dots {margin-top: 10px;text-align: center;}
        .owl-dots1 .owl-dots button {background: var(--grey) !important;width: 10px;height: 10px;margin: 0 5px;border-radius: 30px;transition: .2s;outline: none;display: inline-block;}
        .owl-dots1 .owl-dots button.active, 
        .owl-dots1 .owl-dots button:hover {background: var(--maincolor2) !important;}
    
    
    /* dots 2 */
        /*
            <div class="owl-dots2-wrapper">
                <div class="owl-dots2"></div>
            </div>
            dotsContainer: '.owl-dots2',
        */
        .owl-dots2-wrapper {text-align: center;line-height: 10px;}
        .owl-dots2 {background: #dadada;padding: 10px;border-radius: 25px;margin: 10px 0;text-align: center;display: inline-block;line-height: 0px;}
        .owl-dots2 button {background: var(--grey) !important;width: 10px;height: 10px;margin: 0 5px;border-radius: 30px;transition: .2s;outline: none;display: inline-block;border: 0;padding: 0;}
        .owl-dots2 button.active, 
        .owl-dots2 button:hover {background: var(--maincolor) !important;}

/*------------------ -------------------*/
/*                COMMON                */
/*------------------ -------------------*/
:root {
    --maincolor: #e0f4ff;
    --maincolor2: #76ca58;
    --textcolor: #000;
    --hcolor: #151513;
    --red: #e84118;
    --orange: #f3a416;
    --blue: #007aff;
    --green: #31bea6;
    --grey:  #f6f6f6;
    --sky: #eaf4f7;
    --white: #fff;
    --dark: #1d1d1d
}


.maincolor {color: var(--maincolor)}
.maincolor2 {color: var(--maincolor2)}
.textcolor {color: var(--textcolor)}
.hcolor {color: var(--hcolor)}
.red {color: var(--red)}
.blue {color: var(--blue)}
.green {color: var(--green)}
.grey {color: var(--grey)}
.sky {color: var(--sky)}
.white {color: var(--white)}
.dark {color: var(--dark)}
.orange {color: var(--orange)}

.bg-maincolor {background: var(--maincolor);}
.bg-maincolor2 {background: var(--maincolor2);}
.bg-textcolor {background: var(--textcolor);}
.bg-hcolor {background: var(--hcolor);}
.bg-red {background: var(--red);}
.bg-blue {background: var(--blue);}
.bg-green {background: var(--green);}
.bg-grey {background: var(--grey);}
.bg-sky {background: var(--sky);}
.bg-white {background: var(--white);}
.bg-dark {background: var(--dark);}
.bg-orange {background: var(--orange);}


body::-webkit-scrollbar {width: 10px;background: transparent;}
body::-webkit-scrollbar-track {background: transparent;}
body::-webkit-scrollbar-thumb {background-color: var(--maincolor2);border-radius: 10px;}
::selection {background: var(--maincolor2);color: #fff;}


html {font-size: 10px;}
body {font-size: 1.75rem;line-height: 2.5rem;font-family: 'Montserrat', sans-serif;font-weight: 400;color: var(--textcolor);}
a {font-weight:400;color: var(--blue);outline: none;text-decoration: none;}
p {margin-bottom: 20px;}
h1, .h1 {font-size: 4.5rem;line-height: 5.5rem;margin-bottom: 40px;}
h2, .h2 {font-size: 4.0rem;line-height: 4.5rem;margin-bottom: 40px;}
h3, .h3 {font-size: 3.5rem;line-height: 4.0rem;margin-bottom: 25px;}
h4, .h4 {font-size: 3.0rem;line-height: 3.5rem;margin-bottom: 25px;}
h5, .h5 {font-size: 2.5rem;line-height: 3.0rem;margin-bottom: 25px;}
h6, .h6 {font-size: 1.85rem;line-height: 2.2rem;margin-bottom: 25px;}
h1,h2,h3,h4,h5,h6 {color: var(--hcolor)}

.bshad {box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px}
.before-line {position: relative;color: var(--hcolor);padding: 0 0 0 130px;}
.before-line:before {display: inline-block;height: 2px;width: 100px;background: var(--hcolor);content: "";position:  absolute;top: 50%;transform: translateY(-50%);left: 0;}
.before-line-main {color: var(--maincolor);}
.before-line-main:before {background: var(--maincolor);}

.bottom-line {position: relative;z-index: 2;display: inline-block;padding: 0 5px;}
.bottom-line:before{left:0;bottom: 0px;width: 100%;max-width: 500px;display: inline-block;height: 10px;background: var(--maincolor2);border-radius:2px;position:absolute;content:'';z-index:-1;}
.small {font-size: 1.45rem;line-height: 2rem;}
.big {font-size: 2em;line-height: 2em;}
.iframe_usl {width:100%;height:315px;}
span.line-y {position: relative;display: inline-block;}
span.line-y:before {content:'';position: absolute;left: 0;bottom: 12px;height: 20px;background: var(--maincolor2);width: 100%;transform: skewX(-10deg);z-index: -1;}
.bord1 {border-bottom: 2px solid var(--maincolor2);}

.title {padding-left: 100px;position: relative;}
.title:before {position:absolute;content:'';background: var(--hcolor);top:50%;transform:translateY(-50%);width: 80px;height: 2px;left: 0;}
    
/* FORM  ---------------------- */
input[type="text"], input[type="tel"], textarea {line-height: 50px;min-height: 50px;padding: 0 20px;font-weight: 400;color: #000;border-radius: 30px;width: 100%;margin: 0 0 10px 0;background: var(--grey);border: 2px solid var(--maincolor2);font-size: 1.5rem !important;font: inherit;outline: none;box-sizing: border-box;display: block;transition:.5s;}
input[type="text"].error {background: #f7ebeb;}
textarea {padding: 20px;line-height: normal;resize: vertical;}
input:focus, textarea:focus {background: #e0e2e8;}
.bigbutton {font-size: 1.6rem;text-align: center;line-height: 60px;padding: 0 60px;box-shadow: 0 20px 40px -20px #76CA59;color: #fff;font-weight: 600;white-space: nowrap;cursor: pointer;font-family: inherit;outline: none;border-radius: 30px;display: inline-block;background: var(--maincolor2);border: 0;}
.bigbutton:hover {background: #6AB750;}
.url {color: var(--blue);font-weight: 600;} 
.url img {width: 15px;margin-left: 5px;}
.effect{position:relative;overflow:hidden}
.effect:before{content:'';width:100%;height:60px;display:block;position:absolute;z-index:3;border-left:100px solid rgba(255,255,255,.3);box-shadow:-20px 30px 30px rgba(255,255,255,.3);background:0 0;top:0;left:-100px;margin-left:-1px;transition:all 0s ease-in-out;transform:translate(0,0)}
.effect:hover:before{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform:translate(115%,0);-moz-transform:translate(115%,0);-ms-transform:translate(115%,0);-o-transform:translate(115%,0);transform:translate(115%,0)}

    /*blik*/
    .blik{position:relative;overflow:hidden}    
    .blik:before{content:'';width:100%;height:60px;display:block;position:absolute;z-index:3;border-left:100px solid rgba(255,255,255,.2);box-shadow:-20px 30px 30px rgba(255,255,255,.1);background:0 0;top:0;left:-100px;margin-left:-1px;transition:all 0s ease-in-out;transform:translate(0,0)}
    .blik:hover:before{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform:translate(115%,0);-moz-transform:translate(115%,0);-ms-transform:translate(115%,0);-o-transform:translate(115%,0);transform:translate(115%,0)}
    
/* slide down from top */
.overlay {height: 0%;width: 100%;position: fixed;z-index: 99;top: 0;left: 0;background-color: rgb(0 0 0 / 85%);overflow-y: scroll;transition: .5s;}
body.over_lay {overflow-y: hidden !important;}
.overlay-content {position: relative;top: 5%;width: 500px;margin: 30px auto;z-index: 100;}
.overlay a {padding: 8px;text-decoration: none;font-size: 36px;color: #fff;display: block;transition: .5s;}
.overlay .closebtn {position: absolute;top: 20px;right: 45px;font-size: 80px;font-weight: 300;color: #fff;}
.overlay-content h2, .overlay-content p {color: #fff; margin-bottom: 10px;font-weight: 600;text-align: center;}
.overlay-content p {margin-bottom: 20px !important;}
.overlay-content .labelFile{background: #f3f4f8;padding: 5px 50px 5px 5px;border: 4px solid var(--maincolor);}


/* Header    ---------------------- */
    #header{height:80px;background: transparent;box-sizing:border-box;position:fixed;width: 100%;z-index:11;transition: .5s;}
    #header .main {height: 80px;}
    #header .main{position: relative;}
     /* logo */
    #header .logo{left: 5px;top:50%;transform:translateY(-50%);color: #222;font-size: 2.0rem;font-weight: 600;opacity: 0;visibility: hidden;position:absolute;transition: .5s;}
     /* tel */
    #header .tel {right: 250px;top:50%;transform:translateY(-50%);position:absolute;color: var(--textcolor);font-size:22px;line-height: 24px;display: block;font-weight: 700;}
    
    #header .bigbutton {position: absolute;line-height: 44px;top:50%;padding: 0 30px 0 50px;transform:translateY(-50%);right: 5px;}
    #header .bigbutton:after {width: 36px;height: 36px;top: 4px;left: 6px;background: #fff url(/assets/img/icons/phone.svg) center center no-repeat;position: absolute;background-size: 18px 18px;content:'';border-radius: 50%;transition: .5s;}
    #header .bigbutton:hover:after {transform: rotate(360deg);}
    
        
    body.min #header {box-shadow: 0 12px 30px 0 rgba(9, 2, 27, .15);background: #fff;}
    body.min #header .logo{opacity: 1;visibility: visible;}
    body.min #header, body.min #header .main {height: 50px}

/* banner */
    #banner {background: url(/assets/img/fon/01.svg) 100% 100% no-repeat;margin-top: -80px;padding: 220px 0 160px;}
    #banner .icons-block {width: 80%;}
    #banner .circle {width: 150px;height: 150px;background: #fff;outline: 1px dashed var(--maincolor2);-webkit-appearance: none;outline-offset: -5px;padding: 20px;border-radius: 100%;transition: .5s;z-index:2;position: relative;}
    #banner .circle:hover {transform: translateY(-10px);}
    #banner .circle > img {width: 55px;margin-bottom: 15px;}
    
    #banner .main > .image {position: absolute;bottom: -200px;left: -300px;z-index: 1;}
    #banner .main > .image img {width: 1000px;transform: scale(-1, 1);}

    #preim {position: absolute;bottom: -260px;z-index: 2;}
    
    #preim .image {min-height: 220px;opacity: .5;transition: .5s;}
    #preim .image1 {background: url(/assets/img/page/dogovor.jpg) 50% 50%/cover no-repeat;}
    #preim .image2 {background: url(/assets/img/page/dengi.jpg) 50% 50%/cover no-repeat;}
    #preim .image3 {background: url(/assets/img/page/avtos.webp) 50% 50%/cover no-repeat;}
    #preim .block:hover .image {opacity: 1;}
    
    #why .num {width: 50px;height: 50px;line-height: 50px;text-align: center;padding: 10px;border: 15px solid #fff;color: #fff;border-radius: 100%;background: var(--maincolor2);font-size: 4rem;position: absolute; top: -50px;transform: translateX(-50%);left: 50%;}
    
    #ocenka .bigbutton {line-height: 50px;width: 100%;padding: 0;}
    #ocenka .main {border: 10px solid var(--maincolor);padding: 50px;}
    #ocenka .viber {background: #655bac;}
    #ocenka .what {background: #28a71a;}
    #ocenka .telegram {background: #1b8adb;}
    #ocenka .massangers img {width: 35px;transform: translateY(-2px);}
    #ocenka .massangers a.url {position: absolute;top:0;left: 0;width:100%;height:100%;z-index:3;}
    #ocenka .image img {position: absolute;bottom: -1px;right: 50px;width: 300px;height: auto;max-width:  none;z-index: 3;max-height: none;}
    
    #mark .m {display: inline-block;text-align: center;font-weight: 500;width: 114px;height: 125px;font-size: 1.4rem;transition: .5s;}
    #mark .m:hover {color: var(--maincolor2);}
    #mark .m > img {display: block;margin: 0 auto 10px;width: 50px;}
    
    #zakon .bordleft {border-left: 4px solid var(--maincolor);}
    #zakon .block img {width: 38px;margin-right: 5px;}
    #zakon .doc {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 800px;max-width: none;max-height: none;}
    #zakon .car-block:before {width: 482px;height: 473px;background: url(/assets/img/fon/shape.svg) center center no-repeat;background-size: contain;position: absolute;content: '';top: 50px;right: -43px;z-index: -1;}
    
    #documents .num {width: 50px;height: 50px;line-height: 50px;text-align: center;padding: 10px;border: 2px solid #9adbff;color: #9adbff;border-radius: 100%;background: transparent;font-size: 4rem;}
    #documents .bigbutton:after {width: 40px;height: 40px;top: 5px;left: 6px;background: #fff url(/assets/img/icons/shopping.png) center center no-repeat;position: absolute;background-size: 20px 20px;content:'';border-radius: 50%;transition: .5s;}
    #documents .bigbutton {line-height: 50px;padding: 0 30px 0 60px;}



/* Form ---------------------*/
    #form {position: relative;margin: -65px 0 80px;}
    #form .main {position: relative;border-radius: 10px;max-width: 1150px;text-align: center;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);transition: .5s;}
    #form .main:after {content: '';width: 100%;height: 105%;position: absolute;top: -1px;left: -45px;border-radius: 10px;transform: rotate(357deg);background: #ededed;box-shadow: 0 15px 60px 0px rgb(42 42 42 / 0.6);z-index: -1;}
    #form .bigbutton, #obrashenie .form .bigbutton {line-height: 50px;width: 100%;padding: 0;}
    




/* Footer    ---------------------- */
    #footer2 {background: #282828; color: #fff;}
    #footer2 .planblogo {margin: 0!important;}
    #footer2 .planblogo a {border-bottom: 0;}

/*PLANB*/
    .planblogo {float: right;margin-bottom: 0;transition: 0.5s;margin-top: 30px !important;}
    .planblogo:hover {margin-top: 25px;}
    .planblogo img {transition: 0.5s;display: inline;}

    
/*scroll up*/
#scrollup{z-index:5;right:10px;bottom:10px;padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;opacity:1;cursor:pointer;position:fixed;display:none;font-size:0}


/* xl */
@media all and (max-width: 1220px) {
    .main {width: 990px;}

} 

/* l */
@media all and (max-width: 980px) {
    .main {width:770px;}
    html {font-size: 9px;}
    
    .title {padding-left: 70px;}
    .title:before {width: 50px;}

    h1, .h1 {font-size: 4.0rem;line-height: 4.5rem;}
    h2, .h2 {font-size: 3.5rem;line-height: 4.0rem;}
    h3, .h3 {font-size: 3.0rem;line-height: 3.5rem;}
    h4, .h4 {font-size: 2.5rem;line-height: 3.0rem;}
    h5, .h5 {font-size: 2.3rem;line-height: 2.8rem;}
    
    #preim {bottom: -290px;}
    
    #banner .circle {width: 120px;height: 120px;}
    #banner .circle > img {width: 45px;margin-bottom: 5px;}
    #banner .main > .image img {width: 850px;}
    #ocenka .image img {right: 0;}
    
    #zakon .block:last-child {margin-right: 0;}

    #zakon .block {width: 41%;margin-right: 3%;vertical-align: top;display: inline-block;}
    
    #mark .m {width: 85px;height: 110px;font-size: 1.4rem;}
    #mark .m > img {margin: 0 auto 5px;width: 40px;}
    
    #documents img {width: 120px;}
    #documents .num {margin: 0 auto;}

}

/* m */
@media all and (max-width: 768px) {
    .main {width: 100%;}

    h1, .h1 {font-size: 3.5rem;line-height: 4.0rem;}
    h2, .h2 {font-size: 3.0rem;line-height: 3.5rem;}
    h3, .h3 {font-size: 2.5rem;line-height: 3.0rem;}
    h4, .h4 {font-size: 2.3rem;line-height: 2.8rem;}
    h4, .h4 {font-size: 2.0rem;line-height: 2.5rem;}
    
    #banner .bigbutton {padding: 0;}
    #banner {background: url(/assets/img/fon/01.svg) 100% 48% no-repeat;padding: 190px 0 160px;}

    #banner .icons-block {width: 70%;margin: 0 auto;}
    #preim .image {min-height: 100px;}
    #documents .main > .block33 {align-items: flex-start;}
    
    #banner .main > .image {position: relative;bottom: auto;left: auto;transform: translateY(-50px);z-index: 1;}
    #preim {bottom: -230px;}
    
    #ocenka .image img {position: relative;bottom: auto;right: auto;width: 245px;transform: translateY(22px);}
    #ocenka .main {padding: 20px;}
    
    #zakon .block {width: 35%;margin-right: 3%;}
    #zakon .doc {width: 690px;}
    #zakon .car-block:before {width: 482px;height: 430px;top: 95px;right: 0;}
    
    #mark .m {width: 63px;height: 80px;font-size: 1.3rem;line-height: 1.5rem;}
    #mark .m > img {margin: 0 auto 5px;width: 25px;}
    #documents img {width: 85px;}
    
     /* Modal ---------------------- */
    .modal {padding: 20px;left: 0;top: 0;transform: none !important;width: 100%;min-height: 100%;border-radius: 0;}
    .modal .close_modal {top: 5px;right: 5px;}
    .modal {text-align: left;}

}

/* s */
@media all and (max-width: 570px) {
    .main {width: auto;}
    
    h1, .h1 {font-size: 2.8rem;line-height: 3.5rem;}
    h2, .h2 {font-size: 2.5rem;line-height: 3.0rem;}
    h3, .h3 {font-size: 2.3rem;line-height: 2.8rem;}
    h4, .h4 {font-size: 2.0rem;line-height: 2.5rem;}
    
    .title {padding-left: 50px;}
    .title:before {width: 35px;}
    
    
    #header, #header .main {height: 50px;}
    #header .tel {right: 5px;font-size: 2.0rem;}
    #header .logo {font-size: 1.65rem;}
    
    #banner {margin-top: -50px;}
    #banner {background: url(/assets/img/fon/01.svg) 100% 0% no-repeat;padding: 105px 0 0;}

    #banner .circle > img {width: 35px;margin-bottom: 5px;}
    #banner .circle {margin: 0 auto;width: 90px;height: 90px;outline: none;border: 1px dashed var(--maincolor2);font-size: 1.4rem;line-height: 1.6rem}
    #banner .icons-block {width: 80%;margin: 0 auto;}
    
    #preim {position: relative;bottom: auto !important;}
    #preim .image {min-height: none;display: none;}
    #banner .main > .image {transform: translateY(-30px);}

    #zakon .doc {width: 450px;}
    #zakon .car-block:before {width: 300px;height: 300px;top: 85px;right: 0;}
    
    #ocenka .image img {transform: translateY(-70px);}
    #ocenka .main > .block60 {margin-top: -40px;}
    
    #banner .main > .image {transform: none;position: absolute;top: -100px;width: 700px;left: -260px;opacity: .3;z-index: 1;}
    #banner .main h1 {position: relative;z-index: 2;}
    
    #mark .m {width: 67px;height: 70px;}
    #documents .num {width: 40px;height: 40px;line-height: 40px;text-align: center;padding: 10px;border: 2px solid #9adbff;color: #9adbff;border-radius: 100%;background: transparent;font-size: 3rem;}

    .zvonok.bigbutton:after {width: 40px;height: 40px;top: 5px;left: 6px;background: #fff url(/assets/img/icons/shopping.png) center center no-repeat;position: absolute;background-size: 20px 20px;content:'';border-radius: 50%;transition: .5s;}
    .zvonok.bigbutton {line-height: 50px;padding: 0;border-radius: 0;position: fixed;width: 100%;text-align: center;bottom: 0;z-index:9;}

}