.contact-page {
  float: right;
  margin: 70px 0 70px;
  padding: 60px 4.6%;
  box-sizing: border-box;
  width: 100%;
  max-width: 1735px;
  background: #dde4ee
}

.cp-l {
  float: left;
  width: 100%;
  max-width: 745px;
}

.cp-r {
  float: left;
  margin-left: 7%;
  width: 100%;
  max-width: 445px;
}

.cp-remark {
  display: inline-block;
  position: relative;
  padding-top: 45px;
  margin-right: 10%;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #091121;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.cp-remark::before {
  content: '';
  display: block;
  width: 9px;
  height: 28px;
  position: absolute;
  left: 4px;
  top: 0;
  transform: rotate(180deg);
  background: url('/images/icons/icon-arrow-down-contacts.png');
}

.cp-contacts {
  display: inline-block;
  vertical-align: top;
  margin: 0 8% 15px;
  color: #091121;
}

.cp-contacts h4 {
  display: inline-block;
  margin-bottom: 10px;

  font-weight: 500;
  font-size: 24px;
  color: #091121;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.cp-contacts p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #091121;
}
.cp-contacts a {
  color: #091121;
  cursor: pointer;
}
.cp-contacts div {
  font-weight: 400;
  font-size: 18px;
  color: #091121;
}

.cp-r h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #091121;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.ffl-wrapper input[type="text"],
.ffl-wrapper select {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  border: none;
  outline: 0;
  font-weight: 300;
  font-size: 14px;
  color: #091121;
  background: transparent;
  border-bottom: 1px solid;
  border-color: #757575;
  transition: color .5s, border-color .5s;
}
.fltr-categories select {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #757575;
}
.filters .accordion input[type="reset"] {
  outline: none;
  width: 100%;
  display: block;
  background: #040675;
  padding: 15px;
  color: #fff;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.file-wrapper {
  cursor: pointer;
  background: url('/images/icons/icon-attach.png') 99% 50% no-repeat;
}

.file-name {
  height: 27px;
  padding-right: 20px;
  padding: 3px;
  box-sizing: border-box;
  border: none;
  outline: 0;
  font-weight: 400;
  font-size: 14px;
  color: #091121;
  border-bottom: 1px solid;
  border-color: #757575;
  transition: border-color .5s;
}

.ffl-wrapper textarea {
  height: 45px;
  resize: none;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  border: none;
  outline: 0;
  font-weight: 300;
  font-size: 18px;
  color: #091121;
  background: transparent;
  border-bottom: 1px solid;
  border-color: #757575;
  transition: border-color .5s;
}

.ffl-wrapper input[type="text"]:focus,
.ffl-wrapper textarea:focus,
.form-bottom input:focus {
  color: #6532a0;
  border-color: #6532a0;
}

.ffl-wrapper input[type="file"] {
  display: none;
}

.ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 1rem;
  margin-bottom: 20px;
}

.ffl-wrapper .ffl-label {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: absolute;
  left: 3px;
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 16px;
}

.ffl-wrapper.ffl-area .ffl-label {
  top: 36px;
}

.ffl-wrapper.ffl-floated .ffl-label {
  top: 0;
}

.ffl-label {
  font-size: 13pt;
  color: #7F7F7F;
  line-height: 1.2;
}

.ffl-floated .ffl-label {
  color: #254E70;
  font-size: 0.90rem;
}

.file-wrapper:not(.file-picked) .ffl-label {
  top: 16px;
}

.file-wrapper.file-picked .ffl-label {
  top: 0;
}

.fb-wrapper {
  width: 85px;
  float: right;
}

.fb-label {
  padding-left: 20px;
  background: url('/images/icon-shield.png') 0 50% no-repeat;
}

.c-question {
  margin-right: 8px;
  font-weight: 300;
  font-size: 18px;
  color: #212121;
  display: inline-block;
}

.form-bottom input {
  width: 30px;
  height: 21px;
  padding: 3px;
  border: none;
  outline: 0;
  font-weight: 300;
  font-size: 18px;
  color: #212121;
  background: transparent;
  border-bottom: 1px solid;
  border-color: #757575;
  text-align: center;
  transition: border-color .5s;
}

