*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

html {
  -webkit-text-size-adjust: 100%; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	margin: 0;
	font-size: 15px;
	color: #5d5d5d;
	font-family: "GothamProRegular";
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
button {
  cursor: pointer;
}
b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Raleway-Bold";
}

header {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../img/header-bg.jpg);
  padding: 32px 0 0;
}

.top-line {
  height: 64px;
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.logo {
  float: left;
  padding-top: 10px;
}

.logo svg, .logo img {
  width: 165px;
  max-height: 52px;
}

.nav {
  float: left;
  margin: 0 0 0 65px;
  padding: 0;
}

.nav li {
  display: inline-block;
  list-style-type: none;
  margin: 0 15px;
  position: relative;
}

.nav li a {
  display: block;
  line-height: 64px;
  font-size: 15px;
  color: #fff;
  font-family: "Raleway-Medium";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav li a:hover {
  color: #ffb71b;
}

.header-contact {
  float: right;
  margin-top: 16px;
}

.header-contact a:first-child {
  font-size: 22px;
  color: #ffb71b;
  font-family: "GothamProMedium";
  display: inline-block;
  vertical-align: middle;
}

.header-contact a:first-child i {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
}

.header-contact a:last-child {
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  padding: 0 15px;
  font-family: "Raleway-Light";
  display: inline-block;
  vertical-align: middle;
  margin-left: 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-contact a:last-child:hover {
  color: #fff;
  border-color: #ffb71b;
  background-color: #ffb71b;
}

.header-content {
  width: 1150px;
  margin: 0 auto;
  padding: 200px 0 300px;
}

.header-content h1 {
  color: #fff;
  font-size: 60px;
  font-family: "Raleway-Black";
  margin: 0 0 25px;
  text-align: center;
}

.header-content h1 span {
  color: #ffb71b;
}

.header-form {
  width: 1014px;
  margin: 0 auto;
  font-size: 0;
}

.header-form .dropdown,
input {
  display: inline-block;
  vertical-align: top;
  width: 314px;
  margin: 0 12px 25px;
  background-color: #fff;
  padding: 0 24px;
  height: 52px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Raleway-Light";
}

.header-form .dropdown {
  border: none;
  padding: 0 38px 0 24px;
  text-align: left;
}

input {
  border: 1px solid transparent;
  color: #555555;
  font-size: 15px;
}

.dropdown li.active {
    font-weight: normal;
    background: #ffb71b;
}

.header-form .dropdown:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-form .dropdown ul {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.header-form .dropdown .selected {
  padding: 0;
  line-height: 52px;
  color: #4b5257;
  font-size: 15px;
  margin: 0;
}

.header-form .dropdown .selected::after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-form .dropdown div {
  border: none;
  border-top: 1px solid #bfbfbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.header-form .dropdown.open {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 10;
}

.header-form .dropdown li {
  padding: 0px 24px;
  line-height: 28px;
  color: #4b5257;
  font-size: 16px;
  font-family: "Raleway-Light";
}

.header-form .dropdown li:hover {
  background: #ffb71b;
}

.header-form .dropdown.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-form .dropdown.scrollable div::after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

.header-form .dropdown .carat {
  border: none;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  content: '';
  display: block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.header-form .dropdown.open .carat {
  border: none;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -4px;
}

.header-form-check {
  float: left;
  font-size: 15px;
  color: #ffffff;
  font-family: "Raleway-Regular";
  margin-left: 12px;
  text-align: left;
}

.header-form-check input[type="checkbox"] {
  display: none;
}

.header-form-check label {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.header-form-check label:before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
}

.header-form-check input[type="checkbox"]:checked + label:before {
  content: "\2714";
  color: #737373;
  font-size: 12px;
  font-weight: bold;
}

.header-price-button {
  float: right;
  margin-right: 12px;
}

.header-price-button span {
  color: #fff;
  font-size: 24px;
  font-family: "Raleway-Medium";
  margin-right: 40px;
}

.header-price-button span b {
  color: #ffb71b;
  font-size: 36px;
  font-family: "GothamProBold";
}

.header-price-button span strong {
  font-family: "Raleway-Black";
  color: #ffb71b;
}

.button {
  color: #fff;
  font-family: "Raleway-SemiBold";
  border: 1px solid #ffb71b;
  background-color: #ffb71b;
  line-height: 50px;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 27px;
  min-width: 207px;
}

.button:hover {
  background-color: transparent;
  border-color: #fff;
}

.header-price-button .button {
  vertical-align: bottom;
}

.about {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0;
  clear: both;
}

.about img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0px 0 10px 20px;
}

.about p {
  margin: 20px 0;
  /*overflow: hidden;*/
}

.about h1, .about h2, .about h3 {
  display: block;
  color: #3c3c3c;
  font-size: 48px;
  font-family: "Raleway-Black";
  margin: 0;
}

.left-img {
  float: left;
  max-width: 49%;
  margin: 12px 50px 16px 0;
}

.right-img {
  float: right;
  max-width: 49%;
  margin: 12px 0 16px 50px;
}

.title {
  display: block;
  color: #3c3c3c;
  font-size: 48px;
  font-family: "Raleway-Black";
}

.second-title {
  clear: both;
  margin-top: 50px;
}

p {
  font-size: 15px;
  color: #5d5d5d;
  font-family: "GothamProRegular";
  margin: 30px 0 0;
  line-height: 24px;
}

.about ul {
  font-size: 15px;
  color: #5d5d5d;
  font-family: "GothamProRegular";
  margin: 20px 0;
  line-height: 24px;
  overflow: hidden;
}

.advantages {
  width: 1150px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

.advantages .title {
  text-align: center;
}

.advantages-content {
  overflow: hidden;
  margin-top: 95px;
}

.advantages-content .advantages-item:nth-child(odd) {
  float: left;
  text-align: left;
  clear: left;
}

.advantages-content .advantages-item:nth-child(even) {
  float: right;
  text-align: right;
  clear: right;
}

.advantages-item {
  position: relative;
  width: 312px;
  color: #3c3c3c;
  font-size: 24px;
  font-family: "Raleway-SemiBold";
  margin-bottom: 45px;
}

.advantages-item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.advantages-content .advantages-item:nth-child(odd) span {
  left: 112px;
}

.advantages-content .advantages-item:nth-child(even) span {
  right: 112px;
}

.advantages-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  bottom: 34px;
}

.price {
  text-align: center;
  background-image: url(../img/price-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 65px 0 90px;
}

.price .title {
  color: #fff;
  width: 96%;
  margin: 0 auto;
  max-width: 1150px
}

.price-content {
  width: 1150px;
  margin: 60px auto 0;
  overflow: hidden;
}

.price-content table {
  width: 50%;
  float: left;
  font-size: 15px;
  color: #fff;
  font-family: "GothamProLight";
}

.price-content table th {
  font-family: "GothamProBold";
  width: 50%;
  height: 57px;
  background-color: rgba(207, 146, 15, 0.75);
  border: 1px solid #fff;
  padding: 0 5px;
}

.price-content table td {
  width: 50%;
  height: 57px;
  border: 1px solid #fff;
  border-top: none;
  position: relative;
  padding: 0 5px;
  background-color: rgba(33, 33, 32, 0.62);
}

.price-content table td:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fff;
  width: 1px;
  height: 1px;
}

.price-content table td:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #fff;
  width: 1px;
  height: 1px;
}

.price-content table:last-child {
    margin-left: -1px;
}

.send {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../img/send-bg.jpg);
  text-align: center;
  padding: 55px 0 60px;
}

.send form {
  font-size: 0;
  margin-top: 32px;
}

.send .title {
  color: #fff;
}

.send-content {
  width: 1150px;
  margin: 0 auto;
}

.title-desc {
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: "Raleway-Regular";
  margin-top: 14px;
  line-height: 38px;
}

.title-desc b {
  font-family: "GothamProRegular";
}

.send form .button {
  margin: 0 12px 25px;
}

.title-desc a {
  font-family: "GothamProBold";
  color: #fff;
}

.coupon {
  background-image: url(../img/coupon-bg.jpg);
}

.search {
  text-align: center;
  width: 1190px;
  margin: 0 auto;
  padding: 65px 0 45px;
}

.search form {
  margin-top: 32px;
}

.search form button {
  margin: 0 12px 25px;
}

.search form button:hover {
  color: #3c3c3c;
  border-color: #b7b7b7;
}

.search form input {
  border-color: #b7b7b7;
  width: 385px;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: 14px center;
}

/*
.search form input:nth-child(1) {
  background-image: url(../img/inp1.png);
}

.search form input:nth-child(2) {
  background-image: url(../img/inp2.png);
  padding-left: 50px;
}
*/

.search-form-item,
.search-form-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 15px;
  position: relative;
}

.search-form-item div {
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 100;
  display: none;
  border: 1px solid #b7b7b7;
}

.search-form-item div a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 120px; 
  text-align: left;
  color: #3c3c3c;
}

