
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

html *{
    max-width:  99999px;
}


/*class*/

div.content-block{
    max-width:1140px;
    width:100%;
    margin:0 auto;
    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, div.cartinfo::-webkit-scrollbar {
	width: 10px;
    height: 3px;
    background:#fff;
 }

 div.megacatalogsubmenu::-webkit-scrollbar,
 div.cartinfo::-webkit-scrollbar {
	width: 5px;
 }

 body::-webkit-scrollbar-button, div.megacatalogsubmenu ::-webkit-scrollbar-button, div.cartinfo::-webkit-scrollbar-button {
	background-color: #262626;
	height: 0;
 }
 body::-webkit-scrollbar-track, div.megacatalogsubmenu ::-webkit-scrollbar-track, div.cartinfo::-webkit-scrollbar-track {
	 background-color: #fff;
	 width: 5px;
 }
 body::-webkit-scrollbar-track-piece, div.megacatalogsubmenu ::-webkit-scrollbar-track-piece, div.cartinfo::-webkit-scrollbar-track-piece {
	background-color: #F5F5F5;
 }
 body::-webkit-scrollbar-thumb,  div.megacatalogsubmenu::-webkit-scrollbar-thumb, div.cartinfo::-webkit-scrollbar-thumb  {
	height: 50px;
	background-color:#008CF1;
 }
 body::-webkit-scrollbar-corner, div.megacatalogsubmenu ::-webkit-scrollbar-corner, div.cartinfo::-webkit-scrollbar-corner {
	 background-color: #fff;
 }
 body::-webkit-resizer, div.megacatalogsubmenu ::-webkit-resizer, div.cartinfo ::-webkit-resizer{
	 background-color: #666;
 }


/*class*/


div.content-block{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

div.flex-block{
    display: flex;
}

div.inline_bl{
    display:inline-block;
    vertical-align:top;
}

a{
    color:#000;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/*blocks*/

body *{
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    line-height:normal;
    color:#2D3A4C;
    outline:none;
}

body:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55.1%;
    height: 830px;
    background: url(/img/bg__first_screen__right.jpg) no-repeat right top;
    background-size: 100% auto;
    z-index: -1;
}

body {
    margin: 0;
    width: 100%;
}

body:not(.home){
    margin-top:110px;
}


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: 17px 20px;
    font-size: 1em;
    box-sizing: border-box;
    resize: none;
    color: #171717;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s 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:#969DA6;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:#969DA6;
}/* 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:#969DA6;
}/* 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:#969DA6;
}

input.fail--input{
    border-color:red;
}

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: 235px;
    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.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s 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: rgba(255,255,255,0);
    transition:all 0.5s ease;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0);
}

header.active{
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 80px rgb(0 0 0 / 12%);
}

header .content-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    transition: all 0.5s ease;
    background: #fff;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-top: 25px;
    padding: 0 25px;
}

header.active .content-block {
    margin-top: 0;
    height: 70px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0);
    border-color:#fff;
}

.header--centerhead--inner__logo{
    text-align:center;
}

header.header--centerhead--inner__logo img {
    max-height: 50px;
}

.menu--chapters{
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
}

.menu--chapters li{
    list-style:none;
    position:relative;
    margin-right:35px;
}

.menu--chapters li:last-child{
    margin-right:0;
}

.menu--chapters li a{
    font-size: 0.88em;
    text-decoration: none;
}

.menu--chapters li a:hover{
    color:#008CF1;
}

.menu--chapters li:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left: calc(100% + 15px);
    width: 5px;
    height: 5px;
    background: #008CF1;
}

.menu--chapters li:last-child:before{
    display:none;
}

.descriptor{
	margin:0;
	font-size:1em;
}

a.logo{
    line-height: 0;
    display: block;
}

header address{
    display:none;
}

.header__inner__1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__inner__2{
    display:none;
}

.header__inner__1{
    margin-left: auto;
    position: relative;
    padding: 0;
}

.phones{
    padding: 0 0 0 30px;
    position: relative;
}

header .phones:before{
    content: url(/img/ic_phone.svg);
    position: absolute;
    top: 0;
    left: 0;
}

.menu--chapters__submenu,
.menu--chapters--mobile{
    display:none;
}

nav{
    position: absolute;
    top: calc(100% - 52px);
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 15px;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 0%);
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    display: flex;
}

nav.active{
    top: 100%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}

.phones a{
    text-decoration: none;
    font-size: 1em;
    color: #1E304A;
    font-weight: 600;
}

header div.massangers{
    margin: 0 100px;
    display: flex;
}

header .massangers a{
    font-size:0.89em;
    text-decoration:none;
    transition: all 0.5s ease;
}

header .massangers a:hover{
    color:#008CF1;
}

header .massangers a:first-child{
    margin-right: 21px;
    position:relative;
}

header .massangers a:first-child:before{
    content:'';
    height:30px;
    width:1px;
    background: #E5E5E5;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:-11px;
}

button,
.button-bl a,
.fnc--feedback--main__button button{
    border: none;
    font-size: 1em;
    font-weight: 700;
    color: #ffff;
    padding: 20px 43px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(180deg, #29CCFF 0%, #0079D0 100%);
    box-shadow: 5px 10px 15px rgb(0 133 208 / 31%);
    border-radius: 10px;
    cursor:pointer;
}

button:hover,
.button-bl a:hover{
    background: linear-gradient(180deg, #0079D0 0%, #29CCFF 100%);
}



.languages{
    margin: 0 30px;
    display: flex;
}

.languages > div a{
    font-size: 0.89em;
    padding: 0;
    color: #2D3A4C;
    text-decoration: none;
    font-weight: 600;
}

.languages > div a:hover,
.languages > div.languageact a{
    color: #008CF1;
}


.languages > div:first-child{
    margin-right: 20px;
    position:relative;
}

.languages > div:first-child:before{
    content: '';
    position: absolute;
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 1px;
    background: #E5E5E5;
}

.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.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.chap a:hover{
    text-decoration:underline;
}



/*nav_menu--end*/


/*first_screen*/

.first-screen{
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 116px 0;
}



.first-screen p.after-h{
    font-size: 1.67em;
    color: #969DA6;
    margin: 20px 0 40px;
}

.first-screen .content-block{
    min-height: 533px;
    justify-content: space-between;
    align-items: center;
}

.first-screen h1{
    font-size: 2.5em;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    color: #2D3A4C;
}


.first-screen .img-block{
    position: absolute;
    z-index: 1;
    top: 0;
    right: calc(50% + 570px);
    line-height: 0;
}


.first-screen .text-block{
    margin-left: 0;
    padding: 130px 0;
}

/*first_screen--end*/



/*advantages__home*/

.advantages__home{
    
}

.advantages__home .content-block{
    padding: 60px 0 100px;
    position: relative;
}

.advantages__home .advantage{
    flex-basis: 336px;
    max-width: calc(33.333% - 30px);
    position: relative;
    margin-right: 30px;
}

.advantages__home .advantage:last-child{
    margin-right:0;
}


.image__advantage{
    width: 260px;
    height: 260px;
    margin: 20px;
    border-radius: 100%;
    margin: 20px;
    display: flex;
    z-index: 1;
}

.title__advantage{
    font-size: 1.33em;
    margin: 0 0 10px 0;
    padding-top: 20px;
    font-weight: 700;
}

.description__advantage{
    margin: 0;
    line-height: 1.4;
    color: rgba(45,58,76,0.6);
    font-size: 0.89em;
}

.description__advantage a{
    width:100%;
    font-size: 1em;
    color: rgba(255, 103, 0, 1);
    font-weight: 700;
}

.description__advantage a:hover{
    text-decoration:none;
}

.advantages__home .image__advantage{
    position:relative;
}

.advantages__home .image__advantage img{
    max-width: 100%;
    position:relative;
    border-radius:100%;
}

.advantages__home .image__advantage:before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
    border-radius: 100% 0 100% 100%;
    background: #008CF1;
    opacity: 0.05;
}

