/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Typography
================================================== */
b {
  font-weight: 600;
}

	h2, h3, h4, h5, h6 {
		color: #2a2a2a;
		font-family: 'Merriweather', serif;
		font-weight: 300;
		text-align: center;
		cursor: default;}
	h1 {
    font-size: 40px;
        color: #3a3a3a;
    font-family: 'Merriweather', serif;
    line-height: 60px;
    margin-bottom: 15px;
}
	h2 {
 font-size: 34px;
        color: #37911f;
}
	h2.topcontext1 {
 color: #37911f;
font-size: 24px;
}

	h3 { font-size: 31px;
  margin-bottom: 55px;}

  p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 8px 0 6px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #477cbf; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #455ba1; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }

	ul.square { list-style: square outside; }

	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Merriweather', serif; }

	.button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
    border: 1px solid #fff;
    padding: 9px 15px;
    outline: none;
    font-size: 17px;
    font-family: 'Merriweather', serif;
    color: #4c4c4c;
    width: 290px;
    max-width: 100%;
    background: #fff;
    box-sizing: border-box;
    display: block;
    margin: 32px auto;
    border-radius: 5px;
}
	textarea {
        display: block;
    border: 1px solid #fff;
    padding: 9px 15px;
    outline: none;
    font-size: 17px;
    font-family: 'Merriweather', serif;
    color: #4c4c4c;
    margin: 32px auto;
    width: 290px !important;
    max-width: 100%;
    background: #fff;
    box-sizing: border-box;
border-radius: 5px;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus {
        border: 1px solid #37911f;
}

    textarea:focus {
        border: 1px solid #37911f;
}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

::-webkit-input-placeholder {color:#cfcfcf;}
::-moz-placeholder          {color:#cfcfcf;}/* Firefox 19+ */
:-moz-placeholder           {color:#cfcfcf;}/* Firefox 18- */
:-ms-input-placeholder      {color:#cfcfcf;}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/*--- #Ð¾Ð±Ñ‰Ð¸Ðµ      ---*/
body{
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
background-color: #fff;
color: #838383;
font-family: 'Merriweather', serif;
}

div#ex1 {
    position: relative;
}

/*--- Ð‘Ð»Ð¾Ðº 1:  #Ð¨Ð°Ð¿ÐºÐ°      ---*/

.twinmax_layout .shapka {
  padding-top: 15px;
  width: 100%;
height: 130px;
  z-index: 999;
background-color: rgba(0, 0, 0, 0);
  top: 0;
    position: absolute;
}
.twinmax_layout .shapka .container {
    display: table;
}
	
	.shapka .logo {
  width: 165px;
  height: 66px;
  top: 0;
  position: relative;
  left: 0;
}

.shapka .sixteen.columns {
    display: table;
    width: 100%;
    position: relative;
}

.shapka #top_logo {
    display: table-cell;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
}

.shapka .top_con_block {
    display: table-cell;
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
}

.mail-top {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
}
.mail-top span {
    border: 2px solid #37911f;
    border-radius: 26px;
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
}
.mail-top img {
    width: 18px;
    height: 14px;
    position: relative;
    padding: 10px 9px 0 0;
}
.adress-top {
    background-color: rgba(255, 255, 255, 0.52);
    padding: 20px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    position: relative;
    display: inline-block;
        vertical-align: middle;
}
.ad1, .ad2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ad1 img {
    width: 19px;
    height: 29px;
    padding-right: 14px;
}
.slow_fade.cont_button {
    background-color: #37911f;
    color: #ffffff;
    padding: 11px 23px;
    border-radius: 4px;
    font-weight: 100 !important;
    text-decoration: none;
    font-size: 17px;
    border: 0;
    font-family: 'Merriweather', serif;
    display: block;
    margin: 0 auto;
    width: 290px !important;
    box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        outline: none;
    cursor: pointer;
}

.slow_fade.cont_button:hover {
  background-color: #2b6f18;
}

.shapka a.slow_fade.cont_button {
  position: relative;
  top: 0;
}
/*--- Ð‘Ð»Ð¾Ðº 2:   #Ð’ÑÑ‚ÑƒÐ¿Ð»ÐµÐ½Ð¸Ðµ     ---*/

span.urlica {
    display: block;
    font-size: 17px;
    color: #ffffff;
    font-style: italic;
    margin: 45px auto 0;
    line-height: 18px;
}

.twinmax_layout .page_style {
    overflow: hidden;
    background: url("../images/bg16.jpg") #000 no-repeat;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 340px;
    padding-top: 290px;
    background-position: bottom;
}

.page_style .context_style { text-align: center;}

/*--- Ð‘Ð»Ð¾Ðº 3:  #ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð°      ---*/

.adv_st h2 {
    margin: 50px 0 75px 0;
}

.adv_st h3 {
    font-size: 24px;
    margin-bottom: 82px;
    color: #2c2b2b;
    text-transform: uppercase;
    font-weight: 100;
}

.twinmax_layout .adv_st {
  background: #fff;
  padding: 30px 0 80px 0;
}

.adv_st .text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 71px;
    text-align: justify;
    line-height: 24px;
}

.adv_st .text li {
    list-style: none;
    margin: 0 0 22px 0;
    position: relative;
    padding-left: 20px;
}
.adv_st .text li:before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    background-image: url(../images/dot.png);
    background-size: 6px 6px;
    position: absolute;
    top: 9px;
    left: 0px;
}

/*--- form  */

.for_st {
    overflow: hidden;
    background: url(../images/bg2.jpg) #000 no-repeat;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 75px;
}

.for_st h2 {
    color: #fff;
    margin-bottom: 55px;
}

/*--- Ð‘Ð»Ð¾Ðº 4:   #Ð‘Ñ€ÑÐ½Ð´Ñ‹   */

/*--- #Ð¤ÑƒÑ‚ÐµÑ€      ---*/

.twinmax_layout .foot_st {
  background: #1d1d1b;
  text-align: center;
    height: 125px;
}

.bot_1 {
    height: 125px;
    position: relative;
    display: table;
    width: 940px;
    padding: 0 30px;
}

.foot_1_1, .foot_1_2, .foot_1_3 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.foot_1_1, .foot_1_3 {
    width: 30%;
}

.foot_1_2 {
    width: 40%;
}
.foot_1_2 span {
    font-size: 12px;
    color: #fff;
}

.foot_1_1 img.logo {
    width: 130px;
}

.foot_1_1 {
text-align: left;
}

.foot_1_3 span {
    color: #fff;
    font-size: 12px;
    text-align: right;
    display: block;
    position: relative;
    line-height: 16px;
}

.foot_1_3 {
text-align: right;
}

.result-msg {
    color: #fff;
    text-align: center;
    margin-top: 22px;
    line-height: 22px;
}