html {
  width: 100vw !important;
  min-width: 100vw !important;
  overflow-x: hidden !important;
}


@font-face {
    font-family: Circe;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/Circe-Regular.eot');
    src: url('/assets/fonts/Circe-Regular.eot?#iefix') format("embedded-opentype"), url(/assets/fonts/Circe-Regular.woff) format("woff"), url(/assets/fonts/Circe-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Circe;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/Circe-Bold.eot');
    src: url('/assets/fonts/Circe-Bold.eot?#iefix') format("embedded-opentype"), url(/assets/fonts/Circe-Bold.woff) format("woff"), url(/assets/fonts/Circe-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Circe;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/Circe-Light.eot');
    src: url('/assets/fonts/Circe-Light.eot?#iefix') format("embedded-opentype"), url(/assets/fonts/Circe-Light.woff) format("woff"), url(/assets/fonts/Circe-Light.ttf) format("truetype")
}

@font-face {
    font-family: BebasNeue;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/BebasNeueBold.eot');
    src: url('/assets/fonts/BebasNeueBold.eot?#iefix') format("embedded-opentype"), url(/assets/fonts/BebasNeueBold.woff) format("woff"), url(/assets/fonts/BebasNeueBold.ttf) format("truetype")
}

@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.ttf") format("truetype"),
       url("/assets/fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
  /* font-family: sans-serif; */
  /* line-height: 1.2; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 15px;
  scroll-behavior: smooth;
}

@-ms-viewport {
    width: device-width
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}

.slick-prev, .slick-next, .slider-prev, .slider-next {
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    position: absolute;
    content: '';
    font-size: 20px;
    line-height: 1;
    display: block;
    opacity: .75;
    color: white;
    width: 20px;
    height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}

.slick-prev:before
{
    border-left: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    transform: rotate(-45deg);
}


.slick-next
{
    right: 25px;
}

.slick-next:before
{
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    transform: rotate(45deg);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
  margin: 0;
/* padding-top: 13px; */
  font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif; /* Circe, sans-serif */
  font-size: 16px;
  font-weight: 400;
  /*line-height:  1.5; */
  color: #6B7280; /* #323A5D */
  text-align: left;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .7;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    /* font-family: inherit; */
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

[hidden] {
    display: none!important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container, .akcii .title, .akcii .akciya > div + p, .block-main {
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}

/* @media (min-width: 576px) {
    .container, .akcii .title, .akcii .akciya > div + p {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .akcii .title, .akcii .akciya > div + p {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .akcii .title, .akcii .akciya > div + p {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
  .container, .akcii .title, .akcii .akciya > div + p {
      max-width: 1140px
  }
} */

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

::-ms-input-placeholder {
    color: #aaa
}

::placeholder {
    color: #aaa
}

::-moz-selection {
    background-color: #312f57;
    color: #fff
}

::selection {
    background-color: #312f57;
    color: #fff
}

::active,
::focus,
::hover {
    outline: 0;
    outline-offset: 0
}

body input,
body textarea {
  border: 1px solid;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  outline: 0;
  min-height: 60px;
  background-color: transparent;
  -webkit-border-radius: 25px;
  border-radius: 25px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  background: transparent;
}

button:hover {
    cursor: pointer
}

.main-btn {
    display: block;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    min-height: 61px;
    background: #48bc17;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    outline: 0
}

.main-btn:active,
.main-btn:focus,
.main-btn:hover {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: .7
}

footer,
header {
  background: transparent;
  padding: 0;
}


/****\\\\\header\\\\\****/

header {
  background-position: center top;
  background-size: cover;
}

.header-wrap,
.nav-wrap,
.top-bar,
.nav ul {
  display: flex;
}

.footer-wrap { /*blueBird*/
  display: flex;
}

.header-wrap {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
    margin-top: 13px;
}

.footer-wrap { /*blueBird*/
  width: 100%;
}

.footer-bar ~ .payment-type{
  display: none;
}

.inner-page header {
  position: relative;
  z-index: 2;
}

.inner-page header+section {
  /* margin-top: -56px; */
}

.inner-page header>.container {
  position: relative;
}

@media (min-width: 1200px) {
  /* body.inner-page:before {
    content: '';
    display: block;
    position: absolute;
    width: calc((100vw - 1110px) / 2);
    height: 160px;
    top: 0;
    bottom: auto;
    left: 0;
    background: #F7F7F7;
  }
  body.inner-page.id-8:before {
    background: #E9E9EB;
  } */
}

.logo {
    width: 203px;
}

.nav-wrap {
  width: calc(100% - 203px);
  flex-direction: column;
  justify-content: center;
}

.top-bar {
  justify-content: flex-end;
  align-items: center;
}

/*.top-bar:after {
  content: '';
  display: block;
  position: absolute;
  width: 890px;
  height: 0;
  bottom: 0;
  border: 0.28px solid #979797;
  right: -16%;
}*/

/* .socio img {
    margin-left: 11px;
} */

.top-bar .phone {
  margin-right: 24px;
}

.city {
    width: 22%;
    text-align: right;
    padding-top: 3px;
    display: none;
}
.id-6 .city{
    display: block;
}
select:not([disabled]){
    cursor: pointer;
}
.city select {
    border: none;
    font-size: 12px;
    width: auto;
    outline: none;
}

.nav ul {
  list-style: none;
  padding: 0;
  justify-content: flex-end;
  margin-bottom: 0;
}

.main-nav .nav ul li {
  position: relative;
  padding-right: 16px;
}

.main-nav .nav ul li a {
  line-height: 19px;
  display: inline-block;
  border-bottom: 2px solid;
  border-color: transparent;
  transition: all .4s ease;
}

.nav ul li.first {
  padding-left: 0;
  /* padding-right: 42px; */
  /* display: none; */
}

.nav ul li.first a {
  color: inherit;
}

.nav ul li.active a,
.nav ul li a:hover {
  color: #FACC15;
}

.nav ul li.active a,
.nav ul li a:hover {
  transition: all .4s ease;
}

.header-wrap .nav ul li.last {
    padding-right: 28px;
}

.header-wrap .nav ul li.last:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    /*background: url("/assets/img/ic_user.svg") no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    top: calc(50% - 8px);
}


/****\\\\\section about\\\\\****/

.about {
    padding: 60px 15px 70px;
    /*background: url("/assets/img/111.png") no-repeat;*/
    background-size: auto 100%;
    background-position: right center;
}
.slide-init img{
    width: 100%;
    height: auto;
}
.about-wrap h1,
.about-company-wrap h1 {
    font-size: 35px;
    color: #3F414D;
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.2;
}

.about-wrap h1:after,
.title:after,
.about-company-wrap h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: url("/assets/img/divider-1.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.about-wrap p {
   
    font-size: 17px;
    margin-right: auto;
}


/****\\\\\section benefits\\\\\****/

.benefits, .ask-question, .questions-answers {
  padding-bottom: 100px; /*blueBird*/
}

.benefits, .ask-question {
  padding-top: 100px; /*blueBird*/
}

.benefits .row {
  flex-direction: column;
  align-items: center;
}

.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
}

.benefits .title:after {
    background: url("/assets/img/divider-2.png") no-repeat;
}

.items-wrap {
  display: grid;
  justify-items: center;
  grid-gap: 20px;
  /* grid-template-columns: repeat(auto-fill, minmax(540px, 1fr)); */
}

.item {
  /* width: 540px; */
  background: #F9FAFB;
  padding: 64px 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/*.item:before,
.item:after {
  content: '';
  display: block;
  position: absolute;
}

 .item:before {
  right: 21px;
  bottom: 21px;
  width: 72px;
  height: 66px;
  background: url("/assets/img/corner-blue.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.item:after {
  right: 14px;
  bottom: 14px;
  width: 97px;
  height: 104px;
  background: url("/assets/img/corner-yellow.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
} */

/* .items-wrap .item:nth-child(odd) {
  margin-right: 20px;
} */

.items-wrap .item:nth-child(5),
.items-wrap .item:last-child {
  margin-bottom: 0;
  padding-bottom: 34px;
}

.item img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 32px;
}

.item h5 {
  font-size: 24px;
  color: #111827;
  margin-bottom: 20px;
}

.item p {
  font-size: 16px;
  margin-bottom: 0;
  color: #4B5563;
}


/****\\\\\contacts\\\\\****/

.contacts {
  padding: 75px 15px 90px;
}

.contacts .title:after,
.ourcontacts .title:after,
.about-company-wrap h1:after {
    background: url("/assets/img/divider-3.png") no-repeat;
}

.contacts .row {
    flex-direction: column;
    align-items: center;
}

.contact-home-wrap{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.contact-home-wrap .contact{
    flex-basis: 28%;
}

.contact {
    text-align: center;
    
}

.contact:not(:last-child) {
    margin-bottom: 15px;
}

.contact img {
    margin-right: 11px;
}

.contact p {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
}

.contact:first-child p:first-child,
.contact:last-child h4+p {
    margin-bottom: 10px;
}
.contact-home-wrap .contact:last-child h4+p{
    margin-bottom: 0;
}
.contact h4 {
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}


/****\\\\\VACANCIES\\\\\****/


/****\\\\\section warranty\\\\\****/

.warranty {
    padding: 0px 0px 90px;
    background: #F7F7F7;
}

.warranty .row {
    flex-direction: column;
    align-items: center;
}

.warranty h1 {
    font-size: 35px;
    color: #323A5D;
    display: inline-block;
    position: relative;
    margin-top: 60px;
    margin-bottom: 45px;
    line-height: 1.2;
}

.warranty h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: url("/assets/img/line2.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {
    width: 30.8%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.138);
    padding: 34px 26px 14px 24px;
    position: relative;
}

.block-wrap .block:last-child {
    margin-right: 0;
}

.block img {
    display: block;
    margin: auto;
    margin-bottom: 13px;
}

.block h3 {
    font-size: 25px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 14px;
}

.block p {
    font-size: 17px;
    line-height: 135%;
    text-align: center;
}


/****\\\\\vacancies\\\\\****/

.vacancies {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    margin-top: 90px;
}

.vacancies .row {
    flex-direction: column;
    align-items: center;
}

.vacancies h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.vacancies h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: url("/assets/img/line.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.tab {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.nav-vacancy .pawnshop {
    cursor: pointer;
}

img .arrow {
    padding-top: 18px;
    padding-bottom: 18px;
    
}
.nav-vacancy{
    margin-bottom: 0;
    display: flex;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.138);
    background-color: #F7F7F7;
    padding: 10px 0 10px 20px;
}
.nav-vacancy .pawnshop .arrow{
    transform: rotateZ(-90deg);
}
.nav-vacancy .pawnshop.shown .arrow{
    transform: rotateZ(0deg);
}
.nav-vacancy li {
    color: #323A5D;
    display: inline-block;
    font-size: 17px;
    line-height: 135%;
}

.nav-vacancy li:first-child{
   width: 28%; 
}

.nav-vacancy li:nth-child(2){
    width: 48%;
}
.text{
    display: none;
}
/*.text.active{
    display: block;
}*/
.text h3 {
    font-size: 20px;
    line-height: 135%;
    font-weight: 700;
    margin-top: 40px;
}

.text p {
    font-size: 17px;
    line-height: 135%;
    font-weight: 300;
}

.tab2 {
    margin: 50px 0;
}

div .money2 {
    margin: 0px;
}

.arrow2 {
    padding-left: 11.41px;
}

.text2 {
    margin-right: auto;
}

.text2 p {
    font-size: 17px;
    line-height: 135%;
    font-weight: 300;
}

.bold p {
    font-size: 17px;
    line-height: 135%;
    font-weight: 700;
    margin-bottom: 45px;
}

.bottom {
    margin-bottom: 60px;
}


/****\\\\\contacts-page\\\\\****/

.ourcontacts {
  background: #F7F7F7; /*blueBird*/
  background: url("/assets/img/fon-contcts.png") no-repeat;  /*blueBird*/
  background-position: center;  /*blueBird*/
  background-size: cover;  /*blueBird*/
  height: 755px;  /*blueBird*/
  padding-top: 60px;  /*blueBird*/
}

.ourcontacts .row {
  flex-direction: column;
  align-items: center;
  width: 66%;
  margin-left: 9%;
}

.contact-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ourcontacts .contact {
  width: 47%;
  display: inline-block;
  text-align: left;
}

.ourcontacts .contact:nth-child(odd) {
    margin-right: auto;
}

.ourcontacts .contact h4 {
    line-height: 25px;
    margin-bottom: 10px;
}

.ourcontacts .contact img {
    margin-bottom: 3px;
}

.ourcontacts .contact:last-child img {
    float: left;
    margin-bottom: 15px;
}


/****\\\\\about-company page\\\\\****/

.about-company,
.adress-header {
    background: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-company {
    flex-wrap: nowrap;
}

.ourcontacts.about-contacts {
    background: url("/assets/img/fon-cont-about.png") no-repeat;
    height: 484px;
    background-size: cover;
    background-position: center;
}

.news-wrap {
    width: 39%;
    height: 568px;
    background: #fff;
    padding: 23px 25px 23px 34px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.138);
    overflow-y: auto;
}

.new-item {
  position: relative;
}

/*.new-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 100px;
    background: linear-gradient(360deg, #FFFFFF 29.38%, rgba(255, 255, 255, 0) 138.73%);
    z-index: 2;
}*/

.news-wrap h4 {
    font-size: 20px;
    line-height: 29px;
    color: #3F414D;
    margin-bottom: 0;
}
.news-wrapper {
  line-height: normal;
  text-align: justify;
}
.news-wrapper a {
    text-decoration: underline;
}
.new-item {
    border-bottom: 0.3px solid #838383;
}

.new-item h5 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
    margin-top: 20px;
}

.news-wrap h4+.new-item h5 {
    margin-top: 0;
}

.new-item .description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.new-item .new-date {
    font-size: 14px;
    line-height: 21px;
    color: #737373;
    margin-bottom: 17px;
    display: inline-block;
}

.about-company-wrap {
    width: 55.5%;
    margin-left: 5.5%;
}

.about-company-wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 35px;
}