.advantages__home .image__advantage:after{
    content: url(/img/ic_check.svg);
    position: absolute;
    right: -5px;
    top: -5px;
}

/*--end--advantages__home*/


/*categorys_complex*/

.categorys_complex{
    padding: 1px 0;
    position: relative;
}

.categorys_complex:before{
    content: '';
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    height: 832px;
    background: url(/img/bg__catalog.jpg) no-repeat center center;
    z-index: -1;
}

.categorys_complex .content-block{
    padding: 75px 0;
}

.categorys_complex .content-block > h2{
    margin-bottom: 75px;
    padding: 0;
}

.content-block > h3,
.content-block > h2,
.faq__home h3{
    color: #2D3A4C;
    font-size: 1.94em;
    margin: 0;
    padding: 0 0 30px;
    text-align: left;
}

.content-block > h3 span,
.content-block > h2 span,
.hor_title h2 span,
.hor_title h3 span,
.faq__home h3 span{    
    font-size: 1em;
    color:#008CF1;
}

.hor_title h2,
.hor_title h3{
    flex-basis: 370px;
    border-right: 2px solid #008CF1;
    text-align: right;
    font-size: 2.14em;
    margin: 0;
    padding: 13px 30px 13px 0;
}

.content-block > h3 + .after-h,
.content-block > h2 + .after-h{
    font-size: 1.11em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 10px 0 10px 19px;
    position: relative;
}