.form-bottom button {

  border: none;
  outline: 0;
  cursor: pointer;
  transition: background-position .5s;
}


.spinner {
  width: 50px;
  float: left;
  display: none;
}

#quote-popup .spinner {
  float: right;
}

.form-thanks {
  padding: 20px;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid #077723;
  margin-bottom: 20px;
  background: #07772315;
}
.contact-map img {
  box-shadow: 0px 0px 13px 0px rgba(62, 101, 209, 0.22);
}

/* BEGIN CONTACT FORM CONTACT PAGE */
.common-form {
  padding: 5em;
}
.common-form.frm-registration {
  padding: 0em 5em;
  max-width: 1200px;
  margin: 0 auto;
}
.common-form .ffl-dsc {
  font-size: 14px;
  color: #969696;
  margin-bottom: 10px;
  display: block;
}
.common-form.po-box {
  padding: 0;
}
.common-form.po-box .ffl-row .ffl-wrapper {
  width: 90%;
}
.common-form h3{
  margin-bottom: 30px;
}
.common-form .ffl-row {
  margin-bottom: 25px;
}
.common-form .ffl-wrapper {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0;
}
.common-form .ffl-wrapper input[type="checkbox"] {
   /* width: 20px;
   height: 20px; */
   opacity: 0;
}
.f-checkbox label {
  font-size: 18px;
  padding-left: 35px;
  display: inline-block;
  user-select: none;
}
.f-checkbox label::before,
.f-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.f-checkbox label::before{
  height: 25px;
  width: 25px;
  border: 1px solid #d2d2d2;
  left: 0px;
  bottom: -2px;
}
.f-checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 9px;
  top: 5px;
}
.f-checkbox input[type="checkbox"] + label::after {
  content: none;
}
.f-checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.f-checkbox input[type="checkbox"]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.common-form .ffl-wrapper.captcha-wrapper {
  margin-bottom: 20px;
  margin-right: 55px;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.common-form .textarea-wrapper {
  margin: 25px 0;
}

.common-form .ffl-row .ffl-wrapper {
  width: 48%;
}
.common-form .ffl-row .ffl-wrapper:nth-child(odd) {
  float: left;
}
.common-form .ffl-row .ffl-wrapper:nth-child(even) {
  float: right;
}
.common-form .ffl-wrapper input[type="text"],
.common-form .ffl-wrapper input[type="password"],
.common-form .ffl-wrapper select
 {
  width: 100%;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  outline: 0;
}
.common-form .ffl-wrapper textarea {
  width: 100%;
  height: 170px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  outline: 0;
  resize: none;
}
.common-form .ffl-wrapper .ffl-label {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 15px;
  left: 15px;
  padding: 2px 5px;
  color: #757575;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.common-form .captcha-wrapper .ffl-label {
  left: 50%;
  transform: translateX(-50%);
}
.common-form .ffl-floated .ffl-label {
  top: -9px;
  background: #fff;
}
.common-form .cf-bottom {
  text-align: right;
}

.common-form .cf-submit {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
}
.common-form .cf-submit button {
  display: inline-block;
  outline: 0;
  border: none;
  cursor: pointer;
}
/* .common-form .cf-submit button:hover {
  background: #000;
} */
.common-form .spinner {
  display: none;
}
.common-form .success {
  display: none;
}
.common-form .spinner img {
  height: 48px;
}
.common-form .success img {
  height: 48px;
}


[role="tablist"] {
  background: #d3d3d3;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
[role="presentation"] {
  display: block;
}
[role="presentation"][data-tab-active] {
  background: #eec643;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  border-bottom: none;
}
[role="tab"] {
  /*   border: 3px solid transparent; */
  color: #fff;
  display: block;
  padding: 1rem 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  text-transform: uppercase;
  font-size: 20px;
}
[role="tab"]:focus {
  outline: 0;
  background-color: #eec643;
  box-shadow: inset 0 0 0 3px #eec643;
}
[role="tabpanel"] {
  padding: 0;
}
[role="tabpanel"] h2 {
  margin-top: 0;
}
[role="tabpanel"][aria-hidden="true"] {
  display: none;
}
[role="tabpanel"]:focus {
  outline: 0;
}
.lgp-in{
  display: inline-flex;
}
#login-popup.fancybox-content {
  padding: 0;
  box-shadow: 0.209px 2.993px 40.29px 10.71px rgba(20, 20, 20, 0.54);
}
#login-popup h3,
.login-popup__title {
    font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#login-popup p{
  font-size: 14px;
  color: #757575;
}
#login-popup span {
  color: #f89901;
  text-decoration: underline;
}
#login-popup {
  display: none;
  margin: 0 auto;
  max-width: 1000px;
}
#login-popup .common-form {
  padding: 0em;
}
#login-popup .common-form .ffl-wrapper {
  margin-bottom: 30px;
}
#login-popup .common-link {
  margin: 10px 0 30px;
  padding: 0 30px;
}
#login-popup .common-link::after {
  display: none;
}
#login-popup .lgp-r .common-form{
  padding: 0;
}
#login-popup .common-form .ffl-wrapper input {
  min-width: 250px;
}
.log-l .common-form {
  padding: 0;
}
.lgp-l {
  padding: 6em 4em;
}

