* {padding: 0; margin: 0;}

body, h1, h2, h3, h4, h5, h6 {
    font: normal normal 400 14px/18px 'Roboto', 'Arial', 'sans-serif';
	color: #fff;
}

body {
	background-color: #592e97;
}
ul {
	margin: 10px 18px 16px 18px
}

.width {
	max-width: 1024px;
	margin: 0 auto;
	display: block;
	position:relative;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	padding:0 18px;
	overflow-x: hidden;
}

.toppadding {
	padding-top: 18px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

a {
	text-decoration: underline;
	padding: 0 12px;
	color: #fff;
}

a:visited {
    color: #fff;
   }
   
a:hover {
	font-weight: bold;
}


h1 {
	font: 100 20px/20px 'Roboto', sans-serif;
	padding-top: 12px;
	display: inline;
	font-weight: bold;
}

h2 {
	font: 100 19px/19px 'Roboto', sans-serif;
	padding-top: 12px;
	display: inline;
	font-weight: bold;
}

h3 {
	font: 100 17px/17px 'Roboto', sans-serif;
	padding-top: 12px;
	display: inline;
	font-weight: bold;
}

.title_big a {
	display: block;
	font: 100 20px/24px 'Roboto', sans-serif;
	padding-top: 12px;
	text-decoration: none;
	height: 64px;
}

.title_big a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.title_big:hover {
	background: linear-gradient(to top, #592e97, #8156bf);
}

p {
	margin: 10px 0 16px 0
}

table {
	display: inline;
}

.tel {
	display: inline-block;
	margin: 18px 12px 0 0 ;
}

.non-right-margin {
	margin-right: 0;
}

.icotel {
	float: left;
	margin: 2px 10px 0 0;
}

.tab {
	background-color: #ff5000;
	height: 24px;
	border-radius: 0 0 6px 6px;
	padding: 38px 0 8px 0;
    display: inline-block;
	float: right;
}

a.ico {
	padding: 0;
}

.contact {
	min-width: 230px;
	float: left;
}

.adres {
    margin-left: 230px;
}

.slogan {
	padding: 0;
}

.logo {
	margin: 18px 0;
	width: 100%;
	height: auto;
	position: relative;
    z-index: 2;
}

.footer {
	background-color: #662d91;
}

.spacing {
	min-height: 210px;
}

.title {
	background-color: #bd8cbf;
	height: 40px;
	padding: 12px 0;
	text-align: left;
}

.social {
	border-top: 1px solid #fff;
	padding: 16px 0;
}

.button {
    width: 50%;
	min-width: 280px;
    display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.button * {
	display: inline-block;
	margin: 5px 2px 0 2px;
}

.button p {
	padding: 0;
    margin: 0;
    position: relative;
    top: -38px;
}   

.button p a {
	font-size: 14px;
	padding: 0;
	margin: 0;
}   

.frame {
	border: 1px solid #fff;
	border-radius: 6px;
	width: 85%;
	text-align: left;
	min-width: 250px;
}

.copyright {
	float: right;
	margin-top: 18px;
}

.block {
	width: 49%;
    display: inline-block;
	position: relative;
	vertical-align: top;
}

#twist-text, #sko-text {
	border-top: 1px solid #fff;
	padding-top: 12px;
	text-align: center;
}

.made_in {
	position: absolute;
    right: 10%;
    width: 100px;
    height: auto;
    top: 10px;
	z-index: 4;
}

#twist-text {
	padding-right: 50px;
}
#sko-text {
	padding-left: 60px;
}

.bulit-right, .bulit-right-top {
	float: right;
}

.bulit-left, .bulit-left-top {
	float: left;
}

.bulit-right, .bulit-left {
	margin: -2px;
}

.bulit-right-top, .bulit-left-top {
	margin-top: -15px;
}

.right {
	right: -15px;
}

.bottom-line {
	background-color: #fff;
	height: 1px;
}

.title_big {
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.ugol {
	position: relative;
    top: 0;
    margin: -2px 0 0 -26px;
    left: 50%;
	z-index: 5;
}

.big-photo {
	margin-top: 10px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 3;
}

p a {
	padding: 0;
}

.back {
	position: absolute;
	max-width: 439px;
	margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
	left: 0;
    right: 0;
	top: 0;
}

#main-weel {
	top: 270px;
}

.hidden {
	top: 900px;
}

.social div {
	display: inline-block;
}

.wheel {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 60000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 60000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 60000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 60000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.made_in_main {
	position: absolute;
    margin: -24px 0 0 -70px;
}

#made_sko {
	right: inherit;
    left: 0;
    bottom: 0;
    top: inherit;
}