.content-block > h3 + .after-h:before,
.content-block > h2 + .after-h:before{
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background: #008CF1;
    text-decoration:underline;
}

.content-block > h3 + .after-h a,
.content-block > h2 + .after-h a{
    color:#008CF1;
}

.content-block > h3 + .after-h a:hover,
.content-block > h2 + .after-h a:hover{
    color:#008CF1;
    text-decoration:none;
}


.hor_title h2 + .after-h,
.hor_title h3 + .after-h{
    font-size: 1.43em;
    flex-basis: 510px;
    padding-left: 30px;
    color: #A2A2A2;
    line-height: 1.4;
    margin: 0;
}

.cat__block{
    flex-basis: 555px;
    max-width: 555px;
    margin-right: 30px;
}

.cat__block .img-block{
    line-height:0;
    position:relative;
    cursor:pointer;
}

.cat__block .img-block:before{
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: #008CF1;
    z-index: -1;
    border-radius: 50px 50px 50px 0;
    opacity:0;
    transition:all 0.5s ease;
}

.cat__block .img-block a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,140,241,0.5);
    border-radius: 50px 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.11em;
    opacity:0;
    transition:all 0.5s ease;
}

.cat__block:hover .img-block a{
    opacity:1;
}

.cat__block:hover .img-block:before,
.cat__block.active .img-block:before{
    opacity:1;
}

.cat__block .img-block img{
    border-radius: 50px 50px 50px 0px;
    max-width:100%;
}


.cat__title{
    font-size: 1.33em;
    font-weight: 700;
    margin: 20px 0 10px;
    transition:all 0.5s ease;
}

.cat__block:hover .cat__title,
.cat__block.active .cat__title{
    color: #008CF1;
}

.cat__description{
    margin:0;
}

.fnc--products--listitem .content-block{
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 75px 0;
}

.fnc--products--listitem__name {
    font-size: 1.8em;
    color: #008CF1;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
}

.fnc--products--listitem__info {
    font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 20px;
}

.fnc--products--listitem__info * {
    font-size: 1em;
}

.fnc--products--listitem__info table,
.fnc--products--listitem__info tr,
.fnc--products--listitem__info td{
    width:auto !important;
    display:block;
}

.fnc--products--listitem__info td:first-child{
    padding-right:24px;
}