.about-company-wrap *:last-child {
    margin-bottom: 0;
}

.ourcontacts.about-contacts .row {
    align-items: flex-start;
    margin-left: -15px;
}


/****\\\\\adress page\\\\\****/

.adress-header {
    padding-top: 50px;
}

.adress-header .row {
    justify-content: center;
}

.adress-header .title {
    margin-bottom: 40px;
}

.adress-header .title:after {
    content: none;
}

.assessment .row {
    flex-direction: column;
}

.filters {
    background: #364790;
    box-shadow: 0px 2px 12px rgba(39, 48, 85, 0.3);
    color: #fff;
    padding: 40px 15px;
    position: relative;
    z-index: 1;
}

.filters:before,
.filters:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 210px;
    height: 194px;
    background: url("/assets/img/corner-left-fl.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.filters:after {
    background: url("/assets/img/corner-right-fl.svg") no-repeat;
    left: auto;
    right: 20px;
    bottom: 20px;
    top: auto;
}

.filtering-wrap,
.filters-wrap,
.pledge-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filtering-wrap {
    width: 100%;
}

.filters-wrap {
    width: 57.5%;
}

.filter {
    width: 300px;
}

.filters-wrap .filter:nth-child(even) {
    margin-left: auto;
}

.filter h6 {
    font-size: 17px;
    line-height: 113.9%;
    color: #BEC6E9;
    margin-bottom: 14px;
}