.search-form-item div a:hover {
  background-color: #eee;
}

.search-form-item div p {
  margin: 0;
}

.search-form-item div span {
  float: left;
  font-size: 13px;
  padding: 10px 0 0 10px;
  font-family: "Raleway-Light";
}

.search-form-list .dropdown {
  border: 1px solid #b7b7b7;
  width: 385px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 14px center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 52px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: url(../img/inp2.png);
  color: #555555;
  font-size: 15px;
  font-family: "Raleway-Light";
}

.search-form-list .dropdown li.focus {
  background: #ffb71b;
}

.search-form-list .dropdown ul {
  padding: 0;
  margin: 0;
}

.search-form-list .dropdown .selected, 
.search-form-list .dropdown li {
  color: #555555;
  font-size: 15px;
  text-align: left;
}

.search-form-list .dropdown .selected {
  padding: 0;
  line-height: 50px;
}

.search-form-item input:focus + div {
  /*display: block;*/
}


.search form .search-form-item:nth-child(1) input {
  background-image: url(../img/inp1.png);
  margin: 0;
}

.search form .search-form-item:nth-child(2) input {
  background-image: url(../img/inp2.png);
  padding-left: 50px;
  margin: 0;
}

.search-content {
  text-align: center;
  font-size: 0;
  margin-top: 35px;
}

