.print-array{
        max-width: 85%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        left: 0;
        top: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        color: #a7a7a7;
        position: fixed;
        z-index: 99999999;
        font-size: 14px;
        line-height: 13px;
        bottom: 0;
        position: fixed;
    }
    .print-array .closed{
        width: 0!important;
    }
    .print-array span{
        width: 42px;
        padding: 5px 5px 0 0;
        height: 52px;
        border: 1px solid #197df8;
        border-left: none;
        border-radius: 0 25px 25px 0;
        font-size: 26px;
        color: #197df8;
        top: calc(100%/2 - 25px);
        right: -42px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }
    .print-array pre{
        max-width: 100%;
        resize: auto;
        overflow: hidden scroll;
        white-space: pre-wrap;
        height: 808px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: rgb(0, 0, 0);
        font-size: 20px;
        line-height: 20px;
    }
/*

*/
.owl-theme .owl-nav .owl-prev span{
	color: #fff;
    font-size: 50px;
}
.owl-theme .owl-nav .owl-next span{
	color: #fff;
    font-size: 50px;
}


	.print_mass{
		background: #fff;
	    position: relative;
	    z-index: 99999999;
	    font-size: 11px;
	    line-height: 11px;
	    text-align: left;
	}

/* All */
*{outline: none; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}

html, body{overflow-x: hidden;}

