body {
    min-width: 320px;
    height: 100%;
    width: 100%;
    background: url(../img/white_wall.png);
    color: #484848;
    font-size: 16px;
    /*line-height: 24px;*/
}

body.sidebar-opened {
    overflow: hidden;
}

h1,
h2,
h3,
p {
    font-weight: normal;
    margin-bottom: 20px;
}

p {
    line-height: 24px;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.btn--w-full { width: 100%; }

.btn-info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0 2px #005f99, inset 1px 1px 2px #9de2ff;
  -moz-box-shadow: 0 2px #005f99, inset 1px 1px 2px #9de2ff;
  box-shadow: 0 2px #005f99, inset 1px 1px 2px #9de2ff;
  border: solid 1px #128ceb;
  background-image: -webkit-linear-gradient(bottom, #227db5, #48afee);
  background-image: -moz-linear-gradient(bottom, #227db5, #48afee);
  background-image: -o-linear-gradient(bottom, #227db5, #48afee);
  background-image: linear-gradient(to top, #227db5, #48afee);
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px #0E5E9D;
  cursor: pointer;
}
.btn-info:hover {
  background-image: -webkit-linear-gradient(bottom, #227db5, #48cdee);
  background-image: -moz-linear-gradient(bottom, #227db5, #48cdee);
  background-image: -o-linear-gradient(bottom, #227db5, #48cdee);
  background-image: linear-gradient(to top, #227db5, #48cdee);
  color: #fff;
}
.btn-info:active {
  -webkit-box-shadow: inset 0 1px 3px #003857;
  -moz-box-shadow: inset 0 1px 3px #003857;
  box-shadow: inset 0 1px 3px #003857;
  border: solid 1px #128ceb;
  color: #fff;
}

.btn-yellow {
  border-radius: 5px;
  background-color: #f3b133;
  background-image: linear-gradient(to top, #f3b133, #f3cd33);
  background-position: 0 -60px;
  background-repeat: repeat-x;
  box-shadow: 0 3px #b78c38;
  text-shadow: 1px 1px 1px #b78c38;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
}
.btn-yellow:hover {
  background-position: 0 0;
  color: #fff;
  transition: 0.2s linear;
}
.btn-yellow:active { box-shadow: 0 -2px 0px #b78c38; }

.btn-yellow-flat {
  border-radius: 5px;
  background: #FFB901;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.btn-yellow-flat:hover {
  background-color: #ffc93c;
  color: #333;
}

/* /Buttons */


.clear {
    clear: both;
}

.jsLink {
    text-decoration: none;
    color: #227DB4;
    border-bottom: 1px dashed #227DB4;
    transition: all 0.2s;
    cursor: pointer;
}

.jsLink:hover {
    color: #F7BB00;
    border-bottom: 1px dashed #F7BB00;
    transition: all 0.2s;
}

#topline {
    position: fixed;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background-color: #0074c7;
}

#topline .phone {
    display: inline-block;
    padding-left: 23px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    background: url('../img/ico_phone.svg') 0 3px no-repeat;
}

#topline .hamburger {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 30px;
    height: 25px;
}

#topline .hamburger:focus {
    outline: none;
}

#topline .hamburger::-moz-focus-inner {
    border: 0;
}

#topline .hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #a0d7ff;
}

#topline .hamburger span,
#topline .hamburger span::before,
#topline .hamburger span::after {
    transition: transform 0.125s 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), background-color 0.125s 0.2s linear;
}

#topline .hamburger span::before,
#topline .hamburger span::after {
    content: '';
    display: block;
    position: absolute;
    width: 30x;
    height: 3px;
    left: 0;
    right: 0;
    border-radius: 10px;
    background-color: #a0d7ff;
}

#topline .hamburger span::before {
    top: 0;
}

#topline .hamburger span::after {
    bottom: 0;
}

body.sidebar-opened #topline .hamburger span {
    background: transparent;
}

body.sidebar-opened #topline .hamburger span::before {
    transform: translate3d(0, 10.5px, 0) rotate(45deg);
}

