.summ2 {
    display: inline  !important;
    font-weight: 300 !important;
    font-size: 18pt !important;
}
.first {
  color: #fff;
  height: 600px;
  background: url("../images/promo.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .first {
    height: 480px;
  }
}
.first h1 {
  font-weight: 300;
}
@media (max-width: 768px) {
  .first h1 {
    text-align: center;
    font-size: 36px;
  }
}
.first .container {
  height: 100%;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .first .container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 24px;
  }
}
.first .container .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.first .container .button.smart {
  display: none;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .first .container .button.smart {
    display: block;
  }
}
.first #top-calc {
  border-top: 1px solid #fff;
  border-bottom: 3px double #fff;
  padding: 0 15px;
  min-width: 290px;
}
@media (max-width: 768px) {
  .first #top-calc {
    display: none;
  }
}
.first #top-calc p {
  margin: 15px 0 10px;
  font-size: 1.2em;
  font-weight: 300;
  white-space: nowrap;
}
.first #top-calc header {
  font-size: 1.5em;
  margin: 15px 0;
  font-weight: 300;
}
.first #top-calc .sizes {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.first #top-calc .sizes div {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-right: 10px;
}
.first #top-calc .sizes div:after {
  content: 'x';
  position: absolute;
  top: 27px;
  left: 80px;
}
.first #top-calc .sizes div:last-child {
  margin-right: 0;
}
.first #top-calc .sizes div:last-child:after {
  content: '';
}
.first #top-calc label {
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
}
.first #top-calc input {
  color: #000;
  width: 70px;
  height: 34px;
}
.first .radio-block {
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.first .radio-block span {
  text-align: center;
  margin: 2px 1%;
  padding: 10px;
  display: block;
  font-size: 1.1em;
  cursor: pointer;
  width: 48%;
  float: left;
  box-sizing: border-box;
}
.first .radio-block span.selected {
  background-color: #fff;
  border-radius: 2px;
  color: #000;
}
.first button,
.first .button {
  width: 100%;
}
.second {
  text-align: center;
}
.second h2 {
  font-size: 22pt;
}
.second img {
  width: 160px;
}
.thrid {
  position: relative;
  background-color: #f1f1f1;
}
.thrid h2 {
  font-size: 42pt;
}
@media (max-width: 768px) {
  .thrid h2 {
    font-size: 30pt;
  }
}
.thrid #js_sized {
  padding: 24px 0 0 24px;
}
@media (max-width: 768px) {
  .thrid #js_sized .textblock {
    width: 100%;
  }
}
.thrid .container {
  width: 80%;
  height: 100%;
  margin: auto;
}
@media (max-width: 1023px) {
  .thrid .container {
    width: 100%;
  }
}
.thrid .container .textblock {
  padding-right: 10%;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1023px) {
  .thrid .container .textblock {
    padding-right: 16px;
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .thrid .container .textblock {
    width: 100%;
    padding-right: 0;
  }
}
.thrid .container .textblock h2 {
  margin-bottom: 21px;
}
.thrid #servises {
  width: 50%;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .thrid #servises {
    width: 100%;
    position: static;
  }
}
@media (max-width: 768px) {
  .thrid #servises {
    position: relative;
    width: 100%;
  }
}
.thrid #servises .image-box {
  position: relative;
  display: inline-block;
  width: 33.33%;
  background-color: #808080;
  overflow: hidden /* clearfix */;
  font-size: 18pt;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .thrid #servises .image-box {
    width: 100%;
    height: 120px;
    text-align: right;
    margin-bottom: 2px;
  }
}
.thrid #servises .image-box:before {
  content: " ";
  padding-top: 100%;
  float: left;
}
.thrid #servises .image-box:after {
  content: "";
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 99%);
  background-image: -o-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 99%);
  background-image: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 99%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .thrid #servises .image-box:after {
    background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 99%);
    background-image: -o-linear-gradient(right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 99%);
    background-image: linear-gradient(to-left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 99%);
  }
}
.thrid #servises .image-box span {
  display: inline-block;
  line-height: 1.3em;
  color: #fff;
  font-weight: 300;
  z-index: 1;
  position: relative;
}
@media (max-width: 1023px) {
  .thrid #servises .image-box span {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .thrid #servises .image-box span {
    margin-left: 45%;
  }
}
.thrid #servises .image-box:hover:after {
  background-color: rgba(36,192,181,0.5);
}
.four .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.four .row .columns {
  margin: 0;
  flex: 1;
  width: 23%;

}
.four .row .columns:first-child .step {
  padding-left: 0;
}
.four .row .columns:last-child .step {
  padding-right: 0;
  margin-left: 2%;
}
@media (max-width: 950px) {
  .four .row .columns:last-child {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .four .row .columns:last-child .name {
    padding: 26px 0;
    position: relative;
  }
  .four .row .columns:last-child .name > img {
    position: inherit;
    top: 0;
    right: 0;
    width: 200px;
    
  }
}
@media (max-width: 800px) {
  .four .row .columns:last-child .name > img {
    margin-right: 0;
  }
}
@media (max-width: 699px) {
  .four .row .columns:last-child {
    border: none;
  }
}
.four .step {
  padding: 0 5px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 1024px) {
  .four .step {
    padding: 0 5px;
  }
}
@media (max-width: 699px) {
  .four .step {
    padding: 0;
  }
}
.four .step.complite .name {
  color: #00c1b6;
}
.four .step.complite .inputbox {
  border: 1px solid #00c1b6;
}
@media (max-width: 699px) {
  .four .step.complite .inputbox {
    border: none;
  }
}
.four .step.one .inputbox input[type="radio"] + label {
  margin-left: 12px;
}
.four .step .name {
  text-align: center;
}
.four .step .name span {
  display: block;
  position: relative;
}
.four .step .name > span {
  font-size: 32pt;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 14px;
}
@media (max-width: 699px) {
  .four .step .name > span {
    display: none;
  }
}
.four .step .name p {
  font-weight: 300;
  font-size: 16pt;
  line-height: 1.2em;
}
@media (max-width: 699px) {
  .four .step .name p.mobile-only {
    margin: 20px 0;
  }
  .four .step .name p:not(.mobile-only) {
    margin-bottom: 0;
  }
}
.four .step .name .num {
  font-weight: 300;
  font-size: 18pt;
}
.four .step.last {
  border-left: 1px solid #dadada;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .four .step.last {
    border: none;
    padding-left: 0;
  }
}
.four .step.last .name {
  text-align: left;
}
.four .step.last .name > div {
  margin-bottom: 16px;
}
.four .step.last .name > div span {
  font-size: 1.2em;
}
.four .step.last .name > div .num {
  font-size: 18pt;
}
@media (max-width: 699px) {
  .four .step.last .name .total {
    margin: 16px 0;
    text-align: center;
  }
}
.four .step.last .summ {
  font-size: 24pt;
  font-weight: 600;
  display: block;
  line-height: 1em;
}
.four .step.last .summ svg {
  width: 24px;
  height: 24px;
}
.four .step.last .mass span,
.four .step.last .size span {
  line-height: 1.3em;
}
.four .step.two .radio,
.four .step.three .radio,
.four .step.last .radio {
  top: 17px;
  left: 20px;
}
.four .step.two .inputbox,
.four .step.three .inputbox,
.four .step.last .inputbox {
  padding: 0;
}
.four .step.two .inputbox header,
.four .step.three .inputbox header,
.four .step.last .inputbox header {
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.four .step.two .inputbox p,
.four .step.three .inputbox p,
.four .step.last .inputbox p {
  font-size: 10pt;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.four .step.two .inputbox .mobile-btn,
.four .step.three .inputbox .mobile-btn,
.four .step.last .inputbox .mobile-btn {
  position: relative;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 14px;
}
.four .step.two .inputbox .mobile-btn i,
.four .step.three .inputbox .mobile-btn i,
.four .step.last .inputbox .mobile-btn i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.four .step.two .inputbox .mobile-btn i img,
.four .step.three .inputbox .mobile-btn i img,
.four .step.last .inputbox .mobile-btn i img {
  width: 18px;
  height: 24px;
  padding: 15px 12px;
}
.four .step.two .inputbox .line,
.four .step.three .inputbox .line,
.four .step.last .inputbox .line {
  padding: 8px 14px;
}
.four .step.two .inputbox .line input[type="radio"]:before,
.four .step.three .inputbox .line input[type="radio"]:before,
.four .step.last .inputbox .line input[type="radio"]:before {
  top: 6px;
}
.four .step.two .inputbox .line:first-child,
.four .step.three .inputbox .line:first-child,
.four .step.last .inputbox .line:first-child {
  border-top: 0;
}
@media (max-width: 699px) {
  .four .step.two .modal,
  .four .step.three .modal,
  .four .step.last .modal {
    position: fixed;
    
    padding: 30px;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.3s left ease;
    right: 0;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0);
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0);
    overflow: auto;
  }
  .four .step.two .modal.slided,
  .four .step.three .modal.slided,
  .four .step.last .modal.slided {
    left: 0;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3);
  }
  .four .step.two .modal button,
  .four .step.three .modal button,
  .four .step.last .modal button {
    display: block;
    margin: 20px auto;
  }
  .four .step.two .modal p,
  .four .step.three .modal p,
  .four .step.last .modal p {
    font-size: 0.8em;
    margin-bottom: 1em;
  }
  .four .step.two .modal > div:last-of-type,
  .four .step.three .modal > div:last-of-type,
  .four .step.last .modal > div:last-of-type {
    border-bottom: 1px solid #dadada;
  }
}
.four .step.two > .name > span:after,
.four .step.three > .name > span:after,
.four .step.last > .name > span:after {
  content: '';
  position: absolute;
  width: 84%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjFFOTk2RDEwRjNDMTFFN0FCRTNERTk1MzNFMThGRUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjFFOTk2RDAwRjNDMTFFN0FCRTNERTk1MzNFMThGRUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5NDBhNjE3NC0wZjNjLTExZTctOTI3NC1kNTY3ZmRhYTI0MmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5NDBhNjE3NC0wZjNjLTExZTctOTI3NC1kNTY3ZmRhYTI0MmIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6/ZLH3AAAABlBMVEUAwrf///+2qVJFAAAAAnRSTlP/AOW3MEoAAAAKSURBVAgdY+AHAAARABAuC9J0AAAAAElFTkSuQmCC");
  height: 2px;
  left: -45%;
  top: 20px;
}
@media (max-width: 1023px) {
  .four .step.two > .name > span:after,
  .four .step.three > .name > span:after,
  .four .step.last > .name > span:after {
    left: -43%;
  }
}
@media (max-width: 699px) {
  .four .step.two > .name > span:after,
  .four .step.three > .name > span:after,
  .four .step.last > .name > span:after {
    display: none;
  }
}
.four .step.two > .name p,
.four .step.three > .name p,
.four .step.last > .name p {
  margin-bottom: 12px;
}
.four .step.two > .name p.desktop-only,
.four .step.three > .name p.desktop-only,
.four .step.last > .name p.desktop-only {
  margin-bottom: 2.5rem;
}
.four .step.last > .name > span:after {
  background: unset;
  width: 0;
}
.four .step.last .modal p {
  font-size: 1em;
}
.four .step.last .modal button {
  width: 100%;
}
.four .step.last .modal .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: auto;
}
.four .step.last .modal .mobile-order {
  border: none;
}
.four .step.last .modal .mobile-order input {
  border: 1px solid #000;
  width: 100%;
  padding: 5px;
  height: 30px;
}
.four .step.last .modal .mobile-order p {
  text-align: center;
}
.four .step.last .modal .name {
  text-align: center;
word-wrap: break-word;
}
.four .step.last .modal .name h4 {
  font-size: 3.4rem;
}
.four .step.last .modal .name .total span,
.four .step.last .modal .name .mass span,
.four .step.last .modal .name .size span {
  font-size: 2.4rem;
}
.four .step.last .modal .name .total .summ,
.four .step.last .modal .name .mass .summ,
.four .step.last .modal .name .size .summ,
.four .step.last .modal .name .total .num,
.four .step.last .modal .name .mass .num,
.four .step.last .modal .name .size .num {
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 950px) {
  .four .step.three {
    padding: 0 0 0 5px;
  }
}
.four .inputbox,
.four .modal {
  border: 1px solid #dadada;
  padding: 14px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media (max-width: 699px) {
  .four .inputbox,
  .four .modal {
    border: none;
    padding: 14px 0 0;
  }
}
.four .inputbox label,
.four .modal label {
  font-weight: normal;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.four .inputbox input,
.four .modal input {
  margin: 0;
}
.four .inputbox .subblock,
.four .modal .subblock {
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.four .inputbox .subblock {
  margin-bottom: 15px;
}
@media (max-width: 699px) {
  .four .inputbox .subblock,
  .four .modal .subblock {
    margin-bottom: 0;
  }
  .four .inputbox .subblock.inputs .line label,
  .four .modal .subblock.inputs .line label {
    width: 70px;
    text-align: right;
  }
}
.four .inputbox input[type="number"],
.four .modal input[type="number"] {
  width: 90px;
  border: none;
  border-bottom: 1px solid #808080;
  margin: 0 0 0 5px;
  height: 24px;
  padding: 0 5px 0 0;
}
@media (max-width: 1023px) {
  .four .inputbox input[type="number"],
  .four .modal input[type="number"] {
    width: 70px;
  }
}
@media (max-width: 699px) {
  .four .inputbox input[type="number"],
  .four .modal input[type="number"] {
    width: 135px;
  }
}
.four .inputbox .radio,
.four .modal .radio {
  display: block;
  top: 17px;
  left: 7px;
  visibility: visible;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.four .inputbox .radio .radio,
.four .modal .radio .radio {
  top: 17px;
  left: 7px;
}
.four .inputbox .radio:after,
.four .modal .radio:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0,0,0,0.5);
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -7px;
}
.four .inputbox input[type="radio"],
.four .modal input[type="radio"] {
  visibility: hidden;
}
.four .inputbox input[type="radio"] + label,
.four .modal input[type="radio"] + label {
  margin: 0;
  margin-left: 20px;
}
.four .inputbox input[type="radio"]:checked + label .radio,
.four .modal input[type="radio"]:checked + label .radio {
  background-color: #000;

}
.four .inputbox input[type="radio"]:checked + label .radio:after,
.four .modal input[type="radio"]:checked + label .radio:after {
  border: 2px solid #00c2b7;
}
.four .inputbox .checkbox,
.four .modal .checkbox {
  display: block;
  top: 14px;
  left: 14px;
  content: ' ';
  visibility: visible;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 10%;
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.4);
}
.four .inputbox input[type="checkbox"],
.four .modal input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.four .inputbox input[type="checkbox"]:checked + label .checkbox,
.four .modal input[type="checkbox"]:checked + label .checkbox {
  background: url("../images/check.png") #00c2b7;
  box-shadow: 0px 0px 0px 2px #00c2b7;
}
.four .inputbox input[type="checkbox"] + label,
.four .modal input[type="checkbox"] + label {
  padding-left: 20px;
  padding-right: 10px;
  line-height: 1.2em;
  margin: 5px 0 3px 10px;
  font-size: 15px;
}
.four .inputbox .line,
.four .modal .line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
  position: relative;
}
@media (max-width: 768px) {
  .four .modal .line {
    justify-content: center;
  }
  .four .inputbox .line label,
  .four .modal .line label {
    margin-right: 16px;
  }
}
.four .inputbox .line.bordered,
.four .modal .line.bordered {
  background-color: #fff;
  border-top: 1px solid #dadada;
  padding: 10px;
}
@media (max-width: 768px) {
  .four .inputbox .line.bordered,
  .four .modal .line.bordered {
    padding: 14px;
  }
  .four .inputbox .line.bordered .radio,
  .four .modal .line.bordered .radio {
    top: 21px;
    left: 15px;
  }
}
.four .inputbox .line.bordered:last-child,
.four .modal .line.bordered:last-child {
  
}
.four .inputbox .line.disabled input,
.four .modal .line.disabled input,
.four .inputbox .line.disabled label,
.four .modal .line.disabled label {
  opacity: 0.4;
}
.four .sendform {
  margin: 24px 0;
}
.four .sendform > div:first-child {
  text-align: right;
}
.four .sendform > div:last-child {
  text-align: left;
}
.four .sendform .columns {
  margin: 0 15px;
}
.four .sendform input {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
}
.four .sendform input.error {
  border: 1px solid #f00;
}
.four .sendform button {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .four .sendform button {
    width: 100%;
  }
}
.four .info {
  font-size: 0.9em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 699px) {
  .four .info {
    display: none;
  }
}
.four .info > div {
  display: inline-block;
}
.four .info > div img {
  width: 24px;
  display: block;
  padding: 6px;
}
.four .info p {
  display: inline-block;
  line-height: 1.4em;
}
.five {
  background-color: #f1f1f1;
  text-align: center;
}
.five .container .row {
  display: flex;
  flex-flow: row wrap;
}
.five .container .row > div {
  width: 33.33%;
  position: relative;
  padding: 8px 15px;
}
.five .container .row > div > img.desktop-only {
  position: absolute;
  top: 0;
  right: -10px;
}
@media (max-width: 768px) {
  .five .container .row > div {
    width: 100%;
  }
  .five .container .row > div h3 {
    font-size: 1.4em;
  }
  .five .container .row > div p {
    font-size: 0.85em;
  }
  .five .container .row > div:last-child {
    margin-right: 0;
  }
  .five .container .row .desktop-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .five .columns {
    text-align: left;
  }
  .five .columns > div {
    padding:0 0 0 63px;
  }
  .five .columns img {
    height: unset;
    padding: 0;
    float: left;
    width: 48px;
    box-sizing: border-box;
  }
  .five .columns p {
    line-height: 1.2em;
  }
  .five .container .row > div{
    padding-left: 0 !important;
  }
}
.five h2 {
  text-align: left;
}
.five h3 {
  font-size: 20pt;
}
@media (max-width: 768px) {
  .five h3 {
    font-size: 16pt;
    margin-bottom: 14pt;
  }
}
.five .row {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
@media (max-width: 768px) {
  .five .row {
    padding: 12px 0;
    flex-flow: column nowrap;
  }
}
.five .lower {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .five .lower {
    margin: 0 auto;
  }
}
.five img {
  height: 60px;
  padding: 10px;
}
.five .columns {
  margin: 0;
}
.six h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .six h2 {
    text-align: left;
  }
}
.six .columns {
  min-height: 1px;
}
.six textarea {
  width: 100%;
  min-height: 200px;
}
@media (max-width: 768px) {
  .six textarea {
    min-height: 100px;
  }
}
.six textarea + p {
  margin: 10px 0 5px;
}
.six input {
  min-width: 100%;
}
@media (max-width: 768px) {
  .six input {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .six button {
    display: block;
    margin: 12px auto;
  }
}

@media (max-width: 768px){
  .four .mobile-only{
    display: none !important;
  }
  .four .desktop-only {
    display: block !important;
  }
}


.four .step.three .inputbox article a:hover,
.four .step.two .inputbox article a:hover{
  text-decoration: none;
}
.four .step.three .inputbox article a,
.four .step.two .inputbox article a{
  color: #00a79b;
  text-decoration: underline;
}
.four .step.three .inputbox article p,
.four .step.two .inputbox article p{
  line-height: 1.25;
  font-size: 18px;
}
.four .step.three .inputbox article header,
.four .step.two .inputbox article header{
  font-size: 24px;
  line-height: 1.25;
}

@media screen and (min-width: 699px) and (max-width: 915px) {
  .four .row .columns:last-child .name > img{
    width: 100%;
  }
  .four .row .columns:last-child .step {
    padding-left: 10px;
  }
  .four .step.two .inputbox .line,
  .four .step.three .inputbox .line,
  .four .step.last .inputbox .line,
  .four .inputbox, .four .modal{
    padding:8px 10px 8px 14px;
  }
  .four .inputbox .radio:after,
  .four .modal .radio:after{
    width: 14px;
    left: -4px;
    top: -4px;
    height: 14px;
  }
  .four .step .name p{
    font-size: 14pt;
  }
  .four .step.two .inputbox header,
  .four .step.three .inputbox header,
  .four .step.last .inputbox header{
    line-height: 15px;
    font-size: 0.8em;
    margin-top: 7px;
  }
  .four .step.two .inputbox p,
  .four .step.three .inputbox p,
  .four .step.last .inputbox p{
    font-size: 8pt;
  }
  .four .inputbox input[type="radio"] + label,
  .four .modal input[type="radio"] + label{
    margin-left: 7px;
  }
  .four .inputbox input[type="checkbox"] + label,
  .four .modal input[type="checkbox"] + label{
    line-height: 15px;
    font-size: 0.8em;
    margin:6px 0 0 7px;
  }
  .four .inputbox .checkbox,
  .four .modal .checkbox{
    width: 15px;
    height: 15px;
  }
  .four .step.three{
    padding: 0;
  }
  .four .inputbox .line.bordered .radio,
  .four .modal .line.bordered .radio {
    top: 17px;
    left: 12px;
  }
  .four .inputbox input[type="checkbox"]:checked + label .checkbox,
  .four .modal input[type="checkbox"]:checked + label .checkbox{
    background-size: contain;
  }

  .four .hint{
    float: right;
  }
  .four .inputbox .line label, .four .modal .line label{
    font-size: 0.8em;
  }
  .four .inputbox .line label,
  .four .modal .line label{
    margin-right: 7px;
  }
  .four .inputbox .line, .four .modal .line{
    padding:5px 0;
  }
  .four .inputbox input[type="number"],
  .four .modal input[type="number"]{
    width: 44px;
  }
  .four .inputbox .subblock,
  .four .modal .subblock{
    border-bottom: none;
  }
  .four .inputbox .line.bordered,
  .four .modal .line.bordered{
    padding:11px 5px 9px 13px;
  }
  .four .step.one .inputbox input[type="radio"] + label{
    font-size: 0.8em;
  }
  .four .info p{
    font-size: 0.8em;
  }
  .four .step.last .name > div span{
    font-size: 1.1em;
  }

  .four .step.three .inputbox article p,
  .four .step.two .inputbox article p{
    font-size: 12px;
  }
  .four .step.three .inputbox article header,
  .four .step.two .inputbox article header{
    font-size: 15px;
    margin-top: 0;
  }
}

@media (max-width: 699px){
  .four .mobile-only{
    display: block !important;
  }
  .four .desktop-only {
    display: none !important;
  }
  .four .row .columns{
    width: 100%;
  }
  .four .row{
    display: block;
  }
  .four .inputbox input[type="number"], .four .modal input[type="number"]{
    width: 114px;
  }
  .four .sendform .columns,
  .four .sendform .columns button{
    margin: 0;
  }

  .four .inputbox input[type="checkbox"] + label,
  .four .modal input[type="checkbox"] + label{
    margin:-1px 0 0 16px;
  }
  .four .step.three .inputbox article p,
  .four .step.two .inputbox article p{
    line-height: 1.25;
    font-size: 18px;
  }
  .four .step.three .modal article a:hover,
  .four .step.two .inputbox article a:hover{
    text-decoration: none;
  }
  .four .step.three .modal article a,
  .four .step.two .modal article a{
    color: #00a79b;
    text-decoration: underline;
  }
  .four .step.three .modal article p,
  .four .step.two .modal article p{
    line-height: 1.25;
    font-size: 18px;
  }
  .four .step.three .modal article header,
  .four .step.two .modal article header{
    font-size: 24px;
    line-height: 1.25;
  }
}

#header #mobile-menu input.error{
  position: static;
}