body {
    font-family: 'Montserrat', sans-serif;
    background: #E6E8EB;
    font-weight: 300;
    color: #000;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #9e9c9e;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1565C0;
}

::-webkit-resizer {
    width: 7px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 7px;
}

h3 {
    font-weight: 800;
    letter-spacing: -1px;
}

.uk-modal {
    background: rgba(21, 101, 192, 0.9);
}

.ajax_form .error {
    color: red !important;
    font-style: italic;
    font-size: 14px;
}

#jGrowl { 
    margin:0px 12px 0; 
}
.jGrowl {
    top: 50% !important;
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}
.jGrowl-notification {
    width: 350px !important;
    padding: 30px !important;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
    border-radius: 0 !important;
    font-size: 18px;
}

.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.af-message-error {
    background: red !important;
    color: #fff !important;
}

#jGrowl .af-message-success { 
    background: #20965d !important; 
    color: #fff !important;
}

header {
    z-index: 3;
    background: #1565C0;
    clip-path: ellipse(120% 100% at 50% 10%);
    -webkit-clip-path: ellipse(120% 100% at 50% 10%);
    -moz-clip-path: ellipse(120% 100% at 50% 10%);
    -ms-clip-path: ellipse(120% 100% at 50% 10%);
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    color: #fff;
	overflow: hidden;
}



header.go {
    clip-path: ellipse(120% 100% at 50% 0%);
    -webkit-clip-path: ellipse(120% 100% at 50% 0%);
    -moz-clip-path: ellipse(120% 100% at 50% 0%);
    -ms-clip-path: ellipse(120% 100% at 50% 0%);
    min-height: 800px;
    max-height: 800px;
    transition: 0.6s ease-in-out;
}

header > .uk-container {
    height: 100%;
    position: relative;
}



header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 72px;
    line-height: 1.0;
    letter-spacing: -1px;
    opacity: 0;
    transition: 0.6s ease-in-out;
    margin-left: -100vw;
}

header h1.go {
    opacity: 1;
    margin-left: 0;
}

.uk-position-center-left.headerTitle {
    left: 40px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -1px;
}

h1.pagetitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-bottom: 60px;
}

header p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4;
    margin: 40px 0 60px;
    letter-spacing: -1px;
    opacity: 0;
    transition: 0.8s ease-in-out;
    margin-left: -100vh;
}

header p.go {
    opacity: 1;
    margin-left: 0;
}

header .uk-button.uk-button-default.but {
    margin-left: -100vh;
    transition: .3s ease-in-out !important;
}

header .uk-button.uk-button-default.but.go {
    margin-left: 0;
    transition: .8s ease-in-out;
}
header > .uk-position-center-left {
    left: 40px;
    top: 55%;
}

div#topBar {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 65px 0 20px;
    background: #1565c0;
    transition: .3s ease-in-out;
    opacity: 0;
}

div#topBar.go {
    opacity: 1;
}

div#topBar.active {
    padding: 20px 0 20px;
}

div#topBar > .uk-container {
    position: relative;
}

a.logo {
    display: block;
    z-index: 1;
    position: relative;
    margin-right: 73px;
    float: left;
}

#logo .fil0 {
    fill: #FFC400;
}
#logo .fil1 {
    fill: #fff;
}

.desc {
    display: block;
    color: #fff;
    line-height: 1.2;
    margin-top: 5px;
    position: relative;
    float: left;
    font-size: 18px;
}
.desc p  {
    margin: 0;
}
.desc p span {
    font-weight: 800;
}

div#phone button {
    border: none;
    display: table;
    float: right;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 18px;
}

div#phone i.call {
    color: #FFC400;
    font-size: 26px;
    margin-top: 7px;
    display: table;
    float: left;
    margin-right: 5px;
}

div#phone i.arrow_down {
    color: #fff;
    margin-top: 7px;
    display: table;
    float: right;
    margin-left: 5px;
}

div#phone button.uk-open i.arrow_down {
    -o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.uk-button.uk-button-default.but {
    border-radius: 40px;
    padding: 5px 30px;
    font-weight: 700;
    background: #ffc400;
    border: 2px solid #ffc400;
}

.uk-button.uk-button-default.but:hover {
    background: transparent;
    color: #ffc400;
    border: 2px solid #ffc400;
}

.circle-topSVG {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.chart.go #circle path.fil1.str0 {
    stroke-dasharray: 100000;
    animation: dash 4s ease-out;
}

@keyframes dash {
    from {
        stroke-dashoffset: 100000;
	}
	to {
		stroke-dashoffset: 0;
	}
}

.chart {
    height: 100%;
    min-width: 370px;
}