body.sidebar-opened #topline .hamburger span::after {
    transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

#gWrapper {
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto;
}

#gWrapper #logo {
    display: inline-block;
    text-decoration: none;
    width: 391px;
    height: 111px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#gWrapper.day {
    background-image: url(../img/bg_day.jpg);
}

#gWrapper.day #logo {
    background-image: url(../img/logo_day-2.svg);
}

#gWrapper.night {
    background-image: url(../img/bg_night.jpg);
}

#gWrapper.night #logo {
    background-image: url(../img/logo_night-2.svg);
}

.toplineContacts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
  min-height: 42px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #525252;
  font-family: "PT Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplineContacts__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.toplineContacts a {
  text-decoration: none;
}

.toplineIcons {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 50px;
    color: #4b6e83;
}

#gWrapper.night .toplineIcons {
    color: #fff;
}

.toplineIcon span {
    display: inline-block;
    padding-left: 60px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.toplineIcon-1 span {
    padding-left: 50px;
}

#gWrapper.day .toplineIcon-1 span {
    background-image: url('../img/topline/topline_icon-day-1.png');
}

#gWrapper.night .toplineIcon-1 span {
    background-image: url('../img/topline/topline_icon-night-1.png');
}

#gWrapper.day .toplineIcon-2 span {
    background-image: url('../img/topline/topline_icon-day-2.png');
}

#gWrapper.night .toplineIcon-2 span {
    background-image: url('../img/topline/topline_icon-night-2.png');
}

#gWrapper.day .toplineIcon-3 span {
    background-image: url('../img/topline/topline_icon-day-3.png');
}

#gWrapper.night .toplineIcon-3 span {
    background-image: url('../img/topline/topline_icon-night-3.png');
}

.toplineIconSeparator {
    display: block;
    width: 120px;
    height: 0;
    border-top: 1px solid #4b6e83;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#gWrapper.night .toplineIconSeparator {
    border-top: 1px solid #fff;
    border-bottom: none;
}

#gHeader,
#gContent,
#gFooter .top,
#gFooter .bottom {
    width: 1124px;
    padding: 0 15px;
    margin: 0 auto;
}


/* Header */

.header, .header * { box-sizing: border-box; }
.header {
  width: 1124px;
  margin: 0px auto;
  margin-bottom: 100px;
  padding-top: 20px;
}
.header__contacts {
  color: #333;
  font-family: "PT Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-contacts {
  display: flex;
  justify-content: start;
  gap: 23px;
  padding: 13px 30px;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(7.5px);
}
.header-contacts__item { display: flex; align-items: center; gap: 5px; }
.header-contacts__item--address { margin-right: auto; }
.header-contacts__item--email a { color: currentColor; text-decoration: none; }
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  backdrop-filter: blur(7.5px);
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #207EB2;
  font-family: "PT Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-menu__item {
  position: relative;
  border-bottom: 3px solid transparent;
}
.header-menu__item a {
  color: currentColor;
  text-decoration: none;
  transition: color .2s ease-in-out;
}
.header-menu__item a:hover { color: #F7BB00; }
.header-menu__item--active { border-bottom: 3px solid #F7BB00; }
.header-menu__item .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -30px;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s ease-in-out;
}
.header-menu__item:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-menu__item .submenu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 13px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 10px -5px #ababab;
}
.header-menu__item .submenu ul .active a {
  color: #F7BB00;
}
.header__phone {
  color: #333;
  font-family: "PT Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header__main {
  display: grid;
  grid-template-columns: auto 1fr 240px;
  gap: 0 30px;
  margin-top: 65px;
}
.header__logo {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.header__logo svg {
  display: block;
  width: 100%;
  max-width: 171px;
  height: auto;
  color: #0074C7;
}
.night .header__logo svg { color: #fff; }
.header__title-container {
  grid-column: 2;
  grid-row: 1;
}
.header__title {
  align-self: baseline;
  width: 535px;
  margin: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  color: #000;
}
.header__subtitle {
  grid-column: 2;
  grid-row: 2;
  margin-top: 10px;
  padding-right: 70px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
.night .header__title,
.night .header__subtitle { color: #fff; }
.header__cta-container {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.header-cta__title {
  padding: 0 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  color: #207EB2;
  text-align: center;
}
.night .header-cta__title { color: #fff; }
.header-cta__btn {
  margin-top: 20px;
  border-radius: 10px;
  font-size: 18px;
}


#gHeader {
    padding-top: 50px;
    padding-bottom: 70px;
    height: 420px;
}

#gHeaderLeft {
    float: left;
    padding-bottom: 30px;
}

#gHeaderCenter {
    float: left;
    padding-top: 32px;
    padding-left: 50px;
}

#gHeaderRight {
    float: right;
    padding-top: 20px;
}

#gHeaderToolsWrapper {
    padding: 10px 5px 20px 5px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

#gHeader .consultationButton {
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px 40px;
    width: 400px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    background: #ffb901 url('../img/ico-consultation.png') 35px 8px no-repeat;
    box-sizing: border-box;
    transition: all 0.3s;
}

#gHeader .consultationButton:hover {
    background-color: #ffc631;
}