.fnc--products--listitem__info tr{
    display:flex;
}

.item__description{
    flex-basis: 500px;
    max-width: 500px;
}


.fnc--products--listitem__price{
    margin: 32px 0;
    padding-left: 25px;
    position: relative;
}

.fnc--products--listitem__price:before{
    content: url(/img/bg__price_form.svg);
    height: 77px;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
}

.fnc--products--listitem__price > *{
    font-size: 2em;
}

.fnc--products--listitem__price > div strong{
    font-size:1em;
}

.fnc--products--listitem__price span{
    font-size: 0.5em;
}

.fnc--products--listitem{
    margin: 75px 0 0;
}

.fnc--products--listitem__image {
    position: relative;
    margin-top: 52px;
}

.fnc--products--listitem__image:before {
    content: '';
    position: absolute;
    height: 555px;
    width: 555px;
    right: -54px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/img/bg__item_form.svg) no-repeat center center;
}

div.content-block .fnc--products--listitem__image img {
    max-height: 548px;
    max-width: 548px;
    position: relative;
    order: 1;
    border-radius: 20px;
}

.categorys_complex .button-bl{
    position: absolute;
    top: calc(100% + 50px);
    left: 0;
    width: 100%;
    text-align: center;
}

.fnc--products--listitem > .content-block:nth-child(even) .item__description{
    order:1;
}

.attrs__parameters{
    display:flex;
    flex-wrap:wrap;
}

.attr__color{
    position:relative;
    flex-basis: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attrs__parameters .img-block {
    width: 150px;
    padding: 0;
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    line-height: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    z-index: 2;
    min-height: 64px;
    font-size: 0.8em;
    color:#0079D0;
}

.attr__color.active .img-block,
.attr__color:hover .img-block{
    border-color: #008CF1;
}

.color__description {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    background: #008cf1;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.attr__color:hover  .color__description{
    opacity: 1;
}

.attrs__title{
    font-size: 0.89em;
    font-weight: 700;
    color: #008cf1;
}



.attrs__parameters .img-block:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:9px;
    border:6px solid #fff;
}



.attrs__parameters .img-block img{
    max-height: 60px;
    border-radius: 120px;
}

/*categorys_complex--end--*/



/*steps__home*/

.steps__home{
    padding: 1px 0;
    position: relative;
    margin: 0 0 100px;
}

.steps__home .content-block{
    padding: 75px 0;
}


.steps__home:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 610px;
    background: url(/img/bg__steps.jpg) no-repeat center center;
    z-index: -1;
}


.steps__home .steps ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.steps__home .content-block > h3{
    padding-bottom: 90px;
}

.steps ul li{
    list-style: none;
    text-align: center;
    flex-basis: 180px;
}

.steps ul li .img-block img{
    width: 180px;
    height: 180px;
    border-radius: 100%;
}

.steps ul li span{
    font-size: 1.94em;
    color: #008CF1;
    font-weight: 600;
    margin:20px 0;
    display:block;
    position:relative;
}

.steps ul li span:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% - 50px);
    width: 150px;
    height: 2px;
    background: url(/img/ic_dashed__line.png) repeat-x left center;
}

.steps ul li:last-child span:before{
    display:none;
}

.steps ul li .step__description{
    margin: 0;
    line-height: 1.4;
    font-size: 0.89em;
}

/*faq__home--end*/


/**/

.form__home{
    position:relative;
}

.form__home:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    height: 902px;
    background: url(/img/bg__form.jpg) no-repeat right center;
    z-index: -1;
}


.form__home .content-block{
    min-height: 902px;
    justify-content: flex-end;
    align-items: center;
}

.form__home h2{
    color: #2D3A4C;
    font-size: 1.94em;
    margin: 0;
    padding: 0 0 30px;
    text-align: left;
}

.form__home .after-h{
    font-size: 1.11em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 35px;
    padding:0;
    position: relative;
    color:#0079D0;
}