.filter p {
    font-size: 17px;
    line-height: 113.9%;
    margin-bottom: 40px;
    border-bottom: 0.8px solid #B1B9DA;
    padding-bottom: 7px;
    position: relative;
}

.filters-wrap .filter:nth-child(3) p,
.filters-wrap .filter:nth-child(4) p,
.pledge-wrap .pledge:nth-child(3) p,
.pledge-wrap .pledge:nth-child(4) p {
    margin-bottom: 0;
}

.filter img {
    float: right;
    position: absolute;
    right: 0;
}

.filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.reset-btn,
.shown-btn {
    font-size: 17px;
    line-height: 113.9%;
    color: #F5D40E;
    display: inline-block;
    padding-bottom: 7px;
    border-bottom-width: .86px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    margin-top: 10px;
}

.filter .reset-btn {
    border-bottom-color: #F5D40E;
}

.shown-btn {
    margin-left: 31px;
}

.pledge-wrap {
    width: 33.5%;
    margin-left: auto;
    align-items: center;
}

.pledge {
    width: 180px;
}

.pledge-wrap .pledge:nth-child(even) {
    margin-left: auto;
}

.pledge img {
    float: left;
    margin-right: 12px;
}

.pledge p {
    font-size: 15px;
    line-height: 114.4%;
    margin-bottom: 0;
}

.outer-items {
    background: #F7F7F7;
    padding: 80px 0 90px;
}

.adress-wrap {
    width: 495px;
    padding-right: 20px;
}

.adress-item {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    border-bottom: 0.4px solid #CCCCCC;
    padding-top: 20px;
}

.adr-w {
    width: 300px;
}

.adr-w p img {
    float: left;
    margin-right: 13px;
}

.city-name,
.adr {
    display: block;
    font-size: 17px;
    line-height: 113.9%;
    color: #323A5D;
    margin-bottom: 11px;
}

.city-name{
    font-weight: 300;
}

.adr-w p+p,
.adr {
    margin-bottom: 0;
}

.adr-w p+p img {
    margin-right: 25px;
}

.gold-wrap {
    width: calc(100% - 324px);
    margin-left: 24px;
}

.map-wrap {
    width: calc(100% - 525px);
    margin-left: 30px;
    box-shadow: -2px 4px 12px rgba(114, 114, 114, 0.15);
}

#map {
    width: 100%;
}

.assessment {
    padding: 80px 0 45px;
}

.subtitle {
    font-size: 25px;
    line-height: 113.9%;
    margin-bottom: 35px;
}

.assessment p {
    font-size: 17px;
    line-height: 135%;
    margin-bottom: 30px;
}

.assessment p+p {
    margin-bottom: 45px;
}

.list {
    margin-bottom: 13px!important;
}

.list img {
    margin-right: 14px;
}

.list+.list+.list {
    margin-bottom: 45px!important;
}


/****\\\\\loan page\\\\\****/

.zaem-first {
    flex-wrap: nowrap;
}

.what-wrap {
    width: 42%;
    background: #E9E9EB;
    padding-top: 55px;
    position: relative;
    z-index: 1;
}

.what-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  right: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E9E9EB;
}

.what-wrap .title,
.ease-zaem .title,
.pay-var .title {
    font-size: 49px;
    line-height: 113.9%;
    color: #3F414D;
    text-align: left;
    margin-bottom: 28px;
}

.what-wrap .title:after,
.ease-zaem .title:after,
.pay-var .title:after {
    content: none;
}

.breadcrumb {
    list-style: none;
    margin-bottom: 50px;
    padding: 0;
    color: #bbb;
    font-size: 13px;
    line-height: 113.9%;
}

.breadcrumb li {
    display: inline-block;
    margin: 0 10px;
}

.breadcrumb li>a {
    color: #3F3F3F;
}

.tabs__content-wrap {
    width: 58%;
    position: relative;
    height: 542px;
}

.tabs__content-wrap img{
    max-width: 100%;
    height: auto;
}

.txt-descr {
    font-size: 14px;
    line-height: 21px;
    color: #020202;
    position: relative;
    margin-bottom: 8px;
}

.txt-descr.hdr {
    padding-left: 10px;
}

.txt-descr.hdr:before {
    content: '';
    display: block;
    position: absolute;
    left: -3.5px;
    right: auto;
    top: 5px;
    width: 7.7px;
    height: 7.7px;
    background: #F5D40E;
    border-radius: 8px;
}

.param-title {
    font-size: 16px;
    line-height: 24px;
    color: #323A5D;
    display: inline-block;
    border-bottom: 1px solid #F5D40E;
}

.param-wrap {
    padding-left: 16px;
}

.param {
    font-size: 14px;
    line-height: 21px;
    color: #020202;
}

.tabs__caption,
.tabs__caption1 {
    padding: 0;
}

.tabs__content,
.tabs__content1 {
    display: none;
    background: #fff;
    border-radius: 0;
}

.tabs__content>img {
    margin-bottom: 7px;
}

.tabs__content>img~* {
    margin-left: 30px;
    margin-right: 10px;
}

.tabs__content.tabs-active,
.tabs__content1.tabs-active {
    display: block;
    padding: 0;
    max-height: 542px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tabs__content p,
.tabs__content1 p {
    line-height: 1.3;
}

.tabs__content h4,
.tabs__content1 h4 {
    font-size: 19px;
    font-weight: bold;
}

.tabs__content h2 {
    font-weight: bold;
}

.tabs__caption,
.tabs__caption1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: -1px 0 0 -1px
}

.tabs__caption li,
.tabs__caption1 li {
    width: 102.6%;
    text-align: left;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 29px;
    color: #3F414D;
    cursor: pointer;
    background: transparent;
    font-weight: 400;
    padding: 5px 30px 4px;
    margin-right: -15px;
    position: relative;
}

.tabs__caption li:not(:last-child),
.tabs__caption1 li:not(:last-child) {
    margin-bottom: 40px;
}

.tabs__caption li.tabs-active,
.tabs__caption1 li.tabs-active {
    background: #F6F6F6;
    box-shadow: 4px 4px 9px rgba(137, 137, 137, 0.1);
    border-radius: 100px;
    color: #364790;
}

