/* 1. base style ---------------------------*/

/* --------------- reset.css --------------- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
td img {
    vertical-align: top;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0;
    outline: 0;
}

input,
textarea {
    color:#000;
}

textarea{
    resize:none;
}

input[type="checkbox"] {
    vertical-align: bottom;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

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

nav ul {
    list-style:none;
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"] {
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="search"]:focus {
    outline: none;
}

input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration {
    display: none;
}

input[type="email"] {
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="email"]:focus {
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color:#000;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input:focus{
    outline:none;
}

input:invalid{
    -moz-box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
}

.clearfix {
    clear: both;
}

/* --------------- base set ---------*/
html {
    overflow-y: auto;
    height: 100%;
}

body {
    line-height: 1;
    background: #fff;
    color: #787878;
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

input,
select,
button,
textarea {
    font-family: 'Roboto', sans-serif;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

a,
a:visited {
    color: #31993e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* --------------- site styles ---------*/
.siteWrapper {
    min-height: 100%;
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.siteWrapper:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 304px;
    background: url(../../img/frontend/aside-back.jpg) 0 0 no-repeat #244428;
}

.siteWrapper>aside {
    float: left;
    position: relative;
    width: 304px;
    padding: 34px 0 648px;
    color: #fff;
    text-align: center;
}

.siteWrapper>aside a {
    color: #fff;
}

.siteWrapper>aside .person,
.contAbout .person {
    padding: 77px 0 23px;
    display: block;
    background: url(../../img/frontend/horse-logo.png) 50% 0 no-repeat;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 17px;
    text-align: center;
}

.contAbout .person {
    color: #333;
    width: 282px;
    position: relative;
    left: -11px;
    margin: 0 auto 5px;
}

.siteWrapper>aside .person b,
.contAbout .person b {
    display: block;
    padding-top: 11px;
    font-weight: 700;
}

.siteWrapper>aside .person:before {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 88px;
    margin-left: -44px;
    background: #fff;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.siteWrapper>aside .phoneNmail {
    margin-bottom: 49px;
    font-size: 14px;
    line-height: 23px;
}

.siteWrapper>aside a.peopleHelped {
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: #e1e1e1;
    border-radius: 26px;
    color: #3f6c46;
    padding: 12px 0 10px;
    width: 227px;
    margin-bottom: 47px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.siteWrapper>aside a.peopleHelped:hover {
    text-decoration: none;
    background-color: #fff;
}

.siteWrapper>aside a.peopleHelped b {
    display: block;
    font-weight: 700;
}

.siteWrapper>aside>nav {
    text-transform: uppercase;
    text-align: left;
    padding: 0 30px 51px 54px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}

.siteWrapper>aside>nav a {
    float: left;
    clear: left;
    margin-bottom: 14px;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    -ms-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
}
.siteWrapper>aside>nav a:hover,
.siteWrapper>aside>nav a.active{
    text-decoration: none;
    color: #fdc355;
}
.siteWrapper>aside>nav nav{
    text-transform: none;
    margin-left: -17px;
    font-weight: 400;
    clear: left;
}
.siteWrapper>aside>nav nav a{
    padding-left: 17px;
    position: relative;
}
.siteWrapper>aside>nav nav a:before{
    position: absolute;
    top: 1px;
    left: 0;
    content: "•";
}
.switcher nav{
    display: none;
}
.switcherOpened>a{
    color: #31993e;
}

.siteSubscribe {
    margin-bottom: 50px;
}

.siteSubscribe,
.siteSearch{
    position: relative;
    width: 203px;
    height: 34px;
    margin: 0 0 72px 54px;
}
.siteSubscribe:after,
.siteSearch:after{
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 164px;
    height: 1px;
    opacity: 0.5;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.siteSubscribe input[type="email"],

.siteSearch input[type="text"],
.siteSearch input[type="search"]{
    background: none;
    border:none;
    color: #fff;
    font-size: 14px;
    padding: 4px 0;
    width: 164px;
    position: absolute;
    top: 0;
    left: 0;
}

.siteSubscribe input::-webkit-input-placeholder,

.siteSearch input::-webkit-input-placeholder {
    color:#fff !important;
    font-weight: 300;
}

.siteSubscribe input::-moz-placeholder,

.siteSearch input:-moz-placeholder {
    color:#fff !important;
    font-weight: 300;
}

.siteSubscribe input::-webkit-input-placeholder,

.siteSearch .placeholder {
    color:#fff !important;
    font-weight: 300;
}

.siteSubscribe button[type="submit"] {
    background: url(../../img/frontend/form-sidebar-submit.png) 50% 50% no-repeat;
}

.siteSubscribe button[type="submit"]:focus {
    outline: none;
}

.siteSubscribe button[type="submit"],

.siteSearch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.siteSearch input[type="submit"] {
    background: url(../../img/frontend/search-button.png) 50% 50% no-repeat;
}

.siteSubscribe button[type="submit"]:hover,

.siteSearch input[type=submit]:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.siteSubscribe:hover button[type="submit"],
.siteSubscribe:hover:after,

.siteSearch:hover input[type=submit],
.siteSearch:hover:after,
.siteSearchhover input[type=submit],
.siteSearchhover:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.bigLinks{
    position: relative;
    width: 205px;
    margin: 0 0 0 50px;
    padding-bottom: 39px;
}
.bigLinks:before{
    display: block;
    content: ' ';
    position: absolute;
    bottom: -100px;
    left: 50%;
    height: 1px;
    width: 88px;
    margin-left: -44px;
    background: #252d4c;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.siteWrapper>aside .bigLinks a{
    display: block;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 17px 10px;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    line-height: 18px;
    color: #244428;
    box-shadow: 0 3px 0 #1f3b23;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.siteWrapper>aside .bigLinks a:hover{
    text-decoration: none;
    box-shadow: 0 0 7px #fff;
    border-color: #fff;
}
.siteWrapper>aside .bigLinks a.orange{
    background-color: #fdc355;
    border: 1px solid #fdc355;
}
.siteWrapper>aside .bigLinks a.orange:hover{
    border: 1px solid #ffedca;
}

.socialLinks {
    margin-left: 44px;
    text-align: left;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 30px;
    font-size: 13px;
}

.socialLinks__item {
    display: inline-block;
    line-height: 25px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.socialLinks__item:hover{
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.socialLinks__item {
    background: url(../../img/frontend/soc2.png) 0 0 no-repeat;
    margin-bottom: 15px;
    padding-left: 30px;
}

.socialLinks__item--v {
    background-position: 0 0;
    margin-left: 25px;
}
.socialLinks__item--f{
    background-position: 0 -25px;
}

.socialLinks__item--yt {
    background-position: 0 -50px;
    margin-left: 40px;
}

.siteWrapper>footer{
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    width: 254px;
    left: 25px;
    top: auto;
    bottom: 41px;
}
.siteWrapper>footer a{
    color: #fff;
}
.siteWrapper>footer .warranty{
    padding: 74px 30px 30px;
    line-height: 18px;
    display: block;
}
.siteWrapper>footer .president{
    background: url(../../img/frontend/logosign.png) 50% 20px no-repeat;
}
.siteWrapper>footer .tomsk{
    background: url(../../img/frontend/tomsk.png) 50% 20px no-repeat;
    padding-bottom: 50px;
}
.siteWrapper>footer .economics{
    background: url(../../img/frontend/horse-logo.png) 50% 0 no-repeat;
    padding-bottom: 37px;
}
.madeBy{
    position: relative;
    padding-top: 19px;
}
.madeBy div{
    padding-bottom: 13px;
    color: #72ba7f;
    font-size: 14px;
}
.madeBy div a{
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
}
.madeBy div a.flat,
.madeBy div a.flat:hover,
.madeBy div a.flat:active{
    color: #72ba7f;
    cursor: default;
    text-decoration: none;
}
.madeBy:before{
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    height: 1px;
    width: 88px;
    margin-left: -44px;
    background: #252d4c;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.mainCont{
    position: relative;
    margin-left: 304px;
}
.actualThemes{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 520px;
}
.actualThemes .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.actualThemes .back img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.slider-for,
.slider-for .slick-slide{
    width: 976px;
    height: 520px;
}
.slider-nav{
    top: 140px;
    width: 834px;
    margin-left: 70px;
    position: absolute !important;
}
.slider-for{
    z-index: 10 !important;
    zoom: 1;
}
.slider-nav{
    z-index: 11 !important;
    zoom: 1;
}
.slider-nav .slick-slide{
    width: 272px;
    height: 312px;
}
.slider-nav .slick-slide>a{
    display: block;
    color: #393939;
    font-size: 18px;
    overflow: hidden;
    min-height: 312px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slider-nav .slick-slide>a .comment{
    display: block;
    padding-top: 18px;
    color: #55835f;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slider-nav .slick-slide>a .i{
    display: block;
    overflow: hidden;
    margin-bottom: 22px;
    max-height: 158px;
}
.slider-nav .slick-slide>a .t{
    display: block;
    padding: 0 15px;
    line-height: 21px;
    max-height: 85px;
    overflow: hidden;
}
.slider-nav .slick-slide>a .i img{
    max-width: 100%;
}
.slider-nav .slick-slide>a:hover,
.slider-nav .slick-slide>a.hover{
    background-color: rgba(38,69,42,0.8);
    text-decoration: none;
    color: #fff;
}
.slider-nav .slick-slide>a:hover .comment,
.slider-nav .slick-slide>a.hover .comment{
    color: #fff;
}
.sliderTitles{
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 11;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 700;
}


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, #slick-prev, .slick-next , #slick-next { position: absolute; display: block; height: 58px; width: 38px; cursor: pointer; background: url(../../img/frontend/slider-arrs.png) no-repeat; top: 50%; margin-top: -29px; padding: 0; border: none; outline: none;
                                                      -webkit-transition: all 0.04s ease-in-out;
                                                      -moz-transition: all 0.04s ease-in-out;
                                                      -o-transition: all 0.04s ease-in-out;
                                                      -ms-transition: all 0.04s ease-in-out;
                                                      transition: all 0.04s ease-in-out;
                                                      opacity: 0.5;
}
#slick-prev{
    cursor: default;
    opacity: .1;
}

.slick-prev:hover, .slick-next:hover, #slick-next:hover{
    opacity: 1;
}

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev,
#slick-prev { left: -50px; }
[dir="rtl"] .slick-prev { left: auto; right: -50px; }


.slick-next, #slick-next { right: -50px; background-position: 100% 0; }
[dir="rtl"] .slick-next { left: -50px; right: auto; }

.tripleLinks{
    padding: 31px 0;
    background-color: #efefeb;
    text-align: center;
    font-size: 18px;
}
.tripleLinks a{
    display: inline-block;
    position: relative;
    width: 245px;
    height: 109px;
    border: 2px solid #d2d2cf;
    margin: 0 15px;
    color: #5f5f5f;
    text-align: left;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.tripleLinks a .i{
    position: absolute;
    display: block;
    top: 50%;
    left: 32px;
    height: 53px;
    width: 50px;
    margin-top: -26px;
    background: url(../../img/frontend/triple-icons2.png) 0 2px no-repeat;
}
.tripleLinks a .i span{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../../img/frontend/triple-icons2.png) 100% 2px no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.tripleLinks a:hover .i span{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tripleLinks a:hover,
.tripleLinks a.ask:hover{
    background-color: #55835f;
    border-color: #55835f;
    color: #fff;
    text-decoration: none;
}
.tripleLinks a.ask{
    border-color: #55835f;
    color: #55835f;
}
.tripleLinks a.ask .i{
    background: url(../../img/frontend/triple-icons2.png) 0 -50px no-repeat;
}
.tripleLinks a.ask .i span{
    background: url(../../img/frontend/triple-icons2.png) 100% -50px no-repeat;
}
.tripleLinks a.ann .i{
    background: url(../../img/frontend/triple-icons2.png) 0 -102px no-repeat;
    left: 25px;
    margin-top: -28px;
}
.tripleLinks a.ann .i span{
    background: url(../../img/frontend/triple-icons2.png) 100% -102px no-repeat;
}
.tripleLinks a.news .i{
    left: 48px;
}
.tripleLinks a .t{
    height: 109px;
    width: 135px;
    padding-left: 100px;
    display: table-cell;
    vertical-align: middle;
    line-height: 21px;
}
.tripleLinks a.ask .t{
    padding-left: 106px;
}
.tripleLinks a.news .t{
    padding-left: 117px;
    width: 120px;
}
.indexContent{
    padding: 75px 150px 100px 85px;
}
.indexContent h1{
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 36px;
    font-weight: 700;
}
.indexContent h2{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-bottom: 19px;
    font-weight: 400;
}
.indexContent b.simtExt,
.indexContent strong.simtExt,
.newsText b.simtExt,
.newsText strong.simtExt {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 43px;
}
.indexContent p{
    line-height: 24px;
    padding-bottom: 50px;
    padding-top: 10px;
}
.indexContent ul{
    margin-bottom: 56px;
    padding-top: 10px;
}
.indexContent li{
    list-style-type: none;
    position: relative;
    padding: 0 0 8px 18px;
}
.indexContent li:before{
    position: absolute;
    content: '•';
    top: 0;
    left: 0;
    color: #31993e;
}
.indexContent .writeNow{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
}
.indexContent .writeNow a{
    color: #548761;
}
.expertSoviet {
    padding: 55px 0 0 10px;
    overflow: hidden;
}
.expertSoviet__h2{
    font-weight: 700;
    text-align: center;
    width: 826px;
    color: #333;
    font-size: 24px;
    padding: 0 0 52px 67px;
    letter-spacing: 1px;
}
.expertSoviet h1,
.newsWrapper h1,
.FAQWrapper h1,
.contWrapper h1,
.newsDetail>h1{
    font-weight: 700;
    text-align: center;
    width: 826px;
    color: #333;
    font-size: 36px;
    padding: 0 0 52px 67px;
    letter-spacing: 1px;
}
.newsWrapper h1,
.contWrapper h1,
.FAQWrapper h1,
.newsDetail>h1{
    padding: 0 0 69px 0;
    width: auto;
}
.contWrapper h1{
    padding-bottom: 63px;
}
.newsDetail>h1{
    padding-bottom: 25px;
}
.companyPerson{
    float: left;
    width: 270px;
    margin: 0 0 95px 40px;
}
.companyPerson .name,
.companyPerson .address{
    display: none;
}
.personImage{
    margin-bottom: 24px;
}
.personImage img{
    max-width: 100%;
}
.personName{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    padding-bottom: 11px;
}
.personName strong{
    font-weight: 400;
}
.companyPerson .jobtitle{
    padding-bottom: 19px;
}
.companyPerson .description{
    line-height: 24px;
    padding-bottom: 29px;
}
.companyPerson .telephone,
.companyPerson .email{
    font-weight: 300;
    padding-bottom: 7px;
}
.newsWrapper{
    padding: 54px 50px 100px;
    overflow: hidden;
}
.newsWrapper article{
    clear: left;
    padding-bottom: 70px;
}
.newsWrapper article .i{
    float: left;
    width: 300px;
}
.newsWrapper article .i+.t{
    margin-left: 333px;
}
.newsWrapper article .i img{
    max-width: 100%;
    border:2px solid #fff;
    position: relative;
    top: -2px;
    font-size: 1px;
}
.newsWrapper article .i:hover img{
    border-color: #244428;
}
.newsWrapper article h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 8px;
    text-align: left;
    top: -9px;
    position: relative;
    letter-spacing: 0;
}
.newsWrapper article h1 a{
    color: #333;
    display: block;
}
.newsWrapper article h1 a:hover{
    text-decoration: none;
    color: #31993e;
}
.newsWrapper article p{
    line-height: 24px;
    padding-bottom: 21px;
}
.newsWrapper article time{
    color: #787878;
    font-style: normal;
    display: block;
}
.pagination{
    font-size: 24px;
    font-weight: 300;
    margin-left: -3px;
    padding-top: 32px;
}
.pagination a,
.pagination span{
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
    margin-right: 2px;
}
.pagination a.more{
    padding: 0 10px;
}
.FAQWrapper{
    padding: 54px 50px 38px;
    overflow: hidden;
}
.FAQWrapper article{
    padding-bottom: 64px;
}
.FAQWrapper article h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    text-align: left;
    top: -9px;
    position: relative;
    letter-spacing: 0;
}
.FAQWrapper article.has-answer h1:hover{
    color: #31993e;
    cursor: pointer;
}
.FAQWrapper article p{
    line-height: 24px;
    padding-bottom: 14px;
}
.FAQWrapper article .faqToggler{
    color: #31993e;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
}
.FAQWrapper article .faqToggler:hover{
    text-decoration: underline;
}
.FAQWrapper article p .cutted{
    display: none;
}
.sampledForm{
    background: #efefeb;
    padding: 46px 0 62px 179px;
    overflow: hidden;
}
.sampledForm .title{
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 36px;
    padding-bottom: 51px;
    letter-spacing: 1px;
    text-align: center;
    margin-left: -20px;
    width: 663px;
}
.sampledForm .i{
    float: left;
    width: 158px;
    position: relative;
    margin-right: 37px;
    border-bottom: 1px solid #777775;
    height: 34px;
    margin-bottom: 16px;
    -webkit-transform: translate(0px);
}
.sampledForm .w211 { width: 212px; }
.sampledForm .ml391 { margin-left: 391px; }
.sampledForm .i input{
    background: none;
    border: none;
    position: absolute;
    font-size: 16px;
    color: #333;
    top: 0;
    left: 10px;
    width: 138px;
    padding: 7px 0;
}
.sampledForm .w211 input{
    width: 190px;
}

.sampledForm .i input::-webkit-input-placeholder,
.sampledForm .t textarea::-webkit-input-placeholder {
    color:#c3c3c0 !important;
    font-weight: 300;
}
.sampledForm .i input:-moz-placeholder,
.sampledForm .t textarea:-moz-placeholder {
    color:#c3c3c0 !important;
    font-weight: 300;
}
.sampledForm .i .placeholder,
.sampledForm .t .placeholder {
    color:#c3c3c0 !important;
    font-weight: 300;
}
.sampledForm .t{
    clear: left;
    width: 603px;
    position: relative;
    height: 127px;
    margin-bottom: 39px;
    -webkit-transform: translate(0px);
}
.sampledForm .t textarea{
    background: none;
    border: none;
    position: absolute;
    font-size: 16px;
    color: #333;
    top: 0;
    left: 10px;
    width: 583px;
    height: 127px;
    line-height: 31px;
    overflow: auto;
}
.sampledForm .t span{
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 33px;
    background: #777775;
}
.sampledForm .t span+span{
    top: 63px;
}
.sampledForm .t span+span+span{
    top: 93px;
}
.sampledForm .t span+span+span+span{
    top:123px;
}
#formErrors{
    list-style: none;
    clear: left;
    padding-bottom: 15px;
    font-size: 12px;
    color: #ad3d3d;
}
#formErrors li+li{
    padding-top: 5px;
}

.sampledForm .i.error{
    border-bottom-color: #d38886 ;
    -webkit-animation: kf_shake 0.4s 1 ease-in-out;
    -moz-animation: kf_shake 0.4s 1 ease-in-out;
    -o-animation: kf_shake 0.4s 1 ease-in-out;
}
.sampledForm .t.error{
    -webkit-animation: kf_shake 0.4s 1 ease-in-out;
    -moz-animation: kf_shake 0.4s 1 ease-in-out;
    -o-animation: kf_shake 0.4s 1 ease-in-out;
}
.sampledForm .t.error span{
    background: #d38886;
}
.sampledForm .i.error input,
.sampledForm .t.error textarea{
    color: #ad3d3d;
}
.sampledForm .i.error input::-webkit-input-placeholder,
.sampledForm .t.error textarea::-webkit-input-placeholder {
    color:#ad3d3d !important;
    font-weight: 300;
}
.sampledForm .i.error input:-moz-placeholder,
.sampledForm .t.error textarea:-moz-placeholder {
    color:#ad3d3d !important;
    font-weight: 300;
}
.sampledForm .i.error .placeholder,
.sampledForm .t.error .placeholder {
    color:#ad3d3d !important;
    font-weight: 300;
}
@-webkit-keyframes kf_shake {
    0% { -webkit-transform: translate(15px); }
    20% { -webkit-transform: translate(-15px); }
    40% { -webkit-transform: translate(7px); }
    60% { -webkit-transform: translate(-7px); }
    80% { -webkit-transform: translate(4px); }
    100% { -webkit-transform: translate(0px); }
}
@-moz-keyframes kf_shake {
    0% { -moz-transform: translate(15px); }
    20% { -moz-transform: translate(-15px); }
    40% { -moz-transform: translate(7px); }
    60% { -moz-transform: translate(-7px); }
    80% { -moz-transform: translate(4px); }
    100% { -moz-transform: translate(0px); }
}
@-o-keyframes kf_shake {
    0% { -o-transform: translate(15px); }
    20% { -o-transform: translate(-15px); }
    40% { -o-transform: translate(7px); }
    60% { -o-transform: translate(-7px); }
    80% { -o-transform: translate(4px); }
    100% { -o-origin-transform: translate(0px); }
}
.siteBtn,
a.siteBtn,
.sampledForm input[type=submit],
.commentsBlock input[type=submit]{
    border: none;
    background-color: #244428;
    color: #fff;
    font-size: 24px;
    border-radius: 24px;

    height: 53px;
    box-shadow: 0 3px 0 #d0d0cd;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.sampledForm input[type=submit],
.commentsBlock input[type=submit]{
    position: relative;
    top: 5px;
    float: right;
    width: 205px;
}

.siteBtn:hover,
.sampledForm input[type=submit]:hover,
.commentsBlock input[type=submit]:hover{
    background-color: #172c1a;
    text-decoration: none;
}

.sampledForm input[type=submit]:disabled {
    background-color: #ccc;
}

.siteBtn {
    display: inline-block;
    line-height: 53px;
    padding: 0 30px;
}

a.siteBtn-yellow {
    background: #fdc355;
    color: #244428;
}

a.siteBtn-yellow:hover {
    background: #fdc355;
    text-decoration: underline;
}

.captNsbmt{
    width: 603px;
}
.captNsbmt .img{
    float: left;
    text-align: center;
    max-width: 160px;
    overflow: hidden;
    margin-right: 22px;
}
.captNsbmt .img img{
    max-width: 160px;
}

.captNsbmt .i{
    width: 162px;
    top: 12px;
}
.captNsbmt .i input{
    width: 142px;
}

.captNsbmt .i input::-webkit-input-placeholder{
    text-align: center;
}
.captNsbmt .i input:-moz-placeholder {
    text-align: center;
}
.captNsbmt .i .placeholder {
    text-align: center;
}


.contWrapper{
    padding: 54px 62px 38px;
    overflow: hidden;
}
.contAbout{
    float: left;
    width: 400px;
}
.contAbout p{
    line-height: 24px;
}
.contMailNaddress{
    margin-left: 469px;
    padding-top: 35px;
}
.contMailNaddress .block{
    padding-bottom: 50px;
}
.contMailNaddress .block .name{
    padding-bottom: 10px;
}
.contMailNaddress .block a{
    font-size: 24px;
    color: #333;
}
.contMailNaddress .block a:hover{
    color: #fdc355;
    text-decoration: none;
}
.contMailNaddress .block.floated{
    float: left;
    width: 184px;
}
.contMailNaddress .block.floated .name{
    padding-bottom: 15px;
}
.contMailNaddress .block address,
.contMailNaddress .block dl{
    color: #333;
    font-style: normal;
    display: block;
}
.contMailNaddress .block dl dt{
    float: left;
    clear: left;
    padding-right: 5px;
}
.contMailNaddress .block dl dd{
    padding-bottom: 7px;
}
.contMailNaddress .block dl dd.red{
    color: #952c2c;
}
.listOpPersons{
    list-style: none;
    margin: 0 -68px;
}
.listOpPersons li{
    display: inline-block;
    vertical-align: middle;
    width: 395px;
    padding: 0 0 42px 68px;
}
.listOpPersons li .i{
    float: left;
    width: 100px;
}
.listOpPersons li .i img{
    max-width: 100px;
}
.listOpPersons li .t{
    line-height: 18px;
    font-size: 13px;
    color: #333;
    margin: -3px 0 0 127px;
}
.listOpPersons li .t b{
    display: block;
    font-weight: 700;
    padding: 9px 0 16px;
    font-size: 14px;
}
.listOpPersons li .t a{
    font-weight: 700;
    font-size: 14px;
}
.listOpPersons li .t a.tel{
    color: #333;
}
.beadCrumbs{
    padding-bottom: 67px;
}
.beadCrumbs span{
    padding-right: 4px;
}
.beadCrumbs span+span:before{
    content: '/ ';
    padding-right: 4px;
}
.beadCrumbs span a{
    color: #244428;
}

.newsDetail{
    padding: 40px 50px;
}
.newsMainImg{
    padding-bottom: 23px;
    width: 847px;
    text-align: center;
}

.newsMainImg img {
    max-width: 847px;
}

.newsText {
    width: 775px;
    padding-bottom: 30px;
}

.newsDoubleCol {
    overflow: hidden;
    zoom:1;
    padding-bottom: 36px;
    margin-left: -20px;
    padding-left: 20px;
}

.newsDoubleCol .imgs {
    float: left;
    width: 218px;
}

.newsText b.simtExt,
.newsText strong.simtExt {
    padding-bottom: 41px;
}

.newsDoubleCol {
    padding-top: 10px;
}

.newsDoubleCol .imgs > div {
    padding-bottom: 25px;
    font-style: italic;
    font-size: 12px;
    width: 194px;
}

.newsDoubleCol .imgs div img {
    max-width: 194px;
}

.newsDoubleCol .imgs div.t {
    padding-top: 12px;
}

.newsDoubleCol .txt {
    margin-left: 218px;
    margin-top: -10px;
}

.newsSingleCol h2,
.newsDoubleCol .txt h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    padding-bottom: 19px;
}

.newsSingleCol p,
.newsDoubleCol .txt p {
    line-height: 24px;
    padding-bottom: 50px;
}

.newsSingleCol ul,
.newsDoubleCol .txt ul {
    list-style-type: none;
}

.newsSingleCol ol li,
.newsDoubleCol .txt ol li {
    list-style-type: decimal;
}

.newsSingleCol ul li,
.newsDoubleCol .txt ul li {
    list-style-type: disc;
}

.newsSingleCol ol li,
.newsDoubleCol .txt ol li,
.newsSingleCol ul li,
.newsDoubleCol .txt ul li {
    padding-bottom: 8px;
}

.newsSingleCol b,
.newsDoubleCol .txt b,
.newsSingleCol strong,
.newsDoubleCol .txt strong {
    font-weight: 700;
}

.newsSingleCol i,
.newsDoubleCol .txt i,
.newsSingleCol em,
.newsDoubleCol .txt em {
    font-style: italic;
}

.newsSingleCol ol a,
.newsDoubleCol .txt ol a,
.newsSingleCol ul a,
.newsDoubleCol .txt ul a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #244428;
}

.newsSingleCol ol a:hover,
.newsDoubleCol .txt ol a:hover,
.newsSingleCol ul a:hover,
.newsDoubleCol .txt ul a:hover {
    color: #31993e;
    text-decoration: none;
}

.newsSingleCol ul a:before,
.newsDoubleCol .txt ul a:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '•';
}

.listOfPics {
    list-style-type: none;
    margin-left: -18px;
}

.listOfPics li {
    display: inline-block;
    vertical-align: middle;
    max-height: 130px;
    text-align: center;
    width: 194px;
    font-size: 1px;
    margin: 0 0 30px 19px;
}

.commentsBlock {
    width: 634px;
    margin-top: -2px;
}

.commentsBlock form {
    padding-bottom: 25px;
    overflow: hidden;
    zoom: 1;
}

.commentsBlock form .i {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.commentsBlock form .i img {
    max-width: 70px;
    max-height: 70px;
}

.commentsBlock form fieldset {
    margin-left: 100px;
    padding-top: 7px;
}

.commentsBlock .t textarea::-webkit-input-placeholder {
    color:#c3c3c0 !important;
    font-weight: 300;
}

.commentsBlock .t textarea:-moz-placeholder {
    color:#c3c3c0 !important;
    font-weight: 300;
}

.commentsBlock .t .placeholder {
    color:#c3c3c0 !important;
    font-weight: 300;
}

.commentsBlock .t{
    position: relative;
    height: 63px;
    margin-bottom: 20px;
    -webkit-transform: translate(0px);
}

.commentsBlock .t textarea{
    background: none;
    border: none;
    position: absolute;
    font-size: 16px;
    color: #333;
    top: 0;
    left: 10px;
    width: 514px;
    height: 63px;
    line-height: 31px;
    overflow: auto;
}

.commentsBlock .t span{
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 33px;
    background: #ccc;
}

.commentsBlock .t span+span{
    top: 63px;
}

.commentsBlock .t.error{
    -webkit-animation: kf_shake .4s 1 ease-in-out;
    -moz-animation:    kf_shake .4s 1 ease-in-out;
    -o-animation:      kf_shake .4s 1 ease-in-out;
    animation:         kf_shake .4s 1 ease-in-out;
}

.commentsBlock .t.error span{
    background: #d38886;
}

.commentsBlock .t.error textarea{
    color: #ad3d3d;
}

.commentsBlock .t.error textarea::-webkit-input-placeholder {
    color:#ad3d3d !important;
    font-weight: 300;
}

.commentsBlock .t.error textarea:-moz-placeholder {
    color:#ad3d3d !important;
    font-weight: 300;
}

.commentsBlock .t.error .placeholder {
    color:#ad3d3d !important;
    font-weight: 300;
}

.commentsBlock input[type="submit"] {
    width: 126px;
    height: 32px;
    font-size: 14px;
}

.commentsList {
    list-style-type: none;
    padding-bottom: 15px;
}

.commentsList li {
    overflow: hidden;
    zoom:1;
    padding-bottom: 28px;
}

.commentsList .i {
    float: left;
    width: 42px;
    height: 42px;
    overflow: hidden;
}

.commentsList .i img {
    max-width: 42px;
    max-height: 42px;
}

.commentsList .i + .text {
    margin-left: 60px;
}

.commentsList .text {
    line-height: 24px;
    color: #333;
}

.commentsList .text time {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    padding-bottom: 2px;
    font-style: normal;
    color: #adadad;
    position: relative;
    top: -3px;
}

body:after {
    content: url(../../img/frontend/close.png) url(../../img/frontend/loading.gif) url(../../img/frontend/prev.png) url(../../img/frontend/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../img/frontend/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.5;
}
.lb-prev:hover, .lb-next:hover{
    opacity: 1;
}

.lb-prev {
    left: 0;
    float: left;
    margin-left: -88px;
    padding-left: 88px;
}
.lb-next{
    margin-right: -88px;
    padding-right: 88px;
}

.lb-prev {
    background: url(../../img/frontend/prev.png) left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-next {
    background: url(../../img/frontend/next.png) right 48% no-repeat;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #000;
}

.lb-data .lb-details {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.lb-number {
    display: none !important;
}

.lb-close {
    position: absolute;
    right: -50px;
    top: 0;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(../../img/frontend/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    cursor: pointer;
}

.lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    background-color: #f1efec;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}

.lb-data {
    font-weight: normal;
}

.lb-data b {
    font-size: 20px;
    display: block;
    font-weight: 700;
    padding-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.lb-caption {
    display: block;
    padding: 5px;
}

.lb-data p {
    padding-bottom: 7px;
}

.lb-closeContainer {
    position: relative;
    z-index: 11;
}

a[data-lightbox=lbox-1] img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a[data-lightbox=lbox-1]:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.newsMainImg a[data-lightbox=lbox-1]:hover img {
    -ms-transform: scale(1.02,1.02);
    -webkit-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
}

#loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(255,255,255,.5);
}
#loader>span{
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../../img/frontend/spiner.png) no-repeat;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -31px;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -ms-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes spin {
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes spin {
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.slick-prev.slick-disabled,
.slick-disabled.finDisabled{
    cursor: default !important;
    opacity: 0.1 !important;
}

.spoiler {}
.spoiler > a {
    padding-bottom: 15px;
    display: inline-block;
}
.spoiler-content {
    display: none;
}

.host-switcher {
    position: absolute;
    top:      10px;
    right:    80px;
    z-index:  12;

    padding: 5px 10px;

    border-radius: 3px;

    background: #000;
    border:     2px solid;
    color:      #fff !important;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}

.host-switcher:hover {
    background: #999;
}

.inline-search {
    display:       block;
    margin-bottom: 30px;
    padding:       10px 20px;

    background: #fdc355;
}

.inline-search label {
    color: #234427;

    line-height: 32px;
}

.inline-search input {
    border:        0;
    border-bottom: 1px solid;
    background:    transparent;
    color:         #234427;

    width:       450px;
    margin-top: -5px;
    margin-left: 20px;
    padding:     0;

    line-height: 27px;
}

.inline-search button {
    background: url(../../img/frontend/search-button-greeny.png) 50% 50% no-repeat;
    color:      transparent;
    border:     none;

    width:  32px;
    height: 32px;

    -webkit-transition: transform .1s;
    -moz-transition:    transform .1s;
    -ms-transition:     transform .1s;
    -o-transition:      transform .1s;
    transition:         transform .1s;

    text-indent: 100%;
    white-space: nowrap;
    overflow:    hidden;
}

.inline-search button:hover {
    -ms-transform:     scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform:         scale(1.05, 1.05);
}

.indexContent .inline-search input {
    width: 420px;
}

/* toTop { */
.toTop {
    cursor: pointer;
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
}

.toTop.toTop--has-topbar {
    top: 44px;
}

.toTop a {
    background-color: #244428;
    color: #fff;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 12px;
}

.toTop:hover {
    background: rgba(237, 222, 222, .5);
}
/* } toTop */

.askForm * {
    box-sizing: border-box;
}
.askForm__section {
    margin-bottom: 30px;
    overflow: hidden;
}
.askForm__subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.askForm__field {
    line-height: 1;
    padding: 10px 0;
}
.askForm__field input[type="radio"],
.askForm__field input[type="checkbox"] {
    vertical-align: baseline;
}
.askForm__field--input {
    position: relative;
    margin-right: 35px;
    border-bottom: 1px solid #777775;
    height: 34px;
    margin-bottom: 15px;
}
.askForm__field--input input {
    background: none;
    border: none;
    position: absolute;
    font-size: 16px;
    color: #333;
    top: 0;
    left: 0;
    padding: 7px 10px;
    width: 100%;
}

.askForm__field--textarea {
    position: relative;
    height: 127px;
    padding: 0;
}
.askForm__field--textarea textarea {
    background: none;
    border: none;
    position: absolute;
    font-size: 16px;
    color: #333;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    line-height: 31px;
    overflow: auto;
    padding: 0 10px;
}

.askForm__field--textarea span{
    display: block;
    width: 100%;
    border-bottom: 1px solid #777775;
    height: 31px;
}

.askForm__field--textarea textarea::-webkit-input-placeholder,
.askForm__field--input input::-webkit-input-placeholder {
    color:#c3c3c0 !important;
}
.askForm__field--textarea textarea::-moz-placeholder,
.askForm__field--input input::-moz-placeholder {
    color:#c3c3c0 !important;
}

.askForm__field--1of3 {
    float: left;
    width: 225px;
}
.askForm__field--2of3 {
    float: left;
    width: 485px;
}
.askForm__field--3of3 {
    float: left;
    width: 745px;
}
.askForm__field-group {
    overflow: hidden;
}

.askForm__text {
    margin-bottom: 10px;
    line-height: 1.5;
    padding-right: 30px;
}

.askForm__text ul {
    list-style: disc !important;
    margin-left: 30px;
}

.askForm__tip {
    font-style: italic;
    color: #4f4f4f;
}

.askForm__uploader {}
.askForm__uploader > input { display: none; }
.askForm__uploader-file {
    color: #244428;
    text-decoration: underline;
}
.askForm__uploader-file:hover {
    text-decoration: none;
}

.askForm__uploader-limitations {
    padding-top: 5px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.5;
}
.askForm__uploader-result {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 30px;
    color: #333;
}
.askForm__uploader-result strong {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}
.askForm__uploader-result ul {
    list-style: decimal;
    margin-left: 30px;
    line-height: 1.5;
}

.askForm__header {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 50px;
	line-height: 1.8;
}

.askForm__title {
    font-weight: 700;
    color: #333;
    font-size: 36px;
    padding-bottom: 50px;
    letter-spacing: 1px;
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 56px;
}
.lds-ellipsis div {
    position: absolute;
    top: calc(50% - 3px);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #244428;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
