header {
    height: 109px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	position: fixed;
    width: 100%;
    z-index: 55;
}
.container {
	max-width: 1205px;
}
body{
	font-family: 'Futura PT Book';
	font-size: 16px;
	color: #000000;

}
.top{
	background: #F5F5F5 url(../img/bg-header.png) no-repeat center;
    background-size: cover;
    height: 100vh;
    padding-top: 91px;
}
.color-red{
	color: #FF28C4;
}
.btn-red{
	width: 186px;
	height: 50px;
	display: block;
	background: #FF28C4;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.btn-write{
	width: 274px;
	height: 50px;
	display: block;
	color: #000;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
}
a.btn-red {
	text-decoration: none;
	color: #fff;
}
a.btn-write{
	text-decoration: none;
	color: #000;
}
#logo{
	margin-top: 15px;max-width:270px;
}
.navbar-light .navbar-nav .nav-link {
	font-size:18px;
	color:#000;
	padding: 10px 0;
}
.menu7{padding:0 5px;}
.nav7{padding:.5rem 1px;}
.nav-item {
    margin: 19px 10px 0;
    padding: 0 5px;
        z-index: 55555;
}
.nav-item:hover {
	/* border-bottom: 5px solid#FF28C4; */
    /* height: 32px;    */
}
.header-con h5{
	font-size: 18px;
}
.header-con{
	margin-top: 10px;
}
.header-con p{
	margin-bottom: 5px;
}
.header-con2 h4{
    font-weight: 450;
    line-height: normal;
    font-size: 22px;
    text-align: right;
}
.header-con2 p{
    font-size: 16px;
	text-align: right;
	color: #8F8F8F;
	margin-top: -5px;
}
.header-con2{
    margin-top: 25px;padding:0 5px;
}