.search-content-item {
  width: 360px;
  margin: 0 18px 35px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  padding-bottom: 30px;
}

.search-content-item-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 183px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.search-content-item-name {
  color: #3c3c3c;
  font-size: 22px;
  font-family: "Raleway-Black";
  display: block;
  padding: 0 10px;
}

.search-content-item-desc {
  font-size: 18px;
  display: block;
  padding: 0 10px;
  font-family: "Raleway-Bold";
  line-height: 30px;
  color: #3c3c3c;
  margin-top: 5px;
}

.search-content-item p {
  font-family: "Raleway-Light";
  color: #3c3c3c;
  line-height: 30px;
  margin: 14px 0;
  padding: 0 10px;
}

.search-content-item p a {
  color: #3c3c3c;
}

.search-content-item p b {
  font-family: "Raleway-Bold";
}

.search-content-item p strong {
  font-family: "GothamProBold";
}

.search-content-item-price {
  display: block;
  font-family: "Raleway-Light";
  color: #3c3c3c;
  font-size: 15px;
  padding: 0 10px;
  margin-bottom: 28px;
}

.search-content-item-price b {
  font-family: "Raleway-Bold";
  font-size: 18px;
}

.search-content-item-price strong {
  font-size: 22px;
  font-family: "GothamProBold";
}

.search-content-item .button:hover {
  color: #3c3c3c;
  border-color: #b7b7b7;
}

.footer-top {
  background-color: #1c1c1c;
}

.footer-top-content {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 0;
}

.footer-top-content span {
  float: left;
  color: #fff;
  font-family: "Raleway-Light";
  margin-right: 10px;
}

.footer-top-content ul {
  float: left;
  margin: 0;
  padding: 0;
}