.fnc--feedback__title{
    font-size: 1.33em;
    font-weight: 700;
    margin-bottom: 20px;
}

.fnc--feedback--main__name{
    display:none;
}

/**/

/*contacts*/

.flex-ugol{
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background: #ff1820 url(/img/ic_arrow_elipse.svg) no-repeat center center;
    z-index:1;
}


.contacts h3{
    font-size: 1.94em;
    color: #2D3A4C;
    margin: 0;
    padding-bottom: 5px;
}

.contacts .content-block{
    padding: 75px 0;
}

.contacts .content-block > h3{
    padding-bottom: 50px;

}

.map-block{
    overflow: hidden;
    border: 1px solid #F9F9F9;
    box-sizing: border-box;
    border-radius: 50px;
    flex-basis: 555px;
    line-height: 0;
}

#contacts .flex-block{
    justify-content: space-between;
    align-items: center;
}

.contacts-bl{
    flex-basis: 500px;
    max-width: 500px;
    box-sizing: border-box;
    margin-left: 40px;
}


.contacts__inner{
    padding: 25px 0 25px 0;
    position: relative;
}

.contacts__inner:last-child{
    border-bottom: none;
}

.contacts__inner:before{
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 22px;
    height: 22px;
}

.contacts__inner.placeholder:before{
    background: url(/img/ic_callback.svg) no-repeat center top;
}

.contacts__inner.phone:before{
    background: url(/img/ic_phone_contacts.svg) no-repeat center top;
}

.contacts__inner.mail:before{
    background: url(/img/ic_placeholder.svg) no-repeat center top;
}

.contacts__name{
    margin: 0 0 15px;
    font-size: 0.89em;
    font-weight: 700;
    padding-left: 30px;
}


.contacts__name ~ p{
    line-height: 1.4;
    margin: 0;
    color: #008CF1;
}

.contacts__inner.phone a,
.mail.contacts__inner a{
    color: #008CF1;
    text-decoration:none;
}

.contacts__inner.phone a:hover{
    color: #2D3A4C;
}

.contacts__inner .massangers a{
    margin-right: 5px;
    display: inline-flex;
    border: 1px solid rgba(0, 140, 241, 0.2);
    padding: 5px;
    border-radius: 100px;
}

.contacts__inner .massangers svg{
    fill: #008CF1;
}

.contacts__inner .massangers a:hover svg{
    fill: #2D3A4C;
}


address{
    font-style: normal;
    line-height:1.5;
}

.contacts .phones{
    display: block;
    padding: 0;
    margin: 12px 0 0;
}

.contacts .phones a{
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.11em;
    line-height: 1.4;
}

.contacts .phones a:last-child{
    padding-bottom:0;
}

.social a svg{
    transition:all 0.5s ease;
}


/*contacts--end*/



/*footer*/


