h2, h3, h4, h5, h6, b, .h-bold {
  font-family: 'OpenSansBold', sans-serif;
}

h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5, h6 {
  font-size: 17px;
  margin-bottom: 10px;
}

.section-main--pr {
  padding-bottom: 150px;
}

.headline--small {
  max-width: 460px;
  font-size: 12px;
}

.button--big {
  min-width: 222px;
}

.button--blue {
  background-color: #006AE8;
}

.button--blue:hover {
  background-color: #0D5DBD;
}

.button--light {
  color: #0072FA;
  border-color: #0072FA;
}

.button--light:hover {
  background-color: #0959b9;
  border-color: #0959b9;
}

.l-row--sec {
  flex-flow: row nowrap;
}

.l-col--sec {
  flex-basis: auto;
}

.l-col--no-shrink {
  flex-shrink: 0;
}

.l-col--flex-center {
  display: flex;
  justify-content: center;
}

.radio-c--pr {
  width: 100%;
}

.radio-c--pr .radio-c__in {
  padding: 0;
  border: none;
}

.radio-c--pr .radio-c__label {
  font-size: 12px;
  font-weight: normal;
  padding: 8px;
  text-transform: none;
  transition: .2s ease;
}

.radio-c--pr .radio-c__label::after {
  display: none;
}

.radio-c--pr input:checked + .radio-c__label {
  background: #4A97F1;
  box-shadow: 0 3px 9px rgba(0, 106, 232, 0.2);
}

.radio-c--pr input:checked + .radio-c__label,
.radio-c--pr input:checked + .radio-c__label span {
  font-family: 'OpenSansBold', sans-serif;
  color: #fff;
}

.tagline-h {
  font-size: 48px;
  line-height: 1.3;
}

.h-mb {
  margin-bottom: 60px;
}

.tabs-def--lg {
  margin-top: -57px;
}

.tabs-def__head--lg {
  background-color: transparent;
  box-shadow: none;
}

.tabs-def__title--lg {
  min-width: 285px;
  height: 57px;
  font-size: 17px;
  line-height: 1;
  padding: 20px 80px;
  color: #fff;
  background-color: #185CB1;
  margin-right: -10px;
  border: none;
  border-radius: 8px 8px 0 0;
}

.tabs-def__title--lg:hover {
  color: #fff;
  background-color: #2674d2;
}

.tabs-def__title--lg.active {
  color: #373737;
  background-color: #fff;
  z-index: 2;
}

.tabs-def__title--pr {
  font-size: 14px;
  text-transform: none;
  margin-right: 50px;
}

.tabs-def__title--pr sup {
  text-transform: uppercase;
}

.tab-inner {
  padding-top: 30px;
}

.tltp {
  color: #606A79;
  border-bottom: 2px dashed #606A79;
  cursor: help;
}

.ico-desc {
  display: inline-flex;
  align-items: center;
}

.ico-desc__img {
  flex-shrink: 0;
  margin-right: 10px;
}

.price {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.price--sec {
  max-width: 770px;
  margin: auto;
}

.price--flex {
  display: flex;
  flex-direction: column;
}

.price__head {
  position: relative;
  text-align: center;
  background-color: #F0F4FA;
  padding: 26px 30px;
  border-radius: 16px 16px 0 0;
}

.price__head-tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 15px;
  border-radius: 4px;
  background: linear-gradient(90deg, #FD7E2E 0%, #E4B407 107.14%);
}

.price__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: initial;
  margin: 0;
  text-transform: uppercase;
}

.price__title--dis {
  color: #91A8C2;
}

.price__title--lg {
  font-size: 24px;
  text-transform: none;
}