.transparentButton {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 1px 1px 1px 0 #333 inset, 1px 1px 1px 0 #333;
    box-shadow: 1px 1px 1px 0 #333 inset, 1px 1px 1px 0 #333;
    transition: all 0.3s;
}

.transparentButton:hover {
    color: #63492E;
    text-shadow: none;
    -webkit-box-shadow: 1px 1px 1px 0 #333;
    box-shadow: 1px 1px 1px 0 #333;
    background: #F7BB00;
    border: 2px solid #FFC920;
    transition: all 0.3s;
}

.opacityBg {
    position: absolute;
    background: #000;
    opacity: 0.6;
}

#gMenu {
    position: relative;
    width: 1170px;
    z-index: 12000;
    margin-top: 35px;
}

#gMenu.scrolling {
    position: fixed;
    margin-top: 0;
    top: 0;
}

#gMenu .opacityBg.opacityBgMenu {
    border-radius: 15px;
    width: 1170px;
    height: 65px;
    z-index: 10000;
}

#gMenu .opacityBg.opacityBgMenu.scrolling {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    border-radius: 0;
}

#gMenu ul {
    position: absolute;
    top: 18px;
    left: 30px;
    list-style: none;
    z-index: 12000;
}

#gMenu ul li {
    display: inline-block;
    margin-right: 45px;
    color: #fff;
}

#gMenu .menuItem a {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
}

#gMenu .menuItem a:hover {
    color: #F7BB00;
    border-color: #F7BB00
}

#gMenu ul li.active a {
    border-color: #F7BB00;
    border-width: 4px;
}

#gMenu sup {
    font-size: 14px;
}

#gPhone {
    position: absolute;
    top: 14px;
    right: 30px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    z-index: 12000;
}

/* Topline Banner*/

#topline-banner {
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 50px;
    background-image: url('../img/topline-banner-rogova-12.png');
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 175px;
    transition: all 0.5s;
    text-decoration: none;
}

#topline-banner:hover {
    /*transform: scale(1.1, 1.1);*/
}


/* Content */

#gContent {
    position: relative;
}

#upButton {
    display: none;
    cursor: pointer;
    width: 53px;
    height: 53px;
    background-image: url('../img/up.png');
    background-repeat: no-repeat;
    opacity: 0.7;
}

#upButton:hover {
    opacity: 1;
}

#upButton.scrolling {
    display: block;
    position: fixed;
    top: 100%;
    right: 50%;
    margin-top: -150px;
    margin-right: -720px;
    z-index: 10000;
}

#upButton.stopped {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: -150px;
    margin-right: -750px;
    z-index: 10000;
}


/* Footer */

#gFooter {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    background: #227DB4;
    color: #fff;
}

#gFooter .top {
    padding: 40px 15px;
}

#gFooter .footerPart {
    float: left;
}

#gFooter .footerPart ul {
    list-style: none;
}

#gFooter .footerPart ul li {
    margin-bottom: 20px;
}

#gFooter .footerPart a {
    color: #fff;
}