.footer-top-content ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px;
  font-size: 15px;
}

.footer-top-content ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-family: "Raleway-Light";
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer-top-content ul li a:hover {
  border-bottom-color: transparent;
}

.footer-phone {
  float: right;
  color: #fff;
  font-size: 18px;
  font-family: "GothamProMedium";
}

.footer-phone i {
  color: #ffb71b;
  margin-right: 8px;
}

.footer-bot {
  background-color: #121212;
  text-align: center;
  padding: 16px 0;
}

.footer-bot span {
  display: block;
  width: 96%;
  max-width: 1150px;
  margin: 0 auto;
  color: #787878;
  font-size: 13px;
  font-family: "GothamProLight";
}

.footer-bot span a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #787878;
  border-bottom: 1px solid #787878;
}

.footer-bot span a:hover {
  border-bottom-color: transparent;
}

.sandwich { 
  float: left;
  width: 28px; 
  height: 21px; 
  z-index: 9; 
  cursor: pointer; 
  display: none; 
  margin-left: 2%;
  margin-top: 21px;
  position: relative;
  margin-right: 20px;
} 

.sw-topper { 
  position: relative; 
  top: 0; 
  width: 28px; 
  height: 3px; 
  background: #fff; 
  border: none; 
  border-radius: 8px 8px 8px 8px; 
  transition: transform 0.5s, top 0.2s; 
} 

.sw-bottom { 
  position: relative; 
  width: 28px; 
  height: 3px; 
  top: 5px; 
  background: #fff; 
  border: none; 
  border-radius: 8px 8px 8px 8px; 
  transition: transform 0.5s, top 0.2s; 
  transition-delay: 0.2s, 0s; 
} 

.sw-footer { 
  position: relative; 
  width: 28px; 
  height: 3px; 
  top: 10px; 
  background: #fff; 
  border: none; 
  border-radius: 8px 8px 8px 8px; 
  transition: all 0.5s; 
  transition-delay: 0.1s; 
} 

.sandwich.active .sw-topper { 
  top: 7px; 
  -webkit-transform: rotate(140deg); 
  -moz-transform: rotate(140deg); 
  -ms-transform: rotate(140deg); 
  -o-transform: rotate(140deg); 
  transform: rotate(140deg); 
  border-radius: 8px 8px 8px 8px; 
} 

.sandwich.active .sw-bottom { 
  top: 4px;
  -webkit-transform: rotate(-140deg); 
  -moz-transform: rotate(-140deg); 
  -ms-transform: rotate(-140deg); 
  -o-transform: rotate(-140deg); 
  transform: rotate(-140deg); 
  border-radius: 8px 8px 8px 8px; 
} 

.sandwich.active .sw-footer { 
  opacity: 0; 
  top: 0; 
  -webkit-transform: rotate(180deg); 
  -moz-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  -o-transform: rotate(180deg); 
  transform: rotate(180deg); 
  border-radius: 8px 8px 8px 8px; 
}

.footer-white {
  background-color: #fff;
}


.about-grey {
  background-color: #f7f7f7;
}

.header-white {
  background: #fff;
  padding: 20px 0;
}

.page-name {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 125px 0 130px;
  text-align: center;
}

.moscow {
  background-image: url(../img/pn1.jpg);
}

.page-name .title {
  font-size: 60px;
  color: #fff;
  width: 96%;
  max-width: 1150px;
  margin: 0 auto 10px;
}

.crumbs {
  width: 96%;
  max-width: 1150px;
  margin: 0 auto;
  color: #ffb71b;
  font-size: 15px;
  font-family: "Raleway-Medium";
}

.crumbs a {
  color: #ffb71b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.crumbs a:hover {
  color: #fff;
}

.header-white .nav li a {
  color: #3c3c3c;
}

.header-white .nav li a:hover {
  color: #ffb71b;
}

.header-white .header-contact a:first-child i {
  color: #3c3c3c;
  border-color: #3c3c3c;
}

