
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,700;0,800;0,900;1,500&family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap');

html *{
    max-width:  99999px;
}


/*class*/


div.content-block {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 130px;
    padding-right: 130px;
    box-sizing: border-box;
}

div.flex-block{
    display:flex;
}

div.inline_bl{
    display:inline-block;
    vertical-align:top;
}

body::-webkit-scrollbar, div.megacatalogsubmenu::-webkit-scrollbar,  .katalog-description::-webkit-scrollbar {
	width: 10px;
    height: 3px;
    background:#fff;
 }

 .katalog-description::-webkit-scrollbar{
	width: 10px;
    height: 3px;
    background:#fff;
 }

 div.megacatalogsubmenu::-webkit-scrollbar,
  .katalog-description::-webkit-scrollbar,
 .katalog-description::-webkit-scrollbar {
	width: 5px;
 }

 body::-webkit-scrollbar-button, div.megacatalogsubmenu ::-webkit-scrollbar-button,  .katalog-description::-webkit-scrollbar-button {
	background-color: #262626;
	height: 0;
 }
 body::-webkit-scrollbar-track, div.megacatalogsubmenu ::-webkit-scrollbar-track,  .katalog-description::-webkit-scrollbar-track {
	 background-color: #fff;
	 width: 5px;
 }
 body::-webkit-scrollbar-track-piece, div.megacatalogsubmenu ::-webkit-scrollbar-track-piece,  .katalog-description::-webkit-scrollbar-track-piece {
	background-color: #F5F5F5;
 }
 body::-webkit-scrollbar-thumb,  div.megacatalogsubmenu::-webkit-scrollbar-thumb,  .katalog-description::-webkit-scrollbar-thumb  {
	height: 50px;
	background-color:#FEB81C;
 }
 body::-webkit-scrollbar-corner, div.megacatalogsubmenu ::-webkit-scrollbar-corner,  .katalog-description::-webkit-scrollbar-corner {
	 background-color: #fff;
 }
 body::-webkit-resizer, div.megacatalogsubmenu ::-webkit-resizer,  .katalog-description ::-webkit-resizer{
	 background-color: #666;
 }

 div.before_h{
    color: #5C5C5C;
    font-weight:500;
    font-size: 1em;
    margin-bottom: -30px;
    text-transform:uppercase;
 }

 .faq  div.before_h{
    margin-bottom:0;
 }

 .content-block > h3, 
 .content-block > h2 {
    font-size: 2.29em;
    margin: 0;
    padding: 10px 0 50px;
    font-weight: 700;
    color: #fff;
    text-transform:uppercase;
}
.content-block > h3 span, 
.content-block > h2 span{
    color: #FEB81C;
}

.content-block > h3 + .after-h,
.content-block > h2 + .after-h{
    font-size: 1.25em;
    margin: 0 0 70px;
    color:#fff;
    line-height:1.5;
    text-align:center;
}

.content-block > h2 span,
.content-block > h3 span,
.content-block > h3 + .after-h span,
.content-block > h2 + .after-h span{
    font-family:inherit;
    font-weight:inherit;
    color:#FFC72C;
    font-size:1em;
}

.img-block{
    line-height:0;
}

.img-block img{
    max-width:100%;
}

body sup {
    font-size: 0.7em;
    color: inherit;
    font-weight: inherit;
}


/*blocks*/

body *{
    font-size:14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight:400;
    line-height:normal;
    outline:none;
}

body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    margin-top: 0;
    color: #fff;
    background: #212121;
    overflow-x: hidden;
}

body a{
    color:#242331;
}


section{
    max-width: 1920px;
    margin: 0 auto;
}

input[type='text'],
input[type='file'],
input[type='tel'],
input[type='number'],
select,
textarea{
    outline: none;
    background: #fff;
    padding: 15px 12px;
    height: 50px;
    font-size: 1em;
    box-sizing: border-box;
    resize: none;
    color: #242331;
    max-width: 240px;
    width: 100%;
    border: 1px solid rgba(26, 26, 26, 0.2);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color:rgba(26,26,26,0.3);
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:rgba(26,26,26,0.3);
}/* Firefox 19+ */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder{
    color:rgba(26,26,26,0.3);
}/* Firefox 18- */
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color:rgba(26,26,26,0.3);
}

input.fail--input,
textarea.fail--input{
    border-color:rgba(255, 103, 0, 1);
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    outline: none;
    padding-right: 40px;
    background: url(/img/ic_arrow_down.svg) no-repeat 95% center;
    background-size: 12px;
    cursor:pointer;
}

option{
    font-size: 16px;
    color: #171717;
    padding:3px 0;
}

.fnc--feedback--main__button button{
    width: 100%;
    max-width: 270px;
    background: #FF1820;
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 15px 24px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.fnc--feedback--main__button button:hover{
    background: #D1D1D1;
    color: #171717;
}


img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -webkit-user-drag: none;
}



/*header*/

header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 101;
    background: #2E2E2E;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 0%);
}

header.active{
    box-shadow: 0px 0px 80px rgb(0 0 0 / 12%);
}

header .content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0);
    margin-top: 0;
    padding: 0 52px;
    max-width: 1440px;
}

header.active .content-block {
    margin-top: 0;
    height: 74px;
    border-color:#fff;
}