#gFooter .footerPartSeparator {
    float: left;
    border-left: 1px solid #015488;
    margin: 30px 60px;
    width: 20px;
    height: 130px;
}

#gFooter .bottomBg {
    background: #015488;
}

#gFooter .bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    padding: 30px 15px;
}

#gFooterBottomRight {
    display: flex;
    align-items: end;
}

@media (min-width:1521px) {
    #gFooter .bottom { gap: 100px; }
}

#gFooter .bottom a {
    color: #D6B310;
}

#gFooter .footerLogo {
    display: block;
    background-image: url('../img/logo_footer.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 266px;
    height: 85px;
}


/* Custom Checkbox */

.hidden {
    display: none;
}

input+.customCheckbox {
    display: inline-block;
    background-image: url('../img/checkbox_big.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 10px 5px 35px;
    min-height: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

input:checked+.customCheckbox {
    background-image: url('../img/checkbox_big_checked.png');
    transition: all 0.3s;
    color: #227db5;
}

input+.customCheckbox.customCheckboxSmall {
    background-image: url('../img/checkbox_small.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 10px 5px 30px;
}

input:checked+.customCheckbox.customCheckboxSmall {
    background-image: url('../img/checkbox_small_checked.png');
}


/* Custom Select */

.customSelectContainer.select2-container-active .select2-choice,
.customSelectContainer.select2-container-active .select2-choices {
    border: 1px solid #227DB5;
    border-radius: 0;
}

.customSelectContainer.select2-container .select2-choice span {
    margin-right: 40px;
}

.customSelectContainer.select2-container .select2-choice div {
    width: 33px;
}

.customSelectContainer.select2-container .select2-choice div b {
    background-image: url('../img/dropdown.png');
    background-position: left top;
}

.customSelectContainer.select2-container-active.select2-dropdown-open .select2-choice div b {
    background: none;
}

.customSelectContainer.select2-container .select2-choice {
    padding-top: 2px;
    padding-bottom: 3px;
    border: 1px solid #227DB5;
    border-radius: 0;
}

.customSelectDropdown.select2-drop {
    border: 1px solid #227DB5;
    border-top: none;
    border-radius: 0;
}

.customSelectDropdown .select2-search {
    display: none;
}

.customSelectDropdown .select2-results .select2-highlighted {
    background: #227DB5;
}

.orderButton {
    display: inline-block;
    padding: 15px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3b133;
    background-image: -webkit-linear-gradient(bottom, #f3b133, #f3cd33);
    background-image: -moz-linear-gradient(bottom, #f3b133, #f3cd33);
    background-image: -o-linear-gradient(bottom, #f3b133, #f3cd33);
    background-image: linear-gradient(to top, #f3b133, #f3cd33);
    background-repeat: repeat-x;
    background-position: 0 -60px;
    -webkit-box-shadow: 0 3px #b78c38;
    -moz-box-shadow: 0 3px #b78c38;
    box-shadow: 0 3px #b78c38;
    text-decoration: none;
    text-shadow: 1px 1px 1px #b78c38;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
}

.orderButton:hover {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background-position: 0 0;
    color: #fff;
}

.orderButton:active {
    margin-top: 2px;
    box-shadow: 0 -2px 0px #B78C38;
    /*transition: 0.2s linear;
    background-position: 0 0;
    background-image: -webkit-linear-gradient(top, #f3b133, #f3cd33);
    background-image: -moz-linear-gradient(top, #f3b133, #f3cd33);
    background-image: -o-linear-gradient(top, #f3b133, #f3cd33);
    background-image: linear-gradient(to bottom, #f3b133, #f3cd33);*/
}

.orderButton-green {
    display: inline-block;
    padding: 15px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #2dc638;
    background-image: -webkit-linear-gradient(bottom, #2dc638, #2cc535);
    background-image: -moz-linear-gradient(bottom, #2dc638, #2cc535);
    background-image: -o-linear-gradient(bottom, #2dc638, #2cc535);
    background-image: linear-gradient(to top, #2dc638, #2cc535);
    background-repeat: repeat-x;
    background-position: 0 -60px;
    -webkit-box-shadow: 0 3px #1f9b1d;
    -moz-box-shadow: 0 3px #1f9b1d;
    box-shadow: 0 3px #1f9b1d;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px #1f9b1d;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    box-sizing: border-box;
}

.orderButton-green:hover {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background-position: 0 0;
    color: #fff;
}

.orderButton-green:active {
    margin-top: 2px;
    box-shadow: 0 -2px 0px #1f9b1d;
    /*transition: 0.2s linear;
    background-position: 0 0;
    background-image: -webkit-linear-gradient(top, #2dc638, #2cc535);
    background-image: -moz-linear-gradient(top, #2dc638, #2cc535);
    background-image: -o-linear-gradient(top, #2dc638, #2cc535);
    background-image: linear-gradient(to bottom, #2dc638, #2cc535);*/
}

.orderButton-orange {
    display: inline-block;
    padding: 15px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff7b28;
    background-image: -webkit-linear-gradient(bottom, #ff7b28, #f87421);
    background-image: -moz-linear-gradient(bottom, #ff7b28, #f87421);
    background-image: -o-linear-gradient(bottom, #ff7b28, #f87421);
    background-image: linear-gradient(to top, #ff7b28, #f87421);
    background-repeat: repeat-x;
    background-position: 0 -60px;
    -webkit-box-shadow: 0 3px #b94700;
    -moz-box-shadow: 0 3px #b94700;
    box-shadow: 0 3px #b94700;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px #b94700;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    box-sizing: border-box;
}

.orderButton-orange:hover {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background-position: 0 0;
    color: #fff;
}

.orderButton-orange:active {
    margin-top: 2px;
    box-shadow: 0 -2px 0px #b94700;
    /*transition: 0.2s linear;
    background-position: 0 0;
    background-image: -webkit-linear-gradient(top, #ff7b28, #b94700);
    background-image: -moz-linear-gradient(top, #ff7b28, #b94700);
    background-image: -o-linear-gradient(top, #ff7b28, #b94700);
    background-image: linear-gradient(to bottom, #ff7b28, #b94700);*/
}

.printer {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
}

.printer img {
    display: block;
    float: left;
    margin-right: 10px;
}

.printer span {
    display: block;
    float: left;
}

.printer:hover {
    color: #227DB4;
    border-color: #46a4dc;
}

div.beautifulArea {
    background: #FBF3DF;
    margin: 0 -60px;
    padding: 20px 60px;
}

ul.beautifulList {
    list-style: none;
    background: #FBF3DF;
    margin: 0 -60px;
    margin-bottom: 20px;
    padding: 20px 60px;
}

ul.beautifulList li {
    background: url('../img/listItem.png') 40px center no-repeat;
    padding: 15px 20px 15px 100px;
}

ul.informer-list {
    list-style: none;
}

ul.informer-list li.informer-item {}

.conf-signature {
    display: inline-block;
    padding: 15px 0;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    clear: both;
}

.conf-signature i {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 20px;
    font-weight: bold;
    background-color: #fee09e;
    color: #9c7500;
}

.conf-signature a {
    color: #207EB2;
}

button:disabled,
input[type=submit]:disabled,
a:disabled,
#feedback-widget .formBlock .row .submitButton:disabled {
    background: #ccc !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

.autolinks {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 20px;
    margin-top: -55px;
    text-align: center;
    box-sizing: border-box;
}

.autolinks a {
    margin-right: 20px;
}

#consultationPopup h1.popupHeader,
#orderAddress1ClickPopup h1.popupHeader {
    display: block;
    margin-top: 40px;
    color: #207EB2;
    font-size: 24px;
    text-align: center;
    border: none;
}

#consultationPopup .popupComment,
#orderAddress1ClickPopup .popupComment {
    display: block;
    margin-bottom: 25px;
    padding: 0 55px;
    color: #333;
    font-size: 18px;
    text-align: center;
    border: none;
}

#consultationPopup .row,
#orderAddress1ClickPopup .row {
    margin-bottom: 10px;
    text-align: center;
}

#consultationPopup input[type=text],
#consultationPopup input[type=submit],
#consultationPopup textarea,
#orderAddress1ClickPopup input[type=text],
#orderAddress1ClickPopup input[type=submit],
#orderAddress1ClickPopup textarea {
    width: 260px;
    padding: 5px 10px;
}

#consultationPopup input[type=text],
#consultationPopup textarea,
#orderAddress1ClickPopup input[type=text],
#orderAddress1ClickPopup textarea {
    width: 240px;
    border: 1px solid #207EB2;
}

#consultationPopup .error input[type=text],
#consultationPopup .error textarea,
#orderAddress1ClickPopup .error input[type=text],
#orderAddress1ClickPopup .error textarea {
    border-color: crimson;
}

#consultationPopup .successText,
#orderAddress1ClickPopup .successText {
    padding: 20px;
    color: #0BBA57;
    font-size: 18px;
    text-align: center;
}

.form-loading {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease;
}

form.loading {
    position: relative;
}

form.loading .form-loading {
    position: absolute;
    z-index: 9800;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('/assets/images/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    visibility: visible;
}

#gSidebar {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50px;
    bottom: 0;
    left: 100%;
    width: 100%;
    text-align: right;
    background-color: #004e86;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.3s ease;
}

body.sidebar-opened #gSidebar {
    left: 0;
}

#gSidebar .sidebar-menu {
    margin: 0;
    padding: 20px 30px;
    list-style-type: none;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
}

#gSidebar .sidebar-menu a {
    text-decoration: none;
    color: #fff;
}

#gSidebar .sidebar-menu .menuItem.active a,
#gSidebar .sidebar-menu a:hover {
    color: #f7bb00;
}

#gSidebar .sidebar-menu .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
#gSidebar .sidebar-menu .menuItem.active .submenu ul a,
#gSidebar .sidebar-menu a:hover .submenu ul a,
#gSidebar .sidebar-menu .submenu ul a {
  color: #fff;
}
#gSidebar .sidebar-menu .menuItem.active .submenu ul .active a,
#gSidebar .sidebar-menu a:hover .submenu ul .active a,
#gSidebar .sidebar-menu .submenu ul .active a {
  color: #f7bb00;
}

#gSidebar hr {
    height: 2px;
    margin: 0 30px;
    background-color: #a0d7ff;
}

#gSidebar .sidebar-subMenu {
    margin: 0;
    padding: 20px 30px;
    list-style-type: none;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

#gSidebar .sidebar-subMenu a {
    text-decoration: none;
    color: #a0d7ff;
}

