/*stock-style*/
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    min-width: 320px;
}

body {
    color: #4c4c4c;
    font-family: PT Sans;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    line-height: 1.4;
    position: relative;
    padding-top: 0;
}

.title_popup {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.pop_up_box {
    width: 570px;
    max-width: 100%;
    padding: 38px 50px 40px;
    color: #333333;
    font-size: 18px;
}

.sub_title_popup {
    font-size: 24px;
    text-align: center;
    color: #999999;
}

label {
    display: block;
    margin: 5px 0;
    cursor: pointer;
}

label span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}

label span:after {
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #666666;
    content: '';
    border-radius: 50%;
}

label input:checked + span {
    background: #10c3d9;
}

.rouble:after {
    content: 'q';
    font-family: rouble;
    display: inline-block;
    margin-left: 10px;
}

label input:checked + span:after {
    border-color: #10c3d9;
}

.pop_up_box p {
    margin-bottom: 20px;
}

.title_pop_up {
    text-align: center;
    margin-bottom: 20px;
    color: #222222;
    font-family: Vollkorn;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.scroll {
    overflow: auto;
}

.scroll table {
    overflow: hidden;
}

.button, .btn {
    display: inline-block;
    vertical-align: middle;
    background: #3771c8;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.34);
    border: none;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 0px 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    line-height: 42px;
}

.button:before {
    content: '';
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

.button:hover, .btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.button.white {
    color: #3771c8;
    background: #fff;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

b {
    font-weight: 700;
}

h1 {
    margin-bottom: 13px;
    font-size: 40px;
    font-weight: 900;
}

h2 {
    font-weight: 900;
    font-size: 34px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

h3 {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
}

h5 {
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 700;
}

.block_title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin: 0 0 35px;
    padding: 0 0 10px 0;
    line-height: 1.4;
    position: relative;
}

.block_title:after {
    content: '';
    background: #3771c8;
    display: block;
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: -10px;
}

.sub_title {
    font-size: 20px;
    color: #666666;
    text-align: center;
}

p {
    margin: 0 0 8px;
    font-weight: 400;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3771c8;
}



a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
}

.input_row {
    position: relative;
    margin-bottom: 20px;
}

.input_row .submit {
    /* width: 45%; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.input_row .personal {
    font-size: 14px;
    color: #999999;
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: middle;
}

input.error {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ff1e00;
}

.placeholder {
    display: block;
    position: absolute;
    top: 5px;
    pointer-events: none;
    color: #999999;
    font-size: 16px;
    /*     transition: 0.3s; 
         -webkit-transition: 0.3s; 
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s; */
}

input:focus + .placeholder, textarea:focus + .placeholder, textarea.full + .placeholder, input.full + .placeholder {
    top: -14px;
    color: #00b1c7;
    font-size: 14px;
    font-weight: 700;
}

input[type=text]:focus, textarea:focus, textarea.full , input[type=text].full, input[type=tel].full, input[type=tel]:focus {
    border-color: #009fe3;
}

.placeholder span {
    color: #ff392b;
    font-size: 16px;
    padding-left: 4px;
}

.input_row div.error {
    display: none;
    color: #ff1e00;
    position: absolute;
    text-align: right;
    left: 0;
    /* bottom: 0; */
    font-size: 14px;
}

input.error ~ .error {
    display: block;
}

input.error + .placeholder, input.error:focus + .placeholder {
    /* display:none; */
    /* color: #ff1043; */
}

input.error, textarea.error {
    border: 2px solid #ff1043 !important;
}

input[type='text'], input[type='password'], input[type='tel'], input[type='email'], textarea {
    background: #f2f2f2;
    padding: 0px 20px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    line-height: 34px;
    color: #000;
    font-weight: 300;
    border: 1px solid transparent;
    font-family: inherit;
}

input[type=text].input-start {
    background-image: url(../img/pointer.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

input[type=text].input-end {
    background-image: url(../img/pointer.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

input[type=text].input-phone {
    background-image: url(../img/call.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

input[type=text].input-email {
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

input:focus, textarea:focus {
    border-color: #10c3d9;
}

textarea {
    min-height: 312px;
    line-height: 1.2;
    padding-top: 15px;
    max-height: 310px;
}

input.checkbox {
    display: none;
}

label.checkbox {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    line-height: 23px;
    text-align-last: left;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

label.checkbox:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    margin: auto;
    width: 23px;
    height: 23px;
    content: '';
    background: white;
    border: 1px solid #3770c8;
    /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.34); */
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

label.checkbox:after {
    display: block;
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 7px;
    content: '';
    border: 1px solid #ffffff;
    width: 10px;
    height: 5px;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0px 1px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input:checked + label.checkbox:after {
    opacity: 1;
}

input:checked + label.checkbox:before {
    border-color: #3770c8 !important;
    background: #3770c8;
}

input.error + label.checkbox:before {
    border-color: #ff000f;
}

::-webkit-input-placeholder {
    color: #808080;
    text-align: left;
    font-size: 16px;
}

::-moz-placeholder {
    color: #808080;
    text-align: left;
    font-size: 16px;
}

:-moz-placeholder {
    color: #808080;
    text-align: left;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #808080;
    text-align: left;
    font-size: 16px;
}

input[type=radio] {
    display: none;
}

label.radio {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #1c1c1c;
}

label.radio:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    width: 25px;
    height: 25px;
    content: '';
}

input[type=radio]:checked + label.radio:before {
    background-position: 0px -155px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    z-index: 3;
    position: relative;
}

.text ul {
    margin: 20px 0 20px 50px;
}

.text ul li {
    padding-left: 0;
    position: relative;
    margin-bottom: 15px;
    LINE-HEIGHT: 1.4;
}

.text ul li:before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #214478;
    left: -20px;
    border-radius: 50%;
    top: 9px;
}

.text ol {
    list-style-type: none;
    margin: 40px 0 40px 50px;
    counter-reset: heading;
}

.text ol li span {
    color: #1c1c1c;
}

.text ol li {
    margin-bottom: 16px;
    position: relative;
}

.text ol li:before {
    display: block;
    position: absolute;
    width: 14px;
    /* height: 15px; */
    background: transparent;
    left: -20px;
    top: 0;
    content: counter(heading) '.';
    counter-increment: heading;
    color: #4169E1;
    font-size: 18px;
}

/*stock-style*/
.button i {
    background: url(../img/icons.png) no-repeat;
    border-right: 1px solid #739cd9;
    margin: 0 15px 0 -11px;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 26px;
}

.button i.book {
    background-position: -18px -10px;
    width: 40px;
}

.button i.note {
    background-position: -15px -170px;
    height: 30px;
    width: 40px;
}

.button i.call {
    background-position: -19px -132px;
}

header {
    padding: 10px 0 0px;
    position: relative;
    z-index: 11;
}

header .top {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    width: 300px;
    display: block;
}

header .slogan {
    width: 330px;
    font-size: 18px;
    color: #808080;
    font-style: italic;
    display: block;
    padding: 0 0 0 20px;
}

header .langs {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: calc(100% - 820px);
    display: none;
}

header .lang {
    display: inline-block;
    font-size: 18px;
    color: #3771c8;
    text-transform: capitalize;
    background: #f1f1f1;
    padding: 0 15px;
    line-height: 30px;
}

header .lang.active,header .lang:hover {
    background-color: rgb(55, 113, 200);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff
}

header .contacs {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 200px;
}

header .phone {
    color: #000;
    font-size: 22px;
    font-weight: 800;
}

header .email {
    font-size: 18px;
    color: #3771c8;
    display: block;
}

nav {
    background: #214478;
}

nav a:hover {
    text-decoration: none;
}

nav ul {
    margin: 0 0 0 -10px;
}

nav li {
    display: inline-block;
}

nav a {
    color: #fff;
    padding: 0 10px;
    line-height: 45px;
    font-weight: 700;
    display: block;
}

nav> .container>ul> li:last-child {
    float: right;
}

nav li .button {
    box-shadow: none;
}

nav li:hover > a, nav li.active > a {
    text-decoration: none;
    background: #3771c8;
}

nav .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    background: #214478;
    z-index: 99;
}

nav .sub-menu > li {
    display: block;
}

nav .sub-menu a {
    padding: 8px 10px;
    line-height: 1.2;
}

nav .sub {
    /* position:relative; */
}

nav .sub > a {
    padding-right: 20px;
    position: relative;
}

nav .sub > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    right: 7px;
    margin: auto;
}

nav .sub:hover .sub-menu {
    display: block;
}

.button i.calc_icon {
    background-position: -18px -53px;
}

.calc {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 430px;
    z-index: 9;
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 20px;
}

.calc_content {
    margin: 20px 0;
    padding: 20px 20px 10px;
    border: 1px solid #3770c8;
    border-radius: 20px;
}

.calc .calc_content {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.calc_content .title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.select {
    position: relative;
    background: #f2f2f2;
    padding: 5px 10px 5px 18px;
}

.select:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url(../img/arrow.png) center center no-repeat #f2f2f2;
    pointer-events: none;
}

.select select {
    width: 100%;
    color: #808080;
    font-size: 17px;
    background: transparent;
    box-shadow: none;
    border: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.main_slider {
    position: relative;
    z-index: 0;
}

.main_slider .slides {
}

.main_slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.main_slider .descr {
    padding: 110px 0px 80px;
    max-width: 660px;
    min-height: 670px;
}

.main_slider .descr .title {
    font-size: 80px;
    text-transform: uppercase;
    color: #ffea00;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.main_slider .sub_title {
    color: #ffffff;
    font-size: 25px;
    text-align: left;
    margin-bottom: 30px;
}

.main_slider .button {
}

.benefis {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.benefis .items {
    font-size: 0;
    padding: 45px 0 20px;
    margin-right: -30px;
}

.benefis .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    padding: 35px 40px 10px 50px;
}

.benefis .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.benefis .icon img {
}

.benefis h4 {
    font-size: 20px;
    font-weight: 700;
}

.benefis p {
}

.about {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.about .container {
    /* display:flex; */
    /* flex-wrap: wrap; */
}

.about .left {
    width: 57%;
    padding: 50px 20px 50px 0;
    line-height: 1.3;
}

.about .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 57%;
    background: url(../img/about.png) center center no-repeat;
    background-size: cover;
}

.about .image img {
    /* min-width: 100%; */
    min-height: 100%;
    max-width: initial;
    /* display: block; */
}

.men {
    margin-bottom: 50px;
}

.reviews {
    padding: 40px 0;
}
.reviews__controlls {
    text-align:center;
}
.reviews__controlls .button {
    padding-left: 50px;
    padding-right: 50px;
}

.reviews .items {
    margin: 0 -10px;
    width: auto;
}

.reviews .item {
    margin: 10px;
}

.reviews .descr {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    padding: 15px 20px;
    line-height: 1.2;
}

.reviews .profile {
    display: flex;
    margin: 10px 0 0 80px;
}

.reviews .profile .img {
    margin-right: 10px;
}

.reviews .profile .data {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 3px;
}

.reviews .profile .name {
    color: #4c4c4c;
    font-weight: 700;
}

.reviews .profile .date {
    color: #808080;
}

.owl-controls {
}

.owl-nav {
    display: flex;
    position: absolute;
    top: -85px;
    right: 10px;
}

.owl-dots {
    max-width: 1180px;
    position: absolute;
    bottom: 51px;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-dot {
    width: 30px;
    margin-right: 30px;
    height: 4px;
    background: #a49793;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.owl-dot.active {
    background: #fff;
}

.owl-prev {
    font-size: 0;
    width: 58px;
    height: 28px;
    background: url(../img/icons.png) -84px -3px no-repeat;
    margin-right: 20px;
}

.owl-next {
    font-size: 0;
    width: 58px;
    height: 28px;
    background: url(../img/icons.png) -156px -3px no-repeat;
}

.owl-prev:hover {
    background-position: -84px -43px;
}

.owl-next:hover {
    background-position: -155px -44px;
}

.our_service {
    color: #fff;
    position: relative;
    padding: 220px 0 150px;
}

.our_service .button {
    margin-top: 20px
}

.our_service .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.our_service .descr {
    max-width: 720px;
}

.our_service:after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../img/our_service.jpg) bottom center no-repeat;
    height: 830px;
}

.partners {
}

.partners .items {
    margin: 40px -10px;
    width: auto;
}

.partners .item {
    border: 1px solid #e6e6e6;
    margin: 0 10px;
    text-align: center;
    padding: 0 10px;
}

.partners .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 140px;
}

.partners .item img {
    display: inline-block;
    vertical-align: middle;
}

.news {
    padding-bottom: 70px;
}

section.news .block_title {
    border-top: 1px solid #e6e6e6;
    margin-top: 50px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.news .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.news .item {
    width: 33.33%;
    padding: 0 10px 20px;
}

.news .img {
    display: block;
    margin-bottom: 20px;
}

.news .img img {
    width: 100%;
}

.news .title {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    text-decoration: underline;
}

.news .title:hover {
    text-decoration: none;
}

.news .date {
    margin-bottom: 5px;
}

.news .descr {
}

footer {
    background: #424242;
    padding: 30px 0;
    color: #fff;
}

footer .colums {
    display: flex;
    flex-wrap: wrap;
}

footer .column {
    padding: 0 20px 0 0;
    width: 27%;
}

footer .text_row {
    margin: 20px 0 0;
    font-size: 16px;
}

footer .text_row a {
    text-decoration: underline;
}

footer .text_row a:hover {
    text-decoration: none;
}

footer .column:nth-child(2) {
    width: 28%;
}

footer .column:nth-child(3) {
    width: 27%;
}

footer .column:nth-child(4) {
    padding: 0;
    width: 18%;
}

footer .footer_logo {
}

footer .text {
}

footer .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

footer ul {
    font-size: 16px;
    padding-left: 20px;
}

footer ul li {
    position: relative;
}

footer .column ul li:before {
    content: '-';
    position: absolute;
    left: -13px;
}

footer a {
    color: #fff;
}

footer .phone {
    font-weight: 700;
    font-size: 22px;
    display: block;
}

footer .email {
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px dashed #fff;
}

footer .email:hover {
    text-decoration: none;
    border-color: transparent;
}

.socials {
    margin: 20px 0;
}

.socials a {
    display: inline-block;
    color: #fff;
    background: #3771c8;
    border: 1px solid #3771c8;
    margin-right: 10px;
    padding: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.socials a:hover {
    /* background:#fff; */
    /* color:#3771c8; */
    opacity: 0.8;
}

.menu_btn {
    display: none;
}

.content {
    min-height: 500px;
    z-index: 0;
    position: relative;
}

.breadcrumb {
    padding: 10px 0;
}

.breadcrumb a {
    position: relative;
    color: #000;
    display: block;
    padding: 0 15px 0 0;
    margin-right: 10px;
}

.breadcrumb a:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* height:15px; */
    content: '/';
    font-size: 16px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb .B_currentCrumb {
    color: #3771c8;
}

.cols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin: 40px -10px 50px;
}

.cols .col {
    padding: 0 10px;
    width: 33.3%;
}

.contact_form .block_title {
    text-align: center
}

.contact_form .block_title:after {
    margin: auto;
    right: 0;
    left: 0;
}

.contact_form .sub_title {
    margin: 0 0 30px
}

.contact_form {
    border-top: 1px solid #ccc;
    padding: 50px 0;
}

.pagination {
    display: block;
    text-align: CENTER;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 0;
}

.pagination > li {
    display: inline-block;
    font-size: 18px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.custom-combobox {
    /* margin-bottom: 20px; */
}

.error + .custom-combobox [type=text] {
    border: 2px solid #ff1043 !important;
}

.down {
    background: url(../img/arrow.png) center center no-repeat #f2f2f2;
    width: 60px;
    margin: auto;
    cursor: pointer;
    top: 2px;
    right: 2px;
    bottom: 2px;
    display: block;
    position: absolute;
}

.autocomplite {
    display: none;
}

.ui-widget.ui-widget-content {
    max-height: 50vh;
    overflow: auto;
}

.ui-menu .ui-menu-item-wrapper {
    border: none !important;
    margin: 0 !important;
}

.ui-menu .ui-menu-item {
    max-width: 390px;
    max-width: 100%;
}

#main_calc #total {
    font-size: 24px;
    font-weight: 700;
}

#main_calc .more {
    text-align: center;
    line-height: 1.2;
    margin-top: -10px;
}

#main_calc .more a {
    /* color: #4c4c4c; */
    font-weight: 700;
}

iframe {
    max-width: 100%;
}

.bank {
    font-size: 0;
    padding: 0px 0;
    margin-bottom: 30px;
}

.bank .left {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.bank .right {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.bank .center {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    font-size: 16px;
    /* color: #454545; */
    padding: 0 40px;
}

.bank .center .title {
    font-size: 32px;
    color: #3d6c42;
    font-weight: 600;
}

.bank .center .descr {
}

.bank .bank-button {
    display: block;
    color: #fff;
    font-size: 24px;
    background: #3d6c42;
    text-align: center;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
}

.bank .bank-button:hover {
    text-decoration: none;
    opacity: 0.6;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
    /*Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°*/
    display: none;
    /*Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Ëœ*/
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /*ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾*/
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

/*ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¼*/
#back-top a:hover {
    color: #000;
}

#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(images/up-arrow1.png) no-repeat center center;
    /* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â³ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â³ÃƒÂÃ‚Â»Ãƒâ€˜Ã¢â‚¬Â¹ */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾*/
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #777
}
header .search {
    width: 300px;
}
.search button{
    width: 40px;
    border: none;
    box-shadow: none;
    background: #f2f2f2;
    cursor: pointer;
    background: #3771c8;
}
.search form{
    display: flex;
}
.search button:hover {
    opacity:0.8
}

header .search .time {
    line-height: 1;
    text-align: center;
    color: #000;
    padding-top: 10px;
}
header .search .time br {
    display:none;
}
header .search p{
    margin: 0;
    font-weight: 500;
}
footer .time {
    margin:10px 0 0 0 
}
footer .time p{
    font-weight:600
}
.sitemap {
    margin-bottom: 50px;
}
.sitemap ul li {
    margin-bottom: 5px;
}
.sitemap ul {
    margin: 10px 0 10px 20px;
}
.sitemap a {
    text-decoration:none;
} 
.sitemap a:hover{
    text-decoration:underline;
} 
.ya-share2__item:before {
    display:none;
}
.ya-share2 {
    margin:20px 0 0 ;
}

a.glo{
    color:#0098d8;
    padding: 10px 20px;
    width:100px;
    text-decoration:none;
    text-align:center;
    margin:20px auto;
    display: block;
    background-image: linear-gradient(to left,transparent,transparent 50%,#0098d8 50%,#00c6ff);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    font: 400 18px tahoma;
    border: 1px solid #0098d8;
}
a.glo:hover {
    background-position: 0 0;
    color:#fff;
}
