@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:100&subset=cyrillic');

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  background-color: #ffffff;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

h1,
h2,
h3,
h4,
h5 {
  color: #202020;
  margin-bottom: 30px;
  line-height: 1.2em;
}
h1 {
  font-size: 60px;
}
h2 {
  position: relative;
  font-size: 30px;
  color: #394a51;
  margin-bottom: 110px;
}
h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #f46b49;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}

a {
  color: #00ace6;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover,
a:active {
  color: #00ace6;
  text-decoration: none;
}
input,
textarea {
  height: 40px;
}
input,
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  text-align: center;
}
input:hover,
textarea:hover,
select:hover {
  background-color: #ffffff;
  border: 1px solid #999999;
}
input:focus,
textarea:focus,
select:focus {
  background-color: #ffffff;
  border: 1px solid #00ace6;
  box-shadow: none !important;
}
.wpcf7-not-valid {
  border-color: red;
}
span.wpcf7-not-valid-tip {
  text-align: center;
  font-size: 0.7em;
}

table {
  font-size: 18px;
  border: 3px solid #f3f3f3;
}
tr {
  border: 1px solid #f3f3f3;
}
table tbody tr:first-child {
  font-size: 15px;
  font-weight: bold;
  color: #394a51;
  text-transform: uppercase;
  background-color: #f3f3f3;
  border: 0;
}
table tbody tr:last-child {
  border: 0;
}
td {
  padding: 20px;
}
table tbody tr td:first-child {
  border: 0;
}
table tbody tr td {
  border-left: 1px solid #f3f3f3;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

strong {
  font-weight: bold;
}

.button {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border: 0;
  border-radius: 3px;
  padding: 9px 25px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  box-shadow: none;
  line-height: 1;
}
.button-primary {
  background-color: #f46b49;
}
.button-primary:hover {
  background-color: #f94f25;
  border: 0;
}
.button-primary:focus {
  background-color: #f46b49;
  border: 0;
  box-shadow: none;
}
.button-primary:active {
  background-color: #f94f25 !important;
  box-shadow: none;
}
.button-secondary {
  background-color: #00ace6;
}
.button-secondary:hover {
  background-color: #1ebdf2;
  border: 0;
}
.button-secondary:focus {
  background-color: #00ace6;
  border: 0;
  box-shadow: none;
}
.button-secondary:active {
  background-color: #1ebdf2 !important;
  box-shadow: none;
}
.button-block {
  display: block;
  width: 100%;
}

#header {
  padding: 20px 0;
}
#header .logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
#header .logo-text {
  display: inline-block;
  position: relative;
	color: #000000;
}
#header .logo-text span.company {
  position: relative;
  left: -2px;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.5em;
}
#header .logo-text span.sub-text {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 0.27em;
}
#header .header-text {
  position: relative;
  top: 5px;
  font-size: 20px;
  font-style: italic;
  color: #000000;
}
#header .header-text .sm {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #6d6d6d;
}
#header .phone {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  color: #000000;
  text-decoration: none;
}
#header .phone:hover {
  color: #00ace6;
}
#header .work-time {
  display: block;
  color: #6d6d6d;
  text-align: right;
}
@media (max-width: 1299px) {
  #header .header-text {
    top: 0;
  }
}
@media (max-width: 991px) {
  #header .logo-text span.company {
    font-size: 33px;
  }
  #header .logo-text span.sub-text {
    letter-spacing: 0.2em;
  }
  #header .phone {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  #header .xs-text-center,
  #header .phone,
  #header .work-time {
    text-align: center;
  }
}
@media (max-width: 427px) {
  #header .header-text {
    display: block;
    font-size: 18px;
    margin: 20px 0;
  }
  #header .phone {
    font-size: 30px;
  }
}