#gSidebar .sidebar-subMenu a:hover {
    color: #f7bb00;
}

#gSidebar .sidebar-contacts {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background-color: #003c68;
}

#gSidebar .sidebar-contacts a {
    color: #fff;
}

.table-responsive {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.float-btn--wa {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  inset: auto 9% 10% auto;
  background-color: #00d757;
  border-radius: 50%;
  transition: background-color .3s ease;
  animation: 1.6s pulse ease-out infinite;
}
.float-btn--wa:hover {
  background-color: #00b248;
}
.float-btn--wa:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}
.float-btn--wa:hover:after {
  box-shadow: 0 0 0 4px rgba(0, 215, 87, 0.3), 0 0 0 8px rgba(0, 215, 87, 0.2);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 215, 87, 0.3), 0 0 0 0px rgba(0, 215, 87, 0.2);
    transform: scale(1);
  }
  18% {
    box-shadow: 0 0 0 0px rgba(0, 215, 87, 0.3), 0 0 0 0px rgba(0, 215, 87, 0.2);
  }
  35% {
    transform: scale(1.08);
  }
  76% {
    transform: scale(0.96);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(0, 215, 87, 0), 0 0 0 27px rgba(0, 215, 87, 0);
    transform: scale(1);
  }
}

/* Media */

@media screen and (max-width: 1250px) {
    body {
        width: 100%;
    }

    #gWrapper,
    #gFooter {
        width: 100%;
    }
}