.tabs__caption li.tabs-active:after,
.tabs__caption1 li.tabs-active:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 5px;
    top: 6.5px;
    width: 25px;
    height: 25px;
    background: url("/assets/img/ic_arrow_right-blue.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.tabs__caption li:not(.tabs-active):before,
.tabs__caption1 li:not(.tabs-active):before {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    right: auto;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #F6F6F6;
    border: 0.5px solid #364790;
    box-sizing: border-box;
    border-radius: 12px;
}

.tabs__caption li:not(.tabs-active) span,
.tabs__caption1 li:not(.tabs-active) span {
    border-bottom: 0.5px solid #364790;
}

.tabs__content-wrap ::-webkit-scrollbar,
.tabs__content-wrap1 ::-webkit-scrollbar, .adress-wrap::-webkit-scrollbar, .news-wrap::-webkit-scrollbar
/*, .tabs__content-wrap::-webkit-scrollbar*/

{
    width: 5px;
    height: 10px;
    background: #F2F2F2;
}

.tabs__content-wrap ::-webkit-scrollbar-thumb,
.tabs__content-wrap1 ::-webkit-scrollbar-thumb, .adress-wrap::-webkit-scrollbar-thumb, .news-wrap::-webkit-scrollbar-thumb
/*, .tabs__content-wrap::-webkit-scrollbar-thumb*/

{
    min-height: 10px;
    min-width: 10px;
    background-color: #364790;
    background-clip: content-box;
}

.zaem-important {
    padding: 68px 15px 40px;
}

.zaem-important p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
}

.filters.zaem-important:before {
    top: 20px;
}

.filters.zaem-important:after {
    bottom: 20px;
    top: auto;
}

.ease-zaem,
.pay-var {
    padding: 90px 15px;
}

.pay-var {
    display: none;
}

.ease-zaem .title {
    text-align: center;
    margin-bottom: 73px;
}

.ease-zaem .row {
    flex-direction: column;
    align-items: center;
}

.step {
    position: relative;
}

.step img {
    float: left;
    margin-right: 41px;
    margin-bottom: 5px;
}

.step:after {
    content: '';
    display: table;
    clear: both;
}

.step h4 {
    font-size: 25px;
    line-height: 37px;
    color: #000000;
}

.step p {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
}

.step.last p {
    padding-left: 147px;
}

.btn-zaem {
  margin-top: 22px;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  padding: 13px 41px 11px;
  background: linear-gradient(180deg, #5164B8 -24.64%, #364790 100%);
  width: auto;
}

.btn-zaem:hover {
    color: #fff;
}

.calculator .calc {
  flex-direction: column;
  position: relative;
  padding: 50px 15px 55px;
  background: #364790; 
  width: 55%;
}

.calcul-right{
  width: 45%;
  min-height: 300px;
  background: url("/assets/img/calcul-right.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover; 
}

.calculator .row {
  margin: 0;
}

.calc-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 645px;
  margin-left: auto;
  margin-right: 40px;
  color: #fff;
}

.calc-title {
    font-size: 35px;
    line-height: 113.9%;
    margin-bottom: 2.5rem;
}

.range-wrapper,
.items-wrapper {
  display: flex;
}

.items-wrapper {
    width: 100%;
}

.item-wrap-calc {
    width: 36%;
}

.item-wrap-calc+.item-wrap-calc+.item-wrap-calc {
    width: 28%;
}
.item-wrap-calc+.item-wrap-calc+.item-wrap-calc .hdr-c{
    flex-direction: column;
}

.gold-change, .select-change {
    height: 26px;
    padding: 0 0 0 10px;
    border: none;
    border-bottom: 1px solid #FFD400; /*blueBird*/
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    text-overflow: ellipsis;
    color: #fff; /*blueBird*/
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    width: 85%;
    background: transparent url(/assets/img/ic_arrow_down_gold.svg) calc(100% - 4px) 65%/15px auto no-repeat; /*blueBird*/
    margin-bottom: 19.5px;
    cursor: pointer;
}

.gold-change option, .select-change option {
    color: #00090c;
}

.hdr-c {
    height: 68px;
    font-size: 17px;
    line-height: 1.3;
    border-bottom: 1px solid #FFD400;
    color: #FFD400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wr img:not(:last-child) {
    margin-right: 13px;
}

.wr {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 150.4%;
}

.items-wrapper>div:nth-child(1) .wr {
    padding-left: 13px;
    padding-top: 17px;
}

.items-wrapper>div:nth-child(2) .wr {
    border-left: 1px solid #FFD400;
    border-right: 1px solid #FFD400;
    padding-left: 84px;
    padding-top: 52px;
}

.items-wrapper>div:nth-child(3) .wr {
    padding-left: 70px;
    padding-top: 55px;
}

.items-wrapper>div:nth-child(2) .wr p,
.items-wrapper>div:nth-child(3) .wr p:not(:first-child) {
    font-size: 20px;
    line-height: 150.4%;
}

.items-wrapper>div:nth-child(3) .wr p:first-child {
    margin-bottom: 17px;
}

.calc-vl span+span {
    font-size: 14px;
    line-height: 150.4%;
}

.example.first {
    margin-bottom: 11px;
}

.gold-change+.example, .select-change+.example {
    margin-bottom: 20px;
}

.range-wrapper h4 {
    font-size: 20px;
    line-height: 150.4%;
    margin-right: 70px;
    margin-bottom: 2rem;
}

.calc_form__range_wrap {
    width: 340px;
    position: relative;
}

#range_01, #range_02{
    position: absolute;
    top: -18px;
    /* font-family: Mulish; */ /*Circe*/
    font-size: 17px;
    color: #FFD400;
}

.payment-wrap {
    width: 43%;
}

.tabs__content-wrap1 {
    width: 57%;
    height: 325px;
    position: relative;
}

.pay-var .title {
    margin-bottom: 100px;
}

.tabs__content1>img {
    margin-bottom: 17px;
    box-shadow: -2px 4px 12px rgba(0, 0, 0, 0.24);
}

.tabs__content1.tabs-active {
    max-height: 325px;
}

.tabs__caption1 li {
    width: 95%;
}

.tabs__content1>img~* {
    margin-right: 40px;
}

.tabs__content1>* {
    margin-left: 15px;
}

input[type=range]::-webkit-slider-thumb {
    position: relative;
}

input[type=range]::-webkit-slider-thumb:before {
    content: '154';
    display: block;
    position: absolute;
    left: auto;
    right: 5px;
    top: 6.5px;
    width: 25px;
    height: 25px;
    color: #fff;
}

input[type=range] {
    -webkit-appearance: none;
    margin-top: 16px;
    width: 100%;
}

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

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    background: #FFD400;
    border-radius: 1.3px;
    /*border: 0.2px solid #010101;*/
}

input[type=range]::-webkit-slider-thumb {
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 14px solid rgba(255,212,0,.4);*/
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: url(/assets/img/ellipse-2.svg) center no-repeat, url(/assets/img/ellipse-2-1.svg) 3px 50% no-repeat;
    background-size: cover, auto;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
    box-sizing: content-box;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFD400;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    background: #FFD400;
    border-radius: 1.3px;
    /*border: 0.2px solid #010101;*/
}

input[type=range]::-moz-range-thumb {
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;*/
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: url(/assets/img/ellipse-2.svg) center no-repeat, url(/assets/img/ellipse-2-1.svg) 3px 50% no-repeat;
    background-size: cover, auto;
    cursor: pointer;
}


/*input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}*/


/***********/

