body {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #242424;
    background-color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, ul, form, ol {
	margin: 0;
}
p {
    margin-bottom: 30px;
}
p:last-of-type {
    margin-bottom: 0;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.container {
	max-width: 1118px;
    padding: 0px 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.container>*:last-of-type {
    margin-bottom: 0;
}
.main-header,
.steps__inner,
.upper-part,
.choose__inner,
.certified__inner,
.price__inner,
.top-footer__inner,
.copyright__inner,
.contact__inner,
.recent__inner,
.offer__inner {
    display: grid;
    width: 100%;
    margin: 0 auto;
}
.price .price__inner-det p:empty:before {
    content: none;
}
.main-title,
.contact__inner--reach h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.button-primary,
.button-default,
.button-secondary,
input[type="submit"] {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.button-primary,
input[type="submit"] {
    background-color: #54C9EA;
    padding: 13px 33px;
}
.button-default {
    background-color: transparent;
    padding: 11px 48px;
    border: 2px solid #fff;
}
.button-secondary {
    background-color: #3B57A7;
    padding: 13px 50px;
}
.steps__inner .content__inner--det ol,
.choose__inner>div ul,
.top-footer ul {
    list-style: none;
    padding-left: 0;
}
.button-primary:hover,
.button-default:hover,
.button-secondary:hover,
input[type="submit"]:hover {
    background-color: #242424;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
input[type="text"], textarea, input[type="submit"], select, input, label {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    width: 100%;
    font-size: 16px;
}
input[type="text"], textarea, select {
    background-color: #fff;
}
textarea, select, input {
    border: 1px solid #D6D6D6;
    padding: 14px 18px;
}
input::placeholder, textarea::placeholder {
    color: #D6D6D6;
    font-size: 16px;
}
select option {
    color: #242424;
    text-transform: capitalize;
}
select {
    appearance: none;
    background-image: url(../img/arrow-bottom.svg);
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #D6D6D6;
    text-transform: capitalize;
}
label {
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
input[type="submit"] {
    border: none;
    margin-top: 24px;
    cursor: pointer;
    padding: 15px 18px;
}
input[type="file" i]::-webkit-file-upload-button {
    float: right;
    color: #54C9EA;
    font-weight: 700;
    border: none;
    background: none;
}

#nav-icon1 {
  width: 33px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #54C9EA;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 11px;
}
#nav-icon1 span:nth-child(2) {
  top: 21px;
}
#nav-icon1 span:nth-child(3) {
  top: 32px;
}
#nav-icon1.open span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar,
.navbar ul {
    display: flex;
    justify-content: center;
}
.navbar,
.navbar nav,
.certified__inner--det {
    margin-top: auto;
    margin-bottom: auto;
}
.navbar ul {
    list-style: none;
    padding-left: 0;
}
.navbar,
.upper-part>div:last-of-type,
.copyright__inner--right {
    -ms-grid-column-align: end;
    justify-self: end;
}
.navbar nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.navbar .button-primary:hover {
    border: 2px solid #fff;
    padding: 11px 15px;
}
.main-banner,
.steps,
.story,
.calculate,
.quote-success {
    position: relative;
}

.navbar .button-primary {
    padding: 13px 17px;
}
.main-header {
    grid-template-columns: 216px auto;
}
.navbar nav ul li {
    padding-right: 45px;
}
header {
    position: unset;
    padding-bottom: 18px;
    padding-top: 18px;
}
.home header {
    padding-top: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: unset;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #242424;
    padding-top: 18px;
}

.main-banner {
    height: 565px;
}
.main-banner__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.main-banner__inner h1 {
    color: #fff;
    font-size: 80px;
    line-height: 96px;
}
.main-banner__inner h2 {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 300;
}
.button-grp {
    margin-top: 35px;
}
.button-grp>*:not(:first-of-type) {
    margin-left: 18px;
}
.steps {
    margin-top: 80px;
}
.home .steps,
.choose {
    margin-top: 40px;
}
.page-template-services .steps {
    margin-top: 80px;
}
.story,
.envelopes,
.contact,
.recent,
.offer,
.calculate,
.quote-success {
    margin-top: 50px;
}

.content__inner--det {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content__inner--det p,
.content__inner--img p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
.story .content__inner--det p,
.story .content__inner--img p {
    line-height: 32px;
}
.content__inner--det h3 {
    font-size: 38px;
}
.content-left .content__inner--img>img:first-of-type,
.content-right .content__inner--img>img:first-of-type {
    position: absolute;
    max-width: calc(55% - 107px);
    height: 100%;
}
.content-left .content__inner--img>img {
    right: 0;
}
.content-right .content__inner--img>img {
    left: 0;
}
.content-left .content__inner--img img,
.content-right .content__inner--img img {
    width: 100%;
    object-fit: cover;
}
.content-left .content__inner--img>img:first-of-type {
    clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.content-right .content__inner--img>img:first-of-type {
    clip-path: polygon(0% 0%, 96% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 96% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 96% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0% 0%, 96% 0%, 100% 100%, 0% 100%);
}

.steps__inner .content__inner--img img {
    filter: grayscale(100%);
}
.story .steps__inner .content__inner--img img,
.calculate .steps__inner .content__inner--img img {
    filter: none;
}
.steps__inner .content__inner--det ol,
.steps__inner .content__inner--det table {
    margin-bottom: 40px;
    margin-top: 35px;
}
.steps__inner .content__inner--det ol {
    counter-reset: item;
}
.steps__inner h3 {
    margin-bottom: 12px;
}
.steps__inner .content__inner--det ol li {
    counter-increment: item;
    font-size: 26px;
    font-weight: 300;
}
.steps__inner .content__inner--det ol li:not(:last-of-type) {
    margin-bottom: 18px;
}
.steps__inner .content__inner--det ol li:before {
    margin-right: 20px;
    content: counter(item);
    background: #3B57A7;
    border-radius: 100%;
    color: white;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.steps__inner .content__inner--det .button-grp {
    margin-top: 28px;
}
.steps__inner .content__inner--det h4 {
    font-weight: 700;
    font-size: 22px;
}

.story .steps__inner {
    grid-column-gap: 44px;
}
.story .content-right .content__inner--img>img:first-of-type {
    max-width: calc(57% - 44px);
}

.choose {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 70px;
}

.upper-part {
    grid-template-columns: 50% 50%;
}

.choose__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
}
.choose .main-title {
    color: #3B57A7;
    margin-bottom: 0;
}
.choose__inner div.choose__inner--det {
    text-align: center;
    border: 2px solid #3B57A7;
    padding: 32px 20px;
    margin-top: 40px;
}
.choose__inner div.choose__inner--det * {
    color: #3B57A7;
}
.choose__inner div.choose__inner--det h4 {
    font-size: 72px;
    line-height: 86px;
}
.choose__inner div.choose__inner--det p {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 5px;
}
.choose__inner div.choose__inner--det ul li {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.choose__inner div.choose__inner--det:hover {
    background-color: #54C9EA;
    border-color: #54C9EA;
}
.choose__inner div.choose__inner--det:hover svg path {
    fill: #fff;
}
.choose__inner .button-primary {
    margin-top: 18px;
    width: 100%;
}

.certified {
    margin-top: 25px;
    margin-bottom: 25px;
}
.page-template-services .certified {
    margin-top: 100px;
    margin-bottom: 0;
}
.certified>.container {
    max-width: 915px;
}
.certified__inner {
    grid-template-columns: 145px auto;
    grid-column-gap: 60px;
}
.certified__inner--det>* {
    margin-bottom: 0;
    color: #4C8900;
}
.certified__inner--det p {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
}

.price {
    padding-top: 65px;
    padding-bottom: 65px;
}
.price__inner {
    grid-template-columns: 40%;
}
.price *,
.top-footer *,
.choose__inner div.choose__inner--det:hover * {
    color: #fff;
}
.price .main-title {
    margin-bottom: 15px;
}
.price p {
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
}

.page-template-services .top-footer {
    margin-top: 60px;
}
.top-footer ul li:not(:last-of-type) {
    margin-bottom: 18px;
}
.top-footer * {
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
}
.top-footer {
    background-color: #3B57A7;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.top-footer__inner {
    grid-template-columns: 36% 12% auto;
    grid-column-gap: 70px;
}
.top-footer__inner--menu a {
    text-transform: uppercase;
}
.top-footer__inner--logo {
    margin-bottom: 20px;
}
.top-footer__inner--cta ul li img {
    display: inline-block;
    margin-right: 15px;
}
.top-footer__inner--map {
    position: absolute;
    right: 0;
    left: calc(48% + 147px);
    top: 0;
    bottom: 0;
}
.top-footer__inner--map iframe,
.contact__inner--map iframe {
    width: 100%;
}
.top-footer__inner--map iframe {
    height: 100%;
}
.contact__inner--map iframe {
    height: 539px;
}

.copyright {
    padding-bottom: 15px;
}
.copyright__inner * {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.copyright__inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
}
.copyright__inner--left p {
    color: #959595;
}
.copyright__inner--right * {
    color: #242424;
}

.sub-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sub-banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
}

.envelopes .choose__inner div.choose__inner--det {
    margin-top: 20px;
}

.contact__inner {
    grid-template-columns: 57.75% auto;
    grid-column-gap: 54px;
}
.contact__inner--reach {
    padding: 32px 45px 16px 45px;
    border: 1px solid #D6D6D6;
}
.contact__inner--reach h3 {
    margin-bottom: 15px;
}
.contact__inner--reach textarea {
    height: 130px;
}

.contact__inner--cta>div {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
}
.contact__inner--cta>div span {
    color: #242424;
    padding-left: 15px;

}
.contact__inner--cta>div img {
    display: inline-block;
}

.recent .main-title,
.offer .main-title {
    margin-bottom: 25px;
}
.recent__inner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
}
.recent__inner>div,
.offer__inner>div {
    margin-top: 25px;
    border: 1px solid #c0cdd5;
}
.recent__inner>div img {
    width: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal.active {
    display: block;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 1000px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-content .mySlides img {
    height: calc(100vh - 100px);
    margin-left: auto;
    margin-right: auto;
}
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.95);
}

.offer__inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}
.card-img img {
    height: 165px;
    object-fit: cover;
    width: 100%;
}
.card-default .card-det {
    /*border: 1px solid #E6E6E6;*/
    border-top: none;
    padding: 22px 25px 32px 25px;
}
.card-det p {
    color: #242424;
}
.card-det h4 {
    color: #3B57A7;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 32px;
    text-transform: uppercase;
}
.card-det .button-primary {
    margin-top: 25px;
}

.calculate .content__inner--img>img:first-of-type {
    height: 365px;
}
.calculate,
.quote-success {
    margin-bottom: 50px;
}
.steps__inner.content-right {
    grid-template-columns: auto 41%;
}
.steps__inner.content-left {
    grid-template-columns: 41% auto;
}
.steps__inner {
    grid-column-gap: 107px;
}
.content__inner--img>img + * {
    margin-top: 404px;
}
.content__inner--img h4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.content__inner--img ul li {
    font-size: 26px;
    font-weight: 300;
    padding-left: 10px;
}
.content__inner--img ul {
    list-style-image: url('../img/arrow-right.svg');
    padding-left: 22px;
}

.steps__inner .content__inner--det ol.nav-tabs {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.steps__inner .content__inner--det ol.nav-tabs li {
    margin-bottom: 0;
}
.steps__inner .content__inner--det ol.nav-tabs li:before {
    background: none;
    padding: 0;
    margin-right: 0;
    content: counter(item)'.';
}
.steps__inner .content__inner--det ol.nav-tabs li a,
.steps__inner .content__inner--det ol.nav-tabs li:before {
    font-size: 18px;
    color: #E3E3E3;
    font-weight: 700;
}
.steps__inner .content__inner--det ol.nav-tabs li.active a,
.steps__inner .content__inner--det ol.nav-tabs li.active:before {
    color: #3B57A7;
}
.calculate-form {
    display: none;
}
.calculate-form.active {
    display: block;
}
.calculate .steps__inner.content-left {
    grid-template-columns: 46% auto;
}
.calculate .steps__inner {
    grid-column-gap: 84px;
}
.calculate .content-left .content__inner--img>img:first-of-type, 
.calculate .content-right .content__inner--img>img:first-of-type {
    max-width: calc(53.2% - 84px);
}

.quote-success h3 {
    font-size: 23px;
    margin-bottom: 5px;
}
.quote-success h4.est-price {
    font-size: 77px;
    line-height: 82px;
    color: #3B57A7;
}
.quote-success .button-primary {
    margin-top: 20px;
    width: 100%;
}
.steps__inner .content__inner--det table .icon {
    display: inline-block;
    padding-right: 5px;
}
.steps__inner .content__inner--det table tr td:first-of-type {
    font-weight: 700;
    width: 185px;
}
.steps__inner .content__inner--det table {
    font-size: 18px;
}
.steps__inner .content__inner--det table a {
    color: #242424;
}

.top-footer__inner--cta ul li span {
    padding-left: 12px;
}

.page-template-choose-sizes .top-footer {
    margin-top: 70px;
}
.quote-success .content__inner--img>img {
	filter: none;
}
.personal-info input[type="number"]::-webkit-outer-spin-button,
.personal-info input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.personal-info input[type="number"] {
    -moz-appearance: textfield;
}

.calculate .content__inner--det {
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-calculate-price .top-footer {
    display: none;
}
.page-template-contact footer {
    padding-top: 73px;
}
/*CSS for IE*/
_:-ms-lang(x), .main-header,
_:-ms-lang(x), .steps__inner,
_:-ms-lang(x), .upper-part,
_:-ms-lang(x), .choose__inner,
_:-ms-lang(x), .certified__inner,
_:-ms-lang(x), .price__inner,
_:-ms-lang(x), .top-footer__inner,
_:-ms-lang(x), .copyright__inner,
_:-ms-lang(x), .recent__inner,
_:-ms-lang(x), .offer__inner,
_:-ms-lang(x), .contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
_:-ms-lang(x), .choose__inner {
    margin-left: -8px;
    margin-right: -8px;
    justify-content: flex-start;
}
_:-ms-lang(x), .choose__inner>div {
    width: 100%;
    max-width: calc(25% - 8px);
    margin-left: 8px;
    margin-right: 8px;
}
_:-ms-lang(x), .top-footer__inner>div,
_:-ms-lang(x), .contact__inner>div.contact__inner--reach,
_:-ms-lang(x), .contact__inner>div.contact__inner--right,
_:-ms-lang(x), .steps__inner.content-right>div,
_:-ms-lang(x), .offer__inner>div {
    width: 100%;
}
_:-ms-lang(x), .top-footer__inner>div {
    max-width: 40%;
}
_:-ms-lang(x), .top-footer__inner>div.top-footer__inner--menu {
    max-width: 30%;
}
_:-ms-lang(x), .top-footer__inner>div.top-footer__inner--map {
    position: relative;
    max-width: 30%;
    left: auto;
}
_:-ms-lang(x), .main-header .navbar .button-primary {
    height: 50px;
}
_:-ms-lang(x), .main-header .navbar .menu-top-header-container {
    margin-top: 14px;
}
_:-ms-lang(x), .certified .certified__inner--det>p {
    margin-top: 24px;
}
_:-ms-lang(x), .contact__inner>div.contact__inner--reach {
    max-width: calc(57% - 54px);
    margin-right: 54px;
}
_:-ms-lang(x), .contact__inner>div.contact__inner--right {
    max-width: 43%;
}
_:-ms-lang(x), .steps__inner.content-right>div.content__inner--det {
    max-width: 50%;
}
_:-ms-lang(x), .steps__inner.content-right>div.content__inner--img,
_:-ms-lang(x), .story .content-right .content__inner--img > img:first-of-type {
    max-width: calc(50% - 40px);
    margin-right: 40px;
}
_:-ms-lang(x), .certified .certified__inner .certified__inner--det {
    padding-left: 30px;
}
_:-ms-lang(x), .offer__inner,
_:-ms-lang(x), .recent__inner {
    margin-left: -16px;
    margin-right: -16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
_:-ms-lang(x), .offer__inner>div {
    max-width: calc(50% - 32px);
    margin-right: 16px;
    margin-left: 16px;
}
_:-ms-lang(x), .recent__inner>div {
    max-width: calc(33.33% - 32px);
    margin-right: 16px;
    margin-left: 16px;
}
_:-ms-lang(x), .calculate .steps__inner.content-left>div {
    width: 100%;
    max-width: 50%;
}
_:-ms-lang(x), .calculate .steps__inner.content-left>div.content__inner--img {
    margin-left: 40px;
    max-width: calc(50% - 40px);
}
_:-ms-lang(x), select {
    background-image: none;
}
/*CSS for IE*/