#top {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/top-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*#top .container { position: relative; }*/
#top:before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 16%;
  display: inline-block;
  width: 771px;
  height: 390px;
  background-image: url(../images/top-urn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#top .sub-text {
  font-size: 24px;
}
#top ul.top-list {
  list-style: none;
  padding: 0;
}
#top ul.top-list li {
  display: block;
  font-size: 18px;
  height: 40px;
  padding-left: 55px;
  background-image: url(../images/top-list-check.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 3px;
  margin-top: 27px;
}
/*#top ul.top-list li:first-child { margin-top: 57px; }*/
#top .form {
  display: inline-block;
  max-width: 320px;
  background-color: #ffffff;
  border: 4px solid #f46b49;
  border-radius: 30px;
  padding: 30px;
  margin-top: 16px;
}
#top .form .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #394a51;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 30px;
}
#top .form .button {
  font-style: italic;
  margin-top: 30px;
}
#top .form .form-text {
  font-style: italic;
  line-height: 1.2em;
  /*margin-top: 20px;*/
}
@media (max-width: 1800px) {
  #top:before {
    right: 9%;
  }
}
@media (max-width: 1480px) {
  #top:before {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  #top:before {
    right: 0;
    width: 411px;
    background-position: left;
    background-size: auto 100%;
  }
}
@media (max-width: 991px) {
  #top h1 {
    font-size: 48px;
  }
  #top .form {
    padding: 15px;
  }
  #top .container:before {
    right: -360px;
  }
}
@media (max-width: 767px) {
  #top:before {
    right: 0;
    left: 0;
    width: 100%;
  }
  #top h1 {
    font-size: 56px;
    text-align: center;
  }
  .page-id-81 #top h1 {
    font-size: 40px;
  }
  #top .sub-text {
    text-align: center;
  }
  #top .form {
    display: block;
    padding: 30px;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 427px) {
}

#features {
  padding: 80px 0;
}
.page-id-81 #features {
  padding: 30px 0 50px 0;
}
#features .feature {
  min-height: 298px;
  font-size: 20px;
  background-color: #e4f5fb;
  padding: 35px 25px;
  text-align: center;
}
#features .feature .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}
#features .feature .icon.first {
  background-image: url(../images/features-1.png);
}
#features .feature .icon.second {
  background-image: url(../images/features-2.png);
}
#features .feature .icon.third {
  background-image: url(../images/features-3.png);
}
#features .feature .icon.fourth {
  background-image: url(../images/features-4.png);
}
#features .feature .text {
  display: block;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  #features .feature {
    font-size: 16px;
  }
}

#prices {
  padding: 50px 0;
  background-color: #f3f3f3;
}
#prices h2 {
  margin-bottom: 60px;
}
#prices ul.check-list {
  display: flex;
  /*justify-content: center;*/
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
#prices ul.check-list li {
  display: inline-block;
  font-size: 18px;
  min-height: 30px;
  padding-left: 40px;
  background-image: url(../images/top-list-check.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  padding-top: 3px;
  margin-right: 30px;
}
#prices ul.check-list li:last-child {
  margin-right: 0;
}
#prices table {
  background-color: #ffffff;
}
#prices table tbody tr:first-child {
  font-size: 17px;
  color: #ffffff;
  background-color: #394a51;
}
#prices table tbody tr:first-child td {
  border-left: 1px solid #596c73;
  padding: 15px;
}
#prices table tbody tr:first-child td p {
  margin-bottom: 0;
}

#prices .box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  cursor: pointer;
}
#prices .box.first {
  background-image: url(../images/price-1-bg.jpg);
}
#prices .box.second {
  background-image: url(../images/price-2-bg.jpg);
}
#prices .box.third {
  background-image: url(../images/price-3-bg.jpg);
}
#prices .box.fourth {
  background-image: url(../images/price-4-bg.jpg);
}
#prices .box.fivth {
  background-image: url(../images/price-5-bg.jpg);
}
#prices .box .inner-box {
  text-align: center;
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#prices .box:hover > .inner-box {
  background-color: rgba(255, 255, 255, 0.92);
}
#prices .box .inner-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}
#prices .box.first .inner-box .icon {
  background-image: url(../images/price-1-icon.png);
}
#prices .box.second .inner-box .icon {
  background-image: url(../images/price-2-icon.png);
}
#prices .box.third .inner-box .icon {
  background-image: url(../images/price-3-icon.png);
}
#prices .box.fourth .inner-box .icon {
  background-image: url(../images/price-4-icon.png);
}
#prices .box.fivth .inner-box .icon {
  background-image: url(../images/price-5-icon.png);
}
#prices .box .inner-box .title {
  display: block;
  font-size: 24px;
  margin-top: 12px;
}