#made_twist {

}

.twist-img-small {
	width: 75%;
    display: block;
	max-width: 300px;
	margin: 0 auto 26px auto;
}

#twist-laer {
	max-width: 150px;
    margin: 0 auto 12px auto;
}
#twist-ul {
	width: 100%;
}

#shema {
	max-width: 200px;
	margin-top: 50px;
}

.wheel-page {
	top: 200px;
}

.button-in-text {
	width: 100%;
	text-align: left;
}

.button-in-text .frame {
	width: 100%;
}

.hidden-big-screen {
	display: none;
}

@media only screen and (max-width: 710px) {
.made {
	position: relative;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
	
a {
	padding: 0 6px;
	}
.tab a {
    display: inline-block;
	padding: 8px;
}
.hidden {
	display: block;
	top: 1335px;
}

.block {
	width: 100%;
	margin-top: 20px;
}
.block p {
	border-top: none;
	padding-top: 0;
}
.tab {
	position: fixed;
    float: none;
    display: block;
    text-align: center;
    z-index: 50;
    left: 18px;
    right: 18px;
	padding-top: 6px;
	height: auto;
	top: 0;
}
.tel {
	margin-top: 64px;
}
.logo {
	width: 100%;
}
.adres {
	margin:0;
}
.contact {
	float: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
}
.social {
	text-align: center;
}
.copyright {
	float: none;
}
.button {
    width: 100%;
    display: block;
}
.right {
	right: 0;
}
#twist-big {
	margin-bottom: -15%;
}
#sko-big {
	margin-bottom: -8%;
}
#twist-text, #sko-text {
    padding: 0;
}
.hidden_small_screen {
	display: none;
}
.hidden-big-screen {
	display: block;
}
.bottom-line {
	background-color: #fff;
	height: 1px;
	margin-top: 0;
}
.bulit-right-top, .bulit-left-top {
	display: none;
}
.title_big {
	border: none;
}
#made_sko {
	margin-top: -100px;
    margin-left: 3%;
	width: 100px;
    height: auto;
}
#twist-text, #sko-text {
	border: none;
}
#twist-laer, #twist-ul {
    display: block;
}
#twist-color {
	max-width: 350px;
	margin: 0 auto 16px auto;
}
.wheel-page {
	top: 350px;
}
.made {
	position: relative;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.title_big:hover {
	background: none;
}
}

@media only screen and (max-width : 411px) {
.icotel {
    display: none;
}
#made_sko {
	margin-top: -70px;
    margin-left: 0;
    width: 70px;
}
}

@media only screen and (max-width : 370px) {
.icotel {
    display: none;
}
.tel {
    margin: 6px auto;
    display: block;
    text-align: center;
}
#topblock {
	margin-top: 60px;
}
.block {
    margin-top: 0;
}
}


@media only screen and (max-width : 310px) {
#topblock {
	margin-top: 95px;
}
.button-in-text .frame {
    width: auto;
}
}
.w-item-frame-wrapp {
    width: 102%;
	margin-left: -1%;
	font-size: 0;
	line-height: 0;
}
.item-frame-wrapp {
	display: inline-block;
	vertical-align: top;
	width: 31.333333333333333%;
	margin: 0 1% 15px 1%;
	font-size: 14px;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 0;
}
.item-frame-wrapp .frame {
	border: none;
}
.item-frame-wrapp a {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.item-frame-wrapp p {
	display: inline-block;
	width: calc(100% - 130px);
	padding: 0 10px;
	vertical-align: middle;
	top: 0;
	color: #202020;
}
.item-frame-wrapp p a {
	line-height: 1.3;
	width: 100%;
	color: #202020;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.item-frame-wrapp p a:hover {
	color: #592e97;
}
.item-frame-wrapp a img {
    display: block;
    margin: 0;
    max-width: 100%;
	margin: 5px auto;
}
@media only screen and (max-width : 900px) {
	.item-frame-wrapp {width: 48%;}
}
@media only screen and (max-width : 590px) {
	.w-item-frame-wrapp {width: 100%;margin-left: 0;}
	.item-frame-wrapp {width: 100%;margin: 0 0 15px 0;}
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
 background-color: transparent;
    border-radius: 0;
}

.btn-default:hover {
    color: #333;
    background-color: #ff844c;
    border-color: #fff;
}
.btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:hover {
    color: #fff;
    background-color: #ff5000;
    border-color: #fff;
}