.filter select {
    border: none;
    font-size: inherit;
    width: 100%;
    outline: none;
    background-color: transparent;
    color: #fff;
}

.filter select>option {
    color: #000;
}
.reset-btn, .shown-btn{
    position: relative;
    z-index: 9999;
}

/****\\\\\my account\\\\\****/

.myacc {
    background: #F7F7F7;
    padding: 60px 15px 90px;
    min-height: 600px;
}

.myacc .row {
    flex-direction: column;
    align-items: center;
}

.myacc .title{
    margin-bottom: 45px;
}
.form{
  width: 100%;
}
.form-wrap {
    display: flex;
    flex-wrap: wrap;
}

.wpforms-submit-container{
    text-align: center;
    margin-top: 33px;
}

.forms-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 0 10px;
}

body .form-wrap .forms-field-label{
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    color: #323A5D;
}

body .forms-field input[type=text]{
    width: 231px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(219, 219, 219, 0.25);
    border-radius: 100px;
    text-align: left;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #dbdbdb;
    min-height: 30px;
    min-width: 200px;
    padding-left: 18px;
}

body .wpforms-submit-container .forms-submit {
    width: 231px;
    height: 37px; 
    line-height: 37px;
    background: linear-gradient(180deg, #5164B8 -24.64%, #364790 100%);
    box-shadow: 0px 4px 4px rgba(219, 219, 219, 0.25);
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    border: none;
    margin: 15px auto;
}

body .wpforms-submit-container .forms-submit:hover{
    opacity: .8;
}
button#form-submit[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
.personal-card span {
    display: block;
}

.personal-card {
    width: 39%;
    background: #fff;
    padding: 23px 25px 23px 34px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.41);
    position: relative;
    overflow-y: auto;
    min-height: 250px;
    height: auto;
}

.personal-info {
    width: 55.5%;
    margin-left: 5.5%;
}
.form a {
  color: blue;
  text-decoration: underline;
}
.form-footer {
    font-size: 1.4em;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
span.sum-percent {
    display: inherit;
    font-size: 21px;
}
.sum-percent b:after {
    content: 'p.';
    margin-left: 5px;
}
#forms-pay .wpforms-submit-container {
    margin: 0 0 0 10px;
}
.tickets {
    margin: 20px auto;
    display: table;
    font-size: 1em;
}
.tickets .tickets_header {
    font-size: 1.2em;
    color: #1A6ABC;
    border: 1px solid;
    text-align: center;
    padding: 5px;
    display: table-header-group;
}
.tickets .tickets_row {
    background: #f2f2f2;
    display: table-row;
}
.tickets .tickets_row:nth-child(2n) {
    background: #fff;
}
.tickets .tickets_td {
    font-size: 1em;
    text-align: center;
    border: 1px solid;
    padding: 5px;
    display: table-cell;
}
.tickets_td span {
    display: none;
}
.tickets .tickets_row .tickets_td:nth-child(5):after, .tickets .tickets_td[attr=percent]:after {
    content: 'р.';
    margin-left: 2px;
}
.personal-link {
  display: none;
}
.personal-card-info{
    display: none;
}
.subscribe {
    font-size: 15px;
    margin-top: 15px;
}
.payments-empty {
    font-size: 1.8em;
    font-weight: bold;
    margin: 20px auto;
    display: none;
}
.tickets_empty, .tickets_empty ~ .form-footer, .tickets_empty ~ .payments-desc {
    display: none !important;
}
.tickets_empty ~ .payments-empty {
    display: block;
}

@media screen and (max-width: 990px){
  .form-footer .forms-field div {
    display: flex;
  }
  .form-footer .forms-field div input, .form-footer .forms-field div label {
      align-self: center;
  }
}
@media screen and (min-width: 768px){
  .personal-card-info{
      display: none !important;
  }
}
@media screen and (max-width: 767px){
  .tickets {
      font-size: 0.8em;
  }
  .tickets .tickets_header {
      display: none;
  }
  .tickets .tickets_td:first-child, 
  .tickets .tickets_td:nth-child(3) {
      display: none;
  }
  .tickets .tickets_row {
      background: #f2f2f2;
      border-radius: 10px;
      border: 1px solid #f2f2f2;
      padding: 15px;
      margin: 15px;
      display: inline-block;
      box-shadow: 5px 5px 5px 0px #d0d0d0;
      padding-right: 40px;
      position: relative;
  }
  .tickets .tickets_td {
      padding: 0;
      border: none;
      display: block;
      text-align: left;
  }
  
  .tickets_td span {
      font-weight: bold;
      display: inline-block;
      margin-right: 10px;
  }
  .tickets_td input {
      position: absolute;
      right: 20px;
      top: 50%;
  }
  .personal-link {
    display: block;
    text-align: center;
    width: 100%;
  }
  
  .personal-link div {
      display: inline-block;
      margin: 0 15px;
  }
  
  .personal-link a {
      color: #323a5d;
      display: inline-block;
      margin: 0 15px;
  }
  .personal-card {
      display: none;
  }
  .personal-card-info{
      display: block;
      margin: 20px 0;
  }
  .personal-info, .personal-card-info {
      width: 100%;
  }
  .form-footer {
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
  }
  .payments-desc {
    margin: 0 15px;
  }
  #request_subscribe{
    margin: 5px;
  }
  .subscribe {
    display: flex !important;
    flex-direction: row;
  }
}
/****\\\\\footer\\\\\****/

footer {
  padding: 50px 30px 20px 30px;
  background: #F3F4F6;
}

footer .footer-wrap { /*blueBird*/
  justify-content: space-between;
}

footer .footer-wrap>div { /*blueBird*/
  width: auto;
}

.footer-wrap .nav-wrap { /*blueBird*/
  align-items: center;
}

/* .footer-wrap .socio {
    text-align: right;
} */

.copyrite {
    font-size: 11px;
    line-height: 16px;
}

.footer-wrap .nav ul li { /*blueBird*/
    padding: 0 14px;
}

.footer-wrap .nav ul li.first { /*blueBird*/
    padding-right: 42px;
}

.footer-nav { /*blueBird*/
    margin-bottom: 22px;
}

.footer-bar {
    margin-top: -2px;
}