html{
	height:100%;
	    width: 100%;
    min-width: 100%;
}
html.modal-opened{
	overflow: hidden;
}
body
{
	height: auto!important;
	height: 100%;
	min-height: 100%;
	overflow: auto;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: 'Open Sans', sans-serif, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #454545;
	background-image: url('images/konteinerniy-terminal.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #332d73;
	max-width: 100vw;
}

/*Font in table*/
table
{
	font-size:100%;
}

p{
	margin-bottom: 30px;
}

ul{
	max-width: 100%;
    padding-left: 50px;
}

ul li{
	position: relative;
}
ul li:before {
    content: '\25B8';
    color: #EB5B3F;
    position: absolute;
    left: -30px;
}

hr{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

/* inputs, textarea */

::-webkit-input-placeholder {color:#adafbe;}
::-moz-placeholder          {color:#adafbe;}/* Firefox 19+ */
:-moz-placeholder           {color:#adafbe;}/* Firefox 18- */
:-ms-input-placeholder      {color:#adafbe;}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

[type='text']:not([class^="bx"]),
[type='password']:not([class^="bx"]),
[type='date']:not([class^="bx"]),
[type='datetime']:not([class^="bx"]),
[type='datetime-local']:not([class^="bx"]),
[type='month']:not([class^="bx"]),
[type='week']:not([class^="bx"]),
[type='email']:not([class^="bx"]),
[type='number']:not([class^="bx"]),
[type='search']:not([class^="bx"]),
[type='tel']:not([class^="bx"]),
[type='time']:not([class^="bx"]),
[type='url']:not([class^="bx"]),
[type='color']:not([class^="bx"]),
textarea:not([class^="bx"]){
	display: block;
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid #adafbe;
    margin: 0 0 1rem;
    font-size: 16px;
    color: #0a0a0a;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.public-part img{
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
	max-width: 100%;
	height: auto;
	padding: 30px 0;
}

.img-description{
	margin-bottom: 25px;
    display: inline-block;
    font-weight: 300;
	text-align: center;
	width: 100%;
}

/* Classes */
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

.wrapper{
	position: relative;
    width: 1240px;
    max-width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}
.wrapper-inner{
	position: relative;
    width: 1040px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}


.wrapper-wide{
    width: 100%;
    max-width: 1440px;
}
.slow{
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/* buttons */
.btn-default{
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 55px;
	background-color: #EB5B3F;
	border: 1px solid #EB5B3F;
    padding: 0;
    padding-left: min(50px, 10%);
    padding-right: min(50px, 10%);
	-moz-transition: all 0.2s ease-in!important;
	-webkit-transition: all 0.2s ease-in!important;
	-o-transition: all 0.2s ease-in!important;
	transition: all 0.2s ease-in!important;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.btn-default svg{
	margin-right: 15px;
}
.btn-default.white{
	color: #ffffff!important;
}
.btn-default.large{
	height: 75px;
}
.btn-default.blue{
	background-color: #343171;
	border-color: #343171;
}
.btn-default.transparent{
    color: #343171;
    background-color: #fff;
    border-color: #343171;
}
.btn-default:hover{
	background-color: transparent;
	color: #EB5B3F;
}
.btn-default.blue:hover{
	color: #343171;
}
.btn-default.transparent:hover{
    color: #fff;
    background-color: #343171;
}
.arrow-left{

}
.arrow-left:before{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #0a1434;
    border-right: 1px solid #0a1434;
    margin-right: 14px;
    transform: rotate(-135deg);
        -moz-transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    -o-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}
.arrow-left:hover:before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.arrow-right:after{
	content: '';
	display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 4px double #eb5b3f;
    border-right: 4px double #eb5b3f;
    margin: 0 0 0 9px;
    transform: rotate(45deg);
        -moz-transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    -o-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}

/*Links*/
a:not(.btn-default){
	color: #EB5B3F;
	-webkit-text-decoration-color: #EB5B3F;
	text-decoration-color: #EB5B3F;
	text-decoration-thickness: 0.14em;
	-moz-transition: text-decoration-color 0.2s ease-in;
	-webkit-transition: text-decoration-color 0.2s ease-in;
	-o-transition: text-decoration-color 0.2s ease-in;
	transition: text-decoration-color 0.2s ease-in;
}
a:hover{
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

/* Flexbox */

/* popup -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

html.popup-open {
    overflow: hidden;
}
.popup-wrap{
	display: none;
	position: fixed;
	z-index: 10152;
	top: 0;
	left: 0;
	width: 100%;
	height: 130vh;
	padding: 20px;
	background-color: rgba(6,6,19,0.75);
	overflow-y: auto;
}
/*.popup-wrap.open{
	display: block;
}*/
.popup-wrap .popup-content{
    background: #fff;
    display: inline-block;
    width: 550px;
    max-width: 100%;
    min-height: 39%;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 70px;
    margin: 0px 0 35%;
}

.popup-wrap .popup-content .close{
	position: absolute;
    top: 45px;
    right: 45px;
    width: 1px;
    height: 35px;
    background: #1f1c58;
    transform: translate(0, -50%) rotate(45deg);
    cursor: pointer;
    padding: 0px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popup-wrap .popup-content .close:before{
	content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: -5px;
    transform: rotate(45deg);
}
.popup-wrap .popup-content .close:after{
    content: "";
    width: 1px;
    height: 35px;
    display: inline-block;
    background: #1f1c58;
    transform: rotate(-90deg);
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.popup-wrap .popup-content .close:hover, .popup-wrap .popup-content .close:hover:after{
	background: #ff5200;
}

.auth-form{
	text-align: center;
}
.popup-wrap .popup-content h2,
.auth-form h2{
	font-weight: 700;
	padding: 0 0 30px;
}
.auth-form input[type="text"],
.auth-form input[type="password"]{
	text-align: center;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.auth-form input[type="submit"]{
	margin: 25px auto;
	padding: 0 80px;
}

main{
	width: 100%;
	min-height: 85vh;
}

/* header -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

header *{
	color: #fff!important;
	font-size: 16px;
}
header .hdr-top{
	height: 50px;
	padding: 0 80px;
}
header .hdr-bottom{
	height: 80px;
    margin-left: min(55px, 4%);
    margin-right: min(55px, 4%);
	background-color: rgb(31 28 88 / 85%);
}
header .hdr-bottom .logo{
	min-width: 199px;
    height: 46px;
    margin-left: min(45px, 4%);
	background-image: url('images/logo-iterniti-st.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
header .callback{
	height: 100%;
	background-color: #161355;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 55px;
	-moz-transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}
header .callback span{
	font-size: 13px;
	margin-left: 15px;
}
header .callback svg{

}
header .callback:hover{
	background-color: #57548e;
}

/* main ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-banner{
	width: 100%;
	min-height: 710px;
	text-align:  center;
}
.main-banner .main-banner-item{
	max-width: 85%;
	text-align:  center;
}
.main-banner .main-banner-item:nth-child(1){
	/*width: 900px;*/
}
.main-banner .main-banner-item:nth-child(1) h1{
	/*display: inline-block;
    width: 100%;
    margin-bottom: 7vh;*/
    width: 960px;
    max-width: 100%;
    margin-bottom: 5vh;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 800;
}
.main-banner .main-banner-item .sub-title{
	width: 100%;
	color: #fff;
	font-size: 120%;
	margin-bottom: 7vh;
}

.wr-about{
	position: relative;
    z-index: 2;
}
section.about{
	background-color: #1F1C58;
}
section.about .video{
	width: 575px;
	height: 400px;
	max-width: 100%;
}
section.services .services-title{
    width: 100%;
    display: block;
    line-height: 100%;
    font-size: 38px;
    padding: 55px 0 90px;
    font-weight: 800;
    text-align: center;
    color: white;
}
#lightgallery-video{
    width: 500px;
    height: auto;
    max-width: 100%;
    padding: 50px;
}
#lightgallery-video svg circle{
	-moz-transition: all 0.2s ease-in!important;
	-webkit-transition: all 0.2s ease-in!important;
	-o-transition: all 0.2s ease-in!important;
	transition: all 0.2s ease-in!important;
}
#lightgallery-video svg:hover circle{
	fill: transparent;
}
#lightgallery-video .video-item{
	max-width: 100%;
	color: #fff;
	text-decoration: none;
}
#lightgallery-video .video-item .wr-title{
    padding: 20px;
    width: 210px;
    text-align: left;
}
#lightgallery-video .video-item .title{
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 14px;
    font-weight: 600;
}
#lightgallery-video .video-item .time{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #8A899D;
}
section.about .description{
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 490px;
	flex: 1 0 490px;
    color: #fff;
    padding: 60px 70px;
}

.services{
	/*margin: 115px 0 0;*/
}

.wr-convenience{
	background-image: url('images/bg-03.jpg');
	background-repeat: no-repeat;
	background-position: center top;
    position: relative;
    z-index: 1;
    top: -250px;
	min-height: 1050px;
	margin-bottom: -150px;
    overflow: hidden;
}
.wr-convenience .convenience{
	background: rgb(31 28 88 / 80%);
	padding: 70px 50px;
	margin: 400px 0 0;
}
.wr-convenience .convenience h3{
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.wr-convenience .convenience .convenience-item{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 385px;
	flex: 1 1 385px;
	padding: 20px;
}
.wr-convenience .convenience .convenience-item svg{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.wr-convenience .convenience .convenience-item > div{
	width: 100%;
	color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 220px;
	flex: 1 1 220px;
	padding: 15px 25px;
}
.wr-convenience .convenience .convenience-item .title{
	font-weight: 600;
	font-size: 140%;
	margin-bottom: 30px;
}
.wr-convenience .convenience .convenience-item .description{
	font-weight: 300;
}

.wr-how-client{
    margin-bottom: 100px;
}
.how-client{
	background-color: #ffffff;
	padding: 60px;
	max-width: 100%;
	margin-bottom: 80px;
	flex: 0 1 700px;
}
.how-client h3{
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 45px;
}
.how-client ul{
	margin-bottom: 50px;
	padding-left: 15px;
}
.how-client ul li{
    color: #1f1c58;
    border-left: 1px dashed #4B4797;
    display: flex;
    line-height: 1.8em;
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.how-client ul li:last-child{
	border-left: none;
}
.how-client ul li:before{
    border: 1px solid #eb5b3f;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #8784C3;
    position: absolute;
   	left: -17px;
}
.how-client ul li:nth-child(1):before{content: "1";}
.how-client ul li:nth-child(2):before{content: "2";}
.how-client ul li:nth-child(3):before{content: "3";}
.how-client ul li:nth-child(4):before{content: "4";}

.events-list.owl-carousel .owl-item,
.events-list.owl-carousel .owl-stage-outer{
	height: 100%;
}

.wr-news-main{
	width: 400px;
}
.wr-news-main .news-title{
	width: 100%;
    text-align: center;
   	margin-bottom: 30px;
}
.wr-news-main .news-title a{
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
}

/* inner --------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

main.inner{
	background-color: #ffffff;
	margin-top: 250px;
	padding-bottom: 100px;
}
main.inner > .wrapper{
	padding-top: 80px;
}
main.inner .banner-inner{
	margin-top: -80px;
}
main.inner h1{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 97%;
    min-height: 115px;
    line-height: 100%;
    font-size: 48px;
    padding: 0 20px;
    font-weight: 600;
    text-align: center;
    background-image: url('images/pattern-medium.png');
}
main.inner h1 span{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	margin-top: -27px;
	display: block;
}

/* o-kompanii ---------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.image.o-kompanii{
	position: absolute;
    left: -33px;
}

.description.o-kompanii{
    max-width: 100%;
    padding-left: 340px;
    padding-bottom: 0;
}

.wr-infographic{
    position: relative;
    width: 100%;
}
.infographic  > div{
	width: 100%;
}
.wr-infographic .wr-wide-pic{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wr-infographic .back-pattern{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
	background-image: url('images/pattern-medium.png');
}

/* kontakty ------------------------------------------------------------------------------------------------------------------------------------------------ */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

main .note{
	position: relative;
	padding: max(50px, 7%);
	width: 100%;
	background: #FFF9F2;
	margin-bottom: 40px;
}
main .note.kontakty span{
	width: 100%;
	max-width: 726px;
}
.contacts > div{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 430px;
	flex: 1 1 430px;
	margin-bottom: 30px;
}
.contacts .title{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 120%;
    margin-bottom: 5px;
}
.contacts .description{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
	margin-bottom: 30px;
}
.contacts .phone:hover, .contacts .email:hover{
	-webkit-text-decoration-color: #EB5B3F;
	text-decoration-color: #EB5B3F;
}
.contacts .phone{
	font-size: 120%;
	font-weight: 800;
}
.contacts .email{
	font-weight: 800;
	font-size: 120%;
}
#map-kras, #map-dub{
	width: 100%;
	height: 600px;
}

main.inner .contacts{
    margin-bottom: 75px;
}

/* yandex map customs */
.ymaps-2-1-78-route-panel-input__location{
    background-repeat: no-repeat!important;
    background-position: center!important;
    right: 10px!important;
}
input.ymaps-2-1-78-route-panel-input__input{
	height: 52px!important;
	font-size: 16px!important;
}
.ymaps-2-1-78-route-panel__switch{
	left: 50%!important;
	transform: translateX(-50%)!important;
}
.ymaps-2-1-78-control-popup__content{
	left: 50px!important;
	min-width: 600px!important;
	min-height: 200px!important;
}
.ymaps-2-1-78-controls__control_toolbar{
	margin-left: 50px!important;
}

/* footer -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

footer{
	background-color: #1F1C58;
	padding: 60px 7% 0 100px;
}
footer *{
	color: #ffffff;
}
footer .wr-copyright{
	margin-bottom: 50px;
	margin-right: 130px;
}
footer .logo{
	width: 216px;
	height: 51px;
	background-image: url('images/logo-iterniti.svg');
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
footer .wr-copyright .copyright{
	font-size: 16px;
	line-height: 24px;
}
footer .bottom-menu{
    max-width: 100%;
    margin-bottom: 30px;
}
footer .bottom-menu > div{
	max-width: 100%;
	margin-right: 60px;
	margin-bottom: 60px;
}
footer .bottom-menu .title{
	margin-bottom: 30px;
    display: inline-block;
}
footer .bottom-menu ul{
	padding: 0;
}
footer .bottom-menu ul li{
	margin-bottom: 5px;
}
footer .bottom-menu ul li:before{
	content:"";
}
footer .bottom-menu ul li a{
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}
footer .bottom-menu ul li a:hover{
	-webkit-text-decoration-color: #EB5B3F;
	text-decoration-color: #EB5B3F;
}

/* button anchor */

#scrollToTop{
	position: fixed;
	z-index: 5;
    bottom: 20%;
    right: 4.5%;
    width: 80px;
    height: 80px;
    background-color: #1F1C58;
    border-radius: 15px;
    border: none;
	border-top: 1px solid #3b3967;
	border-right: 1px solid #3b3967;
    cursor: pointer;
    opacity: 0;
    box-shadow: 0px 5px 25px -15px rgb(142 137 235);
	-moz-transition: all 0.2s ease-in!important;
	-webkit-transition: all 0.2s ease-in!important;
	-o-transition: all 0.2s ease-in!important;
	transition: all 0.2s ease-in!important;
}
#scrollToTop.show{
	opacity: 0.8;
	right: 5%;
}

@media screen and (max-width: 768px) {
	#scrollToTop {
		bottom: 3%;
	}
}

/* media-queries -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1440px){
	footer .wr-copyright{
		order: 2;
	}
	footer .bottom-menu{
		order: 1;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media screen and (max-width: 1240px){
	header .callback{
		padding: 0 32px;
	}
	header .callback span{
		display: none;
	}
	main .note.kontakty span{
		margin-bottom: 30px;
	}
	.wr-news-main{
		width: 100%;
	}
}

@media screen and (max-width: 1086px){
	#lightgallery-video{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
		padding: 50px 70px 0;
	}
	.image.o-kompanii {
		position: initial;
		left: initial;
	    margin-bottom: 50px;
	    max-width: 100%;
	    height: auto;
	}
	.description.o-kompanii{
	    max-width: 100%;
	    padding-left: 0;
	}
	.terminal-specifications-list .terminal-specifications-item:nth-last-child(2),
	.terminal-specifications-list .terminal-specifications-item:nth-last-child(3){
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.infographic-list .infographic-item{
		width: 44%;
	}
    .it-news-list .news-item{
        width: 50%;
        max-width: calc(50% - 20 * 2px);
    }
}
@media screen and (max-width: 980px){
	header .hdr-top .mail span,
	header .hdr-top .phone span{
		display: none;
	}
	header .hdr-bottom .logo{
		width: 55px;
	}

}
@media screen and (max-width: 839px){
	body{
		background-size: auto 430px;
	}
	.infographic-list .infographic-item{
		width: 100%;
	}
}
@media screen and (max-width: 795px){
	/* + style.css */
	/* + components/menu/root-menu */
	.wrapper{
		padding: 0 20px;
	}
	.inner > .wrapper{
		padding-top: 50px!important;
	}
	header .hdr-top{
		display: none;
		position: fixed;
	}
	header .hdr-bottom{
		margin: 0;
	}
	header .hdr-bottom .logo{
		width: 199px;
        height: 46px;
		position: relative;
		z-index: 51;
	}
	header .callback{
		display: none;
	}
    .main-banner .main-banner-item:nth-child(1) h1{
        font-size: 180%;
    }
	.main-banner .main-banner-item .sub-title{
		font-size: 100%;
	}
}
@media screen and (max-width: 756px){
	main.inner h1{
		font-size: 220%;
	}
	main.inner h1 span{
		margin-top: -23px;
	}
	.note.o-kompanii{
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.terminal-specifications-list{
		text-align: center;
	}
	.terminal-specifications-list .terminal-specifications-item{
		width: 100%;
	}
	.it-news-detail{
		padding: 0;
	}
	.link-news-back{
		margin: 0;
	}
	.it-news-detail .share-panel{
		position: initial;
		margin: 0 0 42px 0;
	}
    .it-news-list .news-item{
        width: 100%;
        max-width: calc(100% - 20 * 2px);
    }
    .it-news-list .news-item .wr-news-link .news-preview-img{
        height: 284px!important;
    }
}
@media screen and (max-width: 496px){
	#lightgallery-video .video-item .wr-title{
		padding-left: 0;
	}
	.it-news-list .news-item .wr-news-link .news-preview-img{
        height: 194px!important;
    }
}
@media screen and (max-width: 335px){
	header .hdr-bottom .logo{
		width: 55px;
	}
}