header {
	position: static;
}
header .phone {
	position: static;
}

.main-header {
	padding-top: 35px;
	padding-bottom: 20px;
	background-image: url("img/header-bg.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	position: relative;
}
.main-header__bottom {
	margin-top: 20px;
}
.main-header__bottom-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.button {
	text-transform: uppercase;
	font-size: 25px;
}
.main-header__bottom-btns {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-header__bottom-btns .phone:first-child {
	margin-right: 20px;
}
.main-header__bottom-text {
	font-family: 'Exo 2', sans-serif;
	white-space: nowrap;
	line-height: 1;
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}
.tax-sect {
	/* background-color: #ffffff; */
	padding-top: 60px;
	padding-bottom: 45px;
	position: relative;
}

.search-control {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 45px auto !important;
    width: 85%;
}

.tax-sect__title {
	font-size: 42px;
    text-transform: uppercase;
    color: #40403e;
    font-weight: 700;
    margin-bottom: 25px;
}
.tax-sect__subtitle {
	font-size: 23px;
    color: #40403e;
    font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
	font-weight: 300;
	margin-bottom: 40px;
}
.popup-sect {
	width: 100%;
	height: 100vh;
	border: 2px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: -50px;
}
/* =================================================================================== */
/* Стили popup блока ================================================================= */
.gmodal {
	position: relative;
	width: 260px;
	display: none;
}
.gmodal.active {
	display: inline-block;
}
.gmodal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
	height: auto;
	/*padding: 20px 17px;*/
	background-color: #ffffff;
/*	border-radius: 4px;
	-webkit-box-shadow: 0 0 90px rgba(0,0,0, .2);
	        box-shadow: 0 0 90px rgba(0,0,0, .2);
*/
}
.gmodal__tail {
    margin-left: 3px;
    width: 254px;
    height: 16px;
    background: url(img/info_window_end.91851.png) no-repeat center center;
    background-size: contain;
}
.info__close {
    position: absolute;
    z-index: 20;
    background-image: url(img/info_close.ed30c.svg);
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
	top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
}
.gmodal__content .print {
    padding-left: 24px;
    height: 16px;
    background-image: url(img/print.dce3c.svg);
    background-position: left center;
    background-repeat: no-repeat;
    color: #195ee3;
    cursor: pointer;
    -webkit-text-decoration-color: #195ee3;
    text-decoration-color: #195ee3;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
}
.scrollable {
	margin-bottom: 3px !important;
	height: 100%;
	overflow: hidden;
}
.scrollable__inner {
	height: 100%;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: transparent;
}
.scrollbar-inner > .scroll-element.scroll-y {
	width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	background-color: #195ee3;
	opacity: 0;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #195ee3;
	opacity: .95;
}
.gmodal__inner .title {
    color: #195ee3;
	font-size: 18px;
	line-height: 1.5;
}
.gmodal__inner .title__sub {
	color: #86898a;
	line-height: 1.45;
	display: inline-block;
}
.gmodal__inner .data {
    display: inline-block;
    margin-bottom: 4px;
	color: #31393c;
	line-height: 1.45;
}
.gmodal .swiper-container {
	position: relative;
	padding-bottom: 25px;
}
.gmodal .swiper-pagination {
	line-height: 1;
	display: inline-block;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.gmodal .swiper-button-next, .gmodal .swiper-button-prev {
    overflow: hidden;
	height: 16px;
	width: 64px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	margin-top: 0;
	top: auto;
	bottom: 10px;
}
.gmodal .swiper-button-next {
	right: 0;
	background-image: url(img/next.svg);
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.gmodal .swiper-button-prev {
	background-image: url(img/prev.svg);
	left: 0;
}
.containers__block {
	width: 100%;
}
.containers__block .title__sub {
	display: inline;
}
/* =================================================================================== */
/* =================================================================================== */


@media only screen and (max-width : 1200px) {
	.main-header__bottom-btns {
		margin-top: 20px;
	}
	.main-header__bottom-text {
		margin-top: 20px;
	}
	.main-header__bottom-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}

@media only screen and (max-width : 992px) {
	.tax-sect__title {
		font-size: 35px;
	}
}

@media only screen and (max-width : 768px) {
	.main-header__bottom-text {
		margin-right: 10px;
	}

	.tax-sect__title {
		font-size: 28px;
	}

	.main-header__bottom-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.main-header__bottom-btns .phone:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 480px) {
	.tax-sect__title {
		font-size: 25px;
	}
	.tax-sect__subtitle {
		font-size: 18px;
	}
}

.sbx-custom {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 51px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 18px;
}

.sbx-custom__wrapper {
  width: 100%;
  height: 100%;
}

.sbx-custom__input {
  display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 6px;
  box-shadow: inset 0 0 0 3px #4D81C1;
  background: #FFFFFF;
  padding: 0;
  padding-right: 41px;
  padding-left: 51px;
  padding-bottom: 2px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: 18px;
  background: rgba(255,255,255,0.8);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ymaps-2-1-69-search__suggest {
    background: url(img/body.png) center !important;
}

.sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-custom__input:hover {
  box-shadow: inset 0 0 0 3px #3968a2;
}

.sbx-custom__input:focus, .sbx-custom__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 3px #5BB75F;
  background: #FFFFFF;
}

.sbx-custom__input::-webkit-input-placeholder {
  color: #474748;
}

.sbx-custom__input::-moz-placeholder {
  color: #474748;
}

.sbx-custom__input:-ms-input-placeholder {
  color: #000000;
}

.sbx-custom__input::placeholder {
  color: #474748;
}

.sbx-custom__submit {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 5px 0 0 5px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  width: 51px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sbx-custom__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.sbx-custom__submit:hover, .sbx-custom__submit:active {
  cursor: pointer;
}

.sbx-custom__submit:focus {
  outline: 0;
}

.sbx-custom__submit svg {
  width: 31px;
  height: 31px;
  vertical-align: middle;
  fill: #5BB75F;
  cursor: default;
}

.sbx-custom__reset {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.sbx-custom__reset:focus {
  outline: 0;
}

.sbx-custom__reset svg {
  display: block;
  margin: 4px;
  width: 19px;
  height: 19px;
}

.sbx-custom__input:valid ~ .sbx-custom__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
          animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.ymaps-2-1-69-balloon__content {
    margin-right: 0 !important;
}

.ymaps-2-1-69-balloon__close-button {
    display: none;
}