.hed-title h1{
	font-size: 50px;
	color: #000000;
	font-family: 'Futura PT Medium';
	padding-top: 12vh;
	line-height: normal;
}
.hed-title p{
	font-size: 23px;
	color: #000000;
	margin-top: 30px;
}
.hed-img{
	margin: 0 auto;
    display: block;
    margin-top: 17vh;
	max-width: 300px;
}
.hed-btns a{
	display: inline-block;
}
.hed-btns a.btn-red{
	margin-right: 30px;
}
.hed-us p{
	font-size: 18px;
	color: #000000;
	padding-left: 50px;
}
.hed-us{
    margin: 70px 0 90px;
}
.hed-us p:before {
    content: '';
}
.hed-us-item1:before {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
    left: 10px;
    background-image: url(../img/stamper.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.hed-us-item2:before {
    width: 59px;
    height: 59px;
    position: absolute;
    top: 0px;
    left: -15px;
    background-image: url(../img/shipped.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.price{
	padding: 60px 0;
}
/* заголовок */
.title {
    overflow: hidden;
    text-align: left;
    line-height: normal;
	font-size: 35px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Futura PT Medium';
	margin: 10px 0; 
}
.title h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: -10px;
}
.title:before,
.title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 3px;
    background-color: #FF28C4;
    position: relative;
}
.title:before {
    margin-left: -100%;
    left: -14px;
}
.title:after {
    margin-right: -100%;
    right: -14px;
}
/* заголовок кінець */
table { 
    width: 100%;
    border: 1px solid#D9D9D9;
    border-collapse: collapse;
    font-size: 20px;
   }
th { 
	width: 33.3333333%;
    text-align: center;
    background: #EAEAEA;
    border: 1px solid#D9D9D9;
    padding: 17px 0; 
    font-weight: normal;
}
   td { 
   	text-align: center;
    padding: 5px; 
    border: 1px solid#D9D9D9;
    padding: 17px 0;
   }

.bac-gr{
	 background: #EAEAEA;
}
b, strong {
    font-weight: bolder;
    font-family: 'Futura PT Medium';
}

.pr-img{
	display: block;
	margin: 5vh auto 0;
}
.pr-item{
	margin-top: 30px;
}
.pr-item p{
	text-align: center;
}
.pr-item a{
	text-decoration: underline;
	color: #FF28C4;
}
.pr-item img{
	display: block;
    margin: 0 auto 10px;
}

.pr-mrg{
	margin-top: 40px;
}
.advantages{
	background: url(../img/bg-advantages.png) no-repeat top;
    background-size: cover;
    padding: 60px 0 90px;
}
.advantages-body{
	margin-top: 40px;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages-item{
	display: inline-block;
	width: 19%;
	height: 194px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}
.advantages-item p{
	padding: 0 7%;
	line-height: normal;
}
.advantages-item img{
    margin: 30px 0 10px;
}



.type-stamps{
	background: url(../img/bg-type-stamp.png) no-repeat top;
    background-size: cover;
    padding: 60px 0 50px;
}

.type-stamps-items{
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.t-st-item{
	display: inline-block;
	margin: 20px 0;
}
.t-st-hed{
	width: 470px;
	height: 196px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	position: relative;
}
.t-sr-left{
    width: 50%;
    float: left;
    padding: 25px 0 0 25px;
}
.t-sr-right{
    width: 50%;
    float: right;
    padding-top: 25px;
	padding-left: 60px;
}
.t-sr-right img{
	margin-left: -65px;
	margin-top: 10px;
}
.t-sr-right p{
	margin: 0;
}
.t-sr-right p span{
	color: #FF28C4;
	font-family: 'Futura PT Medium';
}
.t-sr-left h3{
	font-size: 25px;
	color: #000000;
	font-family: 'Futura PT Medium';
}
.t-sr-left span{
	font-size: 22px;
	color: #FF28C4;
}
.t-sr-left a{
	position: absolute;
    bottom: 25px;
}



.tooling{
	padding: 60px 0 80px;
}
.tool-item{
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	margin-top: 30px;
	height: 95%;
}
.tool-hed img{
	max-width: 57%;
	margin: 0 auto;
	display: block;
}    
.tool-hed h2{
	font-family: 'Futura PT Medium';
	font-size: 24px;
	text-align: center;
	color: #000000;
	padding: 0 20px;
	min-height: 56px;
}
.tool-hed span{
	font-family: 'Futura PT Medium';
    display: block;
    text-align: center;
    width: 29px;
    background: #FFFFFF;
    border: 2px solid #FF28C4;
    box-sizing: border-box;
    border-radius: 3px 0px;
    color: #FF28C4;
}
.btn-red2 {
    width: 186px;
    height: 50px;
    display: block;
    background: #FF28C4;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    border: none;
    width: 100%;
}
.tool-gr{
	color: #929292;
}
.tool-body{
	padding: 0 15px 10px;
}
.tool-body p{
	line-height: normal;
}
.tool-red {
    font-family: 'Futura PT Medium';
    font-size: 20px;
    color: #FF28C4;
    display: block;
    margin-bottom: 75px;
}
.btn-black {
    position: absolute;
    width: 186px;
    height: 50px;
    bottom: 10px;
    left: calc(50% - 93px);
    margin: 15px auto;
    display: block;
    background: #000000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.btn-black:hover{
	background: #FF28C4;
	color: #fff;
	text-decoration: none;
}
#tooling .col-md-3 {
	padding-right: 10px;
    padding-left: 10px;
}
#tooling .row {
    margin-right: -10px;
    margin-left: -10px;
}
.mar-top{
	margin-top: 55px;
}



.us-trust{
	padding: 60px 0 60px;
	border-top: 1px solid #B7B7B7;
}
.us-trust-body {
    margin-top: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.us-trust-item {
    display: flex;
    width: 19%;
    height: 194px;
}
.us-trust img{
	margin: auto;
}



.reviews{
	background: url(../img/bg-reviews.png) no-repeat top;
    background-size: cover;
    padding: 60px 0 80px;
}
.reviews img{
	margin: 25px auto 10px;
	width: 40%;
	display: block;

}
.rev-item{
	background: #FFFFFF;
	border: 1px solid #DBDDE5;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	height: 100%;
	margin-top: 20px;
}
.reviews p{
	padding: 0 15px;
	font-family: 'Helvetica Neue Cyr Roman';
}
.rev-gr{
	color: #949494;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Helvetica Neue Cyr Roman';
}


.delivery{
    padding: 60px 0 60px;
}
.delivery-body {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.delivery-item {
    display: inline-block;
    width: 267px;
    height: 143px;
    background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	margin: 0 10px;
}
.delivery-item h3{
	font-family: 'Futura PT Medium';
	font-size: 24px;
	text-align: center;
	color: #000000;
	padding-top: 10px;
}
.delivery-item p{
	font-size: 18px;
	text-align: center;
}
.delivery-item p span{
	font-size: 24px;
	text-align: center;
	font-family: 'Futura PT Medium';
	color: #FF28C4;
}
.payment{
	margin-top: 30px;
}
.payment h3{
	font-family: 'Futura PT Medium';
	font-size: 24px;
}
.payment a{
	font-size: 18px;
	text-decoration-line: underline;
	color: #FF28C4;
}
footer h2{
	font-size: 24px;
	text-align: center;
	color: #000000;
}
footer a.btn{
	width: 309px;
    height: 50px;
    display: block;
    background: #FF28C4;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin: 35px auto 60px;
}
footer a.btn:hover {
    color: #fff;
}
.map{
	position: relative;
	height: 340px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin-top: 100px;
}
.foot-item{
	position: absolute;
    width: 358px;
    height: 403px;
    left: 50px;
    top: -100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 30px 30px 0;
}
.to-top{
	position: absolute;
    width: 55px;
    height: 55px;
    right: 5px;
    top: 167px;
    background: #FF28C4;
    border-radius: 3px;
}
.to-top a i {
    text-align: center;
    width: 100%;
    margin-top: 13px;
    color: #fff;
    font-size: 28px;
}
.pol{
	padding-top: 25px;
}
.pol p{
    margin-bottom: 0;
}
.pol a{
	text-decoration-line: underline;
	color: #FF28C4;
}
.foot-item h3{
	font-family: 'Futura PT Medium';
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.foot-item h4{
	font-family: 'Futura PT Medium';
	font-size: 22px;
}

.foot-item p{
	font-size: 19px;
}
.foot-item span{
	font-family: 'Futura PT Medium';
}
.foot-item a{
	text-decoration-line: underline;
	font-size: 20px;
    color: #FF28C4;
}







@media only screen and (min-width: 769px) and (max-width: 1320px) {
.t-sr-right img {
    margin-left: -29px !important;
    margin-top: 10px;
    max-width: 100%;
}
}
@media only screen and (min-width: 120px) and (max-width: 768px) {
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.hed-title h1 {
    font-size: 10vw;
    text-align: center;
    padding-top: 5vh;
    line-height: 1.1;
}
.hed-title p {
    font-size: 5vw;
    text-align: center;
    margin: 0;
}
.header-con2 p {
    font-size: 4vw;
}
.header-con2 h4 {
    font-size: 4vw;
}
.navbar-toggler{
margin: 25px 25px 0;

}

.navbar-nav {
	background: #fff;
    text-align: center;
    margin: 33px -68% 0 -45%;
}
.hed-us-item2:before {
    width: 30px;
    height: 30px;
    top: 6px;
    left: 14px;
    background-size: 100%;
}
p.hed-us-item2{
	margin-left:7px;
	    font-size: 14px;
}
.hed-us {
    margin: 10px 0 10px;
}
.hed-img {
    margin: 0 auto;
    display: block;
    margin-top: 4vh;
    max-width: 112px;
    position: absolute;
    top: -300px;
    right: 15px;
}

.hed-btns .btn-write{
	margin-top: 30px;
}

.hed-us-item1:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
    background-size: 100%;
}
.hed-us p {
    font-size: 14px;
    padding-left: 30px;
}
.t-st-hed {
    width: 100%;
}
.t-sr-right img {
    margin-left: -20px !important;
    margin-top: 10px;
    width: 100%;
}
.us-trust-item {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.advantages-item {
    width: 45%;
    height: 180px;
    display: inline-table;
    margin-bottom: 4px;
}
.advantages-body{
	display: block;
}
.title h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 5vw;
}
body {
    font-size: 14px;
}
.tool-hed img {
    max-width: 50%;
}
.reviews .col-6 {
    margin-bottom: 20px;
}
.delivery-body {
    margin-top: 20px;
    display: block;
}
.delivery-item {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.btn-red {
    width: 154px;
    height: 40px;
    line-height: 40px;
}
.t-sr-left h3 {
    font-size: 6vw;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #fff0;
    z-index: 555;
}
.price {
    padding: 20px 0;
}
.advantages {
    padding: 30px 0 50px;
}
.type-stamps {
    padding: 30px 0 30px;
}
.tooling {
    padding: 30px 0 60px;
}
.us-trust {
    padding: 30px 0 30px;
}
.reviews {
    padding: 30px 0 40px;
}
.delivery {
    padding: 30px 0 30px;
}
.t-st-item {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
.foot-bottom, .header-con2 h4, .header-con2 p {
text-align: center;
}
.map {
    position: relative;
    height: auto;
    margin-top: 50px;
}
.foot-item {
    position: initial;
    width: 100%;
}
.to-top{
	display: none;
}
}
@media only screen and (min-width: 740px) and (max-width: 768px) {
.hed-img {
    margin: 0 auto;
    display: block;
    margin-top: 21vh;
    max-width: 251px;
    position: initial;
    top: -300px;
    right: 15px;
}
.header-con2 h4 {
    font-size: 3vw;
}
.header-con2 p {
    font-size: 2vw;
}
.us-trust-item {
    display: flex;
    width: 50%;
}
}

@media only screen and (min-width: 120px) and (max-width: 360px) {
.navbar-nav {
    background: #fff;
    text-align: center;
    margin: 33px -70% 0 -81%;
}
.foot-item p{
	font-size: 15px;
}
footer a.btn {
    width: 100%;
}
.hed-btns .btn-write {
    margin-top: 15px;
}
.hed-img {
    margin-top: 8vh;
}
.rev-gr {
    font-size: 13px;
}
}