.header--centerhead--inner__logo{
    display: flex;
    text-align: left;
}

.header--centerhead--inner__logo img {
    max-height: 40px;
}

.header--centerhead--inner__logo a{
    display:inline-block;
    line-height:0;
}

.header--centerhead--inner__logo p.description {
    font-weight: 500;
    margin: 0 0 0 8px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Jost';
    line-height: 1.25;
}


span.small-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.485em;
    display: block;
}

span.small-text.small-text-ru{
    font-size: 0.539em;
    
}

.cert-gallery{
    cursor:pointer;
}

.menu--chapters{
    text-transform: uppercase;
    font-weight: 600;
    margin: 4px 0 0;
    font-size: 0.98em;
}

.header--column--1,
.header--column--2 nav ul{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.header--column--1{
    order:1;
}

.header--column--1 .schedule {
    margin: 0 0 0 32px;
}

.header--column--2 {
    margin: 0;
    transition: all 0.3s ease;
    opacity: 1;
}

header.active .header--column--2{

}

.header--column--1 > div{
    position:relative;
    padding-right: 0;
}

.header--column--1 div.button-block{
    padding-left:32px;
}

.header--column--1 > div:last-child{
    padding-right:0;
}

.header--column{
    display:flex;
}


header address{
    margin-left: 20px;
    position: relative;
    margin-right:auto;
}

header address:before,
header .header__inner__1:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    height:50px;
    width:1px;
    background:#E5E5E5;
}

address a{
    color:rgba(255, 103, 0, 1);
}

address a:hover{
    text-decoration:none;
}

.header__inner__1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__inner__2{
    padding-left: 30px;
    margin-top: 0;
    position:relative;
}

.header__inner__2:before{
    content: url(/themes/img/ic_clock.svg);
    position: absolute;
    top: 0;
    left:0;
}

.header__inner__1{
    margin: 0 0 0 20px;
    position: relative;
    padding: 0 0 0 20px;
}

.phones {
    margin-left:32px;
    position:relative;
}

.menu--chapters__submenu,
.menu--chapters--mobile{
    display:none;
}

nav {
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    /* box-shadow: 0px 5px 10px rgb(0 0 0 / 0%); */
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    justify-content: flex-end;
}

nav.active{/* 
    top: 100%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15); */
}

.nav_link{
    margin-left:16px;
    list-style:none;
}

