@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

*, ::after, ::before, :after, :before {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #3e3e3d;
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  overflow-x: hidden;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-size: 26px;
}

h1, .h1 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-size: 26px;
}

.h2 {
	color: #E52D38;
    font-size: 22px;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  padding: 0;
}

table {
  width:100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-bottom: 20px;
  border-spacing: 0;
  border: none;
  padding: 0;
}

table tr:nth-child(2n) {
  background:#f5f6fa;
}

table td {
  border:1px solid #f5f9fd;
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0;
  padding: 10px 15px;
  font-size: 16px;
  margin: 0;
  border-width: thin;
  width: 50%;
}

table td p {
  margin-bottom: 0px;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

article ul {
  list-style: none;
  list-style-image: none;
  margin-left: 35px;
  margin-bottom: 10px;
  padding: 0px;
}

article ul li {
  list-style: none;
  list-style-image: none;
  position: relative;
  padding: 0 0 5px;
}

article ul li:before {
  content: "";
  border-radius: 0px;
  text-align: center;
  color: #fff;
  background: #E52D38;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 0%;
  top: 10px;
  left: -15px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article ul li a {
  cursor: pointer;
  color: #E52D38;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article ul li a:hover {
  color: #E52D38;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ol {
  font-weight: 400;
  list-style: decimal;
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 0;
}

ol li {
  font-weight: 400;
  list-style: decimal;
  list-style-type: decimal;
  margin: 0 0 5px;
}

em {
  font-weight: 400;
}

a {
  cursor: pointer;
  color: #E52D38;
  font-weight: 300;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover {
  color: #E52D38;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  padding: 0 5px 5px 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button:focus {
  outline: none;
}

button, input, optgroup, select, textarea {
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

fieldset {
  border: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

input, select {
  vertical-align: middle;
}

.wrapper {
  margin-bottom: 3rem;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

.center {
  text-align: center;
}

.flex__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/********* header **********/
.header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
	box-shadow: 0px 0px 10px 5px rgb(172 172 172 / 15%);
}

.logo img {
    width: 150px;
    max-width: 150px;
}

.header__language {
    display: inline-block;
    list-style-image: none;
    list-style: none;
    text-align: center;
    padding: 0;
}

.header__language li {
    padding: 0px;
    margin: 0px 5px;
    line-height: 1.3;
    display: inline-block;
}

.header__language li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}

.header__language li a:hover {
    color: #fff;
}

.header__language li a.selected {
    color: #fff;
}

.header__language li a.selected:hover {
    color: #fff;
}

.header__contacts {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.header__contacts li {
    margin: 0px 20px 0 0;
    display: inline-block;
	font-size: 14px;
}

.header__contacts li a {
	font-size: 14px;
}

.header__contacts li a:hover {
	color: #E52D38;
	text-decoration: none;
}

.header__social {
    display: inline-block;
	list-style-image: none;
    list-style: none;
    padding: 0px;
}

.header__social li {
	vertical-align: middle;
    display: inline-block;
    margin: 0px;
}

.header__social li:before {
	content: initial;
}

.header__social li img {
	width: 26px;
	border-radius: 50%;
}

.header__social li a {
	text-align: center;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.header__social li a:hover {
	opacity: 0.8;
}

.header__language a {
	color: #3e3e3d;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.header__language a:hover {
	color: #E52D38;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-toggle img {
  vertical-align: initial;
}

.dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px;
    margin: 10px 0;
    list-style: none;
    text-align: left;
    min-width: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px rgb(172 172 172 / 15%);
}

.dropdown-toggle, .dropdown-toggle:focus {
   cursor: pointer;
   font-weight: 500;
   color: #e52d38;
}

.dropdown-toggle:hover {
   color: #3e3e3d;
}

.header__language .dropdown-toggle .lnr {
    font-size: 12px;
}

.dropdown-toggle .lnr {
  font-size: 15px;
}

.dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: #cdcdcd;
}

.dropdown-menu li.adress {
	font-size: 13px;
    font-weight: 300;
}

.dropdown-menu li {
	margin: 0px;
    padding: 0px;
	white-space: nowrap;
    font-size: 16px;
}

.dropdown-menu li:before {
	content: initial;
}

.dropdown-menu li a.btn {
    padding: 10px 26px;
	color: #fff;
	font-weight: 300;
}

.dropdown-menu li a.btn:hover {
    color: #fff;
    background: #3e3e3d;
}

.dropdown-menu li a {
	display: block;
	font-weight: 500;
    color: #3e3e3d;
    padding: 0px;
}

.dropdown-menu li a:hover {
	color: #E52D38;
}

.dropdown-menu li ul {
    margin: 2px 0 0;
}

.dropdown-menu li ul li {
    padding: 0px;
    margin: 0;
    display: inline-block;
}

.dropdown-menu li ul li:before {
  content: initial;
}

.dropdown-menu li ul li a img {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.dropdown-menu li ul li img:hover {
  opacity: 0.8;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  text-decoration: none;
}

.open .dropdown-menu {
  display: block;
  padding: 15px 25px;
}

.open a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0px;
}

.dropdown-menu-left {
  left: 0px;
  right: auto;
}


.cd-dropdown-trigger {
	display: none;
	padding: 5px 0;
	font-size: 34px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
	color: #3e3e3d;
}

.cd-dropdown-txt {
	font-size: 20px;
    margin-left: 5px;
}

@media only screen and (min-width: 991px) {
	
	/* Mobile Navigation */
	.cd-dropdown-wrapper .go-back, 
	.cd-dropdown-wrapper .tite-dropdown,
	.cd-dropdown-wrapper .cd-close {
		display: none;
	}
	.main-menu{
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.nav-mobile-menu{
		display: none;
	}
	.nav{
		margin:0;
		padding:0;
		list-style:none;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}
	.nav li{
		position: relative;
		display: inline-block;
		padding: 0px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	
	.nav > ul li:hover a{
		color: #ed1a3b;
	}
	
	.nav li:first-child {
		padding-left: 0px;
	}
	
	.nav li:last-child {
		padding-right: 0px;
	}
	
	.nav li a{
		color: #3e3e3d;
		text-decoration: none;
		font-size: 16px;
		font-weight: 400;
		padding: 20px 10px;
		display: inline-block;
	}
	
	.nav li a .lnr {
		font-size: 12px;
		font-weight: 800;
	}
	
	.nav li a:hover{
		color:#E52D38;
		text-decoration: none;
	}
	.nav li ul{
		position: absolute;
		z-index: 9999;
		left: -9999px;
		opacity: 0;
		background: #e7464e;
		padding: 5px 0 0;
		text-align: left;
		min-width: 275px;
		max-width: 275px;
		margin: 0px 0;
	}
	.nav li ul li{
		padding:0px;
		margin:0px;
		float:none;
		display:block;
		border:none;
	}
	.nav li ul li:last-child {
		margin:0px 0 7px;
		background: none;
		float: none;
	}
	.nav li ul li a {
		color:#fff;
		display:block;
		font-weight:normal;
		text-transform:none;
	}
	.nav li ul li a:hover{
		text-decoration:underline;
		color: #fff;
	}
	.nav li:hover ul {
		left:0px;
		opacity:1;
	}
	.nav li:hover ul a {
		text-align: left;
		padding: 5px 15px;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		margin: 0px;
		line-height: 1.2em;
	}
	.nav li:hover li ul a:hover {
		text-decoration:none;
		color:#e6050a;
	}
}

@media (min-width:320px) and (max-width:991px) {

	.cd-dropdown-trigger {
	display: flex;
	}
	
	/* Mobile Navigation */
	.cd-dropdown-wrapper .go-back, 
	.cd-dropdown-wrapper .tite-dropdown,
	.cd-dropdown-wrapper .cd-close {
		display: flex;
		align-items: center;
	}
	
	.cd-dropdown-wrapper{
		float:left;
		position:relative;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale
	}
	.no-touch .cd-dropdown-trigger:hover{
		background:0 0
	}
	.cd-dropdown-content a,.cd-dropdown-content ul a{
		height:auto;
		line-height:auto
	}
	.cd-dropdown span,.cd-dropdown-content .cd-divider,.cd-dropdown-content a,.cd-dropdown-content ul a{
		padding:20px 20px
	}
	.cd-dropdown span.lnr {
		transform: rotate(-90deg);
		display: inline-block;
		padding: 0 10px;
		line-height: initial;
		margin: 0px;
		font-size: 12px;
	}
	.cd-dropdown span.lnr.lnr-chevron-left {
		transform: none;
		display: inline-block;
		padding: 0 20px;
	}
	.cd-dropdown-content .cd-divider,.cd-dropdown-content a,.cd-dropdown-content ul a{
		background:#fff
	}
	.cd-dropdown{
		position:fixed;
		z-index:9999999;
		top:0;
		left:0;
		text-align:left;
		padding:0;
		width:100%;
		height:100%;
		background-color:#fff;
		color:#fff;
		visibility:hidden;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		transform:translateZ(0);
		-webkit-transform:translateZ(0);
		-moz-transform:translateZ(0);
		-ms-transform:translateZ(0);
		-o-transform:translateZ(0);
		transform:translateY(-100%);
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-ms-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transition:transform .5s 0s,visibility 0s .5s;
		-moz-transition:transform .5s 0s,visibility 0s .5s;
		-ms-transition:transform .5s 0s,visibility 0s .5s;
		-o-transition:transform .5s 0s,visibility 0s .5s;
		-webkit-transition:transform .5s 0s,visibility 0s .5s
	}
	.cd-dropdown .tite-dropdown{
		background: #E52D38;
		text-align:center;
		position:relative;
		z-index:1
	}
	.cd-dropdown .tite-dropdown span{
		padding: 15px 20px;
		font-size: 18px;
	}
	.cd-dropdown .cd-close{
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
		height: 55px;
		width: 50px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.cd-dropdown .cd-close::after,.cd-dropdown .cd-close::before{
		content:'';
		position:absolute;
		left:50%;
		top:50%;
		bottom:auto;
		right:auto;
		transform:translateX(-50%) translateY(-50%);
		-webkit-transform:translateX(-50%) translateY(-50%);
		-moz-transform:translateX(-50%) translateY(-50%);
		-ms-transform:translateX(-50%) translateY(-50%);
		-o-transform:translateX(-50%) translateY(-50%);
		height:20px;
		width:2px;
		background-color:#fff
	}
	.cd-dropdown .cd-close::after{
		transform:translateX(-50%) translateY(-50%) rotate(45deg);
		-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);
		-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);
		-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);
		-o-transform:translateX(-50%) translateY(-50%) rotate(45deg)
	}
	.cd-dropdown .cd-close::before{
		transform:translateX(-50%) translateY(-50%) rotate(-45deg);
		-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);
		-moz-transform:translateX(-50%) translateY(-50%) rotate(-45deg);
		-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);
		-o-transform:translateX(-50%) translateY(-50%) rotate(-45deg)
	}
	.cd-dropdown.dropdown-is-active{
		visibility:visible;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transition:transform .5s 0s,visibility 0s 0s;
		-moz-transition:transform .5s 0s,visibility 0s 0s;
		-ms-transition:transform .5s 0s,visibility 0s 0s;
		-o-transition:transform .5s 0s,visibility 0s 0s;
		-webkit-transition:transform .5s 0s,visibility 0s 0s
	}
	.cd-dropdown-content,.cd-dropdown-content ul{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
		padding-top:55px;
		margin: 0px;
		transition:ttransform .3s;
		-moz-transition:transform .3s;
		-ms-transition:transform .3s;
		-o-transition:transform .3s;
		-webkit-transition:transform .3s
	}
	.cd-dropdown-content a,.cd-dropdown-content ul a{
		display:block;
		color:#151515;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		border-bottom:1px solid #f4f3f3;
		background:#fff;
		font-size:18px;
		font-weight:400
	}
	.cd-dropdown-content li:first-of-type>a,.cd-dropdown-content ul li:first-of-type>a{
		border-top-width:0
	}
	.cd-dropdown-content a:hover,.cd-dropdown-content ul a:hover{
		text-decoration:none;
		color:#ed1a3b
	}
	.cd-dropdown-content .categories a{
		background:#fff;
		border-color:#f4f3f3;
		border-bottom-width:1px;
		border-top:0;
		border-left:0;
		border-right:0
	}
	.cd-dropdown-content .categories a:hover{
		text-decoration:none;
		color:#ed1a3b
	}
	.cd-dropdown-content .categories a:hover .has-children a:before{
		color:#fff
	}
	.cd-dropdown-content li:last-of-type>a,.cd-dropdown-content ul li:last-of-type>a{
		border-bottom-width:1px
	}
	.cd-dropdown-content .cd-divider,.cd-dropdown-content ul .cd-divider{
		background-color:#0b0e23;
		font-size:1.1rem;
		font-weight:700;
		letter-spacing:1px;
		color:#585a70;
		text-transform:uppercase
	}
	.cd-dropdown-content .cd-divider+li>a,.cd-dropdown-content ul .cd-divider+li>a{
		border-top-width:0
	}
	.cd-dropdown-content .cd-divider,.cd-dropdown-content .cd-search,.cd-dropdown-content a,.cd-dropdown-content ul .cd-divider,.cd-dropdown-content ul .cd-search,.cd-dropdown-content ul a{
		transform:translateZ(0);
		-webkit-transform:translateZ(0);
		-moz-transform:translateZ(0);
		-ms-transform:translateZ(0);
		-o-transform:translateZ(0);
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		transition:opacity .3s,transform .3s;
		-webkit-transition:opacity .3s,-webkit-transform .3s;
		-moz-transition:opacity .3s,-moz-transform .3s
	}
	.cd-dropdown-content ul.is-hidden,.cd-dropdown-content.is-hidden{
		transform:translateX(100%);
		-webkit-transform:translateX(100%);
		-moz-transform:translateX(100%);
		-ms-transform:translateX(100%);
		-o-transform:translateX(100%)
	}
	.cd-dropdown-content ul.is-hidden>.cd-divider,.cd-dropdown-content ul.is-hidden>li>.cd-search,.cd-dropdown-content ul.is-hidden>li>a,.cd-dropdown-content ul.move-out>.cd-divider,.cd-dropdown-content ul.move-out>li>.cd-search,.cd-dropdown-content ul.move-out>li>a,.cd-dropdown-content.is-hidden>.cd-divider,.cd-dropdown-content.is-hidden>li>.cd-search,.cd-dropdown-content.is-hidden>li>a,.cd-dropdown-content.move-out>.cd-divider,.cd-dropdown-content.move-out>li>.cd-search,.cd-dropdown-content.move-out>li>a{
		opacity:0
	}
	.cd-dropdown-content ul.move-out>.cd-divider,.cd-dropdown-content ul.move-out>li>.cd-search,.cd-dropdown-content ul.move-out>li>a,.cd-dropdown-content.move-out>.cd-divider,.cd-dropdown-content.move-out>li>.cd-search,.cd-dropdown-content.move-out>li>a{
		transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		-o-transform:translateX(-100%)
	}
	.dropdown-is-active .cd-dropdown-content,.dropdown-is-active .cd-dropdown-content ul{
		-webkit-overflow-scrolling:touch
	}
	.cd-dropdown-content .see-all a{
		color:#3f8654
	}
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3{
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap
	}
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item{
		padding-left:90px
	}
	.cd-dropdown-content .cd-dropdown-gallery img{
		position:absolute;
		display:block;
		height:40px;
		width:auto;
		left:20px;
		top:50%;
		margin-top:-20px
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item{
		position:relative
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p{
		color:#111433;
		font-size:1.3rem;
		display:none
	}
	@-webkit-keyframes cd-fade-in{
		0%{
			opacity:0;
			visibility:visible
		}
		100%{
			opacity:1;
			visibility:visible
		}
	}
	@-moz-keyframes cd-fade-in{
		0%{
			opacity:0;
			visibility:visible
		}
		100%{
			opacity:1;
			visibility:visible
		}
	}
	@keyframes cd-fade-in{
		0%{
			opacity:0;
			visibility:visible
		}
		100%{
			opacity:1;
			visibility:visible
		}
	}
	@-webkit-keyframes cd-fade-out{
		0%{
			opacity:1;
			visibility:visible
		}
		100%{
			opacity:0;
			visibility:visible
		}
	}
	@-moz-keyframes cd-fade-out{
		0%{
			opacity:1;
			visibility:visible
		}
		100%{
			opacity:0;
			visibility:visible
		}
	}
	@keyframes cd-fade-out{
		0%{
			opacity:1;
			visibility:visible
		}
		100%{
			opacity:0;
			visibility:visible
		}
	}
	.go-back a,.has-children>a{
		position:relative
	}
	.has-children>a{
		padding-right:40px
	}
	.has-children>a::after,.has-children>a::before{
		right:20px;
		transform-origin:9px 50%;
		-webkit-transform-origin:9px 50%;
		-moz-transform-origin:9px 50%;
		-ms-transform-origin:9px 50%;
		-o-transform-origin:9px 50%
	}
	.cd-dropdown-content .go-back a{
		background: #f9f8f8;
		padding-left: 0;
		width: 100%;
	}
	.cd-dropdown-content .go-back a::after,.cd-dropdown-content .go-back a::before{
		left:20px;
		transform-origin:1px 50%;
		-webkit-transform-origin:1px 50%;
		-moz-transform-origin:1px 50%;
		-ms-transform-origin:1px 50%;
		-o-transform-origin:1px 50%
	}
	.cd-main-content{
		background-color:#e6e6e6;
		min-height:calc(100vh - 100px);
		padding:2em 5%;
		line-height:2
	}
	.no-js .cd-dropdown-wrapper:hover .cd-dropdown{
		opacity:1;
		visibility:visible;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0)
	}
	.no-js .cd-dropdown-wrapper .cd-close{
		display:none
	}
	
	
	.cd-dropdown-content ul.language__mobile {
		position: initial;
		width: 100%;
		height: 100%;
		overflow-x: initial;
		overflow-y: initial;
		padding-top: 0;
		margin: 0px;
	}

	.cd-dropdown-content ul.language__mobile {
		display: inline-block;
		list-style-image: none;
		list-style: none;
		text-align: center;
		padding: 0;
	}

	.cd-dropdown-content ul.language__mobile li {
		margin: 0px;
		padding: 0px;
		display: block;
	}

	.cd-dropdown-content ul.language__mobile li a.selected {
		color: #ed1a3b;
	}

	.cd-dropdown-content ul.language__mobile li a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
		border-bottom: none;
	}

	.cd-dropdown-content ul.language__mobile li a:hover {
		color: #ed1a3b;
	}

	.cd-dropdown-content ul.language__mobile li a.selected:hover {
		color: #ed1a3b;
	}
}

/********* slider **********/
.owl__slider__wrapper {
	background-image: url(/uploads/source/imidg_m_main.jpg);
	background-color: #474747;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl__slider__wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(26 26 26 / 65%);
}

.owl__slider__content {
	color: #fff;
	margin-top: 50px;
}

.owl__slider__content .company {
	font-size: 1.8em;
    font-weight: 300;
}

.owl__slider__content .title h1 {
    margin: 10px 0;
	font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.owl__slider__content .description {
	font-size: 18px;
    margin: 0px 0 10px;
    font-weight: 300;
}

/********* sections **********/
.box-shadow {
  box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.35);
}

.border-radius {
	border-radius: 10px;
}

.padding__tb__40 {
  padding: 30px 0;
}

.padding__tb__30 {
  padding: 30px 60px;
}

.white__backround {
	background: #fff;
}

.red__backround {
	background: #E52D38;
}

.black__backround {
	background-image: url(/uploads/source/imidg_m_main.jpg);
    background-color: #4A586E;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.black__backround:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(74 88 110 / 90%);
}

.blue__backround {
	background: #01142F;
	color: #fff;
}

.color__backround { 
	background: #faf9f7;
}

.grey__backround {
	background-color: #F2F4F6;
}

.greys__backround {
	background-color: #EEF0ED;
}

.white__backround {
	border-bottom: 1px solid #EEF0ED;
}

.promo__backround {
	background: rgb(250,249,247);
	background: linear-gradient(90deg, rgba(250,249,247,1) 34%, rgba(242,241,237,1) 60%, rgba(237,233,230,1) 79%);
}

.promo__backround__img {
	background-image: url(/uploads/source/business-manager_remove.png);
    background-repeat: no-repeat;
    background-position: 90% 25px;
    padding: 60px 0 0;
}

.breadcrumbs__backround {
  padding: 10px 0 5px;
  margin-top: 40px;
}

.section__title {
  position: relative;
  font-size: 22px;
  font-weight: 300;
}

.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
  text-transform: uppercase;
  line-height: 1.35em;
  font-weight: 700;
  font-size: 26px;
  margin: 0px;
}

/********* main blocks **********/
.about__col {
	color: #fff;
}

.about__col span {
	font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.about__col > p {
    margin-bottom: 0px;
	padding-right: 20px;
}

.zoom__photo {
	background: rgb(251 251 255 / 85%);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #3e3e3d;
    font-size: 17px;
    line-height: 45px;
    height: 40px;
    width: 40px;
    border-radius: 0%;
    margin-left: -20px;
    margin-top: -13px;
}

.zoom__photo:hover {
	color: #fff;
	background: #E52D38;
}

.page__delivery {
	padding-top: 20px;
}

.list__items {
    padding: 0 10px;
}

.list__items > [class*=col-] {
    padding: 5px;
    margin: 0;
}

.col__service {
	position: relative;
    width: 100%;
    height: 100%;
}

#owl__similar .col__service__title {
	font-size: 14px;
    padding: 0 0px;
}

.col__service__title {
    width: 100%;
    font-size: 16px;
    padding: 0 0px;
    font-weight: 400;
    background: #3e3e3d;
    color: #fff;
    min-height: 45px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
    transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.col__service__title:hover {
    background: #e52d38;
    color: #fff;
}

.col__clients {
    box-shadow: 0px 0px 10px 2px rgb(172 172 172 / 5%);
    padding: 10px;
}

.col__flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.social__promo {
    padding: 10px 0;
    line-height: 1.2em;
	font-weight: 300;
}

.social__promo .header__social {
    margin-left: 20px;
	margin-bottom: 0px;
}

.social__promo .header__social li img {
    width: 35px;
}

.section__array h2 {
    margin: 0px;
}

.section__array h2 a {
	text-transform: uppercase;
    line-height: 1.35em;
    font-weight: 700;
    font-size: 22px;
    margin: 0px;
    color: #3e3e3d;
}

.section__array h2 a:hover {
    color: #E52D38;
}

/* catalog page */
.title__cataog_page h1 {
	font-size: 42px;
    margin-bottom: 0px;
    line-height: 1em;
}

.title__cataog_page h2 {
	color: #E52D38;
    font-size: 22px;
}

.image__catalog__page img {
	border-radius: 5px;
}

.form__catalog__page {
	padding: 0 150px;
	color: #fff;
}

.form__catalog__title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.text__catalog__page {
	height: 425px;
    max-height: 425px;
    overflow-y: auto;
    padding: 0px 10px 0 0;
}

.text__catalog__page h2 {
	margin-bottom: 0px;
    line-height: 1em;
}

.text__catalog__page h2.h2 {
	margin-bottom: 15px;
}

.text__catalog__page::-webkit-scrollbar{
    width:6px
}

.text__catalog__page::-webkit-scrollbar-track{
    background-color:#e0e0e0
}

.text__catalog__page::-webkit-scrollbar-thumb{
    background:#E52D38;
    height:20%;
    width:6px
}

.col__customer {
	margin: 20px 0 0;
}

.col__customer.col__flex {
	align-items: start;
}

.col__customer .icon {
	margin-right: 20px;
    width: 200px;
}

.col__customer .title {
	line-height: 1.4em;
}

.col__etaps__border {
	border-right: 1px solid #d7d7d7;
}

.col__etaps {
	text-align: center;
	position: relative;
	margin: 20px 0 0;
    line-height: 1.4em;
}

.col__etaps img {
	width: 100px;
}

.col__etaps span {
	text-align: center;
	background: #e52d38;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 45%;
    left: 65px;
    border-radius: 50%;
	line-height: 30px;
}

.zoom__photo {
	background: rgb(251 251 255 / 35%);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #151515;
    font-size: 17px;
    line-height: 45px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -13px;
}

.zoom__photo:hover {
	color: #fff;
	background: #E52D38;
}

/********* footer **********/
.footer {
	padding: 30px 0;
}

.footer__padding {
    margin-left: -40px;
}

.footer__links {
    padding: 0px;
    margin: 0px;
	list-style: none;
}

.footer__links li {
	font-weight: 300;
	list-style: none;
    list-style-image: none;
    padding: 0px;
	font-size: 15px;
}

.footer__links li.adress {
    padding-right: 35px;
}

.footer__links li a {
	color: #3e3e3d;
    font-weight: 300;
}

.footer__links li a:hover {
    color: #E52D38;
}

.footer .title{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer .copyright > div{
  font-weight: 300;
  padding: 0px 0 5px;
  font-size: 15px;
}

.footer .copyright a, .footer .privacy a, .footer .develop a {
  font-weight: 300;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  text-decoration: underline;
}

.footer .copyright a:hover, .footer .privacy a:hover, .footer .develop a:hover {
  text-decoration: underline;
}

.footer .header__social {
	width: 100%;
    margin: 0px;
}

.footer .header__social li img {
    width: 32px;
    border-radius: 50%;
}

.footer__social {
    display: inline-block;
	list-style-image: none;
	margin-top: 5px;
    list-style: none;
    padding: 0px;
	margin-left:0px;
}

.footer__social li {
	vertical-align: middle;
    display: inline-block;
    margin: 0px;
}

.footer__social li:before {
	content: initial;
}

.footer__social li img {
	width: 40px;
    border-radius: 50%;
}

.footer__social li a {
	text-align: center;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.footer__social li a:hover {
	opacity: 0.8;
}

.scrollup {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  outline: 0;
  z-index: 9999;
  position: fixed;
  bottom: 55px;
  right: 45px;
  height: 35px;
  width: 35px;
  display: none;
  text-align: center;
  border-radius: 50%;
  background: #E52D38;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  box-shadow: 0px 0px 10px 5px rgb(172 172 172 / 15%);
}

.scrollup:hover {
  background: #E52D38;
  color: #fff;
}

/********* contacts **********/

.path {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3d;
  width: 100%;
}

.path a {
  color: #3e3e3d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.path a:hover {
  color: #3e3e3d;
  text-decoration: underline;
}

.path ul {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li:before {
  content: initial;
}

.path ul li a {
  color: #3e3e3d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.path ul li a:hover {
  color: #3e3e3d;
  text-decoration: underline;
}

.path ul li:visited {
  color: #3e3e3d;
  font-weight: 400;
  text-decoration: none;
}

.btn {
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  display: inline-block;
  line-height: initial;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
}

.btn .lnr {
  font-size: 13px;
}

.btn-full {
  width: 100%;
}

.b-large {
  padding: 19px 58px;
  font-size: 14px;
}

.b-slarge {
  padding: 16px 40px;
  font-size: 14px;
}

.b-average {
  padding: 16px 15px;
  font-size: 13px;
}

.b-small {
  padding: 10px 26px;
  font-size: 12px;
}

.b-xsmall {
  padding: 14px 28px;
  font-size: 15px;
}

.b-full {
  width: 100%;
}

.orange-color {
  color: #fff;
  background: #E52D38;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.orange-color:hover {
  color: #fff;
  background: #3e3e3d;
}

.yellow-color {
  color: #fff;
  background: #E52D38;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.yellow-color:hover {
  color: #fff;
  background: #3e3e3d;
}

.green-color {
  color: #fff;
  background: #E52D38 ;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.green-color:hover {
  color: #fff;
  background: #E52D38;
}

.white-color {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.white-color:hover {
  color: #fff;
  border: 1px solid #E52D38;
  background: #E52D38;
}

.transparent-color {
  color: #3e3e3d;
  background: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.transparent:hover {
  color: #E52D38;
  background: transparent;
}

.reveal-modal-bg {
	background: rgb(26 26 26 / 65%);
	position: fixed;
	z-index: 10001;
	display: none;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.reveal-modal {
	position: absolute;
    background: #fff;
    visibility: hidden;
    padding: 35px;
    box-shadow: 0px 0px 10px 2px rgb(78 76 76 / 45%);
    margin-left: -180px;
    border-radius: 10px;
    z-index: 10002;
    width: 360px;
    left: 50%;
    top: 150px;
}

.title-form {
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-data {
	font-size: 14px;
    font-weight: 300;
}

.personal-data {
  margin-top: 10px;
  line-height: 1.2em;
  font-size: 14px;
}

.close-reveal-modal {
	font-family: "Rubik", Verdana, Tahoma, sans-serif;
    color: #fff;
    border-radius: 0%;
    background: #E52D38;
    line-height: 20px;
    position: absolute;
    font-weight: 100;
    cursor: pointer;
    font-size: 34px;
    padding: 10px 12px;
    right: 0;
    top: 0;
}

.close-reveal-modal:hover {
	color: #fff;
	background: #3e3e3d;
	text-decoration: none;
}

.occurred, .success {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 0px;
  padding: 10px 20px;
  text-align: center;
}

.occurred {
  background: #f00f0f;
}

.success {
  background: #009a3d;
}

.form-title {
  margin-bottom: 5px;
}

.form__text_manager {
	color: #fff;
    margin: 15px 0 0;
    font-weight: 100;
}

.form-field-indicator {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0px;
}

.form-field {
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
  color: #3e3e3d;
  border: 1px solid #cac9c9;
  text-align: left;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  padding: 13px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.form-field-textarea {
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
  color: #3e3e3d;
  border: 1px solid #cac9c9;
  text-align: left;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 130px;
  padding: 13px 20px;
  text-overflow: ellipsis;
  background: 0 0;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.form-field-select {
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
  color: #3e3e3d;
  border: 1px solid #cac9c9;
  text-align: left;
  overflow: hidden;
  width: 100%;
  padding: 13px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(/_files/template/images/select__icon.svg) no-repeat right #fff;
  background-position: right 13px center;
  background-size: 20px;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=select]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=search]:focus, input[type=url]:focus, textarea:focus {
  outline: none;
  border: 1px solid #E52D38;
  outline-offset: 0px;
  -webkit-appearance: none; 
}

[type="search"]  {
	outline-offset: 0px;
	-webkit-appearance: none; 
}

.form-field::-webkit-input-placeholder, .form-field-textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #3e3e3d;
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
}

.form-field::-moz-placeholder, .form-field-textarea::-moz-placeholder {
  font-size: 16px;
  color: #3e3e3d;
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
}

.form-field:-ms-input-placeholder, .form-field-textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #3e3e3d;
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
}

.form-field::-ms-input-placeholder, .form-field-textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #3e3e3d;
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
}

.form-field::placeholder {
  font-size: 16px;
  color: #3e3e3d;
  font-family: "Rubik", Verdana, Tahoma, sans-serif;
}

.share__buttons ul {
  list-style-image: none;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.share__buttons li {
  list-style-image: none;
  list-style: none;
  display: inline-block;
  margin: 0px;
}

.share__buttons li:before {
  content: initial;
}

.share__buttons li img {
  width: 45px;
  border-radius: 0%;
}

.share__buttons li a {
  width: 32px;
  display: inline-block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.share__buttons li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.error__page {
	padding: 100px 0 50px;
}

.error__404 {
  font-size: 80px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  line-height: 100px;
}

.error-404 {
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text404-error {
  text-align: center;
}

.text404-error p {
  margin-bottom: 6px;
  font-size: 16px;
}

.err-title {
  font-weight: 600;
  font-size: 23px;
}

.b404-error {
  font-size: 57px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding-top: 40px;
}

/* animate.css */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* fixed navigation */
@-webkit-keyframes fixed_nav {
	0%
	{
		transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
	}
	100%
	{
		transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%);
		-o-transform: translate(0,0%);
	}
}
@keyframes fixed_nav {
	0%
	{
		transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
	}
	100%
	{
		transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%);
		-o-transform: translate(0,0%);
	}
}

/* owl animation */
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.slider_arrow {
	background: #E52D38;
    text-align: center;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    z-index: 10;
    position: absolute;
}

.slider_arrow:hover {
  color: #fff;
  background: #3e3e3d;
}

.owl__slider .slider_arrow_left {
  left: 30px;
}

.owl__slider  .slider_arrow_right {
  right: 30px;
}

.owl__slider__images .slider_arrow_left {
  left: 15px;
}

.owl__slider__images  .slider_arrow_right {
  right: 15px;
}

.row-owl-slider {
	padding: 0 10px
}

.slider_arrow_left {
  top: 50%;
  left: -5px;
  margin-top: -20px;
}

.slider_arrow_right {
  top: 50%;
  right: -5px;
  margin-top: -20px;
}

.owl-item .item {
  margin: 0 5px 0;
  text-align: center;
}

.owl-origin {
  perspective: 1200px;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  -webkit-animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  -webkit-animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  -webkit-animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  -webkit-animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  -webkit-animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  -webkit-animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  -webkit-animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  -webkit-animation: scaleUpTo .5s ease both;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  display: none;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-trigered {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}

.owl-theme .owl-controls {
  float: left;
  margin: 0px;
  text-align: center;
  width: 100%;
}

.owl__slider .owl-controls {
  position: absolute;
  top: 50px;
}

.owl-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  line-height: initial;
  margin: 0 5px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 0%;
}

.owl-theme .owl-controls .owl-page.active span {
  opacity: 0.8;
  background: #E52D38;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.8;
  background: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #fff;
  font-size: 15px;
  padding: 4px 10px;
  height: auto;
  width: auto;
  border-radius: 0px;
  background: #01142F;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
	font-family: "Rubik", Verdana, Tahoma, sans-serif;
    color: #fff;
    position: absolute;
    font-weight: 100;
    cursor: pointer;
    font-size: 34px;
    padding: 2px 12px 4px 12px;
    right: 0px;
    top: 0px;
    z-index: 8040;
    background: #E52D38;
    line-height: 35px;
    border-radius: 0%;
}

.fancybox-close:hover {
  color: #fff;
  background: #E52D38;
  text-decoration: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 30px;
}

.fancybox-next {
  right: 30px;
}

.fancybox-nav span {
  cursor: pointer;
  position: absolute;
  z-index: 8040;
  top: 50%;
  background: #E52D38;
  text-align: center;
  color: #fff;
  padding: 0px;
  font-size: 18px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.fancybox-nav span:hover {
  color: #fff;
  background: #3e3e3d;
  text-decoration: none;
}

.fancybox-prev span {
  left: -50px;
}

.fancybox-next span {
  right: -50px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.75);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: hidden;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
  z-index: 8050;
  text-align: center;
  width: 100%;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: 0;
  padding: 2px 20px;
  color: #fff;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1200px) and (min-width: 991px) {
	
	.dropdown-menu-left {
    left: auto;
    right: 0px;
	}
	
	.about__col > p {
    margin-bottom: 0px;
    padding-right: 0px;
	}
	.col__service__title {
    font-size: 13px;
    padding: 0 0px;
	}
	
	.footer__links li.adress {
	padding-right: 0px;
	}
	.footer .copyright > div.company {
    font-size: 12px;
	}
	
	.padding__tb__30 {
    padding: 30px 30px;
	}
	
}

@media (max-width: 991px) and (min-width: 800px) and (min-width: 810px) and (min-width: 768px)  {

	.slider_arrow_right {
	right: 5px;
	display: block;
	}
	.slider_arrow_left {
	left: 5px;
	display: block;
	}
	h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-size: 22px;
	}
	.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
	font-size: 22px;
    }
	
	/*header*/
	.header {
	padding: 5px 0;	
	}
	.logo img {
    width: 150px;
	}
	.dropdown-menu-left {
    left: auto;
    right: 0px;
	}
	
	.owl__slider__wrapper .flex__align {
	display: initial;	
	}
	.owl__flex {
    margin-top: 0;
	}
	.owl__slider__wrapper {
	height: auto;
    padding: 80px 0;
	}
	.owl__slider__content {
	padding-top: 0px;
	}
	.owl__slider__content .title h1 {
    font-size: 1.8em;
    text-transform: uppercase;
	}
	.owl__slider__content .description {
    font-size: 18px;
    padding-right: 0;
	}
	
	
	.about__col > p {
    margin-bottom: 0px;
    padding-right: 120px;
	}
	.mg__mobile {
	margin-top: 15px;
	}
	
	#promo .section__title .title {
    font-size: 24px;
	}
	
	
	.list__callback {
    text-align: center;
	}
	.social__promo {
    font-size: 14px;
	}
	.social__promo .header__social li img {
    width: 30px;
	}
	.col__flex {
    justify-content: center;
	}
	
	.footer__align {
	text-align: center;	
	}
	.footer .copyright > div.company {
    font-size: 13px;
	}
	.footer__padding {
    margin-left: 40px;
	}
	.footer__links li.adress {
    padding-right: 0;
	}

}

@media (max-width: 768px) and (min-width: 600px) {

	.slider_arrow_right {
	right: 5px;
	display: block;
	}
	.slider_arrow_left {
	left: 5px;
	display: block;
	}
	h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-size: 22px;
	}
	.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
	font-size: 22px;
    }
	
	/*header*/
	.header {
	padding: 5px 0;	
	}
	.logo img {
    width: 150px;
	}
	.dropdown-menu-left {
    left: auto;
    right: 0px;
	}
	
	.owl__slider__wrapper .flex__align {
	display: initial;	
	}
	.owl__flex {
    margin-top: 0;
	}
	.owl__slider__wrapper {
	height: auto;
    padding: 80px 0;
	}
	.owl__slider__content {
	padding-top: 0px;
	}
	.owl__slider__content .title h1 {
    font-size: 1.8em;
    text-transform: uppercase;
	}
	.owl__slider__content .description {
    font-size: 18px;
    padding-right: 0;
	}
	
	
	.about__col > p {
    margin-bottom: 0px;
    padding-right: 120px;
	}
	.mg__mobile {
	margin-top: 15px;
	}
	
	#promo .section__title .title {
    font-size: 24px;
	}
	
	
	.list__callback {
    text-align: center;
	}
	.social__promo {
    font-size: 14px;
	}
	.social__promo .header__social li img {
    width: 30px;
	}
	.col__flex {
    justify-content: center;
	}
	
	.footer__align {
	text-align: center;	
	}
	.footer .copyright > div.company {
    font-size: 13px;
	}
	.footer__padding {
    margin-left: 40px;
	}
	.footer__links li.adress {
    padding-right: 0;
	}
	
}

@media (max-width: 599px) and (min-width: 400px) {

	.slider_arrow_right {
	right: 5px;
	display: block;
	}
	.slider_arrow_left {
	left: 5px;
	display: block;
	}
	h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-size: 22px;
	}
	.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 22px;
	}
	
	/*header*/
	.header {
	padding: 5px 0;	
	}
	.logo img {
    width: 120px;
    max-width: 120px;
	}
	.header .dropdown {
	order: 1;
	}
	.header .main-navigation {
	order: 2;	
	}
	.dropdown-menu-left {
    left: auto;
    right: 0px;
	}
	
	.header__language li {
    margin: 0px 5px;
    display: inline-block;
	}
	.header__language li a.selected {
    color: #fff;
	}
	.header__language li a:hover {
    color: #fff;
	}
	
	.owl__slider__wrapper .flex__align {
	display: initial;	
	}
	.owl__flex {
    margin-top: 0;
	}
	.owl__slider__wrapper {
	height: auto;
    padding: 0px;
	}
	.owl__slider__content {
	padding: 100px 0;
	}
	.owl__slider__content .title h1 {
    font-size: 1.6em;
	}
	.owl__slider__content .description {
    font-size: 18px;
    padding-right: 0;
	}

	.about__col span {
    font-size: 36px;
	}
	.about__col > p {
    padding-right: 0px;
	font-size: 12px;
	line-height: 1.5em;
	}
	.mg__mobile {
	margin-top: 15px;
	}
	.col__service__title {
    font-size: 12px;
	padding: 0 0px;
	text-align: center;
	line-height: 1.4em;
	}
	
	/* promo */
	#promo .section__title .title {
    font-size: 18px;
	}
	.promo__txt {
    padding: 0px;
	padding-right: 60px;
    font-size: 13px;
	}
	.promo__backround__img {
    background-position: 185% 22px;
	padding: 60px 0 30px;
	}
	
	.list__callback {
    text-align: center;
	}
	.social__promo {
    font-size: 14px;
	}
	.social__promo .header__social li img {
    width: 30px;
	}
	.col__flex {
    justify-content: center;
	}
	
	/* footer */
	.footer__align {
	text-align: center;	
	}
	.footer__padding {
    margin-left: 0px;
	}
	.footer__links li.adress {
    padding-right: 0px;
	}
	.footer .copyright > div {
    font-size: 10px;
	padding: 0px 0 0px;
	}
	.footer__social li img {
    width: 34px;
	}
	
	/* contacts */
	.padding__tb__30 {
    padding: 30px 30px;
	}
	
	/* catalog page */
	.title__cataog_page h1 {
    font-size: 38px;
	}

	article ul {
    margin-left: 15px;
	}
	
	.form__catalog__page {
    padding: 0px;
	}
	.text__catalog__page {
    height: 380px;
    max-height: 380px;
	}
	
	.col__customer {
	margin: 0;
	}
	.col__customer .icon {
	margin-right: 20px;
	width: 50px;
	}
	.col__customer .icon img {
	width: 70px;
	min-width: 40px;
	max-width: 40px;
	}
	
	.col__etaps__border {
    border-right: none;
	}
	.col__etaps {
	font-size: 13px;
	text-align: left;
	}
	.col__etaps span {
	top: 40%;
	left: 0;
	}
	
}