.login-fields-wrapper {
  padding-top: 30px;
  position: relative;
}

.lo-signin-msg {
  position: absolute;
  top: -5px;
}

.lo-signin-msg div {
  padding: 3px 5px;
  color: #fff;
  background: rgb(228, 110, 110);
  border-radius: 5px;
  font-size: 12px;
}

.lgp-r {
  width: 60%;
  position: relative;
  background: url(/images/sign-in-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 400px;
}
.privacy A:link, .privacy A:visited {
  font-size: 10pt;
  color: #FF0000;
  text-decoration: underline;
}

@media (max-width: 1750px) {
  .contact-page {
   margin: 0;
  }
}


@media (max-width: 1445px) {
  .cp-r {
    float: right;
    margin-left: 1%;
  }
}

@media (max-width: 1350px) {
  .cp-l {
    width: 58%;
  }

  .cp-r {
    width: 49%;
  }
  .cp-contacts {
    margin: 0 8% 15px;
}
}

@media (max-width: 1260px) {
  .cp-l {
    width: 50%;
  }

  .contact-page {
    float: right;

  }
}

@media (max-width: 1200px) {
  .cp-remark {
    margin-right: 20px;
  }

  .cp-contacts {
    margin: 0 20px 15px;
  }
}

@media (max-width: 1035px) {
  .contact-page {
    padding: 60px 20px;
  }
  .cp-contacts {
    margin: 0 5px 15px;
}
}
@media (max-width: 940px) {
  .common-form {
    padding: 3em 0em 0em;
  }
  .common-form.frm-registration {
    padding: 0em 0em 0em;
  }
  .mng-acnt-tabs {
    margin: 0 auto;
  }
}
@media screen and (min-width: 940px) {
  [role="presentation"] {
    display: inline-block;
    width: 25%;
  }
  [role="presentation"][data-tab-active] [role="tab"]:after {
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eec643;
  }
}

@media (max-width: 850px) {
  .cp-l{
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  .cp-contacts {
    margin: 0 10% 15px;
}
  .cp-r {
    float: none;
    width: auto;
    margin: 0;
  }

  .contact-map {
    height: auto;
  }
  .lgp-r {
    display: none;
  }
}

@media (max-width: 680px) {
  .cp-contacts {
    margin: 0 5% 15px;
  }
}
#login-popup .common-form .ffl-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 500px){
.cp-contacts {
    margin: 0 1% 15px;
}
.common-form .ffl-row .ffl-wrapper {
  width: 100%;
}
.common-form .ffl-wrapper:first-child input{
  margin-bottom: 1em;
}
.articles .common-form .ffl-wrapper input{
  margin-bottom: 1em;
}
}
@media (max-width: 450px) {
  .cp-remark {
    display: none;
  }
  .lgp-l {
    padding: 3em 2em;
}
#login-popup .common-form .ffl-wrapper input {
  min-width: auto;
}
  .cp-contacts:not(:last-child) {
    margin: 0 20px 15px 0;
  }
}
.form-success {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border: 1px solid #328f20;
}