#differences {
  padding: 80px 0;
  background-color: #ffffff;
  background-image: url(../images/differences-bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
#differences .block {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#differences .block .icon {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-repeat: no-repeat;
}
#differences .block .icon.first {
  background-image: url(../images/differences-icon-1.png);
}
#differences .block .icon.second {
  background-image: url(../images/differences-icon-2.png);
}
#differences .block .icon.third {
  background-image: url(../images/differences-icon-3.png);
}
#differences .block .icon.fourth {
  background-image: url(../images/differences-icon-4.png);
}
#differences .block .text {
  display: inline-block;
  width: 620px;
  font-size: 18px;
  margin-left: 20px;
}
@media (max-width: 1480px) {
  #differences {
    background-size: cover;
    background-position: 200px 0;
  }
}
@media (max-width: 1240px) {
  #differences {
    background-position: 120px 0;
  }
}
@media (max-width: 1120px) {
  #differences {
    background-position: 80px 0;
  }
}
@media (max-width: 991px) {
  #differences {
    background-position: -80px 0;
  }
  #differences .block .text {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #differences .block .text {
    width: 65%;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #differences .block {
    display: block;
  }
  #differences .block .icon {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #differences .block .text {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-left: 0;
  }
}

#steps {
  padding: 80px 0;
}
#steps .box {
  min-height: 276px;
  text-align: center;
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#steps .box.first {
  background-image: url(../images/step-1-bg.jpg);
}
#steps .box.second {
  background-image: url(../images/step-2-bg.jpg);
}
#steps .box.third {
  background-image: url(../images/step-3-bg.jpg);
}
#steps .box.fourth {
  background-image: url(../images/step-4-bg.jpg);
}
#steps .box .number {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  font-weight: 100;
  color: #f46b49;
}
#steps .box .text {
  display: block;
  font-size: 18px;
}
@media (max-width: 1199px) {
  #steps .box {
    min-height: 290px;
  }
  #steps .box .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #steps .box {
    min-height: 250px;
  }
}

