/*===========RESET STYLE=========*/
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%;
	font: inherit; 
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}
/*=========END RESET STYLE=======*/
/*==========AFTER RESET==========*/
h1 {
	font-size: 22px;
	font-family: "Geometria";
	color: rgb( 48, 48, 48 );
	line-height: 1.5;
}

h2 {
	font-size: 20px;
	font-family: "Geometria";
	color: rgb( 48, 48, 48 );
	line-height: 1.5;
}

h3 {
	font-size: 18px;
	font-family: "Geometria";
	color: rgb( 48, 48, 48 );
	line-height: 1.5;
}

h4 {
	font-size: 16px;
	font-family: "Geometria";
	color: rgb( 48, 48, 48 );
	line-height: 1.5;
}

h5 {
	font-size: 14px;
	font-family: "Geometria";
	color: rgb( 48, 48, 48 );
	line-height: 1.5;
}

h6 {
	font-size: 12px;
	font-family: "Geometria";
	color: rgb( 48, 48, 48 );
	line-height: 1.5;
}

strong, b {
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    /*float: left;*/
    font-weight: bold !important;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

u, ins {
    text-decoration: underline;
}

s, strike, del {
    text-decoration: line-through;
}

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

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

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

address, dfn {
    font-style: italic;
}

/*========END AFTER RESET========*/
/*===========SCROLLBAR===========*/
::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
}

::-webkit-scrollbar-track {
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	background-color: #0070b5;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #00619c;
}

::-webkit-resizer {
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
}

::-webkit-scrollbar {
	width: 5px;
	height:5px
}
/*=========END SCROLLBAR========*/
/*=============FONTS============*/
@font-face {
    font-family: GeometriaMedium;
    src: url("/fonts/Geometria-Medium.otf")
}

@font-face {
    font-family: Geometria;
    src: url("/fonts/Geometria.otf")
}

@font-face {
	font-family: 'TimesNewRoman';
	src: url('/fonts/Times-New-Roman.ttf');
}


/*===========END FONTS===========*/
/*=============STYLE=============*/
.wrapper {
    width: 1260px;
    min-height: 100%;
    margin: 0 auto;
    /* background-color: white; */
    border-right: 1px dashed black;
    border-left: 1px dashed black;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
}

body {
    background-image: url(/images/background.png);
	/*    background-attachment: fixed;*/
    background-repeat: repeat;
	/*    background-size: 100%;*/
	/*    background-color: indianred;*/
}

.tophead {
    width: 1260px;
/*    height: 296px;    */
    display: table;
    -webkit-box-shadow: 0 0 4px 0px black;
    box-shadow: 0 0 4px 0px black;
    background-color: white;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 13;
}

.logo {
    width: 222px;
    height: 222px;
    display: table;
    float: left;
    margin: 0 0px 0px 0px;
}

.logo > .image {
    width: 143px;
    height: 168px;
    background-image: url(/images/logo.png);
    display: table;
    margin: 30px auto 30px 32px;
}

.logo > .link {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 53, 53, 53 );
    text-align: left;
    margin: 0px 0 0 12px;
    text-decoration: none;
    display: table;
    width: 100%;
	font-weight: bold;
}

.smalltext {
    width: 360px;
    height: 66px;
    display: table;
    float: left;
    margin: 58px 0px 0px 0px;
}

.smalltext > span {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.313;
    text-align: left;
	font-weight: bold;
}

.onetopaddr {
    display: table;
    margin: 58px 0 0px 0px;
/*    width: 204px; */
}

.onetopaddr > span {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.313;
    text-align: left;
/*	font-weight: bold; */
/*	width: 268px;    */
	display: table;
}

.twotopaddr {
    display: table;
    width: 170px;
}

.twotopaddr > span {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.313;
    text-align: left;
	font-weight: bold;
	width: 268px;
	display: table;
}

.threetopaddr {
    display: table;
    margin: 58px 0px 16px 0;
/*    width: 240px; */
}

.fourtopaddr {
    margin: 0px 0 0 0;
/*    width: 222px; */
    display: table;
}

.threetopaddr > span {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.313;
    text-align: left;
/*    font-weight: bold;    */
/*    width: 268px; */
    display: table;
}

.fourtopaddr > span {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.313;
    text-align: left;
    font-weight: bold;
    width: 268px;
    display: table;
}

.onecool {
    width: 280px;
    display: table;
    float: left;
    margin: 0 20px 0 20px;
}

.twocool {
/*    width: 280px; */
    display: table;
    float: left;
}