.numbers {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
    margin: 40px 0 0;
    letter-spacing: -1px;
    background: #1565c0;
    z-index: 1;
	position: relative;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.numbers.go {
    opacity: 1;
}

.numbers span {
    color: #FFC400;
}
.numbers span span {
    color: #FFC400;
    width: 40px;
    text-align: center;
    display: inline-block;
}

.numBlock.active:after {
    content: '';
    width: 4px;
    height: 205px;
    display: block;
    background-image: url(../images/before.svg);
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    animation: heightAnim 1s ease-out;
}

@keyframes heightAnim {
    from {
		height: 0;  
	}
	to {
		height: 25vh;
	}
}

.chart.go2 .numbers:after {
    content: '';
    width: 4px;
    height: 195px;
    display: block;
    background-image: url(../images/before.svg);
    position: absolute;
        top: -210px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    -o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center top; 
	-ms-transform-origin: center top; 
	transform-origin: center top;
    animation: rotateanim 2s ease-out;
}

@keyframes rotateanim {
    from {
        -o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	to {
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.block {
    padding: 100px 0;
    position: relative;
}
#estimate h2 {
	margin-top: 50px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #C8CACD;
    color: #222222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #ffc400;
    border-radius: 50%;
}

span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: -5px;
    cursor: pointer;
}

.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: #ffc400;
    height: 10px !important;
    top: -2px !important;
}

div#range {
    max-width: 665px;
    margin-top: 80px;
}

div#result-range {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 40px;
    margin-left: -15%;
}

div#result-range-minus {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 60px;
    color: #000;
}

.uk-button.uk-button-default.but.blue {
    border-radius: 40px;
    padding: 5px 30px;
    font-weight: 700;
    color: #1565C0;
    background: transparent;
    border: 2px solid #1565C0;
    margin-top: 60px;
}

.uk-button.uk-button-default.but.blue:hover {
    background: #1565C0;
    color: #fff;
    border: 2px solid #1565C0;
}

.uk-card-default {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    position: relative;
    z-index: 1;
}

svg.circle.uk-svg {
    margin-right: -100vw;
    transition: .6s ease-in-out;
}

.chart.go svg.circle.uk-svg {
    margin-right: 0;
}

section#specialist {
    background: #fff;
    transition: 0.3s ease-in-out;
}


section#specialist h2, #comments h2,#advantages h2 {
    margin-bottom: 50px;
}
section#specialist p, #comments p, #advantages p {
font-size: 18px;
}
.specialist {
    position: relative;
}

.specialist img {
    margin-top: 100px;
        z-index: 1;
        position: relative;
}

.specialist svg.specialist_beforeSVG {
    position: absolute;
    top: 30px;
    right: 4%;
     opacity: 0;
     transition: 0.3s ease-in-out;
}
section#specialist.active .specialist svg.specialist_beforeSVG {
   opacity: 1; 
   z-index: 2;
}

section#specialist.active #specialist_before path.fil0 {
    stroke: #CCCCCC;
    fill-rule: nonzero;
    stroke-width: 4px;
        fill: transparent;
stroke-dasharray: 7;
    animation: dash2 2s ease-out;
}

@keyframes dash2 {
    from {
        stroke-dasharray: 1000;
	}
	to {
		stroke-dasharray: 7;
	}
}


.specialist svg.specialist_afterSVG {
    position: absolute;
    bottom: -15px;
    left: -10%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
section#specialist.active .specialist svg.specialist_afterSVG {
    opacity: 1;
        z-index: 1;
}

section#specialist.active #specialist_after path.fil0 {
    stroke: #FFC400;
    fill-rule: nonzero;
    stroke-width: 4px;
        fill: transparent;
stroke-dasharray: 0;
    animation: dash3 2s ease-out;
}

@keyframes dash3 {
    from {
        stroke-dasharray: 1000;
	}
	to {
		stroke-dasharray: 0;
	}
}


.numBlock.activeBlock:before {
    content: '';
    width: 4px;
    height: 188px;
    display: block;
    background-image: url(../images/specialist_beforeBlue.svg);
    position: absolute;
    top: 345px;
    left: 50%;
    transform: translateX(-50%);;
    z-index: 1;
    animation: heightAnim2 1s ease-out;
}

@keyframes heightAnim2 {
    from {
		height: 0;  
	}
	to {
		height: 25vh;
	}
}

.comments h4 {
    font-weight: 600;
}

.uk-dotnav>*>* {
    width: 12px;
    height: 12px;
    border: 1px solid #C8CDD2;
    background: #C8CDD2;
}

.uk-dotnav>.uk-active>* {
    background-color: #1565C0;
}