.price__title-s {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.price__title-s--mb {
  margin-bottom: 30px;
}

.price__title-tooltip {
  display: inline-block !important;
  width: 29px;
  height: 29px;
  margin-left: 5px;
  background: url(/res/images/pages/pricing/info-icon.svg) no-repeat center;
  cursor: help;
}

.price__content {
  padding: 40px;
}

.price__content--sec {
  padding: 50px 70px;
}

.price__content--lg {
  padding: 50px 40px;
}

.price__content--border-bottom {
  border-bottom: 1px solid #DEE8F9;
}

.price__content--full {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price__content-main {
  color: #606A79;
}

.price__sm {
  font-size: 12px;
  line-height: 1;
}

.price__pr {
  min-height: 64px;
  font-size: 64px;
  line-height: 1;
}

.price__tg {
  display: flex;
  align-items: center;
  max-width: 290px;
  font-size: 12px;
  padding: 6px;
  background-color: #F0F4FA;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto 35px;
}

.price__tg:last-child {
  margin-bottom: 0;
}

.price__sm-t {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price__list {
  margin-bottom: 30px;
}

.price__list li {
  position: relative;
  padding-left: 25px;
}

.price__list li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url(/res/images/pages/pricing/icon-check.svg) no-repeat center;
}

.price__headline {
  max-width: 250px;
  font-size: 24px;
  margin: 25px auto 56px;
}

.price__headline--sec {
  margin: 0 auto 30px;
}

.price__btn {
  width: 100%;
  color: #fff;
  background-color: #006AE8;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 4px;
}

.price__btn:hover {
  background-color: #4A97F1;
}

.btns {
  display: flex;
  margin: 0 -15px -30px;
}

.btns--center {
  justify-content: center;
}

.btns__item {
  margin: 0 15px 30px;
}

.btns__tip {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}

.sect-sw {
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px;
  border-radius: 16px;
  overflow: hidden;
}

.sect-sw__media {
  flex-shrink: 0;
  margin-right: 95px;
}

.list-pr {
  margin-bottom: 30px;
}

.list-pr li {
  position: relative;
  font-size: 21px;
  padding-left: 30px;
  margin-bottom: 8px;
}

.list-pr li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 13px;
  background: url(/res/images/pages/pricing/icon-check-blue.svg) no-repeat center;
}

.sect-gt {
  overflow: hidden;
}

.sect-gt__row {
  display: flex;
}

.sect-gt__col-left {
  width: 60%;
}

.sect-gt__col-right {
  width: 40%;
}

.sect-gt__left {
  position: relative;
  height: 100%;
  padding: 90px 90px 30px 0;
}

.sect-gt__right {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 70px 70px;
}

.sect-gt__left::after,
.sect-gt__right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: -1;
}

.sect-gt__left::after {
  right: 0;
  width: 60vw;
  background-image: url([web_p jpg= '/res/images/pages/pricing/bg-gartner.jpg' ]);
}

.sect-gt__right::after {
  left: 0;
  width: 45vw;
  background-image: url([web_p jpg= '/res/images/pages/pricing/bg-gartner-2.jpg' ]);
}

.sect-gt__pr {
  font-size: 30px;
  margin-bottom: 30px;
}

.sect-gt__sm {
  font-size: 12px;
}

.sect-gt sup {
  font-size: 20px;
  font-weight: normal;
}

.revb {
  display: flex;
  align-items: center;
}

.revb__highlight {
  font-size: 74px;
  line-height: 1.1;
}

.revb__desc {
  font-size: 21px;
  line-height: 1.3;
  text-align: left;
  margin-left: 15px;
}

.line-t {
  margin: 25px 0;
}

.sect-slider {
  padding: 0 50px;
  background-color: #F8F9FC;
}

.slider-review img {
  max-height: 80px;
}

.accordion__title,
.accordion-h__title {
  transition: color .2s ease;
}

.accordion__title:hover,
.accordion-h__title:hover {
  color: #0D79FA;
}

.accordion-h__item.is-active .accordion-h__content {
  padding-top: 14px;
}

.accordion__inner a {
  text-decoration: underline;
}

.accordion__inner a:hover {
  text-decoration: none;
}

