/*@import url('default.css');*/
/*@import url('../font/stylesheet.css');*/
*::-webkit-input-placeholder {
	color: #3b3b3b;
	opacity: 1;
}
*:-moz-placeholder {
	color: #3b3b3b;
	opacity: 1;
}
*::-moz-placeholder {
	color: #3b3b3b;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #3b3b3b;
	opacity: 1;
}
input[type='number'] {
    -moz-appearance:textfield;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icon/select.svg) 95% 50% no-repeat;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    color: #000;
}
body, html {
    overflow-x: hidden;
}
a {
	color:#000;
}
a:hover {
	text-decoration: none;
    color:#000;
}
a:active {
	background: transparent;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none
}
p {
    margin: 0;
}
.nav-bar {
    display: none !important
}
.label-control {
    width: 0;
    height: 0;
    opacity: 0;
}
.label-control+label {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    padding-left: 30px;
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #92AC12;
    left: 0px;
    top: 1px;
    cursor: pointer
}
.label-control:checked+label:before {
    background: #92AC12 url(../img/icon/check.svg) center no-repeat;;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.block {
    padding: 60px 0;
}
.block.container {
    padding: 60px 15px
}
.gray {
    background: #FBFBFB
}
.pad-top {
    padding-top: 60px;
}
.pad-bot {
    padding-bottom: 60px;
}
.menu.fixed {
    position:fixed;
    top:0; 
    left: 0;
    width: 100%;
    z-index: 99
}
.but {
    font-size: 16px;
    height: 50px;
    width: 260px;
    background: #92AC12;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    outline: none;
}
.but:hover {
    background: #aac71c
}
.fields-wrap {
    padding: 0 70px;
    flex-wrap: wrap;
}
.input-wrap {
    width: 300px;
    position: relative;
    margin: 0 auto 20px;
}
.input-wrap span {
    position: absolute;
    left: 17px;
    top: 11px;
}
.input {
    width: 100%;
    height: 50px;
    padding-left: 42px;
    border: 1px solid #92AC12;
    font-size: 14px;
    outline: none
}

.headline {
    text-align: center;
    font-size: 42px;
    margin: 0 0 30px;
    font-weight: bold;
    line-height: 110%;
}
.headline span {
    color: #92AC12;
}
.subtitle {
    text-align: center;
    font-size: 30px;
}
.left {
    text-align: left
}

/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #000;
} 
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .9;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}

.modal .modal-dialog{
    margin: 70px auto 0px;
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    width: 420px;
    margin: 0px auto;
    position: relative;
    border: none;
}
#modal1 .modal-content {
    width: 800px;
}
#modal1 .input-wrap {
    margin: 0 0 20px
}
.modal h6 {
    font-size: 30px;
    margin: 20px auto 0px;
    color: #000;
    text-align: center;
    font-weight: bold
}
#done .modal-body {
    text-align: center;
}
#done .modal-dialog {
    background: none;
    width: auto;
}
#done .modal-content {
    width: 640px;
    padding: 10px 0px;
}
#done img {
    margin: 0px auto 10px;
}
#done h6 {
    font-size: 48px;
    color: #4c5456;
    margin-bottom: 30px;
}
#done h6 span {
    color: #00cee6
}
#done p {
    margin-bottom: 30px;
}
.modal p {
    font-size: 18px;
    text-align: center;
}
.modal-form {
    display: none
}
.modal form {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.input-phone, .input-mail {
    display: none
}
.modal .but{
    margin: 30px auto 10px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -50px;
    right: -50px;
    outline: none
}
.select-conect {
    padding: 20px;
}
.select-conect p {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}
.radio {
    display: none;
}
.radio+label {
    color: rgba(23, 23, 23, 0.5);
    font-size: 15px;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
    cursor: pointer
}
.select-conect .flex-b {
    justify-content: space-around;
}
.radio+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #92AC12;
    left: 0;
    border-radius: 50%;
}
.radio:checked+label:before {
    background: #fff;
    box-shadow: inset 0px 0px 0px 5px #92AC12
}

.breadcrumbs {
    padding: 25px 15px;
}
.breadcrumbs li {
    list-style: none;
    display: inline-block;
}
.breadcrumbs li a {
    color: rgba(23, 23, 23, 0.5);
    font-size: 16px;
}
.breadcrumbs li.act a{
    color: #92AC12;
}