#comments .uk-container {
    position: relative;
}

.comments {
    position: relative;
    padding-left: 100px;
}

.comments:before {
    content: '';
    width: 77px;
    height: 48px;
    display: block;
    background-image: url(../images/comments_before.svg);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
        z-index: 1;
    animation-duration: .5s;
    transition: 0.2s ease-in-out;
}

#comments.active .comments:before {
    content: '';
    opacity: 1;
}

#comments ul.uk-slider-nav.uk-dotnav.uk-flex-left.uk-margin {
    margin-left: 90px;
}

#comments .uk-slider-items {
    z-index: 1;
}

#comments_after {
    z-index: 0;
    width: 234px;
    height: 234px;
    display: block;
    position: absolute;
    bottom: -5vh;
    right: -3vw;
    stroke: #fff;
    fill-rule: nonzero;
    stroke-width: 4px;
    fill: transparent;
    stroke-dasharray: 7;
}

#comments_after.active {
    animation: dash4 2s linear;
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 40;
	}
	70% {
		stroke-dasharray: 7;
	}
}

.specialist.active:after {
    content: '';
    width: 4px;
    height: 25vh;
    display: block;
    background-image: url(../images/specialist_beforeBlue.svg);
    position: absolute;
    top: 53vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    animation: heightAnim2 1s ease-out;
}

#advantages {
    background: #fff;
}

#advantages:before {
    content: '';
    width: 44%;
    height: 100%;
    display: block;
    background: #1565C0;
    position: absolute;
    top: 0;
    left: 0;
}
#advantages h2, #advantages p {
    color: #fff;
}

#advantages #advantages_after {
    z-index: 0;
    width: 234px;
    height: 234px;
    display: block;
    position: absolute;
    top: -5vh;
    left: -7vw;
    stroke: #fec300;
    fill-rule: nonzero;
    stroke-width: 4px;
    fill: transparent;
    stroke-dasharray: 7;
}

#advantages.active #advantages_after {
    z-index: 0;
    width: 234px;
    height: 234px;
    display: block;
    position: absolute;
    top: -5vh;
    left: -7vw;
    stroke: #fec300;
    fill-rule: nonzero;
    stroke-width: 4px;
    fill: transparent;
    stroke-dasharray: 7;
    animation: dash5 2s linear;
}


@keyframes dash5 {
    0% {
        stroke-dasharray: 40;
	}
	70% {
		stroke-dasharray: 7;
	}
}

.advantages-items {
    padding-left: 100px;
}

.advantages-items h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0;
}

#advantages .advantages-items p {
    color: #000;
    margin: 0;
}

#advantages .advantages-items > div {
    margin-bottom: 80px;
}

footer {
    z-index: 3;
    background: #e6e8eb;
    clip-path: ellipse(120% 100% at 50% 100%);
    -webkit-clip-path: ellipse(120% 100% at 50% 100%);
    -moz-clip-path: ellipse(120% 100% at 50% 100%);
    -ms-clip-path: ellipse(120% 100% at 50% 100%);
    padding: 50px 0 20px;
    color: #fff;
    overflow: hidden;
    margin-top: -100px;
}

footer p {
    margin: 0;
    color: #000;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #1565C0;
}

footer .uk-list>li:nth-child(n+2), footer .uk-list>li>ul {
    margin-top: 0;
}

.soc li a {
    display: table;
    margin: 0 15px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}

footer .uk-button.uk-button-default.but {
    background: transparent;
    border: 2px solid #646669;
    color: #646669;
}
div.dev {
    display: table;
    margin-bottom: 0;
    float: right;
}
.dev a {
    line-height: 1.4;
    color: #646669;
    position: relative;
    display: table;
    padding-right: 40px;
    float: left;
    font-style: normal;
    text-decoration: none;
}
.dev svg.uk-svg {
    max-width: 30px;
    position: absolute;
    right: 0px;
    top: 3px;
}

.dev a:hover #st_x0020_1 .fil0 {
    fill: #ffc400;
}

div#menu {
    display: table;
    opacity: 1;
    position: absolute;
    left: 40px;
    padding-top: 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

div#menu i {
    color: #fff;
    font-size: 28px;
}

div#menu:hover i {
    color: #ffc400;
}

div#leftMenu li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #000;
    font-size: 32px;
    line-height: 1.0;
    letter-spacing: -1px;
    display: table;
    margin-top: 12%;
}

.uk-offcanvas-bar {
    padding: 40px;
    background: #ffc400;
}
.uk-offcanvas-close i, .uk-modal-close-default i {
    color: #000;
    font-size: 28px;
    cursor: pointer;
}