.header-white .header-contact a:last-child {
  color: #3c3c3c;
  border-color: #3c3c3c;
  background-color: #fff;
}

.header-white .header-contact a:last-child:hover {
  color: #fff;
  border-color: #ffb71b;
  background-color: #ffb71b;
}

.header-white .sw-topper,
.header-white .sw-bottom,
.header-white .sw-footer {
  background-color: #3c3c3c;
}

.orange {
  background-image: url(../img/ora-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  text-align: center;
}

.orange a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.orange a:first-child {
  font-size: 48px;
  font-family: "GothamPro-Black";
}

.orange a:last-child {
  font-size: 30px;
  font-family: "Raleway-Medium";
  border-bottom: 2px solid #fff;
  margin-top: 10px;
  display: inline-block;
}

.orange a:last-child:hover {
  border-color: transparent;
}

.сalculator {
  background-image: url(../img/pn2.jpg);
}

.calculate {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../img/calc.jpg);
  padding: 50px 0 65px;
}

.calculate .title {
  width: 96%;
  max-width: 1150px;
  margin: 0 auto 60px;
  color: #fff;
  text-align: center;
}

.calculate .header-form {
  min-height: 135px;
  width: 96%;
  max-width: 1014px;
}

.content-page {
  background-image: url(../img/pn3.jpg);
}

.contacts {
  width: 96%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 85px 0 55px;
  overflow: hidden;
  text-align: left;
}

.contacts-content {
  float: left;
  width: 305px;
}

.contacts-content strong {
  display: block;
  margin-bottom: 20px;
  color: #323232;
  font-size: 19px;
  font-family: "RobotoRegular";
}

.contacts-content span,
.contacts-content a {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #323232;
  font-size: 16px;
  line-height: 30px;
  font-family: "RobotoRegular";
}

.contacts-content span i,
.contacts-content a i {
  position: absolute;
  color: #ffb71b;
  width: 17px;
  line-height: 20px;
  left: 0;
  font-size: 17px;
  text-align: center;
  top: 5px;
}

.contacts-content span .fa-map-marker {
  font-size: 20px;
}

.contacts form {
  float: right;
  width: 725px;
  overflow: hidden;
}

.contacts form input {
  border-color: #ccc;
  display: block;
  margin: 0 auto 15px;
}

.contacts form div {
  float: left;
  margin-right: 20px;
}

.contacts form textarea {
  width: 391px;
  border: 1px solid #ccc;
  height: 119px;
  margin-bottom: 15px;
  padding: 19px 22px 10px;
  resize: none;
  font-family: "Raleway-Light";
  color: #555;
  font-size: 15px;
}

.contacts form .button:hover {
  color: #3c3c3c;
  border-color: #b7b7b7;
}

.map {
  height: 500px;
}

input::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

textarea {
  overflow: auto;
}

.preloader {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

.circle {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #ffb71b; 
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { 
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% { 
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.search-content > p {
  margin: 0 auto 20px;
}

.nav li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu li {
  display: block;
  margin: 0;
}

.submenu li a {
  color: #5d5d5d;
  padding: 0 10px;
  line-height: 35px;
}

.hidden {
  display: none;
}

.geo-popup {
  width: 600px;
  padding: 20px;
  background-color: #fff;
  margin: 30px auto;
  position: relative;
}

.geo-popup span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #3c3c3c;
  font-size: 30px;
  font-family: "Raleway-Black";
  text-align: center;
}

.geo-popup div {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.geo-popup a {
  vertical-align: top;
  display: inline-block;
  color: #3c3c3c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  width: 100%;
}

.geo-popup a:hover {
  color: #ffb71b;
}

.popup {
  width: 300px;
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 20px;
  color: #3c3c3c;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

.popup span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 35px;
  color: #3c3c3c;
  font-size: 30px;
  font-family: "Raleway-Black";
  text-align: center;
}

.popup form input {
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #b7b7b7;
}

.popup form button {
  width: 100%;
}

.popup form button:hover {
  border: 1px solid #ffb71b;
  color: #ffb71b;
  background-color: transparent;
}

.popup p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