.nav_link a {
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nav_link a:hover {
    text-decoration: none;
    color: #FEB81C;
}

.nav_link a:active{
    color:#fff;
}

.nav_link a.yellow-link{
    color: #FEB81C;
    font-weight: 700;
}

.nav_link a.yellow-link:hover{
    color: #fff;
}

.nav_link a.yellow-link:active{
    color: #FEB81C;
}

.phones a {
    text-decoration: none;
    font-size: 1.14em;
    color: #fff;
    font-weight: 500;
    white-space:nowrap;
    padding: 0 0 0 25px;
    background: url(/img/ic_phone.svg) no-repeat left center;
}

.phones a:hover{
    color: #FEB81C;
}

.phones a:active{
    color: #fff;
}



.phones a ~ a{
    margin-left:35px;
}

button,
.button-block a,
.fnc--feedback--main__button button{
    border: none;
    font-size: 1em;
    font-weight: 400;
    color: #000000;
    padding: 17px 28px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    background: #FFC72C;
    border-radius: 100px;
    max-width: 300px;
    width: 100%;
}

.button-block a:after,
.fnc--feedback--main__button button:after{
    line-height:0;
    margin-left:20px;
    vertical-align:middle;
}

button:hover,
.button-block a:hover{
    background: rgba(255,255,255,0.1);
    color:#fff;
}

.languages{
    margin-left: 32px;
    display: flex;
    order: 2;
    align-items: center;
}

.languages > div a {
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.languages > div a:hover,
.languages > div.languageact a{
    color: #FFC72C;
    font-weight: 400;
}

.languages > div.languageact{
    display:none;
}


.languages > div:first-child{

}

.languages > div ~ div{
    margin-left:0;
    position:relative;
}

.languages > div ~ div:before {
    content: '';
    display:none;
}

.menu--chapters__item{
    margin-left: 0;
    position: relative;
}

.menu--chapters__item a{
    text-decoration: none;
    font-size: 1.28em;
}

.menu--chapters__item a:hover{
    color:rgba(255, 103, 0, 1);
}


.menu--chapters__item:first-child:before{
    display:none;
}

.menu--chapters__item:before{
    background: rgb(45,46,53);
    content: '';
    height: 12px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    display:none;
}

.menu--chapters__item:before

.menu--chapters__item a{
    text-decoration:none;
}
 
/*header--end*/



/*nav_menu*/

.nav_menu {
    background: #353535;
    padding:3px 0;
}

.chap{
    display:inline-block;
    vertical-align: middle;
    padding-right:95px;
}

.chap a{
    color:#fff;
    text-decoration:none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.chap a:hover{
    text-decoration:underline;
}


/*nav_menu--end*/


/*top-slider*/

.js__fnc--slider--inner__relative{
    position:relative;
    width:100%;
}

.js__fnc--slider--inner__absolute,
.js__adv--banner__absolute{
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.js__fnc--slider--inner__absolute, 
.js__fnc--slider--inner__relative, 
.js__adv--banner__absolute {
    height: 566px !important;
}

.js__adv--banner__absolute{
    display:flex;
    align-items:center;
    background:none !important;
}

.fnc--slider--inner__text {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.fnc--slider--inner__text .img-block {
    line-height: 0;
    position: absolute;
    bottom: -55px;
    right: -40px;
}

.fnc--slider--inner__text h1{
    font-size: 4.57em;
    font-weight: 700;
    color: #FFC72C;
    padding-bottom: 10px;
    margin: 0 0 40px;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
}

.fnc--slider--inner__text h1 span{
    color: #fff;
    font-size: 0.5em;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.fnc--slider--inner__text h1:before{
    content: '';
    background: #FFC72C;
    height: 2px;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fnc--slider--inner__text .after-h {
    font-size: 1.125em;
    margin: 0;
    color: #fff;
    line-height: 1.5;
}

.fnc--slider--inner__text .button-block {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.fnc--slider--inner--arrows__left,
.fnc--slider--inner--arrows__right{
    display:none;
}

.fnc--slider--inner__buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
    box-sizing:border-box;
}

.fnc--slider--inner--buttons__inner{
    display:flex;

}

.fnc--slider--inner--button,
.fnc--slider--inner--button__active{
    width:6px;
    height:6px;  
    background:#fff;
    font-size:0;
    margin-right:10px;
    border-radius:10px;
    opacity:0.5;
    transition:all 0.3s ease;
}

.fnc--slider--inner--button__active{
    opacity:1;
}

/*top-slider--END--*/


/*advantages*/

.advantages h3{
    text-align:right;
}

.advantages h3,
.advantages .before_h{
    max-width:980px;
    margin-left: auto;
    margin-right:auto;
}

section.advantages .content-block {
    padding: 80px 135px;
}

.advantages ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.advantages ul li{
    list-style:none;
}

.advantages .advantage {
    flex-basis: 350px;
    max-width: 350px;
    text-align: center;
}

.advantage .img-block{
    padding-bottom: 10px;
    margin: 0 auto 20px;
    width: 80px;
    border-bottom: 2px solid #FFFFFF;
}

.advantage .img-block svg{
    fill:#D3D3D3;
}

.advantage:nth-child(2){
    margin: 0 80px;
}

.advantage-description{
    font-size: 1.14em;
    line-height: 1.4;
    margin: 0 0 24px;
    color: #D3D3D3;
}

.advantage-description span{
    color: #FFC72C;
    font-size:1em;
}


/*--end--advantages*/


/*prevention*/

.prevention{
    padding: 80px 0 120px;
}

.prevention h3{
    padding-bottom:30px;
}

.prevention .content-block{
    background: #2E2E2E;
    border-radius: 32px;
    padding: 60px;
    max-width:1180px;
}

.prevention .img-block{
    margin: -52px 0 -130px;
    z-index: -1;
    pointer-events: none;
}

.prevention .fnc--feedback--main{
    display:flex;
}

.prevention .fnc--feedback--main__line{
    width: auto;
    flex-basis: 240px;
    margin-right: 20px;
}

.prevention button{
    margin-top: 23px;
    height: 50px;
}

.fnc--feedback__title{
    font-size: 1.14em;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
    color: #D3D3D3;
}

.fnc--feedback__second--title{
    font-size:1.125em;
    text-align:center;
    line-height:1.5;
    margin-bottom:30px;
}

.fnc--feedback--main__line {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-bottom: 20px;
}

.fnc--feedback--main__button{
    text-align:center;
}

.fnc--feedback--main__name {
    word-wrap: break-word;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #D3D3D3;
}

.fnc--feedback--main__name svg{
    margin-right:10px;
}

.fnc--feedback--main__name.name-file{
    display:flex;
    align-items:center;
}

span.star{
    color:#242331;
}

/*prevention--end--*/


/*pidibrati-tehniku*/

.pidibrati-tehniku h2{
    text-align:right;
}

.pidibrati-tehniku .content-block{
    max-width: 1240px;
    padding: 80px 130px;
}

.pidibrati-tehniku .content-block > .flex-block {
    position: relative;
    align-items: flex-start;
    min-height: 678px;
}

.pidibrati-tehniku .text-block{
    flex-basis: 280px;
    max-width: 280px;
    padding: 0;
    box-sizing: border-box;
}

.pidibrati-tehniku .text-block > ul{
    padding:0;
    margin:0;
}

.pidibrati-tehniku .text-block > ul > li{
    list-style:none;
    border-bottom:1px solid #5C5C5C;
}

.pidibrati-tehniku .text-block > ul > li:first-child{
    border-top:1px solid #5C5C5C;
}

.katalog-description.swiper-container {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 580px;
    width: 580px;
    box-sizing: border-box;
}

.katalog-description .flex-block{
    width: 100%;
    justify-content: space-between;
}

.katalog-description ul {
    padding-left: 0;
    max-width: 280px;
    width: 100%;
}

.katalog-description li{
    border-bottom: 1px dashed #5C5C5C;
    padding:20px 0;
    margin:0;
    display:flex;
    justify-content:space-between;
    font-weight:400;
}

.katalog-description li:first-child{
    border-top: 1px dashed #5C5C5C;
}

.katalog-title{
    display:block;
    padding:20px 0;
    font-size:1em;
    text-transform: uppercase;
}

li.active .katalog-title,
.katalog-title:hover{
    color:#FFC72C;
    cursor:pointer;
}


.katalog-description li{
    margin-top:0;
    line-height:1.5;
}

.item_title{
    text-transform: uppercase;
    display: block;
    padding: 80px 0 30px;
    transition: all 0.3s ease;
    margin: 0;
}

.item_type{
    color: #5C5C5C;
    font-size:1em;
    margin-bottom:10px;
    font-weight:500;
    display:block;
}

.item_name{
    color: #fff;
    font-weight: 600;
    font-size: 2.29em;
    display: block;
}

.katalog-description .links{
    width:200px;
}

.katalog-description .links > div:first-child{
    display:none;
}

.katalog-description .links > div:last-child{
   /*  margin-top: 14px; */
}

.katalog-description .links .button-block:first-child a {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.katalog-description .links .button-block:first-child a:hover {
    background: rgba(255,255,255,0.4);
}

/*order*/

/*sevices-article*/

.sevices-article{
    position:relative;
}

section.sevices-article .content-block{
    padding:80px 130px;
}

.sevices-article h3{
    text-align:right;
}


.sevices-article h3,
.sevices-article div.before_h{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.fnc--center--articles__container{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.fnc--center--articles__listitem{
    max-width: 280px;
    flex-basis: 280px;
    background: #2E2E2E;
    border-radius: 16px ;
}

.fnc--center--articles__listitem_main{
    display:flex;
    flex-wrap:wrap;
}

.fnc--center--articles--listitem__name{
    order:1;
    width:calc(100% - 32px);
    padding: 0 0 8px;
    height:44px;
    overflow:hidden;
    margin: 16px 16px 0;
    border-bottom: 2px solid #fff;
    font-size:1.14em;
    line-height:1.4;
}

.fnc--center--articles--listitem__info{
    color: #D3D3D3;
    padding: 16px 16px 32px;
    font-size: 1em;
    line-height: 1.5;
    min-height: 84px;
}

.fnc--center--articles--listitem__image img{
    border-radius: 16px 16px 0 0;
}


/*sevices-article--end*/



/*about_company*/

.about_company {
    padding: 80px 0;
}

.about_company .content-block{
    padding: 60px 100px 100px;
    background: #2E2E2E;
    border-radius: 32px;
    max-width:1180px;
}

.about_company .before_h{
    margin-bottom:0;
}

.about_company img{
    border-radius:32px;
}

.about_company .flex-block {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    z-index: 1;
}

.about_company .flex-block .img-block{
    flex-basis: 480px;
    position:relative;
}

.about_company .text-block{
    max-width:455px;
    flex-basis:455px;
    margin-left:55px;
}

.about_company .text-block li{
    margin-bottom: 28px;
    list-style: none;
}

.about_company .text-block li:last-child{
    margin-bottom:0;
}

.about_company .text-block p{
    line-height:1.5;
    margin:0;
    color:#D3D3D3;
    font-size:1.14em;
}

.about_company .text-block p.company_title{
    font-size: 1.43em;
    color:#fff;
    margin-bottom:10px;
}

.about_company .text-block ul{
    padding: 0;
    margin: 0;
}

.katalog-description img{
    border-radius:32px;
}



.about_company .flex-block .img-block:after {
    content: url(/img/ring-ru.png);
    position: absolute;
    left: -60px;
    bottom: -60px;
    transform: scale(-1,-1);
    animation-name: rotateRing;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 5s;
    z-index: -1;
    border-radius: 100px;
}

@-webkit-keyframes rotateRing{
    
    0%{ 
        transform:rotate(0);
    }
    
    100%{
        transform:rotate(180deg);
    }
    
}

@keyframes rotateRing{
    
    0%{ 
        transform:rotate(0);
    }
    
    100%{
        transform:rotate(180deg);
    }
    
}

/*about_company--END--*/


/*partners*/

.partners .content-block{
    padding: 80px 130px 120px;
}

.partners h3{
    text-align:right;
}

.partners h3,
.partners div.before_h{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.fnc--gallery--list.partners-slider{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.partners .fnc--gallery--listitem__image img{
    max-width: 100%;
    border-radius: 16px 16px 0 0;
}

.partners .fnc--gallery--listitem__text{
    padding: 16px 12px 20px;
    font-size:1em;
}

.fnc--gallery--listitem{
    border-radius:16px;
    background:#2E2E2E;
}

.partners .fnc--gallery--listitem{
    max-width:216px;
}

.home .partners .swiper-pagination{
    top: calc(100% + 30px);
    bottom: auto;
    right: 0;
    width: 100%;
    justify-content: center;

}


/*partners--end--*/

/*faq*/

/* .faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
 */
section.faq h3 {
    position: relative;
}

.faq ul {
    padding: 0;
    margin: 0 0 40px;
}

.faq li{
    list-style: none;
    margin-bottom: 30px;
}

.faq li:last-child{
    margin-bottom:0;
}

.faq li span{
    display: block;
    padding: 0;
    margin: 0 0 21px 0;
    font-size: 1.43em;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.faq li span i{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: transparent;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.faq li span:hover i{
    border-color: #ffc72c;
}

.faq li p {
    padding: 20px;
    line-height: 1.5;
    font-size: 1.14em;
    margin: 0;
    background: #5C5C5C;
    border-radius: 16px;
}

.faq .button-block{
    text-align: left;
    margin-bottom: 64px;
}

.faq .content-block {
    margin-top: 0;
    padding: 60px 100px;
    justify-content: space-between;
    align-items: center;
    background: #2E2E2E;
    max-width: 1180px;
    position: relative;
    z-index: 1;
    border-radius: 32px;
}

.faq .text-block{
    flex-basis: 635px;
    max-width: 635px;
}

.faq .img-block{
    line-height: 0;
    flex-basis: 370px;
    max-width: 370px;
    position: relative;
}

.faq .img-block:before{
    content: url(/img/bg_doctor.svg);
    position: absolute;
    left: -140px;
    bottom: 22px;
    z-index: -1;
}

.faq .img-block img{
    max-width:100%;
}

.faq h3{
    text-align:left;
}

.faq_qa ul{
    padding:0;
    margin:0;
}

.faq_qa ul li{
    list-style: none;
    margin-bottom: 20px;
}

.faq_qa ul li span{
    box-sizing: border-box;
    padding: 0 0 0 50px;
    display: block;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.42em;
}

.faq-content-block__question.active span, .faq_qa ul li:hover span {
    color: rgb(255,255,255,0.8);
}

.faq-content-block__question{
    position:relative;
}

.faq-content-block__question:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: rgb(255,255,255,0.8);
    border-radius: 5px;
    z-index:-1;
}

.faq-content-block__question span:after,
.faq-content-block__question span:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    width: 14px;
    background: #fff;
    height: 2px;
    margin: auto;
}


.faq-content-block__question span:before{
    width: 2px;
    height: 14px;
    left: 14px;
    top: 6px;
}

.faq-content-block__question.active span:before{
    opacity:0;
}

.faq_qa ul li p{
    border-radius: 1px;
    padding: 10px 0 0 50px;
    margin: 0;
    line-height: 1.5;
    font-size: 1.28em;
}

.faq_qa .button-block{
    margin-top: 60px;
    text-align: center;
}

.fnc--feedback_modal-form{
    display:none;
}




/*faq--end*/

/*contacts*/

.contacts {
    background-image: url(/img/bg_map.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

section.contacts .content-block {
    height: 666px;
    position: relative;
    padding: 0;
}

.contacts .content-block > h3{
    padding-bottom: 50px;

}

.map-block {
    overflow: hidden;
    box-sizing: border-box;
    flex-basis: 50%;
    line-height: 0;
}

.contacts .text-block {
    position: absolute;
    left: 130px;
    top: 136px;
    max-width: 480px;
    padding: 50px 40px;
    box-sizing: border-box;
    background: #5C5C5C;
    border-radius: 32px;
    width: 100%;
}

.contacts h2 {
    font-size: 1.75em;
    margin: 0;
}

.contacts address{
    line-height:1.5;
    font-style:normal;
}

.contacts address,
.contacts p{
    font-size:1.125em;
}

p.schedule {
    max-width: 425px;
    line-height: 1.5;
    margin: 30px 0;
}

.contacts .phones{
    margin-left:0;

}

.contacts .phones a {
    font-size: 1.43em;
    font-weight: 500;
    display: inline-block;
    margin-left: 0;
    padding-left:0;
    background:none;
    color: #FEB81C;
}



.contacts-title{
    text-transform:uppercase;
    color:#fff;
    font-size:1em;
    margin-bottom:10px;
}

.contacts-title ~ .contacts-title,
.contacts .button-block{
    margin-top:40px;
}

address{
    color:#D3D3D3;
}

.messengers{
    padding-left:32px;
    display: none;
   
}

.messengers a{
    margin-left:10px;
    font-size:0.875em;
    color:rgba(255,255,255,0.8);
}

.messengers a:hover{
    text-decoration:none;
    color:rgba(255,255,255,1);
}

.messengers a:active{
    color:#FEB81C;
}

.messengers a:first-child ~ a,
header .phones a:first-child ~ a{
    position:relative;
}



.contacts .content-block > svg{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.social a svg{
    transition:all 0.3s ease;
}

/*contacts--end*/


/*steps*/

#steps div.before_h{
    margin-bottom:0;
}

#steps .content-block{
    max-width:1180px;
    padding-left:100px;
    padding-right:100px;
}

#steps ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0;
    margin:0;
}

#steps ul li{
    width: calc(25% - 15px);
    margin-right: 20px;
    background: #2E2E2E;
    border-radius: 16px;
    padding: 20px 20px 32px;
    list-style: none;
    box-sizing: border-box;
}

#steps ul li:last-child{
    margin-right:0;
}

#steps .number-block{
    display:inline-block;
    font-size: 2.29em;
    font-weight: 900;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:2px solid #FFC72C;
}

.step-description{
    line-height:1.5;
    margin:0;
    color:#D3D3D3;
}

.steps{
    padding:80px 0 ;
}

.step-description a{
    color:#fff;
    white-space:nowrap;
    text-decoration:none

}

.step-description a:hover{
    color:#FFC72C
}

.step-description a:active{
    color:rgba(255,255,255,0.8)
}


/*steps--end--*/


/*footer*/


footer {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    background: #161616;
}

footer .content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
}

footer .content-block:first-child{
    padding: 30px 150px;
}

footer ul{
    padding:0;
    margin:0 0 0 80px;
}

footer .header--centerhead--inner__logo p.description{

}

.footer-column:nth-child(2){
    margin-left:auto;
    margin-right:60px;
}

footer ul li{
    list-style:none;
}

footer .nav_link {
    margin-bottom: 8px;
}

footer .nav_link:last-child{
    margin-bottom:0;
}

footer .nav_link a{
    font-size:1em;
    color:rgba(255, 255, 255, 0.8);
    text-decoration:none;
}

footer .nav_link a:hover{
    color:rgba(255, 255, 255, 1);
}

footer .nav_link a:active{
    color:rgba(254, 184, 28, 1);
}

.copyright {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #161616;
    border-top: 1px solid #2E2E2E;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .copyright .content-block{
    padding:16px 150px;
    color:rgba(255,255,255,0.8);
}

footer .messengers a:first-child{
    margin-left:0;
}

footer nav ul:nth-child(2){
    margin-top: 27px;
}

.copyright .messengers {
    display: flex;
    padding: 0;
}

p.socials-preview {
    margin: 0 10px 0 auto;
    font-size: 1em;
}

p.years {
    margin: 0;
    font-size: 0.875em;
    font-weight: 300;
}

.effe a,
.effe{
    background: #666666;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-family: calibri, arial;
    color: #fff;
    text-decoration: none;
}

/*footer--end*/


/*popup*/

.fancybox-content.fnc--feedback {
    flex-basis: 729px;
    max-width: 729px;
    background-color: #2E2E2E;
    background-image: url(/img/bg_popup.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 210px;
    box-sizing: border-box;
    border-radius:16px;
}

.fancybox-content.fnc--feedback .fnc--feedback--container{
    padding: 40px 60px;
}

.fancybox-content.fnc--feedback .fnc--feedback__title {
    font-size: 1.14em;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
    color:#D3D3D3;
    line-height:1.4;
}

.fancybox-content.fnc--feedback .fnc--feedback--main{
    display:flex;
    flex-wrap:wrap;
}

.fancybox-stage .fnc--feedback__second--title {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 32px;
}

.fancybox-stage .fnc--feedback--main__line {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 0 20px;
    text-align: left;
}

.fancybox-stage .fnc--feedback__second--title {
    margin-bottom: 24px;
}

.fancybox-stage .fnc--feedback--main__button {
    margin-top: 20px;
    text-align: center;
}

.fancybox-stage .fnc--feedback--main__button button{
    max-width:100%;
}

.fancybox-stage .fnc--feedback--main__line:first-child{
    margin-right:20px;
}

.fancybox-stage .fnc--feedback--main__line:nth-child(2) ~ .fnc--feedback--main__line {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
}

.fancybox-stage .fnc--feedback--main__line:nth-child(2) ~ .fnc--feedback--main__line input,
.fancybox-stage .fnc--feedback--main__line:nth-child(2) ~ .fnc--feedback--main__line textarea{
    max-width:100%;
}

/*effe-line*/

.effe-line{
    /*background: #E8E8E8;*/
    background:#666666;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.effe-line a{
    text-decoration:none;
    /*color: #303030;*/
    color:#fff;
}

.effe-line a:hover{
    
}

.effe-line a span{
    
}


.effe-line a br{
    display:none;
}

.effe-line img{
    max-width: 18px;
    margin-top: -9px;
    margin-left: -12px;
    left: 13px;
    top: 6px;
    position: relative;
}

@media screen and (max-width:499px){
    .effe-line a br{
        display:block;
    }
}
/*effe-line*/

.thanks__page .faq_qa .button-block,
.thanks__page ~ footer .footer_inner:nth-child(2),
header.thanks__page .header__inner__2{
    display:none;
}



/*hamburger*/

.open-hamburger-menu {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 110;
	width: 25px;
	height: 20px;
    display:none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	cursor: hand;
	transition: all 0.2s ease;
}

/*.open-hamburger-menu:before{
    content: 'Menu';
    color: #f6f6f6;
}*/

.open-hamburger-menu.active span:first-child{
    transform: rotate(45deg);
    top: 8px;
}

.open-hamburger-menu.active span:nth-child(2){
    opacity:0;
}

.open-hamburger-menu.active span:last-child{
    transform: rotate(-45deg);
    bottom: 8px;
}

.open-hamburger-menu.active:before {
	opacity: 0;
}
header.active~.open-hamburger-menu {}
.open-hamburger-menu.active {}
.open-hamburger-menu span {
    height: 2px;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    background: rgb(255,255,255,0.8);
    transition: all 0.2s ease;
    position: relative;
}
.open-hamburger-menu span,
header.active .open-hamburger-menu span {

}
.open-hamburger-menu span:nth-child(2) {
	margin-left: 10px;
    width:calc(100% - 10px)
}
.open-hamburger-menu span:last-child {
	margin: 0;
}

/*breads*/

.breadcrumbs.breads{
    max-width:1140px;
    margin:0 auto;
    padding: 24px 0;
}

.breads__inner{
    display:flex;
    flex-wrap:wrap;
}

.breads--inner__item__separator{
    margin: 0 10px;
    color:transparent;
    font-size:0;
}

.breads--inner__item a{
    color: rgba(255, 255, 255, 0.8);
}

.breads--inner__item a:hover{
    color:#FEB81C;
}

/*article*/

.page--article--name h1{
    font-size:2.4em;
    font-weight:800;

}

.page--article--text img{
    border-radius: 20px;
    float: right;
    margin: 15px 0 15px 15px;
}

.page--article--text *,
.page--article--text p{
    font-size:1.14em;
    line-height:1.4;
}

.page--article--text ul li{
    font-size:1em;
}

.page--article--text strong,
.page--article--text em{
    font-weight:600;
}

.page--article--text a{
    color: rgba(255,255,255,0.8);
    text-decoration:none;
}


.page--article--text a:hover{
    text-decoration:underline;
}



/*content--center--page__text*/

.content--center--page__text{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.content--center--page__text *{
    font-size:1.14em;
    line-height:1.4;
}

.content--center--page__text p *,
.content--center--page__text ul *{
    font-size:1em;
}

.content--center--page__text strong,
.content--center--page__text em{
    font-weight:600;
}

.content--center--page__text h1{
    font-size: 2.21em;
    font-weight: 600;
}

.content--center--page__text  h2{
    font-size: 1.6em;
    font-weight: 600;
    color: rgb(255,255,255,0.8);
}

.content--center--page__text  h3{
    font-size: 1.24em;
    font-weight: 600;
    color: rgb(255 255 255 / 80%);
}

.breads--inner__item__separator svg{
    fill: #000;
    width: 6px;
    transform: rotate(180deg);
}

.faq-answer p a {
    font-size: 1.14em;
    margin-top: 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.under--header--slider {
    width: 100%;
    padding-top: 74px;
}

.under--header--slider > div{
    padding-bottom: 90px;
}

.content--center--main {
    min-height:600px;
}


.fnc--slider--container{
    max-width: 1180px;
    background-color: #2E2E2E;
    background-image: url(/img/bg_first-screen_rent_ru.png);
    background-repeat: no-repeat;
    background-position: 92px 45px;
    margin: 0 auto;
    border-radius: 0 0 32px 32px;
}



.fnc--feedback.fnc--feedback_form-zapit,
.fnc--feedback.fnc--feedback_napisati-direktoru{
    display:none;
}

.home .swiper-button-prev, 
.home .swiper-container-rtl .swiper-button-next,
.home .swiper-button-next, 
.home .swiper-container-rtl .swiper-button-prev{
    border: 1px solid #5C5C5C;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    top: 405px;
    right: 54px;
    left: auto;
    margin-top:0;
}

.home .swiper-button-prev:active:after, 
.home .swiper-container-rtl .swiper-button-next:active:after,
.home .swiper-button-next:active:after, 
.home .swiper-container-rtl .swiper-button-prev:active:after{
    color:#FFC72C;
}

.home .swiper-button-prev:hover, 
.home .swiper-container-rtl .swiper-button-next:hover,
.home .swiper-button-next:hover, 
.home .swiper-container-rtl .swiper-button-prev:hover{
    border-color:#fff;
}

.home .swiper-pagination {
    height: 40px;
    top: 405px;
    left: 0;
    display: flex;
    align-items: center;
}

.home .swiper-container-rtl .swiper-button-next,
.home .swiper-button-next {
    right: 0;
}

.home .swiper-button-next:after, 
.home .swiper-button-prev:after {
    font-size: 12px;
    color:#fff;
}

.home .swiper-pagination-bullet {
    background: rgba(255,255,255,0.8);
    margin-right: 8px;
}

.home .swiper-pagination-bullet-active{
    color:#fff;
}

#sevices-article .swiper-button-prev,
#sevices-article .swiper-button-next{
    display:none;
}

body .fancybox-slide--html .fancybox-close-small{
    border-radius: 0 0 0 16px;
}

.map-link{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}

/*mobile-menu*/

.h-menu {
    right: -100%;
    width: 100%;
    position: fixed;
    top: 60px;
    padding-bottom: 60px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #2e2e2e;
    z-index: 106;
    transition: all 0.8s ease;
}

.h-menu .mfp-close {
	color: #000;
	font-size: 3em;
}

.h-menu.active {
	right: 0;
}

.h-menu nav{
    display:block;
    padding:0 0 24px 0;
}

.h-menu .nav_link {
    margin-left: 16px;
    list-style: none;
    padding:0;
    border-bottom: 1px solid #5C5C5C;
}

.h-menu .nav_link a{
    padding: 12px 5px;
    display:block;
}

.h-menu .nav_link:last-child{
    border-bottom:0;
}

.h-menu ul:first-child{
    border-top: 1px solid #5C5C5C;
        position:relative;
}

.h-menu ul{
    margin:0;
    border-bottom: 1px solid #5C5C5C;

}

.h-menu ul:first-child:after {
    content: url(/img/ring-ru.png);
    position: absolute;
    left: -80px;
    top:0;
    bottom: 0;
    margin:auto;
    height: 120px;
    transform: scale(-1,-1);
    animation-name: rotateRing;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 5s;
    z-index: -1;
    border-radius: 100px;
}


.h-menu .nav_link.hidden-no-home{
    display:none;
}

.home .h-menu .nav_link.hidden-no-home{
    display:block;
} 

.mobile-nav .menu--catalog__item a {
	width: 100%;
	padding: 15px 15px;
	font-size: 1em;
	color: #191919;
	font-family: var(--medium-font-family), calibri, arial;
	display: block;
	border-bottom: 1px solid #d9b16c;
}

.mobile-nav .menu--chapters__item {
	margin: 0;
	position: relative;
	display: block;
	width: 100%;
}

.mobile-nav .menu--chapters__item a {
	width: 100%;
	color: #191919;
	font-size: 1em;
	font-family: var(--medium-font-family);
	border-bottom: 1px solid #d9b16c;
	display: block;
	padding: 15px 15px;
	text-align: center;
}

.mobile-nav .menu--catalog,
.mobile-nav .menu--chapters {
	flex-direction: column;
}

.mobile-nav .menu--catalog__item {
	padding: 0;
}

.mobile-nav .phones a {
	color: #191919;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.8;
	font-family: var(--bold-font-family);
}

.mobile-nav .phones {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.h-menu .content-block a {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.h-menu .content-block div.topchapters_separator {
	display: none;
}

.h-menu .content-block {
	margin-top: 50px;
}

.h-menu div.languages>div:first-child:before {
	content: '';
	height: 36px;
	background: #eee;
	width: 2px;
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
}




.h-menu .content-block a {
	color: #2F2F2F;
	margin-right: 0;
	justify-content: flex-start;
	margin: 0 25px;
	font-size: 16px;
}

.headcolumn3 {}



@media screen and (max-width:400px) {
	.h-menu {
		right: -100%;
		width: 100%;
	}
}

body:not(.home) .nav_link.hidden-no-home {
    display: none;
}



@media screen and (max-width:1400px) {

    header .nav_link:nth-child(3){
        display:none;
    }

    footer .content-block:first-child{
        padding: 30px 74px;
    }
    
    .fnc--center--articles__listitem {
        max-width: 242px;
        flex-basis: 242px;
    }

    .fnc--center--articles--listitem__image img{
        max-width:100%;
    }

    .fnc--center--articles--listitem__info {
        min-height: 105px;
    }

}

@media screen and (max-width:1300px) {

    header .nav_link:last-child{
        display:none;
    }

    .sevices-article h3 {
        text-align: left;
    }

    .sevices-article div.before_h{
        margin-bottom:0;
    }

    .fnc--slider--inner__text .img-block {
        right: 0;
    }

    
}

@media screen and (max-width:1200px){

    .fnc--slider--inner__text .img-block{
        max-width: 700px;
    }

    header .nav_link{
        display:none;
    }

    header .nav_link:last-child{
        display:block;
    }

    header .content-block{
        padding: 0 52px;
        
    }

    header .content-block,
    header.active .content-block{
        height:60px;
    }

    .under--header--slider{
        padding-top:60px;
    }

    footer .content-block:first-child {
        padding: 30px 40px;
    }

    .sevices-article,
    .partners {
        overflow: hidden;
    }

    .fnc--center--articles__listitem {
        max-width: inherit;
        flex-basis: inherit;
    }

    .fnc--center--articles--listitem__image,
    .fnc--center--articles--listitem__image img{
        width:100%;
    }



    section.advantages .content-block,
    .pidibrati-tehniku .content-block,
    section.sevices-article .content-block {
        padding: 60px 74px;
    }

    .pidibrati-tehniku .content-block{
        
    }

    .partners .content-block {
        padding: 80px 74px 120px;
    }

    .open-hamburger-menu{
        display:block;
    }

    .content--center--page__text {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 30px;
    }




}

@media screen and (max-height:750px) {

	

}

@media screen and (max-height:700px) {



}

@media screen and (max-width:1100px) {

   .fnc--slider--inner__text{
        padding: 0 74px;
    }

    .advantage:nth-child(2) {
        margin: 0 40px;
    }

    .katalog-description.swiper-container {
        max-width: 540px;
        width: 540px;
    }

    .about_company .content-block {
        padding: 60px 74px 100px;
    }

    #steps .content-block{
        padding-left:74px;
        padding-right:74px;
    }

    .prevention .img-block{
        margin: -12px 0 -130px;
        z-index: -1;
        pointer-events: none;
    }

}

@media screen and (max-width:1000px) {

    .fnc--slider--inner__text .img-block {
        max-width: 587px;
    }

    section.advantages .content-block, .pidibrati-tehniku .content-block, section.sevices-article .content-block {
        padding: 60px 50px;
    }

    .advantage-description br{
        display:none;
    }
    
    .katalog-description.swiper-container {
        max-width: 500px;
        width: 500px;
    }

    .home .swiper-button-prev, 
    .home .swiper-container-rtl .swiper-button-next, 
    .home .swiper-button-next, 
    .home .swiper-container-rtl .swiper-button-prev, 
    .home .swiper-pagination{
        top: 360px;
    }

    .header--column--2{
        display:none;
    }

    footer > .content-block:first-child{
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-column:first-child{
        width:100%;
    }

    .header--centerhead--inner__logo {
        margin: 0 auto;
        justify-content: center;
    }

    .footer-column:nth-child(2) {
        margin: 42px 0 0 0;
    }

    footer ul:first-child{
        margin-left:0;
    }

}