
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('../fonts/Proxima Nova Regular'), local('../fonts/ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('../fonts/Proxima Nova Semibold'), local('../fonts/ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('../fonts/Proxima Nova Light'), local('../fonts/ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-LightIt';
	src: url('../fonts/ProximaNova-LightIt.eot');
	src: local('../fonts/Proxima Nova Light Italic'), local('../fonts/ProximaNova-LightIt'),
		url('../fonts/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-LightIt.woff') format('woff'),
		url('../fonts/ProximaNova-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('../fonts/Proxima Nova Bold'), local('../fonts/ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
   
    font-family: 'ProximaNova-Regular',Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.item-image {
    max-width: 300px;
	margin-right:25px;
}

.content {
    min-height: 100px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.navbar-nav {
    min-height: 56px;
    line-height: 40px;
}

.navbar {
  background-color: rgb(100, 123, 189);
  min-height: 56px;
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  color: rgb(250, 250, 250);
}

.navbar a{
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  color: rgb(250, 250, 250);
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  color: rgb(250, 250, 250);
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link:hover{
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  color: rgb(250, 250, 250);
  background-color: #4c67b2;
}

.navbar {padding: 0;}

.navbar .col-lg-9{
	padding-right: 0;
    padding-left: 0;
}

.navbar .col-lg-3{
	padding-right: 0;
}

.dropdown-menu{
  background-color: rgb(100, 123, 189);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #79125a;
}

.customprice {
    min-height: 56px;
    background-color: #79125a;
	line-height: 56px;
	padding: 0 30px;
}

.customprice p{
    margin-bottom: 0;
}

.logo {
	background-image: url(../images/bg.jpg);
	padding: 20px 0;
	min-height: 100px;
}

.logo p {
    margin-bottom: 0;
}

.logo .form-control {
	border-radius: 20px;
	border: none;
	min-width: 205px;
	min-height: 40px;
	font-size: 14px;
	font-family: 'ProximaNova-Light';
	color: rgb(177, 177, 177);
	padding-left: 20px;
	margin-left: -30px;
	background-color: #fff;
}




.btn-outline-success {
    color: #79125a;
    border: none;
	position: absolute;
    right: 0;
}

.btn-outline-success:hover,.btn-outline-success.focus,.btn-outline-success:focus,.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    color: #79125a;
    border: none;
	background: none;
	box-shadow:none;
}

.logo i,.item-page i {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
	top: 88px;
	width: 34px;
	height: 34px;
	padding: 7px;
	text-align: center;
	margin-right: 15px;
}

.logo .fa,.item-page .fa {font-size: 20px;color: #79125a;}

.logo {
  font-size: 15px;
  color: rgb(68, 68, 68);
}

.tel font{
  font-size: 18px;
  color: #b1b1b1;
}

.tel strong{
  font-size: 24px;
  color: #444444;
}

.dropdown-toggle::after {
	    display: none;
}

.fa-angle-down{
    font-size: 20px;
    margin-left: 5px;
}

.footer {
	font-size: 16px;
	color: #fafafa;
	background-color: #444444;
	font-family: 'ProximaNova-Light';
	min-height: 50px;
    line-height: 50px;
}

.footer font{
	font-size: 18px;
	color: #fafafa;
	background-color: #444444;
}

.footer strong{
	font-size: 24px;
	color: #fafafa;
	background-color: #444444;
}

.footer a{
	font-size: 14px;
	color: #fafafa;
	background-color: #444444;
	text-decoration: underline;
	font-family: 'ProximaNova-Light';
}

.footer p {
    margin-top: 0;
    margin-bottom: 0;
}

.slide .uk-button,.otz .uk-button,.sale .uk-button,.sale2 .uk-button,.btn-primary {
  background-color: rgb(121, 18, 90);
  min-height: 40px;
  min-width: 145px;
  border-radius: 20px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 0 30px;
  line-height: 40px;
  border: none;
  font-family: 'ProximaNova-Light';
}

.btn-primary:hover,.slide .uk-button:hover,.otz .uk-button:hover,.sale .uk-button:hover,.sale2 .uk-button:hover {
	
	background-color:rgba(121, 18, 90, 0.67);
	color: rgb(255, 255, 255);

}


/*Widgetkit*/

.uk-slidenav-position .uk-slidenav { display: block!important;}
.uk-grid>* {padding-left: 0px;}
.uk-slidenav-previous:before {
    color: #e6e6e6;
    font-size: 32px;
    background-color: #79125a;
    padding: 0px 10px;
}
.uk-slidenav-next:before {
    color: #e6e6e6;
    font-size: 32px;
    background-color: #79125a;
    padding: 0px 10px;
}
.uk-slidenav-previous:hover:before {background-color: rgb(100, 123, 189);}
.uk-slidenav-next:hover:before {background-color: rgb(100, 123, 189);}
.otz .uk-slidenav-position .uk-slidenav-previous {left: 0px!important;}
.otz .uk-slidenav-position .uk-slidenav-next {right: 0px!important;}
.uk-slidenav {width: auto!important;}
.otz .uk-slidenav-position {padding-left: 55px;padding-right: 55px;}
.uk-modal.uk-open {overflow-y: inherit!important;}

.uk-slidenav {
    width: 32px!important;
    height: 32px!important;
    line-height: 32px!important;
	font-size: 32px!important;
}

.slide  {
	font-size: 18px;
	font-family: 'ProximaNova-Light';
	margin: 30px 0;
	    min-height: 487px;
}

.slide div.uk-overlay-fade div:first-child{
  background-color: rgba(76, 103, 178, 0.9);
  padding: 35px 45px;
  max-width: 660px;
  margin-left: 105px;
  
}
.slide  h3 {
	font-size: 48px;
	font-family: 'ProximaNova-Bold';
	border-bottom: none;
}

/*Widgetkit*/

.jbzoo .subcategory {
    margin: 0;
	position: relative;
}

.jbzoo .subcategory h2{
    position: absolute;
    bottom: 0;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-family: 'ProximaNova-Light';
	width: 100%;
    padding: 13px 20px;
	background-color: rgba(97, 121, 187, 0.9);
	margin-bottom: 0;
	/*min-height: 65px;*/
	/*max-width: 167px;*/
	max-width: 100%;
	min-height: 35px;
}

.jbzoo .subcategory h2 a{
	color: rgb(255, 255, 255);
	font-size: 16px;
	text-decoration: none;
}

.jbzoo .subcategory h2 a:hover{
	text-decoration: underline;
}

.jbzoo .jbzoo-item {
    margin: 0;
    padding: 0;
}

.jbzoo .width16 {
    width: 16.666667%;
    float: left;
	padding-right: 15px;
    padding-left: 15px;
}

.jbzoo .width25 {
    width: 25%;
    float: left;
	padding-right: 15px;
    padding-left: 15px;
}

.jbzoo .align-center img{
	float: left;
	width: 100%;
}

.jbzoo .subcategories .column{
    margin-right: 0;
    margin-bottom: 1em;
}

.subcategories  {
    margin-right: -15px;
    margin-left: -15px;
}

.jbzoo .frontpage{
    padding: 0;
	margin-bottom: 30px;
}

h1,.h3, h3,.h3 a, h3  a{
	font-size: 36px;
	font-family: 'ProximaNova-Semibold';
	color: rgb(68, 68, 68);
	display: table;
	border-bottom: 3px solid rgb(121, 18, 90);
	
}

.otz{
    margin-top: 30px;
}

.otz h3  a{
   font-size: 18px;
   color: rgb(68, 68, 68);
   font-family: 'ProximaNova-Semibold';
}

.otz a{
   border-bottom: none;
}


.otz .uk-badge {
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  color: rgb(121, 18, 90);
}

.otz .uk-margin{
  font-size: 16px;
  font-family: 'ProximaNova-LightIt';
  color: rgb(68, 68, 68);
}

.otz .uk-panel-box-primary {
    background-color: #ffffff;
}

.zag {
    margin: 0 auto;
}

.position-bottom2 {
    background-image: url(../images/fon.jpg);
	padding: 35px 0 45px 0;
}

.position-bottom2 a{
	font-size: 18px;
	color: rgb(121, 18, 90);
	text-decoration: underline;
}



.position-bottom2 i,#ui-id-1 i {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
    top: 88px;
    width: 50px;
    height: 50px;
    padding: 14px;
    text-align: center;
    margin-right: 15px;
}

.fa-calculator:before {
    content: "\f1ec";
    font-size: 25px;
	color: rgb(121, 18, 90);
}

.moduletablecalk {position: absolute;
    right: 15px;
}

.sale .uk-text-center div {
    width: 100%;
}

.sale h3 {
    color: rgb(255, 255, 255);
	font-family: 'ProximaNova-Light';
    font-size: 18px;
    border-bottom: none;
	width: 80%;
    text-align: left;
}

.sale .uk-flex-center{
    justify-content: left;
}

.sale .uk-button{
    position: absolute;
    width: auto;
    top: 40%;
    left: 70%;
}

.text1 {
	font-size: 27px;
	font-family: 'ProximaNova-Regular';
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
	margin-top: 30px;
}


.text2 {
	font-size: 54px;
	font-family: 'ProximaNova-Bold';
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
}

.text3 {
	font-size: 41px;
	font-family: 'ProximaNova-Bold';
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
}


.text1-1 {
	font-size: 16px;
	font-family: 'ProximaNova-Regular';
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
	white-space: nowrap;
}


.text2-1 {
	font-size: 30px;
	font-family: 'ProximaNova-Bold';
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
	white-space: nowrap;
}

.text3-1 {
	font-size: 24px;
	font-family: 'ProximaNova-Bold';
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin-bottom: 0;
	white-space: nowrap;
}

.sale2  {
	margin-bottom: 30px!important;
}

.sale2 .uk-text-center div {
    width: 100%;
}

.sale2 h3 {
    color: rgb(255, 255, 255);
	font-family: 'ProximaNova-Light';
    font-size: 18px;
    border-bottom: none;
	width: 80%;
    text-align: left;
}

.sale2 .uk-flex-center{
    justify-content: left;
}

.sale2 .uk-button {
    position: absolute;
    width: auto;
    top: 70%;
    left: 20%;
}



.position-bottom1 {
	background-color: #fafafa;
    padding: 35px 0 45px 0;
}


.position-bottom1 li,.item-page li {
    list-style-type: none; /* Прячем исходные маркеры */
	font-size: 16px;
    font-family: 'ProximaNova-Regular';
	color: rgb(68, 68, 68);
   }
.position-bottom1 li:before,.item-page li:before {
    color: rgb(121, 18, 90); /* Цвет маркера */
    content: "\f111"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 8px;
	float: left;
    margin-top: 8px;
   }

   
   
.position-bottom1  ul, menu, dir {
-webkit-padding-start: 20px;
   }
   
.position-bottom1 p {
 	font-size: 16px;
    font-family: 'ProximaNova-Regular';
	color: rgb(68, 68, 68);
}

.position-bottom3 {
	background-color: rgb(100, 123, 189);
    /*padding: 0 0 40px 0;*/
	overflow: hidden;
}

/*.position-bottom4 {
    padding: 0 30px 0 0;
}*/

.position-bottom5 {
	background-color: rgb(255, 255, 255);
	/*min-height:490px;
	max-height: 490px;*/
	min-height: 550px;
	max-height: 550px;
	padding: 15px 25px;
}

.position-bottom5 h3{
	font-size: 30px;
	margin: 0 auto 20px auto;
}

.position-bottom5 .rsform-block-text{
	text-align: center;
	font-size: 16px;
	color: rgb(68, 68, 68);
}

.position-bottom5 .controls.formControls{
	padding: 0 15px;
	text-align: center;
}

.position-bottom5 a {font-size: 14px;
    color: rgb(121, 18, 90);
text-decoration: underline;}

.position-bottom5 .form-check-input {    margin-top: 2rem;}

.form-control {
	border-radius: 20px;
	border: none;
	min-width: 205px;
	min-height: 50px;
	font-size: 14px;
	font-family: 'ProximaNova-Light';
	color: rgb(177, 177, 177);
	background-color: rgb(250, 250, 250);
	padding: 0 30px;
}

.formError {
    position: absolute;
    margin-top: -35px;
    margin-left: 35px;
}


.page-header h1, h3.page-header{ border-bottom: none;margin-bottom: 20px;}

.element-textarea h3 { border-bottom: none;margin-bottom: 10px;margin-top: 20px;}

.breadcrumb {
    background: none;
	font-size: 14px;
	color: rgb(68, 68, 68);
	padding: 20px 0;
    margin: 0;
	
}

.breadcrumb a,.breadcrumb-item.active{
	color: rgb(68, 68, 68);
}

.breadcrumbs {
	/*background-image: url(../images/bg.jpg);*/
	margin-bottom: 30px;
	background-color: rgb(245, 245, 245);
}



.item-page a{
	font-size: 16px;
	color: rgb(121, 18, 90);
	text-decoration: underline;
}

.item-page{
    margin-bottom: 50px;
}

.body{
    background: #fafafa;
}

.jbzoo-item a {
	font-size: 18px;
	color: rgb(68, 68, 68);
 
}

.jbzoo .jbzoo-item-teaser .item-title {
	margin-bottom: .5rem;
}



.jbzoo .align-left img, .jbzoo .item-image.align-left, .jbzoo .align-left > div {
	margin-bottom: .5em;
	width: 100%;
	height: 100%;
	max-width: 262px;
    max-height: 297px;
}

.element-itemlink
{
    margin: 25px 0;
}

.element-itemlink a {
    background-color: rgb(121, 18, 90);
    border-radius: 40px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 12px 40px;
    font-family: 'ProximaNova-Light';
}

.element-itemlink a:hover {
	
	background-color:rgba(121, 18, 90, 0.67);
	color: rgb(255, 255, 255);

}

.category h1,.jbzoo-item h1 {
    border-bottom: none;
    margin-bottom: 20px;
    position: absolute;
    top: -10px;
    left: -270px;
	width: 100%;
	
}

h3.prod {
    border-bottom: none;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background: rgb(121, 18, 90);
    color: rgb(255, 255, 255);
	margin-top: 60px;
	padding: 20px 0;
}

.moduletableprod{
    background: #fff;
	margin-bottom: 35px;
}

.moduletableprod ul.zoo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0 20px 0;
}

.moduletableprod ul.zoo-list span{
	margin-left: 20px;
}

.moduletableprod ul.zoo-list > li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: none;
	line-height: 30px;
}

.moduletableprod ul.zoo-list a{
   font-size: 16px;
   color: #444444;
   font-family: 'ProximaNova-Semibold';
}

.zoo-list .current .active {
    background: rgb(121, 18, 90);
    color: rgb(255, 255, 255);
    line-height: 40px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.jbzoo .jbzoo-item.jbzoo-item-product.jbzoo-item-full {
	margin-top: 60px;
}

.jbzoo-item .item-properties strong {
    min-width: 195px;
	display: inline-block;
	margin-left: 10px;
}

.jbzoo-item .item-properties article {
    display: inline-block;
    min-width: 160px;
    text-align: right;
}

.jbzoo-item li.element {
	list-style: none;
	min-height: 30px;
}

.jbzoo-item .uk-list {
    position: absolute;
    top: 60px;
    right: 15px;
    background: rgb(121, 18, 90);
    color: rgb(255, 255, 255);
	padding-left: 55px!important;
   /* padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-right: 25px!important;*/
	width: 165px;
    height: 65px;
    line-height: 65px;
	background-image: url(../images/text-document.png);
	background-repeat: no-repeat;
    background-position: 15% center;
}

.jbzoo-item .uk-list a{
    color: rgb(250, 250, 250);
	font-size: 16px;
	text-decoration: underline;
}
.customadres{
    text-align: right;
}

.maps {
    width: 100%;
    height: 650px;
    position: relative;
}

.kont {
  
    position: absolute;
    top: 50px;
    bottom: 50px;
 
}

 /* Landscape - телефоны */
  @media (max-width: 480px) { 
  .navbar .col-lg-3 {padding: 0;}
  .customadres{text-align: left; margin: 20px;}
  .customtel{text-align: left; margin: 20px;}
  .logo .form-control {margin-left: 0; margin-top: 10px;}
  .fa-search:before {margin-right: 20px;}
  .moduletablecalk {right: auto;top: -55px;}
  .jbzoo .width16,.jbzoo .width33 {width: 100%;}
  .jbzoo .subcategory h2 {max-width: 100%; text-align: center;}
  .jbzoo .align-center img {height: 100%;}
  .sale .uk-panel {margin-bottom: 15px!important;}
 /* .sale img{width: 100%; height: 100%;}*/
	.sale img{
	 margin-left: -100%;
    min-height: 300px;}
	.sale .uk-button {
    position: absolute;
    width: auto;
    top: 80%;
    left: 25%;
	}
	.text1 {
    font-size: 20px;}
	.text2 {
    font-size: 34px;}
	.text3 {
    font-size: 31px;}
	.category h1, .jbzoo-item h1 {
    border-bottom: none;
    margin-bottom: 0;
    position: inherit;
    top: -10px;
    left: -270px;
    width: 100%;
}
  .otz .uk-button {min-width: 0;padding: 0 25px;}
  .uk-panel-box .uk-panel-title{margin-top: 20px;}
  .position-bottom5 h3 {text-align: center;}
  .position-bottom5 .controls.formControls {padding: 0;}
  .position-bottom5 {max-height: 590px;}
  h1, .h3, h3, .h3 a, h3 a {text-align: center;}
  .jbzoo-item h1,.jbzoo-item .uk-list {position: inherit;}
  .jbzoo-item .item-properties article {text-align: center;min-width: 200px;}
  .jbzoo-item .item-properties strong {margin-left: 0; text-align: center;min-width: 200px;}
  .slide  {
	    min-height: 100%;
}
  }

/*Малые девайсы («ландшафтные телефоны», >= 576px)*/
@media (max-width: 767px) { 
.jbzoo .width25 {width: 100%;}
.flex_column{width: 75%;}
.flex_column_2{width: 35%;}
 }

/* Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) and (max-width: 1199.98px) { 
	.navbar .col-lg-3 {padding: 0;}
	.customadres{text-align: left; margin: 20px;}
	.customtel{text-align: left; margin: 20px;}
	.logo .form-control {min-width: 305px;}
	.btn-outline-success { right: 70px;}
	.jbzoo .width16,.jbzoo .width33 {width: 33%;}
	.jbzoo .width25 {width: 50%;}
	.jbzoo .subcategory h2 {max-width: 100%; text-align: center;}
	.jbzoo .align-center img {height: 100%;}
	.sale .uk-panel {margin-bottom: 15px!important;}
	.text1 {
    font-size: 20px;}
	.text2 {
    font-size: 34px;}
	.text3 {
    font-size: 31px;}
	.slide  {
	    min-height: 100%;
}
 }

/* Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	

 }

/* Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) { 

 }


.zajavka  {
    position: absolute;
    top: 150px;
    right: 15px;
}

.zajavka a {
	color: rgb(250, 250, 250);
	width: 165px;
    height: 65px;
    line-height: 65px;
    border-radius: 0;
    padding: 0;
	}
	
.forma1 a {
    font-size: 14px;
    color: rgb(121, 18, 90);
    text-decoration: underline;
}

.forma1 .rsform-block-text {
    text-align: center;
    font-size: 16px;
    color: rgb(68, 68, 68);
}

.forma1 .controls.formControls {
    padding: 0 15px;
    text-align: center;
}