footer{
    padding: 25px 0;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    background: #2D3A4C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .content-block{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

footer .footer_inner .button-bl a{
    padding: 10px 28px;
    font-size: 0.78em;
    border-radius:6px;
}

.footer_inner:nth-child(2){
    margin: 0 auto;
    padding: 0 50px;
}

.footer-contacts *{
    
}

footer .menu--chapters li:before {
    top: 4px;
}

footer .menu--chapters li a{
    font-size:0.78em;
    color:#fff;
}

footer .menu--chapters li:last-child,
footer .menu--chapters li:nth-child(4):before{
    display:none;
}

footer .menu--chapters li:nth-child(4){
    margin-right:0;
}

.social{
    display: flex;
}

.social a{
    margin-left: 10px;
    display: inline-flex;
    border: 1px solid rgba(0, 140, 241, 0.2);
    padding: 5px;
    border-radius: 100px;
}

.social a svg{
    fill: #008CF1;
}

.social a:hover svg{
    fill:#2D3A4C;
}

.effe a,
.effe{
    background: #666666;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-family: calibri, arial;
    color: #fff;
    text-decoration: none;
}

.underfooter{
    padding:25px 0; 
    background: #2D3A4C;
}

.underfooter .content-block{
    justify-content: space-between;
    align-items: center;
}

.underfooter__inner p{
    color: #697382;
    font-size: 0.66em;
}

.underfooter__inner:last-child{
    display: flex;
    align-items: center;
}

.underfooter .social a svg{
    fill:#fff;
}

.underfooter .social a svg:hover{
    fill:#008CF1;
}

.underfooter .social a{
    border:1px solid rgba(255, 255, 255, 0.2);
}

.underfooter p a{
    color: #008CF1;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
}

.underfooter p a:hover{
    color:#fff;
}

/*footer--end*/


/*popup*/

.fancybox-content {
    border-radius: 20px;
}

.fancybox-stage .fnc--feedback--container{
    text-align: center;
    width: 550px;
}

.fancybox-stage .fnc--feedback__title{
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.28em;
}

.fancybox-stage .fnc--feedback__second--title{
    margin-bottom:48px;
}

.fancybox-stage .fnc--feedback--main__line{
    max-width: 370px;
    margin:0 auto;
    text-align:left;
}

.fancybox-stage .fnc--feedback__second--title {
    margin-bottom: 24px;
}

.fancybox-stage .fnc--feedback--main__button {
    margin-top: 25px;
    text-align: center;
}

/*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-bl,
.thanks__page ~ footer .footer_inner:nth-child(2),
header.thanks__page .header__inner__2{
    display:none;
}

.order{
    margin: 0;
    text-align: center;
    padding: 0
}

/*hamburger*/

.open-hamburger-menu {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 110;
	width: 25px;
	height: 20px;
	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: #2D3A4C;
    transition: all 0.2s ease;
    position: relative;
}
.open-hamburger-menu span,
header.active .open-hamburger-menu span {
	background: #2D3A4C;
}
.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{

}

.breads--inner__item a:hover{
    color:rgba(255, 103, 0, 1);
}

/*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: #008CF1;
    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:100px 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  h2{
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    color: #008CF1;
}

.content--center--page__text  h3{
    font-size: 1.24em;
    font-weight: 600;
    color: #008CF1;
}

.breads--inner__item__separator svg{
    fill: #000;
    width: 6px;
    transform: rotate(180deg);
}

.fnc--feedback--main__button button{
    max-width: 280px;
}

.fnc--feedback_modal-form{
    display:none;
}

.fnc--itemshow--container{
    display:none;
}

.js__body--background{
    display:none;
    background: #2D3A4C;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
}

.js__body--popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 555px;
    height: 620px;
    z-index: 401;
    background: #fff;
    border-radius: 50px 0 50px 50px;
}

.popup--callme--container{
    padding: 50px;
}

.popup--container__close{
    position: absolute;
    right: 20px;
    top: 20px;
}

.js__close--popup{
    padding: 0;
    font-size: 0;
    width: 45px;
    height: 45px;
}

.js__close--popup svg{
    width: 20px;
    fill: #fff;
}

.popup--container--iteminfo{
    display: flex;
    margin-bottom: 20px;
}

.popup--container--iteminfo__image{
    max-width: 130px;
    line-height: 0;
}

.popup--container--iteminfo__image img{
    max-width: 100%;
    border-radius: 10px;
}

.popup--container--iteminfo__main{
    padding-left: 30px;
}

.popup--container--iteminfo__name{
    font-size: 1em;
    font-weight: 600;
}

.popup--container__title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.11em;
    font-weight: 600;
}

.popup--container__button{
    text-align: center;
}

.fnc--cartlist--container,
.fnc--payment--title{
    display:none;
}


#modal-form__5{
    position:relative;
    padding-left:500px;
}


#modal-form__5:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:500px;
    background: url(/img/sale-form1.png);
}

#modal-form__5:after {
    content: url(/img/logo__footer.png);
    position: absolute;
    left: 30px;
    bottom: 30px;
    line-height: 0;
}