.uk-button.uk-button-default.but.blue2:hover {
    background: transparent;
    color: #1565C0;
    border: 2px solid #1565C0;
}

.uk-button.uk-button-default.but.blue2 {
    border-radius: 40px;
    padding: 5px 30px;
    font-weight: 700;
    color: #fff;
    background: #1565C0;
    border: 2px solid #1565C0;
    margin-top: 60px;
}

.uk-dropdown {
    color: #000;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-align: center;
}

.uk-modal-dialog {
    width: 450px;
    border-radius: 2px;
}

.uk-modal-dialog .but {
    margin: 15px auto 0;
    display: table;
}

.personal {
    font-size: 12px;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #ffc400;
    border-color: transparent;
}
.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='38px' height='28px' version='1.0' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 38 28' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cstyle type='text/css'%3e%3c![CDATA[ %23check .fil0 %7bfill:black%7d ]]%3e%3c/style%3e%3c/defs%3e%3cg id='check'%3e%3cpath class='fil0' d='M35 0l-22 21 -10 -8 -3 1 13 14 25 -26 -3 -2z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #1565C0;
    text-decoration: underline;
}

.uk-checkbox:focus, .uk-radio:focus {
    border-color: #ffc400;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #ffc400;
}
.uk-input, .uk-select:not([multiple]):not([size]) {
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 2px;
}

.uk-button.uk-button-default:disabled,a.uk-button.uk-button-default.but.blue.disabled {
    background-color: transparent !important;
    color: #C8CACD !important;
    border-color: #C8CACD !important;
    pointer-events: none !important;
cursor: default !important; 
}

.uk-button.uk-button-default:disabled:hover,a.uk-button.uk-button-default.but.blue.disabled:hover {
    background-color: transparent !important;
    color: #C8CACD !important;
    border-color: #C8CACD !important;
    pointer-events: none !important;
cursor: default !important;
}

.uk-lightbox {
    background: rgba(21, 101, 192, 0.8);
}

#stages {
    background: #fff;
}

#shag li {
animation-name: uk-fade;
    animation-duration: .8s;
    animation-timing-function: linear;
}
ul#shag li h2 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffc400;
    font-size: 72px;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-right: 15px;
}

.stagesTitle {
    margin-top: 30px;
}

ul#shag li h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -1px;
}

ul#shag li .uk-button.uk-button-default.but.blue {
    margin-right: 15px;
    margin-top: 25px;
    float: left;
}

.shag {
    display: table;
    margin-top: 56px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}

.shagWrap {
    position: relative;
}

.shagWrap.active:before {
    content: '';
    width: 4px;
    height: 250px;
    display: block;
    background-image: url(../images/specialist_beforeBlue.svg);
    position: absolute;
    top: 240px;
    left: 17%;
    transform: translateX(-17%);
    z-index: 1;
    animation: heightAnim2 1s ease-out;
}

#calculation .uk-modal-dialog {
    width: 750px;
    padding: 60px 80px;
}

#calculation h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 40px;
}

#calculation h4 {
    font-size: 32px;
    font-weight: 800;
}

#calculation p {
    font-size: 18px;
}

#calculation .shag.n1 {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

#calculation .shag {
    margin-top: 75px;
}

a.formBut {
    border: 2px solid #1565C0;
    display: inline-block;
    width: 245px;
    padding: 29px 0;
    color: #1565C0;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 10px;
    transition: 0.2s ease-in-out;
}

a.formBut:hover {
    color: #fff;
    background: #1565C0;
    text-decoration: none;
}

#calculation label {
    font-size: 18px;
    text-align: left;
    width: 100%;
    display: block;
    color: #000;
}

#calculation input.uk-input {
    margin-top: 15px;
    border: 2px solid #C8CACD;
    border-radius: 4px;
}

input.uk-input {
    border: 2px solid #C8CACD;
    border-radius: 4px;
}

p.disclaimer {
    font-size: 12px;
    text-align: center;
    padding: 30px;
}

.grecaptcha-badge {
    display: none;
}

.recaptchaBlock {
    margin: 0 auto;
    padding: 0 0 30px;
}

.recaptchaBlock p {
    font-size: 12px;
    text-align: center;
    padding: 0;
}

span.avatarItem {
    display: table;
    margin: 112px auto 0;
    border-radius: 50%;
    position: relative;
    height: 500px;
    width: 500px;
    background: #1565c0;
    z-index: 1;
}

span.avatarItem img {
    width: 600px;
    height: 600px;
    max-width: 600px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: -55px;
    z-index: 0;
}

span.avatarItem:after {
    content: "";
    width: 500px;
    height: 500px;
    border: 20px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    left: -20px;
}