.menublock {
    display: table;
    width: 100%;
    background-color: white;
    margin: -1px 0 0 0;
    /*border-bottom: 2px solid black;*/
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 12;
}

.menublock > ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menublock > ul > li {
    background-color: #0070b5;
    display: table;
    float: left;
    width: 130px;
    height: 20px;
    padding: 15px 20px 8px 20px;
    margin: 0 48px 0px 0;
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
}

.menublock > ul > li:hover {
    background-color: #00619c;
}

.menublock > ul > li.active {

}

.menublock > ul > .active-menu > a {
    color: black;
}

.menublock > ul > .active-menu > a:hover {
    color: black;
}

.menublock > ul > li > a {
    font-size: 16px;
    font-family: "Geometria";
    font-weight: bold;
    color: rgb( 255, 255, 255 );
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.menublock > ul > li > a:hover {
    color: rgb( 200, 200, 200 );
}

.indexpcture {
    width: 100%;
    background-color: white;
    display: table;
    margin: -1px auto 0 auto;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 11;
}

.indexpcture > img {
    max-width: 101%;
    position: relative;
    left: -1px;
}

.textcontent {
    display: block;
    background-color: white;
    margin: -1px 0 0 0;
    padding: 40px 28px 50px 28px;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 9;
}

.uslugi {
    display: table;
    background-color: white;
    margin: -1px 0 0 0;
    width: 100%;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 8;
}

.uslugi > .head {
    display: block;
    width: 162px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Geometria";
    color: rgb( 0, 112, 181 );
    line-height: 1.167;
    text-align: center;
    margin: 0 auto;
    background-color: white;
    z-index: 2;
    position: relative;
}

.uslugi > .line {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, black 33%, rgba(255,255,255,0) 0%);
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 25px 1px;
    background-repeat: repeat-x;
    width: 650px;
    display: block;
    margin: 0px auto;
    height: 1px;
    position: relative;
    top: -12px;
    z-index: 1;
}




.blocks {
    display: table;
    width: 100%;
}

.blocks > .block {
    width: 260px;
    height: 320px;
    display: table;
    float: left;
    background-color: white;
    margin: 32px 80px 42px 80px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 0px black;
    box-shadow: 0 0 8px 0px black;
}

.footer {
    width: 1260px;
    height: 72px;
    margin: 0 auto;
    border-right: 1px dashed black;
    border-left: 1px dashed black;
    padding-right: 5px;
    padding-left: 5px;
}

.footer > .copyright > span {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    font-family: "Geometria";
    color: rgb( 255, 255, 255 );
    line-height: 1.75;
    text-align: center;
}

.footer > .copyright > a {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    font-family: "Geometria";
    color: rgb( 255, 255, 255 );
    line-height: 1.75;
    text-align: center;
    text-decoration: none;
}

.footer > .copyright > span > a {
    font-size: 12px;
    font-family: "Geometria";
    color: rgb( 255, 255, 255 );
    line-height: 1.75;
    text-align: center;
    text-decoration: none;
}

.footer > .copyright {
    width: 100%;
    background-color: #0070b5;
    padding: 10px 0 0px 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 6;
}

.seotext {
    display: table;
    background-color: white;
    margin: -1px 0 0 0;
    padding: 10px 28px 45px 28px;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 7;
}

.block > .image {
    text-align: center;
    margin: 12px 0 40px 0;
}

.description > span {
    font-size: 14px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    display: block;
    margin: 0 0 0 12px;
    font-weight: bold;
}

.description > span:before {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(/images/smalldecoration.png);
    display: inline-block;
    margin-right: 10px;
}

.seotext > span {
    font-size: 12px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.5;
    text-align: left;
}

.textcontent > span {

}

.textcontent > span > p {
    font-size: 14px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.5;
    text-align: left;
}

.breadcrumbs {
    display: block;
    width: 100%;
    height: 40px;
    background-color: white;
    border-bottom: 2px solid black;
    -webkit-box-shadow: 0 -6px 6px 0px black;
    box-shadow: 0 -6px 6px 0px black;
    position: relative;
    z-index: 10;
}

.breadcrumbs > a {
    font-size: 12px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.75;
    text-align: left;
    display: block;
    padding-top: 8px;
    padding-left: 28px;
}

table {
    border: 1px solid black;
    display: table;
    width: 100% !important;
    border-collapse: collapse;
}

tr {
    background-color: white;
    height: 22px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 43, 42, 41 );
    text-align: center;
}

tr:nth-child(even) {
    background-color: #d7f0ff;
    height: 22px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 43, 42, 41 );
    text-align: center;
}