#urns {
  padding: 80px 0;
}
.page-id-81 #urns.no-padding-top {
  padding-top: 0;
}
.page-id-81 #urns.no-padding-bottom {
  padding-bottom: 0;
}
#urns h2 {
  margin-bottom: 6px;
}
#urns h2:after {
  bottom: -60px;
}
#urns h2.urns_one:after {
  bottom: -10px;
}
#urns .subheading-text {
  font-size: 24px;
  margin-bottom: 60px;
}
#urns .urns-img {
  display: inline-block;
  width: 100%;
  height: 390px;
  background-image: url(../images/urns-img.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#urns .price {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 100;
  color: #00ace6;
  margin-bottom: 20px;
}
#urns .text {
  font-size: 18px;
}
#urns .text-big {
  font-size: 24px;
  margin-top: 40px;
}
#urns .text-big a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#urns .text-big a:hover {
  color: #00ace6;
}
#urns ul.check-list {
  list-style: none;
  padding: 0;
}
#urns ul.check-list li {
  display: block;
  font-size: 20px;
  min-height: 40px;
  padding-left: 55px;
  background-image: url(../images/top-list-check.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 3px;
  margin-top: 27px;
}
#urns ul.check-list li:first-child {
  margin-top: 0;
}
#urns .urns-box {
  padding: 20px 30px 30px 30px;
  background-color: #f3f3f3;
  margin-top: 80px;
}
.page-id-81 #urns .urns-box {
  margin-top: 0;
}
#urns .urns-box .title {
  display: inline-block;
  font-size: 24px;
  color: #f46b49;
  font-weight: 400;
  margin-bottom: 20px;
}
#urns .urns-box .arrows {
  display: inline-block;
  float: right;
}
#urns .urns-box .arrows .arrow-l,
#urns .urns-box .arrows .arrow-r {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
#urns .urns-box .arrows .arrow-l:hover,
#urns .urns-box .arrows .arrow-r:hover {
  background-color: #00ace6;
}
#urns .urns-box .arrows .arrow-l:before,
#urns .urns-box .arrows .arrow-r:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 12px;
}
#urns .urns-box .arrows .arrow-l:before {
  top: 33%;
  left: 39%;
  background-image: url(../images/arrow-l.png);
  background-repeat: no-repeat;
  background-position: center;
}
#urns .urns-box .arrows .arrow-r:before {
  top: 32%;
  left: 39%;
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  background-position: center;
}
#urns .urns-box .urns-slider .item {
  background-color: #ffffff;
}
#urns .urns-box .urns-slider .item .img {
  display: block;
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#urns .urns-box .urns-slider .item .choose {
  display: block;
  padding: 20px 30px;
}
#urns .urns-box .sud-slider .item {
  background-color: #ffffff;
}
#urns .urns-box .sud-slider .item .img {
  display: block;
  width: 100%;
  height: 625px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#urns .urns-box .sud-slider .item .choose {
  display: block;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
	#urns .urns-box .sud-slider .item .img {
	  height: 470px;
	}
}
@media (max-width: 991px) {
  #urns .urns-img {
    width: 100%;
  }
  #urns .urns-box .title {
    display: block;
    text-align: center;
  }
  #urns .urns-box .arrows {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
	#urns .urns-box .sud-slider .item .img {
	  height: 370px;
	}
}
@media (max-width: 575px) {
	#urns .urns-box .sud-slider .item .img {
	  height: 460px;
	}
}
@media (max-width: 479px) {
  #urns .text-big {
    font-size: 20px;
  }
  #urns .text-big a {
    display: block;
  }
  #urns .urns-box .title {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  #urns .urns-img {
    height: 300px;
  }
  #urns .price {
    font-size: 48px;
  }
}
@media (max-width: 320px) {
  #urns .price {
    font-size: 36px;
  }
}

#text {
  padding: 80px 0;
}
#text p {
  font-size: 18px;
}
#text .text-img {
  position: relative;
  top: -50px;
  display: inline-block;
  width: 100%;
  height: 330px;
  background-image: url(../images/text-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

#options {
  background-color: #f3f3f3;
  padding: 80px 0;
}
#options .box {
  position: relative;
  min-height: 320px;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
}
#options .box .number {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  font-weight: 100;
  color: #f46b49;
}
#options .box p {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
#options .box .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 1199px) {
  #options .box {
    min-height: 360px;
  }
  #options .box p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  #options .box {
    min-height: 100%;
  }
  #options .box .button {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

#bottom-form {
  background-image: url(../images/bottom-form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
#bottom-form .title {
  display: block;
  font-size: 48px;
  color: #394a51;
  text-align: center;
  margin-bottom: 20px;
}
#bottom-form .sub-text {
  display: block;
  width: 57%;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  #bottom-form .sub-text {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #bottom-form .title {
    font-size: 36px;
  }
}

#footer {
  padding: 50px 0;
}
#footer .logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
#footer .logo-text {
  display: inline-block;
  position: relative;
}
#footer .logo-text span.company {
  position: relative;
  left: -2px;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.5em;
}
#footer .logo-text span.sub-text {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 0.27em;
}
#footer .footer-text {
  font-size: 18px;
  font-style: italic;
  color: #6d6d6d;
}
#footer .phone {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  color: #000000;
  text-decoration: none;
}
#footer .phone:hover {
  color: #00ace6;
}
#footer .work-time {
  display: block;
  color: #6d6d6d;
  text-align: right;
}
@media (max-width: 991px) {
  #header .logo-text span.company {
    font-size: 33px;
  }
  #header .logo-text span.sub-text {
    letter-spacing: 0.2em;
  }
  #footer .phone {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  #footer .xs-text-center,
  #footer .phone,
  #footer .work-time {
    text-align: center;
  }
}
@media (max-width: 427px) {
  #footer .footer-text {
    display: block;
    font-size: 16px;
    margin: 30px 0;
  }
  #footer .phone {
    font-size: 30px;
  }
}