.accordion--pr .accordion__item {
  position: relative;
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.accordion--pr .accordion__title {
  padding: 22px 50px 22px 20px;
  transition: .5s ease;
}

.accordion--pr .accordion__top {
  position: sticky;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  border-radius: 8px 8px 0 0;
  transition: .5s ease;
}

.table-pr {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.table-pr:last-child {
  border-bottom: none;
}

.table-pr--top {
  width: 100%;
}

.table-pr__highlight {
  flex-shrink: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  min-width: 450px;
  margin-right: 25px;
  border-radius: 8px;
}

.table-pr__highlight-in {
  background-color: #F8F9FC;
  padding: 10px;
}

.table-pr__txt {
  font-size: 14px;
  margin-right: 10px;
}

.table-pr__button {
  min-width: 160px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}

.table-pr__row {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-pr__col {
  width: 33.333%;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.table-pr__feat {
  flex-shrink: 0;
  min-width: 450px;
  font-size: 14px;
  margin-right: 25px;
}

.table-pr__feat a {
  font-size: 14px;
  color: #006AE8;
  text-decoration: underline;
}

.table-pr__feat a:hover {
  text-decoration: none;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #006AE8;
  border-radius: 50%;
  margin: auto;
}

.dot--grey {
  background-color: #D9E1EB;
}

.ft-hlp__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.ft-hlp__title {
  color: #006AE8;
  text-decoration: underline;
}

.ft-hlp__title:hover {
  text-decoration: none;
}

.note-pr {
  max-width: 770px;
  font-size: 14px;
  margin: 80px auto 20px;
}

.note-pr a {
  color: #006AE8;
  text-decoration: underline;
}

.note-pr a:hover {
  text-decoration: none;
}

.hint {
  border: 1px solid #006AE8;
  background: #fff url(/res/images/icons/ico-info-blue.svg) no-repeat center;
  margin-left: 5px;
}

.tooltip {
  z-index: 9999;
}

.js-price-opacity {
  position: relative;
}

.js-price-opacity::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
}

@media (max-width: 1399px) {
  .tabs-def__title--pr {
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .tabs-def__title--pr {
    font-size: 13px;
    margin-right: 20px;
  }

  .price__content {
    padding: 40px 20px;
  }

  .sect-sw {
    padding: 30px;
  }

  .sect-sw__media {
    margin-right: 30px;
  }

  .sect-gt__left {
    padding: 30px 30px 30px 0;
  }

  .sect-gt__right {
    padding: 30px 0 30px 30px;
  }
}

@media (max-width: 991px) {
  .section-main--pr {
    padding-bottom: 95px;
  }

  .tagline-h {
    font-size: 35px;
  }

  .title--large {
    font-size: 30px;
  }

  .l-row--sec {
    flex-flow: row wrap;
  }

  .l-col--sec {
    flex: 0 0 calc(100% - 30px);
  }

  .l-col--no-shrink {
    flex-shrink: 1;
  }

  .h-mb {
    margin-bottom: 30px;
  }

  .tabs-def__title--pr {
    font-size: 12px;
    margin-right: 15px;
  }

  .tabs-def--lg {
    margin-top: -37px;
  }

  .tabs-def__title--lg {
    min-width: auto;
    height: auto;
    padding: 10px 40px;
  }

  .btns {
    justify-content: center;
  }

  .sect-sw {
    flex-direction: column;
    padding: 40px 15px;
  }

  .sect-sw__media {
    margin: 0 auto 30px;
  }

  .sect-gt {
    background-color: #006AE8;
    text-align: center;
  }

  .sect-gt__row {
    flex-direction: column;
  }

  .sect-gt__left,
  .sect-gt__right {
    padding: 30px 0;
  }

  .sect-gt__col-left,
  .sect-gt__col-right {
    width: 100%;
  }

  .sect-gt__left::after,
  .sect-gt__right::after {
    background: none;
  }

  .revb {
    margin: auto;
  }

  .sect-slider {
    padding: 40px 15px;
  }

  .table-pr {
    padding: 20px 15px;
  }

  .table-pr--top {
    padding: 10px 15px;
  }

  .table-pr__highlight {
    min-width: auto;
    width: 220px;
    flex-direction: column;
    padding: 10px;
    margin-right: 15px;
    text-align: center;
  }

  .table-pr__txt {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .table-pr__feat {
    min-width: auto;
    width: 220px;
    margin-right: 15px;
  }

  .accordion--pr .accordion__title {
    padding: 20px 50px 20px 15px;
  }
}

@media (max-width: 767px) {
  .tabs-def__title--pr {
    margin-right: 0;
  }

  .tabs-def__title--lg {
    font-size: 14px;
  }

  .btns {
    flex-direction: column;
    align-items: center;
    margin-bottom: -15px;
  }

  .btns__item {
    margin-bottom: 15px;
  }

  .btns__tip {
    margin-top: 5px;
  }

  .sect-gt__pr {
    font-size: 25px;
  }

  .line-t {
    margin: 15px 0;
  }

  .accordion--pr .accordion__title {
    padding-left: 10px;
  }

  .table-pr {
    padding: 15px 10px;
  }

  .table-pr--top {
    padding: 10px;
  }

  .table-pr__col,
  .table-pr__txt {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .price__content {
    padding: 40px 15px;
  }

  .table-pr__highlight {
    width: 150px;
    padding: 5px;
    margin-right: 5px;
  }

  .table-pr__feat {
    width: 150px;
    margin-right: 5px;
  }

  .table-pr__feat a {
    display: inline-block;
    font-size: 13px;
  }

  .table-pr__button {
    min-width: auto;
    height: auto;
    font-size: 10px;
    padding: 8px 15px;
  }

  .table-pr__txt {
    font-size: 10px;
  }

  .table-pr--top {
    padding: 10px 5px;
  }

  .table-pr__col {
    font-size: 8px;
    margin-right: 5px;
  }

  .table-pr__col:last-child {
    margin-right: 0;
  }
}

.modal-form-pr .modal-dialog {
  width: 100%;
  max-width: 862px;
  background: #fff;
  background-size: cover;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.modal-form-pr .modal-content {
  background: transparent;
}

.modal-form-pr input.quote {
  background-color: #fff;
  border: none;
  padding: 12px !important;
  font-size: 13px !important;
  margin: 0 !important;
  height: 48px !important;
}

.modal-form-pr .wufoo-container input[type=email], .modal-form-pr .wufoo-container input[type=number], .modal-form-pr .wufoo-container input[type=tel], .modal-form-pr .wufoo-container input[type=text] {
  width: 100%;
}

.modal-form-pr .floater p {
  margin: 0 auto 5px;
}

.modal-form-pr .nkv-checkbox-old p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 3px;
  margin-left: 10px;
}

.modal-form-pr .wufoo-container {
  width: 100%;
  padding: 35px 30px;
  background: transparent;
}

/*.modal-form-pr .wufoo-container input {*/
/*border: 2px solid transparent !important;*/
/*}*/

.modal-form-pr .wufoo-container input[type=submit] {
  border: none !important;
  margin: 0 auto !important;
  width: auto;
  min-width: 200px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(270deg, #66AAFC 0%, #0D79FA 100%);
  border-radius: 8px;
}

.modal-form-pr .wufoo-container input[type=submit]:hover {
  color: #fff;
  background: linear-gradient(
    270deg, #66AAFC 0%, #0D79FA 100%);
}

.modal-form-pr .wufoo-container .error {
  border: 2px solid #ff5252 !important;
}

.modal-form-pr .w-label {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}

p.popup-title {
  font-weight: bold;
  font-size: 24px;
  color: #373737;
  padding-bottom: 30px;
  text-align: center;
}

.wufoo-container input {
  border: 1px solid #C5D2DF !important;
}

.wufoo-container textarea {
  border: 1px solid #C5D2DF;
  border-radius: 8px;
  max-height: 80px;
}


.modal-form-pr .wufoo-container input[type="checkbox"] {
  display: none;
}

.modal-form-pr .wufoo-container input[type="checkbox"].error + .form__checkbox-label::before {
  border-color: #ff5252;
}

.modal-form-pr .wufoo-container input[type="checkbox"]:checked + .form__checkbox-label::before {
  border-color: #0D79FA;
  background: #0D79FA url(/res/images/icons/ico-check.svg) no-repeat center;
}

.modal-form-pr .wufoo-container input[type="checkbox"]:disabled + .form__checkbox-label {
  color: #C8D3E1;
}

.modal-form-pr .wufoo-container .form__checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 11px;
  cursor: pointer;
  margin-bottom: 13px;
}

.modal-form-pr .wufoo-container .form__checkbox-label::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #D9E1EB;
  border-radius: 3px;
  margin-right: 10px;
}

.modal-form-pr .wufoo-container input[type=checkbox]:checked + label:after {
  background: none;
}

.modal-form-pr .wufoo-container input[type=checkbox] + label:before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.modal-form-pr .nkv-resell {
  margin-top: 15px;
  margin-bottom: 10px;
}

.modal-form-pr .submit_wrap {
  text-align: center;
}

.modal-form-pr .wufoo-container textarea {
  padding: 12px;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .modal-form-pr .wufoo-container label {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .modal-form-pr .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-form-pr .modal {
    padding-right: 0;
  }

  .modal-form-pr .wufoo-container {
    padding: 30px 15px;
  }

  .modal-form-pr .wufoo-container label {
    margin-bottom: 10px;
  }
}

@media (max-width: 385px) {
  .tabs-def__title--lg {
    padding: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

/*popup-form*/
.popup {
  border: 2px solid #fff;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 575px) {
  .popup {
    padding: 20px 0;
  }
}

.input-wrapper {
  display: flex;
  justify-content: space-between;
}

.form-input-col {
  width: 48%;
}

.wufoo-container input[type=email], .wufoo-container input[type=number], .wufoo-container input[type=tel], .wufoo-container input[type=text] {
  height: 40px;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #C5D2DF;
  display: inline-block;
}

.wufoo-container select {
  font-size: 13px;
}

.wufoo-container {
  background: #fff;
}

.popup #closepopup {
  margin: 0 0 0 -40px;
}

.popup input, .popup select {
  margin: 0 0 10px;
}

.popup input, .popup select {
  padding: 10px;
}

.wufoo-container.msp input[type=checkbox]:checked + label:after, form :disabled {
  background: #C5D2DF !important;
}

.popup input[type=submit] {
  margin: 15px auto 0;
  padding: 10px 42px;
}

.popup {
  max-width: 810px;
  width: 80%;
}

.wufoo-container label {
  width: 100%;
}

.wufoo-container input[type=checkbox] + label:before {
  border-color: #D9E1EB;
}

.wufoo-container input[type=checkbox]:checked + label:after, form :disabled {
  background: #2196f3;
}

.material {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wufoo-container.small-wufoo input, .wufoo-container.small-wufoo select {
  border-radius: 8px;
}

#closepopup {
  background: url(/res/images/close.svg);
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

select {
  background-color: #fff;
  cursor: pointer;
  background-image: url(/res/images/down.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  opacity: 0.95;
}

.ppopup {
  color: #ffffff !important;
}

.wufoo-container input[type=submit] {
  color: #fff;
  background: #FD7E2E;
  font-size: 11px;
  transition: 0.5s;
}

.wufoo-container input[type=submit]:hover {
  color: #fff;
  background: #fb6d00;
}

.popup-overlay {
  padding: 30px 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
}

/*popup-form*/

/*msp*/
section.msp {
  padding: 100px 0 0;
}

section.msp p {
  font-size: 17px;
  max-width: 550px;
  margin: 7px auto 0;
}

.wufoo-container.material.checkme.msp {
  width: 100%;
}

.modal-dialog.msp {
  width: 90%;
  max-width: 500px;
  margin: 10% auto;
}

.wufoo-container.material.checkme.msp {
  background: #fff;
  border-radius: 8px;
}

.modal-content {
  border-radius: 8px;
}

.msp input {
  width: 100% !important;
  border-color: #f1f5f9 !important;
  background: #f1f5f9;
  height: 40px;
}

p.title.msp {
  text-align: center;
  padding-bottom: 35px;
}

input.msp {
  width: 150px !important;
  font-size: 13px !important;
}

.modal-check-section.msp {
  padding: 15px 0px;
}

.modal-check-section.msp p {
  color: #000;
}

.wufoo-container.msp input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  left: 0;
  top: 6px;
  border-color: #2196f3;
}

.wufoo-container.msp input[type=checkbox]:checked + label:after, form :disabled {
  background: #2196f3;
}

.clspp.msp {
  background: url(/res/images/design-sprite.png) -42px -1px #ccc;
  top: 10px !important;
  left: 90% !important;
  opacity: .6;
  cursor: pointer;
  filter: grayscale(1);
}

/*msp*/

@media (min-width: 0px) and (max-width: 480px) {
  div#main {
    margin-top: 45px;
  }

  /*ppap*/
  p.title.vartitle {
    text-align: center;
  }

  .wufoo-container label {
    width: 100%;
    display: inline-block;
  }

  .wufoo-container.small-wufoo {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    margin: 20px auto 0;
    float: none;
  }

  .wufoo-container.small-wufoo {
    padding: 20px !important;
  }

  p.title {
    text-align: center;
  }

  .input-wrapper {
    flex-direction: column;
  }

  .form-input-col {
    width: 100%;
  }

  .wufoo-container.small-wufoo {
    margin: 0 auto;
  }

  .nkv-checkbox-old {
    margin-bottom: 0;
  }

  .popup.checkme.nkv-modal-skrl {
    width: 95%;
    height: auto;
    overflow: auto;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  div#main {
    margin-top: 45px;
  }

  .wufoo-container.small-wufoo {
    padding: 20px !important;
  }

  p.title {
    text-align: center;
  }

  .input-wrapper {
    flex-direction: column;
  }

  .form-input-col {
    width: 100%;
  }

  .wufoo-container.small-wufoo {
    margin: 0 auto;
  }

  .nkv-checkbox-old {
    margin-bottom: 0;
  }

  /*3*/
}

@media (min-width: 769px) and (max-width: 1024px) {
  div#main {
    margin-top: 45px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .wufoo-container.small-wufoo {
    padding: 20px !important;
  }

  p.title {
    text-align: center;
  }

  .wufoo-container.small-wufoo {
    padding-top: 0 !important;
  }
}