.top-head {
    padding: 20px 15px;
}
.top-menu {
    width: 45%;
}
.top-menu a {
    font-size: 16px;
    color: rgba(23, 23, 23, 0.5)
}
.soc {
    width: 38%;
}
.soc a:nth-of-type(1) {
    background: linear-gradient(to right, #F7D600 0%, #FC1607 50%, #7C37AD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FC1607;
}
.soc a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}
.logo-headline {
    margin: 0 0 0 20px;
    font-size: 16px;
}
.head-info {
    text-align: center;
}
.head-info p:last-child {
    font-size: 16px;
    margin-top: 5px;
    color: rgba(23, 23, 23, 0.5)
}
.head-info p:last-child span {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.head-info p:last-child span:before {
    position: absolute;
    content: '';
    background: rgba(23, 23, 23, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 1px
}
.tell {
    text-align: right;
}
.tell a {
    font-size: 20px;
    font-weight: bold;
    position: relative
}
.tell a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/icon/tel.svg) center/cover;
    left: -30px;
    top: 2px
}
.tell p {
    text-decoration-line: underline;
    color: #92AC12;
    margin: 0;
    cursor: pointer
}
.menu {
    background: #92AC12
}
.menu ul {
    width: 100%;
}
.menu a {
    display: block;
    color: #fff;
    padding: 15px 0
}
.menu a:hover, .menu a.active {
    box-shadow: inset 0px -2px 0px 0px #fff
}

.drop-link {
    position: relative;
}
.drop-link:hover .sub-menu{
    display: block;
}
.sub-menu {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 250px;
    background: #fff;
    padding-bottom: 20px;
    display: none
}
.sub-menu>img {
    width: 100%;
}
.sub-menu ul {
    padding: 17px 0 5px 17px;
}
.sub-menu li {
    margin-bottom: 10px
}
.sub-menu li a {
    color: rgba(23, 23, 23, 0.5);
    padding: 0;
    font-size: 14px;
    position: relative;
    padding-left: 13px;
}
.sub-menu li a:hover {
    color: #92AC12;
    text-decoration: underline
}
.sub-menu li a:before {
    position: absolute;
    content: '';
    width: 8px;
    background: url(../img/icon/rec.svg) center/cover;
    height: 8px;
    left: 0;
    top: 5px
}
.sub-menu ul + a {
    text-transform: uppercase;
    color: #92AC12;
    margin-left: 17px;
    padding: 0;
    font-size: 14px;
}
.head-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px !important;
}
.head-slide>.container {
    height: 100%;
    display: flex;
    align-items: center
}
.head-slider {
    margin: 0 !important;
}

.head-text {
    padding: 70px 20px 70px 50px;
    background: rgba(73, 76, 86, 0.7);
    width: 475px !important;
}
.head-text h2 {
    font-size: 50px;
    margin: 0px;
    font-weight: bold;
    color: #fff;
}
.head-text h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
    margin-top: 20px;
    line-height: 36px;
}

.cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-bl {
    width: 31.5%;
}
.card-bl:nth-of-type(2) {
    margin-top: 90px
}
.card-bl:nth-of-type(3) {
    margin-top: 40px;
}
.card-it {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px
}
.card-it>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.card-it.less {
    height: 400px;
}
.card-it.more {
    height: 720px;
}
.card-it a {
    position: relative;
    z-index: 3;
    margin: 0 30px 30px 40px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.card-it:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2
}
.card-it:hover:after {
    display: block
}

.card-it:hover a {
    color: #fff
}