#bottom-nav {
  padding: 20px 0;
  background-color: #394a51;
}
#bottom-nav .wrapper {
  display: flex;
  justify-content: space-between;
}
#bottom-nav .wrapper a {
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 767px) {
  #bottom-nav .wrapper {
    flex-wrap: wrap;
  }
  #bottom-nav .wrapper a {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 565px) {
  #bottom-nav .wrapper {
    flex-direction: column;
    text-align: center;
  }
  #bottom-nav .wrapper a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.modal-table .modal-content,
.modal-table .modal-content .modal-body {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.modal-table .modal-content .modal-body {
  position: relative;
}
.modal-table .modal-content .modal-body .close {
  position: absolute;
  top: -15px;
  right: -35px;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 100;
  color: #ffffff;
}
.modal-table table {
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .modal-table {
    margin-top: 50px;
  }
  .modal-table .modal-content .modal-body .close {
    top: -60px;
    right: 0;
    font-size: 4rem;
  }
}

#orderModal .form {
  display: inline-block;
  max-width: 320px;
  background-color: #ffffff;
  border: 4px solid #f46b49;
  border-radius: 30px;
  padding: 30px;
  margin-top: 16px;
}
#orderModal .form .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #394a51;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 30px;
}
#orderModal .form .button {
  font-style: italic;
  margin-top: 30px;
}
#orderModal .form .form-text {
  font-style: italic;
  line-height: 1.2em;
}
#carantineModal .form {
  display: inline-block;
  max-width: 620px;
  background-color: #ffffff;
  border: 4px solid #f46b49;
  border-radius: 30px;
  padding: 30px;
  margin-top: 16px;
}
#carantineModal .form .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #394a51;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 20px;
}
#carantineModal .form p {
  font-size: 18px;
  text-align: center;
}
#carantineModal .modal-order {
  max-width: 640px;
  margin: 0 auto;
}
.modal-order {
  max-width: 320px;
  margin: 0 auto;
}
.modal-order .modal-content,
.modal-order .modal-content .modal-body {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.modal-order .modal-content .modal-body {
  position: relative;
}
.modal-order .modal-content .modal-body .close {
  position: absolute;
  top: -15px;
  right: -35px;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 100;
  color: #ffffff;
}
.modal-table .modal-content .modal-body .header {
  background-color: #ffffff;
  padding: 30px;
}
.modal-table .modal-content .modal-body .header h2 {
  margin-bottom: 30px;
}
.modal-table .modal-content .modal-body .header h2:after {
  bottom: -15px;
}
.modal-table .modal-content .modal-body .header ul.check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.modal-table .modal-content .modal-body .header ul.check-list li {
  display: inline-block;
  font-size: 18px;
  height: 30px;
  padding-left: 40px;
  background-image: url(../images/top-list-check.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 30px 30px;
  padding-top: 3px;
  margin-top: 15px;
}
.modal-table .modal-content .modal-body .header ul.check-list li:first-child {
  margin-top: 0;
  margin-right: 30px;
}
.modal-order table {
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .modal-order {
    margin-top: 50px;
  }
  .modal-order .modal-content .modal-body .close {
    top: -60px;
    right: 0;
    font-size: 4rem;
  }
}

div.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  display: none !important;
}
#sentOk .sub-heading {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  padding: 0 20px;
}
#sentOk .icon-ok {
  font-size: 50px;
  text-align: center;
  color: green;
}

#cities {
  padding: 60px 0 20px 0;
}
#cities h2 {
  margin-bottom: 60px;
}
#cities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cities ul li {
  margin-bottom: 15px;
}
#cities ul li a {
  font-size: 16px;
  color: #000000;
}

/* Google Recaptcha Badge Hide */
.grecaptcha-badge {
  display: none !important;
}