.footer-wrap .phone { /*blueBird*/
    margin-bottom: 12px;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
}
.hamburger-box {
  width: 23px !important;
  position: absolute;
  right: 7%;
  z-index: 999;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 23px;
  height: 3px;
  background-color: #111827;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--squeeze.is-active .hamburger-inner, .hamburger--squeeze.is-active .hamburger-inner::after, .hamburger--squeeze.is-active .hamburger-inner::before {
  width: 28px;
  height: 2px;
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slick-slide .mob-device, .akcii .mob-device{
    display: none;
}
/****description-akc*/
.akcii .row{
   margin-right: 0;
    margin-left: 0; 
}
.akcii .akciya > div + p{
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.akcii .title:after{
   content: none; 
}
.akciya{
    width: 100vw;
}
.akciya img{
    width: 100%;
    height: auto;
}
body.locked {
    background: aquamarine;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: block;
    overflow: hidden;
}

.locked-popup {
    position: absolute;
    background: #0006;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.locked-popup > div {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    top: 40%;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.locked-popup .btn {
    background: linear-gradient(180deg, #5164B8 -24.64%, #364790 100%);
    color: #fff;
    text-align: center;
    padding: 8px 13px;
    margin-top: 10px;
    width: fit-content;
    margin: 5px auto 0px;
    border-radius: 20px;
    cursor: pointer;
}

.ajax_form .error {
  text-align: justify;
  display: block;
}

.hr-nav, .hr-footer {
  width: 96%;
  opacity: 1;
}

.hr-nav {
  color: #F3F4F6;
  margin: 20px;
}

.hr-footer {
  color: #DFE0E2;
  margin: 109px 20px 40px 20px;
}

/*//////*/
@media screen and (max-width: 1500px){
  .top-bar:after{
      right: 0;
      width: 68%;
  }
}
@media screen and (max-width: 1200px){
  .about-company-wrap p {
      margin-bottom: 15px;
  }
  .range-wrapper h4 {
    font-size: 17px;
    line-height: 150.4%;
    margin-right: 60px;
    margin-bottom: 2rem;
  }
  .items-wrapper>div:nth-child(3) .wr {
      padding-left: 20px;
  }
  .items-wrapper>div:nth-child(2) .wr {
      padding-left: 40px;
  }
  .range-wrapper{
     width: 100%; 
  }
  .calc_form__range_wrap {
      width: 65%;
  }
  .adress-header {
      padding-top: 35px;
      padding-bottom: 30px;
  }
  .adress-header .title {
      margin-bottom: 0;
  }
  .filter {
      width: 45%;
  }
  .pledge-wrap {
      width: 45%;
  }
  .filters-wrap {
      width: 50%;
  }
  .nav-vacancy{
      padding-left: 20px;
  }
}
@media screen and (max-width: 992px){
  .ourcontacts .row {
    width: 90%;
  }
  .calcul-right{
    display: none;
 }
 .footer-wrap .nav-wrap { /*blueBird*/
    display: none;
 }
 .footer-bar ~ .payment-type{
  display: block;
 }
 .what-wrap .title, .ease-zaem .title, .pay-var .title {
  font-size: 35px;
 }
 .calculator .calc{
   width: 100%;
 }
 .calc-wrap{
   margin-right: auto;
 }
 .filters-wrap, .pledge-wrap {
   width: 100%;
  }
  .pledge-wrap {
         margin-top: 10px;
  }
  .filter p {
      margin-bottom: 15px;
  }
  .pledge {
      width: 45%;
      margin-top: 20px;
  }
  .reset-btn, .shown-btn{
      margin-top: 33px;
  }
  #map{
      height: 370px!important;
  }
  .adress-wrap {
      width: 100%;
      height: 370px!important;
  }
  .map-wrap {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
  }
  .outer-items{
      padding: 30px 15px;
  }
  .outer-items .row{
    flex-direction: column-reverse;  
  }
  .ourcontacts {
      height: 490px;
  }
  .block {
      padding: 24px 15px 0px 15px;
  }
  .nav-vacancy li:first-child{
     width: 25%; 
  }
  .nav-vacancy li:nth-child(2){
      width: 52%;
  }
  .nav-vacancy li:nth-child(3){
      padding-left: 15px;
  }
}
@media screen and (max-width: 959px){
  .logo, .logo a img {
      width: 300px;
  }
  
  .slick-slide .desktop, .akcii .desktop{
      display: none;
  }
  .slick-slide .mob-device, .akcii .mob-device{
      display: inline-block;
  }
  .nav-wrap {
    width: 100%;
  }
  .top-bar:after{
    content: none;
  }
  .main-nav {
    position: fixed;
    top: 0; /*blueBird*/
    bottom: 0;
    width: 0;
    z-index: 999;
    background: transparent;
    overflow: hidden;
    left: 0; /*blueBird*/
  }
  .main-nav .nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 270px; /*blueBird*/
    height: 100vh; /*blueBird*/
    padding-top: 80px; /*blueBird*/
    justify-content: flex-start;
    background: #f9f9f9; /*blueBird*/
    box-shadow: 2px 0 6px rgba(0,0,0,.1); /*blueBird*/
    padding: 24px 20px; /*blueBird*/
  }
  .main-nav .nav ul li, .main-nav .nav ul li.first{
    padding: 0 0 24px 0;
  }
 
 .footer-wrap { /*blueBird*/
    align-items: center;
 }
 
 .contact-home-wrap{
     flex-direction: column;
 }
  header {
    height: auto;
    background-position: top;
    margin-bottom: 40px;
  }
  
  .top-bar .phone, .top-bar .personal-account {
    display: none;
  }
  
  /* .socio img:first-child{
      margin-left: 0;
  } */
  .top-bar .phone { /*.top-bar .socio, */
      margin-top: 12px;
  }
  .top-bar .city {
      margin-top: 5px;
  }
  .footer-wrap .phone { /*blueBird*/
      margin-bottom: 10px;
      margin-top: 12px;
  }
  /* .footer-wrap .socio{
     text-align: center; 
  } */
  
  .inner-page header+section {
      margin-top: 0;
  }
  .slick-prev:before, .slick-next:before {
      width: 16px;
      height: 16px;
  }
  .slick-next {
      right: 8px;
  }
  .slick-prev {
      left: 8px;
  }
  
  .hr-nav {
    width: 100%;
    margin: 20px 0;
  }
  
  header .hr-nav {
    display: none;
  }
}
@media screen and (min-width: 959px){
  .hamburger-box{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .news-wrap {
      width: 100%;
  }
  .about-company-wrap {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
  }
  .ourcontacts .row {
      width: 100%;
      flex-direction: column;
      margin-left: 0;
  }
  .ourcontacts.about-contacts .row {
      align-items: center;
      
  }
  .ourcontacts.about-contacts {
      height: auto;
      padding-bottom: 60px;
  }
  .contact-wrap {
      flex-direction: column;
      align-items: center;
  }
  .ourcontacts .contact {
      width: 100%;
      display: block;
      text-align: center;
  }
  .ourcontacts .contact.last img {
      float: none;
      margin-bottom: 3px;
  }
  .what-wrap .title{
      font-size: 30px;
  }
  .tabs__caption li{
      padding: 5px 22px 4px;
      width: 104.6%;
  }
  .calculator .calc{
      padding: 30px 15px 30px;
  }
  .calculator{
      margin-bottom: 30px;
  }
  .ease-zaem, .pay-var, .zaem-important{
      padding: 30px 15px;
  }
  .zaem-important{
      padding: 30px 25px;
  }
  .what-wrap{
      padding-top: 25px;
  }
  .filters:before{
      left: 10px;
      top: 10px;
      right: auto;
      bottom: auto;
  }
  
  .filters:after {
      right: 10px;
      bottom: 10px;
      left: auto;
      top: auto;
  }
  .ourcontacts {
      background: #F7F7F7!important;
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .ourcontacts.about-contacts .row{
      margin-left: 0;
  }
  .block {
      width: 100%;
      margin-bottom: 20px;
  }
  .block-wrap .block:last-child{
      margin-bottom: 0;
  }
  .nav-vacancy li:nth-child(2){
      padding-left: 15px;
  }
  .about-company:not(.akcii) .row{
     flex-direction: column-reverse; 
  }
  
  .news-wrap{
      margin-top: 20px;
  }
}

@media screen and (max-width: 640px){
   .about, .contacts, .about-company, .adress-header, .ourcontacts.about-contacts, .warranty, .vacancies, .myacc {
    padding: 30px 20px;
   }
   .about-company.akcii{
     padding: 30px 0;  
   }
   .vacancies{
      margin-bottom: 0;
      margin-top: 0;
   }
   .about-wrap h1, .about-company-wrap h1 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .myacc .title {
      margin-bottom: 20px;
  }
  .warranty h1{
      margin-top: 0;
  }
  .title {
      font-weight: 700;
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 20px;
      padding-bottom: 20px;
  }
  .step.last p {
      padding-left: 0;
  }
}
@media screen and (max-width: 575px){
  .no-br{
     display: none; 
  }
  .what-wrap{
    width: 100%; 
    padding: 25px 20px 6px;
  }
  .tabs__content-wrap {
      width: 100%;
      position: relative;
      height: 442px;
  }
  .tabs__content.tabs-active{
      height: 442px;
  }
  .what-wrap:before, .tabs__caption li.tabs-active:after, .tabs__caption li:not(.tabs-active):before{
      content: none;
  }
  .breadcrumb{
      margin-bottom: 25px;
  }
  .what-wrap .title{
    margin-bottom: 0;  
  }
  .tabs__caption li:not(:last-child){
     margin-bottom: 0;
  }
  .tabs__caption li{
      width: 33%;
      text-align: center;
      font-size: 16px;
      line-height: 17px;
      margin-right: 0;
      padding: 5px 12px;
  }
  .ease-zaem .title {
      margin-bottom: 15px;
  }
  .step img {
      float: left;
      margin-right: 35px;
      margin-bottom: 5px;
      width: 50px;
  }
  .tabs__caption li:not(.tabs-active) span{
      display: inline-block;
  }
  .tabs__content>img~* {
      margin-left: 15px;
      margin-right: 15px;
  }
  .param-title {
      line-height: 18px;
  }
  .pledge {
      width: 47%;
  }
  .akcii .akciya > div + p {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px){
  .item {
    width: 100%;
  }
   .items-wrap .item:nth-child(5), .items-wrap .item:last-child {
    margin-bottom: 15px;
    padding-bottom: 24px;
  }
  .range-wrapper h4 {
      font-size: 16px;
      line-height: 140%;
      margin-right: 35px;
      width: calc(100% - 65% - 35px);
  }
  .hdr-c {
      font-size: 14px;
      height: 75px;
  }
  .wr {
      font-size: 14px;
  }
  .gold-change, .select-change {
     padding: 0;
     font-size: 13px;
     width: 95%;
     margin-bottom: 16.5px;
  }
  .items-wrapper>div:nth-child(1) .wr {
      padding-left: 5px;
  }
  .items-wrapper>div:nth-child(2) .wr p, .items-wrapper>div:nth-child(3) .wr p:not(:first-child) {
      font-size: 16px;
  }
  items-wrapper>div:nth-child(3) .wr {
      padding-left: 10px;
      line-height: 136.4%;
  }
  .items-wrapper>div:nth-child(3) .wr p:first-child{
      font-size: 12px;
  }
  .filter p {
      font-size: 15px;
  }
  .reset-btn, .shown-btn {
      margin-top: 33px;
      font-size: 15px;
  }
  .shown-btn {
      margin-left: 15px;
  }
  .adr-w {
      width: 250px;
  }
  .gold-wrap {
    width: calc(100% - 270px);
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gold-wrap img:not(:first-child){
     margin-bottom: 3px; 
  }
  .pledge p {
      font-size: 13px;
  }
  .adress-item {
      padding-bottom: 12px;
      padding-top: 13px;
  }
  .ourcontacts .contact:last-child img{
      float: none;
      margin-bottom: 3px;
  }
  .form-footer .forms-field div {
    display: inline;
  }
}

/* <Стили для калькулятора займа> */
.calc-new-wrap { /*blueBird*/
  margin: 0;
  align-items: center;
  max-width: none;
  padding-bottom: 2.5rem;
}

.calc-wrapper-block {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.calc-wrap-total {
  margin: 50px 0 0 0;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.calc-wrap-total-sum {
  text-align: center;
}

.calc-wrap-total-text {
  width: 60%;
  margin: 20px 0 0 0;
  font-size: 0.8em;
  text-align: justify;
  font-weight: normal;
}

.footnote {
  font-size: 0.8em;
  font-weight: normal;
}

#calc-wrap-total {
  max-width: none;
}

/* .calc-wrap-weight {
  width: 100%;
} */

.wrapper-block {
  width: 40%;
}

/*.calc-wrap-first-right {
  position: relative;
}

.interior-block {
  position: absolute;
  top: 35%;
}*/

.wrapper-block-ransom {
  display: flex;
  align-items: end;
  /* color: #FFD400; */
}

.wrapper-block-weight {
  width: 60%;
}

.region, .material, .hallmark, .condition, .inclusion {
  width: 100%; 
  padding: 0 30px 0 0;
  /*color: #364790;*/
}
.calcBlock, .calcBlock select {
  position: relative;
}

.calcBlock .placeholder {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

#calc-wrap-two {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.placeholder-weight {
  position: relative !important;
}

.product-weight {
  border-bottom: 1px solid #FFD400 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  color: #FFD400 !important;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  outline: 0;
  /* min-width: 250px; */
  background-color: transparent;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox+label::before {
  content: '';
  cursor: pointer;
  display: inline-block;
  width: 2em;
  height: 2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

input[type='checkbox']:checked + label {
  color: #FFD400;
}

input[type='checkbox'].custom-checkbox-feedback:checked + label {
  color: #364790;
}

.custom-checkbox:checked+label::before {
  border-color: #FFD400;
  /* background-color: #fff; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox-feedback:checked+label::before {
  border-color: #364790;
  background-image: url("/assets/img/icons/icons-feedback.svg");
}

/* #select-material, #select-hallmark, #select-condition, 
#new-product, #ransom-product, #select-inclusion, 
#calc-wrap-two, #calc-wrap-total {
  display: none;
} */

.total {
  text-transform: uppercase;
}

.total-sum {
  color: #FFD400;
}

.total-sum:after {
  content: ' \0020BD';
  color: #fff;
}

.calc-confirm {
  border-top: 1px solid #FFD400;
  padding-top: 2.5rem;
}

.input-style {
  border: none !important;
  border-bottom: 1px solid #FFD400 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  border-radius: inherit !important;
  color: #fff !important;
  min-height: auto !important;
  text-align: start !important;
  margin-bottom: 2px !important;
  background-color: transparent !important;
  min-width: 30% !important;
  width: 100%;
}

.calc-individual-conditions-wrapper {
  display: flex;
  justify-content: space-between;
}

.calc-individual-conditions-agree, .individual-conditions-agree {
  width: 500px;
  margin-top: 22px;
  text-align: justify;
}

.individual-conditions-agree {
  width: 300px;
}

.form-required {
  width: 30%;
}

.form-required span {
  font-size: 12px;
  display: none;
  color: #f2533e;
}

.input_error span {
  display: flex;
}

/* .input_error:after {
  content: '*';
  color: #f2533e;
} */

.calculator-data {
  margin-top: 30px; 
  font-style: italic; 
  width: 50%;
}

.calculator-data span {
  justify-content: center;
}

.btn-zaem-send {
  cursor: pointer;
  margin-top: 22px;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  padding: 13px 41px 11px;
  background: linear-gradient(0deg, rgba(164,131,6,1) 41%, rgba(255,212,0,1) 100%);
}

/* Убрать иконку у поля "number" (вес) 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

.inline-group {
  display: flex !important;
  justify-content: space-between;
}

.btn-outline-secondary {
  background: linear-gradient(0deg, rgba(164,131,6,1) 41%, rgba(255,212,0,1) 100%);
  color: white;
}

.about-slider {
  margin: 75px 0;
}

#img-instruction {
  font-size: 17px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
/* </Стили для калькулятора займа> */

/* <Оплата онлайн %>*/
.individual-conditions-agree > input[type='checkbox']:checked + label {
  color: #364790;
}
.individual-conditions-agree > .custom-checkbox:checked+label::before {
  border-color: #364790;
  background-color: #364790;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#requestFormLoginUser {
  width: 300px;
}
/*</Оплата онлайн %>*/

/* <> */
footer {
  position: relative;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* </> */

/* <Модальное окно> */
.feedback {
  padding: 4px 40px 0 10px;
}

.feedback-button {
  border: 1px solid #364790;
  background: #fff;
  border-radius: 15px;
  color: #364790;
}

.formFeedback {
  width: 100%;
}
#modal_form {
  max-width: 500px;
  padding: 19px 20px;
  background-color: #fff;
  background: #fff;
  position: fixed;
  display: none;
  opacity: 0;
  z-index: 9999;
}
#overlay, .overlay {
  z-index: 999;
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
#modal_form input, #modal_form textarea, .modalWindow input, .modalWindow textarea {
  width: 100%;
  text-align: start;
  min-height: auto;
  border-radius: 6px;
}
#modal_form input {
  background-color:#fff;
  border: 1px solid #DFDFDF;
  color: #555;
  display:block;
  height: 35px;
  margin-bottom: 17px;
  float: left;
}
#modal_form input.error, .modalWindow input.error {
  border: 1px solid red;
}
#modal_form .comment, .modalWindow .comment {
  color: #272727;
  padding-bottom: 15px;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.exit {
  background: #d0d0d0;
  display: block !important;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  position: absolute;
  opacity: 1;
  width: 33px;
  height: 33px;
  line-height: 30px;
  font-size: 36px;
  border: 2px solid #3e5368;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.exit:after {
  display: block;
  font-size: 23px;
  content: "x";
  padding-left: 9px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.exit:hover {
  background: #EAEAEA;
  text-decoration:none;
}
#modal_form .button, .modalWindow .button {
  display: block;
  background-color: #ffd400;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  margin: 10px 0;
  padding: 2px 16px;
  width: 210px;
  margin: 0 auto;
  -webkit-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}
#modal_form .button:hover, .modalWindow .button:hover {
  background-color: #44C8F5;
  border: 1px solid #44C8F5;
  color: #fff;
}
#modal_form textarea.error, .modalWindow textarea.error {
  border: 1px solid red;
}
.wrapper-feedbackButton {
  display: flex;
  justify-content: center;
}
.btnSendFeedback {
  border: none;
  background: #364790;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 15px;
  margin-top: 10px;
  font-size: 14px;
}
/* </Модальное окно> */

/* <Реквизиты> */
.requisites > p {
  margin-bottom: 0 !important;
}
.contact > p {
  display: flex;
}
.contact-home-wrap div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
/* </Реквизиты> */

#telegramWidget {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 300;
  bottom: 30px;
  right: 30px;
  color: #FFFFFF;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: rgba(54, 71, 144, 1);
  font-size: 22px;
}

.telegramImg {
  height: 30px;
}

.wrapper-locked-popup {
  display: flex;
  flex-direction: column;
}

.wrapper-locked-popup span {
  text-align: center;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
  color: gray !important;
}

/* Large desktops and laptops */
@media (min-width: 1850px) {
  .items-wrap {
    grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
  }
  
  .item {
    width: 540px;
  }
}

@media (min-width: 1500px) and (max-width: 1850px) {
  .items-wrap {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
  
  .item {
    width: 100%;
  }
}

@media (min-width: 1100px) and (max-width: 1500px) {
  .items-wrap {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
  
  .item {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .items-wrap {
    grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
  }
  
  .item {
    width: 540px;
  }
}

@media (max-width: 650px) {
  .items-wrap {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  }
  
  .item {
    width: 90%;
  }
}


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
  /* --- */
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 992px) {
  .calc-wrapper-block {
    width: 80%;
  }
  
  .calc-wrap-total-text {
    width: 80%;
  }
  
  .calc-individual-conditions-agree, .individual-conditions-agree {
    font-size: 0.8rem;
  }
}

/* Landscape phones and portrait tablets */
@media (min-width: 667px) and (max-width: 768px) {
  .wrapper-block {
    width: 45%;
  }
  
  .calc-wrapper-block {
    width: 80%;
  }
  
  .calc-wrap-total-text {
    width: 80%;
  }
  
  .calc-individual-conditions-agree, .individual-conditions-agree {
    width: 400px;
    font-size: 0.8rem;
  }
  
  .individual-conditions-agree {
    width: 300px;
  }
}

/* Landscape phones and portrait tablets */
@media (min-width: 540px) and (max-width: 667px) {
  .wrapper-block {
    width: 45%;
  }
  
  .calc-wrapper-block {
    width: 80%;
  }
  
  .calc-wrap-total-text {
    width: 80%;
  }
  
  .calc-individual-conditions-agree, .individual-conditions-agree {
    width: 400px;
    font-size: 0.8rem;
  }
  
  .individual-conditions-agree {
    width: 300px;
  }
}

/* Mobile */
@media (min-width: 440px) and (max-width: 540px) {
  .wrapper-block {
    width: 45%;
  }
  
  .calcBlock, .calcBlock select {
    font-size: 13px;
  }
  
  .calc-wrapper-block {
    width: 80%;
  }
  
  .calc-wrap-total-text {
    width: 80%;
  }
  
  .form-required {
    width: 100%;
  }
  
  .calc-individual-conditions {
    width: 70%;
  }
  
  .calc-individual-conditions-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .calc-individual-conditions-agree, .individual-conditions-agree {
    width: 300px;
    font-size: 0.8rem;
  }
}

@media (min-width: 400px) and (max-width: 440px) {
  .wrapper-block {
    width: 45%;
  }
  
  .calcBlock, .calcBlock select {
    font-size: 13px;
  }
  
  .calc-wrapper-block {
    width: 80%;
  }
  
  .calc-wrap-total-text {
    width: 80%;
  }
  
  .form-required {
    width: 100%;
  }
  
  .calc-individual-conditions {
    width: 70%;
  }
  
  .calc-individual-conditions-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .calc-individual-conditions-agree, .individual-conditions-agree {
    width: 300px;
    font-size: 0.8rem;
  }
}

@media (max-width: 400px) {
  .wrapper-block {
    width: 100%;
  }
  
  .calcBlock, .calcBlock select {
    font-size: 13px;
  }
  
  .calc-wrapper-block {
    width: 80%;
    flex-direction: column;
  }
  
  .interior-block {
    margin-top: 30px;
  }
  
  .calc-wrap-total-text {
    width: 80%;
  }
  
  .form-required {
    width: 100%;
  }
  
  .calc-individual-conditions {
    width: 70%;
  }
  
  .calc-individual-conditions-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .calc-individual-conditions-agree, .individual-conditions-agree {
    font-size: 0.8rem;
  }
}
/* end */