.pull-top {
    margin-top: -30px
}
.content-block {
    margin-bottom: 0px
}
.content-block_mod {
    margin-bottom: 70px
}
.content-block>div {
    width: 48.5%;
}
.content-block>div>img {
    width: 100%;
}
.content-block .headline {
    text-align: left
}
.list {
    margin-bottom: 30px
}
.list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}
.list li:before {
    position: absolute;
    content: '';
    width: 9px;
    background: url(../img/icon/rec.svg) center/cover;
    height: 9px;
    left: 0;
    top: 6px
}
.work-bl {
    align-items: flex-end
}
.work {
    align-items: flex-start;
    margin-left: -41.5%;
    margin-top: 12%;
}
.work-it {
    width: 25%;
    padding: 15px 10px 15px 20px
}
.work-it:first-child {
    color: #fff;
    background: rgba(73, 76, 86, 0.7);
}
.work-it:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}
.work-it p {
    font-size: 14px;
}
.work-it span {
    color: #92AC12;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}


.obj {
    flex-wrap: wrap;
    align-items: flex-start
}
.obj a {
    display: block;
    width: 24%;
    position: relative;
    margin-bottom: 30px;
}
.obj img {
    width: 100%;
}
.obj a:after, .obj a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.obj a:after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.obj a:before {
    background: url(../img/icon/zoom.svg) center no-repeat;
    z-index: 2
}

.obj a:hover:after, .obj a:hover:before {
    display: block;
}

.contact {
    height: 600px;
    padding: 0;
    position: relative;
}
.contact .container {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
.contact-bl {
    position: relative;
    z-index: 3;
    width: 390px;
    background: rgba(73, 76, 86, 0.8);
    padding: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}
.contact-bl .headline {
    text-align: left;
}
.contact-bl>p {
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px
}
.contact-bl>p a {
    color: #fff;
}
.contact-bl>p:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/icon/contact1.svg) center no-repeat;
    left: 0;
    top: 0px
}
.contact-bl>p:nth-of-type(2):after {
    background: url(../img/icon/contact2.svg) center no-repeat;
}
.contact-bl>p:nth-of-type(3):after {
    background: url(../img/icon/contact3.svg) center no-repeat;
}
.contact-bl>p:nth-of-type(4):after {
    background: url(../img/icon/contact4.svg) center no-repeat;
}
.contact-bl .soc {
    margin: 20px 0;
    width: 100%;
}
.contact-bl .soc p {
    font-size: 13px;
    margin-bottom: 10px;
}
.contact-bl .soc a {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block
}
.map {
    height: 100%;
    background: #bbb;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

footer {
    background: #303030;
    padding: 15px 0;
    color: #fff;
}
footer .logo-headline {
    font-size: 12px;
}
.foot-nav {
    width: 74%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer a {
    color: #fff;
    text-align: center
}
footer a:hover {
    color: #fff
}
.foot-nav a {
    width: 16%;
    font-size: 14px;
    margin: 10px 0px;
    text-transform: uppercase
}
footer .container>div:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}
footer .container>div:last-child {
    font-size: 12px;
    padding-top: 15px;
}
footer .container>div:last-child a, footer .container>div:last-child p {
    color: rgba(255, 255, 255, 0.3)
}



.products-bl {
    padding-bottom: 70px;
}
.products, .products .rows {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}
.product {
    width: 31.5%;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.product:not(:nth-of-type(3n)) {
    margin-right: 2.7%;
}

.product>img {
    width: 100%;
    height: 310px
}
.product>div {
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}
.product h3 {
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.prod-h {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
.product>div>div {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.char {
    font-size: 14px;
    color: rgba(23, 23, 23, 0.5);
    margin-bottom: 4px;
}
.char span {
    font-size: 16px;
    color: #000
}
.product .price span {
    color: #171717;
    font-weight: bold;
    font-size: 24px;
}
.product .but {
    margin: 22px 0 0;
    width: 170px;
}
.product .pdf {
    background: #92AC12;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.product .pdf>img {
    margin-right: 10px;
}

.paginator {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}
.paginator a {
    background: #92AC12;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #fff
}
.paginator a.active {
    color: #92AC12;
    background: #fff;
    border: 2px solid #92AC12
}
.baner {
    height: 545px;
    background: url(../img/bg.jpg) center/cover;
}
.baner .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.baner .head-text {
    padding: 35px 20px 40px 50px;
    background: rgba(73, 76, 86, 0.7);
    width: 475px !important;
}
.baner h2 {
    font-size: 42px;
}
.baner h2 span {
    font-size: 24px;
    font-weight: normal;
    display: block;
    margin: 20px 0 40px;
    line-height: 36px;
}

.text p {
    margin-bottom: 20px;
}

.prod-nav a {
    text-transform: uppercase;
    color: #92AC12;
    font-size: 12px
}
.prod-nav a img {
    position: relative;
    top: -2px;
}
.prod-nav a:last-child {
    margin-left: 40px
}
.card {
    padding: 40px 0 50px;
}
.card>div>img {
    width: 47%;
}
.charact {
    width: 44%;
}
.card>div {
    align-items: flex-start
}
.card h3 {
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: bold
}
.card .but {
    margin: 30px 0 0;
}
.card .but img {
    margin-right: 20px;
}

.haract>div {
    align-items: stretch;
    padding: 20px 0;
}
.haract>div>div {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
    padding: 30px 0;
    width: 142px;
}
.haract p {
    margin: 15px 0 0;
    font-size: 16px;
}

.analog-slide {
    margin-top: 40px;
    padding: 0px 0;
}
.analog-sl {
    padding: 0 15px;
    margin: 20px 0;
}
.analog-sl>div {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.analog-sl>div>div {
    padding: 25px;
}
.analog-sl img {
    width: 100%;
    height: 305px
}
.analog-sl p {
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 17px;
}
.analog-slide .analog-sl p {
    height: 45px
}
.analog-slide .slick-dots {
    bottom: -35px;
    left: 0;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.list-bl {
    justify-content: flex-start;
    margin: 30px 0
}
.list-bl .list {
    margin-right: 5%
}
.list-bl .list li {
    margin-bottom: 10px;
}

.uslug .card-it {
    width: 31.5%;
}
.uslug .card-it:not(:nth-of-type(3n)) {
    margin-right: 2.7%;
}

.usluga-bl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.usluga-form {
    width: 300px;
    flex-shrink: 0;
    margin-left: 30px;
}
.usluga-main>img {
    width: 100%;
    margin-bottom: 25px;
    display: block;
}

.usluga-form-cont {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 0px 0 30px;
    text-align: center;
    position: relative
}
.usluga-form-cont>p {
    background: #92AC12;
    color: #fff;
    padding: 13px 0;
}
.usluga-form-cont form {
    width: 82%;
    margin: 20px auto 0;
}
.usluga-form-cont .input-wrap {
    width: 100%;
}
textarea.input {
    resize: none;
    height: 120px;
    padding-top: 12px
}
.usluga-form-cont .but {
    width: 100%;
    margin: 0 auto 15px;
}

.uslug-bl-form {
    background: url(../img/bg2.png) center/cover;
    padding: 80px 0 40px;
    margin: 30px 0;
    display: flex;
    justify-content: flex-end
}
.uslug-bl-form>div {
    margin-right: 7%;
}
.uslug-bl-form .but {
    width: 300px;
    margin: 0 0 10px
}
.uslug-bl-form .input {
    background: none
}

.portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.portfolio .analog-sl {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 31.5%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.portfolio .analog-sl:not(:nth-of-type(3n)) {
    margin-right: 2.7%
}
.portfolio .analog-sl>div {
    padding: 25px;
    box-shadow: none;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.portfolio .analog-sl img {
    width: 100%;
    height: 575px
}
.case-desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.case-desc>div:first-child {
    width: 30%;
    flex-shrink: 0
}
.case-desc p {
    margin-bottom: 20px;
}

.obj_mod {
    justify-content: flex-start;
    margin-top: 40px;
}
.obj_mod a:not(:nth-of-type(3n)) {
    margin-right: 2.7%
}
.obj_mod a {
    width: 31.5%;
}
.video {
    width: 100%;
    height: 600px
}
.baner2 li a {
    color: #aaa
}
.baner2 .head-text {
    color: #fff;
    padding: 35px;
    margin: 40px 0;
}
.baner2 .head-text p {
    font-size: 16px;
    margin-top: 20px;
}
.brend {
    flex-wrap: wrap;
    margin-top: 40px;
}
.brend img {
    margin-bottom: 35px;
}

.faq-it {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.faq-it>div {
    justify-content: flex-start;
}
.faq-it>div p {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 15px
}
.faq-it>div span {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #92AC12;
    flex-shrink: 0
}
.faq-it .answer {
    padding-left: 70px;
    font-size: 15px;
    display: none;
    margin-top: 10px
}

.map_mod {
    height: 550px;
    position: static;
}
.contact-bl_mod {
    width: 48%;
    padding: 60px 100px
}
.reqviz {
    width: 42%
}
.reqviz p {
    font-size: 16.5px;
    line-height: normal;
    margin-bottom: 21px;
}

.widget {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #92AC12;
    cursor: pointer;
    z-index: 99
}
.widget span {
    background: #92AC12;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
p.widget {
    position: absolute;
    right: 15px;
    width: 80px;
    height: 80px;
    font-size: 11px;
    background: #849f00;
    display: none
}
p.widget:nth-of-type(1) {
    top: -90px;
}
p.widget:nth-of-type(2) {
    top: -180px;
}
.show-scroll {
    display: none
}