@media (max-width: 399px) and (min-width: 320px) {

	.slider_arrow_right {
	right: 5px;
	display: block;
	}
	.slider_arrow_left {
	left: 5px;
	display: block;
	}
	h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-size: 22px;
	}
	.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 22px;
	}
	
	/*header*/
	.header {
	padding: 5px 0;	
	}
	.logo img {
    width: 120px;
    max-width: 120px;
	}
	.header .dropdown {
	order: 1;
	}
	.header .main-navigation {
	order: 2;	
	}
	.dropdown-toggle, .dropdown-toggle:focus {
    font-size: 14px;
	}
	
	.dropdown-menu-left {
    left: auto;
    right: 0px;
	}
	
	.owl__slider__wrapper .flex__align {
	display: initial;	
	}
	.owl__flex {
    margin-top: 0;
	}
	.owl__slider__wrapper {
	height: auto;
    padding: 0px;
	}
	.owl__slider__content {
	padding: 100px 0;
	}
	.owl__slider__content .title h1 {
    font-size: 1.3em;
	}
	.owl__slider__content .description {
    font-size: 16px;
    padding-right: 0;
	}

	.about__col span {
    font-size: 36px;
	}
	.about__col > p {
    padding-right: 0px;
	font-size: 12px;
	line-height: 1.5em;
	}
	.mg__mobile {
	margin-top: 15px;
	}
	.col__service__title {
    font-size: 12px;
	padding: 0 0px;
	text-align: center;
	line-height: 1.4em;
	}
	
	/* promo */
	.col-xs-9 {
    width: 90%;
	}
	#promo .section__title .title {
    font-size: 16px;
	}
	.promo__txt {
    padding: 0px;
	padding-right: 60px;
    font-size: 12px;
	}
	.promo__backround__img {
    background-position: 195% 22px;
	padding: 60px 0 30px;
	}
	
	.list__callback {
    text-align: center;
	}
	.social__promo {
    font-size: 14px;
	}
	.social__promo .header__social li img {
    width: 30px;
	}
	.col__flex {
    justify-content: center;
	}
	
	/* footer */
	.footer .copyright > div.company {
	font-size: 8px;
	}
	.footer__align {
	text-align: center;	
	}
	.footer__padding {
    margin-left: 0px;
	}
	.footer__links li.adress {
    padding-right: 0px;
	}
	.footer .copyright > div {
    font-size: 10px;
	padding: 0px 0 0px;
	}
	.footer__social li img {
    width: 34px;
	}
	
	/* contacts */
	.padding__tb__30 {
    padding: 30px 30px;
	}
	
	/* catalog page */
	.title__cataog_page h1 {
    font-size: 38px;
	}

	article ul {
    margin-left: 15px;
	}
	
	.form__catalog__page {
    padding: 0px;
	}
	.text__catalog__page {
    height: 380px;
    max-height: 380px;
	}
	
	.col__customer {
	margin: 0;
	}
	.col__customer .icon {
	margin-right: 20px;
	width: 50px;
	}
	.col__customer .icon img {
	width: 70px;
	min-width: 40px;
	max-width: 40px;
	}
	
	.col__etaps__border {
    border-right: none;
	}
	.col__etaps {
	font-size: 13px;
	text-align: left;
	}
	.col__etaps span {
	top: 40%;
	left: 0;
	}
	
}

@media only screen and (max-width: 599px) {
  .reveal-modal {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .close-reveal-modal {
    right: 0px;
    top: 0px;
  }
  .title-form {
    font-size: 24px;
  }
  .main-data, .personal-data {
    font-size: 12px;
  }
  .fancybox-next {
    right: 60px;
  }
  .fancybox-prev {
    left: 60px;
  }
  .fancybox-close {
    right: 0px;
    top: -37px;
  }
}