td {
    padding: 10px 0 10px 0px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.feedbackform {
    margin-top: 44px;
    /*width: 688px;*/
    /*height: 612px;*/
    /*border: 1px solid #9c9c9c;*/
    /*background-color: #ededed;*/
}

.feedbackform > form {
        padding: 25px 60px 25px 10px;
    border: 1px solid #9c9c9c;
    background-color: #ededed;
    display: table;
}

.feedbackform > form > .formname {
    display: block;
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.loginform > form > .formname {
    display: block;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.feedbackform > form > .row > .fio {
    display: block;
    margin-left: 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.feedbackform > form > .row > .email {
    display: block;
    margin-left: 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.feedbackform > form > .row > .phone {
    display: block;
    margin-left: 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.feedbackform > form > .row > .text {
    display: block;
    margin-left: 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.feedbackform > form > .row > .fioarea {
    width: 600px;
    height: 40px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
}

.feedbackform > form > .row > .emailarea {
    width: 600px;
    height: 40px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
}

.feedbackform > form > .row > .phonearea {
    width: 600px;
    height: 40px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
}

.feedbackform > form > .row > .textarea {
    width: 600px;
    height: 128px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
}

.feedbackform > form > .row > .verify {
    display: block;
    margin-left: 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}

.feedbackform > form > .row > .verifyarea {
    height: 40px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-top: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
    display: block;
}

.feedbackform > form > .row > img {
    margin-left: 50px;
    margin-right: 22px;
}

.feedbackform > form > .row > a {
    font-size: 16px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
    margin-top: 14px;
    display: inline-block;
}

.loginbutton {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgb( 0, 77, 139 );
    -webkit-box-shadow: 0.5px 0.866px 1px 0px rgb( 0, 0, 0 );
    box-shadow: 0.5px 0.866px 1px 0px rgb( 0, 0, 0 );
    width: 165px;
    height: 30px;
    border: none;
    margin: 0px 0px 0px 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
}

.loginbutton:hover {
    color: rgb(200, 231, 247);
}

.loginbutton:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.loginform {
    width: 688px;
    height: 333px;
    border: 1px solid #9c9c9c;
    background-color: #ededed;
    margin: 40px 0 40px 0;
}

.loginform > form > .loginarea {
    width: 555px;
    height: 40px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-bottom: 22px;
    padding-left: 30px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
}

.loginform > form > .loginareadecoration:before {
    content: '';
    width: 17px;
    height: 19px;
    display: block;
    background-image: url(/images/login.png);
    position: relative;
    top: 30px;
    left: 60px;
}

.loginform > form > .passworddecoration:before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    background-image: url(/images/passwd.png);
    position: relative;
    top: 30px;
    left: 60px;
}

.loginform > form > .passwordarea {
    width: 555px;
    height: 40px;
    border: 1px solid #9c9c9c;
    margin-left: 50px;
    margin-bottom: 20px;
    padding-left: 30px;
    -webkit-box-shadow: 0 0 6px 0 #c5c3c3;
    box-shadow: 0 0 6px 0 #c5c3c3;
    outline: none;
}

.loginform > form > a {
    font-size: 14px;
    font-family: "Geometria";
    color: rgb( 0, 97, 156 );
    margin: 0 22px 20px 50px;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    display: table;
}

#scrollup {
    display: none;
    position: fixed;
    cursor: pointer;
    margin: 0 0 0 1206px;
    bottom: 150px;
    background-image: url(../images/topbutton.png);
    width: 33px;
    height: 35px;
    background-size: 33px 35px;
    z-index: 9999;
}
.loginareaerror {
	font-size: 12pt;
	color: red;
	font-family: "Geometria";
	margin-left: 50px;
}
.passwordareaerror {
	font-size: 12pt;
	color: red;
	font-family: "Geometria";
	margin-left: 50px;
}
.required {
    color: red;
}

.partner{
    position: absolute;
    z-index: 7;
    top: 20px;
    left: 20px;
    width: 186px;
}

.feedbackform > form > p {
        display: block;
    margin-left: 50px;
    font-size: 18px;
    font-family: "Geometria";
    color: rgb( 59, 59, 59 );
    line-height: 1.167;
    text-align: left;
}
.errorMessage {
        margin-bottom: 16px;
    color: red;
    margin-left: 50px;
    font-size: 14px;
    font-family: "Geometria";
    text-align: left;
}
.message_sent {
        font-size: 18px;
    font-family: "Geometria";
    color: rgb( 48, 48, 48 );
    line-height: 1.5;
    text-align: left;
    padding: 50px 0 25px 0;
    display: table;
}
