@font-face {
  font-family: 'Raleway';
  src: url(../font/Raleway-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Raleway';
  src: url(../font/Raleway-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Raleway';
  src: url(../font/Raleway-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'Raleway';
  src: url(../font/Raleway-SemiBold.ttf);
  font-weight: 600;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
  background: #dddddd;
}

input, textarea {
  font-family: 'Raleway';
}

.container {
  width: 815px;
  margin: 0 auto;
  min-width: 815px;
}

ul {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

::selection {
  background: #ea5549;
  color: #ffffff;
}

::-moz-selection {
  background: #ea5549;
  color: #ffffff;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .container {
    width: 966px;
    min-width: 966px;
  }
}
.head-block {
  min-width: 815px;
  position: relative;
}
.head-block .anchor {
  position: absolute;
  top: -85px;
  left: 50%;
}
.head-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ea5549;
  margin: 0;
  padding: 80px 0;
  letter-spacing: 1px;
}
.head-block.head1 {
  background: url("../images/head1.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}
.head-block.head2 {
  background: url("../images/head2.png") no-repeat;
  background-size: 100% 100%;
  margin: 30px 0;
}
.head-block.head3 {
  background: url("../images/head3.png") no-repeat;
  background-size: 100% 100%;
  margin: 30px 0;
}
.head-block.head4 {
  background: url("../images/head4.png") no-repeat;
  background-size: 100% 100%;
  margin: 30px 0;
}
.head-block.head5 {
  background: url("../images/head5.png") no-repeat;
  background-size: 100% 100%;
  margin: 30px 0;
}
.head-block.head5 h2 {
  color: #f5802f !important;
}
.head-block.head6 {
  background: url("../images/head6.png") no-repeat;
  background-size: 100% 100%;
  margin: 30px 0;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .head-block {
    min-width: 966px;
  }
  .head-block h2 {
    font-size: 48px;
  }
}
@keyframes example {
  0% {
    background-position: center center;
  }
  50% {
    background-position: center 70%;
  }
  100% {
    background-position: center center;
  }
}
.main-block {
  background: url("../images/main-back.png") no-repeat center;
  background-size: cover;
  position: relative;
  min-width: 815px;
}
.main-block .header .logo {
  width: 144px;
  height: 54px;
  margin: 0 auto;
  padding: 25px 0 50px 0;
}
.main-block .header .logo img {
  width: 100%;
  height: 100%;
}
.main-block .header .header-menu ul {
  display: block;
  width: 100%;
}
.main-block .header .header-menu ul li {
  display: block;
  float: left;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 22px;
  letter-spacing: 1px;
}
.main-block .header .header-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.main-block .header .header-menu ul li a:hover {
  color: #ea5549;
}
.main-block .header .header-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-block .banner {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.main-block .banner h1 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 38px;
  letter-spacing: 1px;
}
.main-block .banner span {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-block .arrow-down {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 1px solid #ea5549;
  cursor: pointer;
}
.main-block .arrow-down:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/arrow-down.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  animation-name: example;
  animation-duration: 1.6s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.main-block .arrow-down:hover:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  animation-iteration-count: 1;
  background: url("../images/arrow-down-hover.png") no-repeat center center;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .main-block {
    min-width: 1280px;
  }
  .main-block .container {
    width: 1280px;
  }
  .main-block .header .logo {
    width: 160px;
    height: 62px;
    display: inline-block;
    margin-left: 58px;
    vertical-align: middle;
  }
  .main-block .header .logo img {
    width: 100%;
    height: 100%;
  }
  .main-block .header .header-menu {
    display: inline-block;
    margin-left: 110px;
  }
  .main-block .header .header-menu ul li {
    font-size: 13px;
  }
  .main-block .banner {
    width: 800px;
  }
  .main-block .banner h1 {
    font-size: 64px;
  }
  .main-block .banner span {
    font-size: 24px;
  }
  .main-block .arrow-down {
    width: 60px;
    height: 60px;
  }
}
.menu-block {
  min-width: 815px;
  padding: 20px 0;
  background: #ffffff;
  position: fixed;
  z-index: 1000;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 1px 15px #c5c5c5;
  transition: 0.5s;
}
.menu-block.fixed-menu {
  top: 0;
}
.menu-block img {
  display: none;
}
.menu-block ul {
  display: block;
  width: 100%;
}
.menu-block ul li {
  display: block;
  float: left;
  color: #444444;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 0;
  letter-spacing: 1px;
  line-height: 1;
}
.menu-block ul li a {
  text-decoration: none;
  color: #444444;
  padding: 14px 11px;
  border: 1px solid transparent;
}
.menu-block ul li a:hover {
  color: #ea5549;
}
.menu-block ul li a.active {
  color: #ea5549;
}
.menu-block ul li:last-child {
  margin-right: 0 !important;
}
.menu-block .border {
  position: absolute;
  border: 1px solid #ea5549;
  height: 43px;
  padding: 0 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .menu-block {
    min-width: 1280px;
  }
  .menu-block .container {
    width: 1280px;
  }
  .menu-block img {
    display: inline-block;
    width: 144px;
    height: 54px;
    margin-right: 125px;
    margin-left: 60px;
    cursor: pointer;
  }
  .menu-block ul {
    display: inline-block;
    width: auto;
  }
  .menu-block ul li {
    font-size: 13px;
  }
  .menu-block ul li a {
    padding: 14px 12px;
  }
  .menu-block .border{
    height: 45px;
    top: 54%;
  }
}
.natali-block {
  min-width: 815px;
  min-height: 440px;
  background: #ffffff;
  margin-top: 30px;
  padding: 80px 0 80px 0;
}
.natali-block .container {
  position: relative;
}
.natali-block .text {
  float: left;
  width: 358px;
  font-size: 14px;
  color: #8a8a8a;
  text-align: center;
  position: relative;
  margin-top: 130px;
}
.natali-block .text p {
  margin: 0 0 30px 0;
  line-height: 1.6;
  text-align: left;
}
.natali-block .text a {
  font-size: 14px;
  color: #ea5549;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 8px;
  font-weight: 600;
}
.natali-block .text span {
  font-size: 14px;
  color: #ea5549;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 8px;
  font-weight: 600;
}
.natali-block .text:before {
  content: '';
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -100px;
  background: url("../images/quotes.png") no-repeat;
  background-size: 100% 100%;
}
.natali-block .image {
  width: 440px;
  height: 440px;
  float: right;
  position: absolute;
  top: 0;
  right: -50px;
}
.natali-block .image img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .natali-block {
    min-width: 966px;
  }
  .natali-block .text {
    width: 412px;
    font-size: 16px;
    margin-top: 120px;
  }
  .natali-block .text a {
    font-size: 16px;
  }
  .natali-block .image {
    width: 460px;
    height: 440px;
    right: 0px;
  }
}
.video-block {
  background: url("../images/video.png") no-repeat center;
  background-size: cover;
}
.video-block .container {
  height: 300px;
  position: relative;
}
.video-block a {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: 0.3s;
}
.video-block a:after {
  content: '';
  width: 54px;
  height: 44px;
  background: url("../images/Media.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 0.3s;
}
.video-block a:hover:after {
  background: url("../images/Media-hover.png") no-repeat;
  background-size: 100% 100%;
}
.video-block a:hover {
  color: #ea5549;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .video-block .container {
    height: 380px;
    position: relative;
  }
  .video-block a {
    font-size: 24px;
  }
  .video-block a:after {
    width: 55px;
    height: 45px;
  }
}
.experience-block {
  min-width: 815px;
  padding-top: 75px;
  padding-bottom: 50px;
  background: #ffffff;
}
.experience-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 75px;
}
.experience-block ul {
  float: left;
}
.experience-block ul.first {
  margin-right: 50px;
}
.experience-block ul li {
  list-style-type: none;
  font-size: 14px;
  color: #444444;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  margin-bottom: 55px;
  height: 91px;
}
.experience-block ul li span svg g{
  transition: 0.3s;
}
.experience-block ul li:hover span svg g{
  fill: #ffffff;
}
.experience-block ul li:hover span:before{
  background: url("../images/exp-back-hover.png") no-repeat;
  background-size: 100% 100%;
}
.experience-block ul li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.experience-block ul li span {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  position: relative;
  z-index: 100;
}
.experience-block ul li span:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("../images/exp-back.png") no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
}
.experience-block ul li span svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}
.experience-block .phones {
  width: 100%;
  height: 611px;
  float: left;
}
.experience-block .phones img {
  width: 640px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .experience-block {
    min-width: 966px;
  }
  .experience-block h3 {
    font-size: 16px;
  }
  .experience-block ul.first {
    margin-right: 92px;
  }
  .experience-block ul li {
    font-size: 16px;
  }
  .experience-block .phones {
    height: 777px;
    margin-top: 50px;
  }
  .experience-block .phones img {
    width: 815px;
  }
}
.options-block {
  background: url("../images/options-back.png") no-repeat;
  background-size: 100% 100%;
  min-width: 815px;
  padding: 78px 0 105px 0;
}
.options-block .container {
  margin-bottom: 0 !important;
}
.options-block h3 {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.options-block p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin: 25px 0 60px 0;
  width: 82%;
}
.options-block .opt {
  margin-bottom: 105px;
}
.options-block .opt.last {
  margin-bottom: 0 !important;
}
.options-block span {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  margin-left: 15px;
}
.options-block .option img {
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: middle;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .options-block {
    min-width: 966px;
  }
  .options-block h3 {
    font-size: 30px;
  }
  .options-block p {
    font-size: 16px;
    width: 79%;
  }
  .options-block span {
    font-size: 16px;
    margin-left: 35px;
  }
  .options-block .option img {
    width: 78px;
    height: 78px;
  }
}
.friend-block {
  min-width: 815px;
  background: #ffffff;
  padding: 78px 0;
}
.friend-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.5;
}
.friend-block .image {
  text-align: center;
  margin: 80px 0 0 0;
}
.friend-block .image img {
  width: 570px;
  height: auto;
}
.friend-block .text {
  text-align: center;
}
.friend-block .text p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #444444;
  margin-top: 38px;
  text-transform: uppercase;
}
.friend-block .text .mail {
  width: 43px;
  height: 43px;
  display: inline-block;
  background: url("../images/email-icon.png") no-repeat;
  background-size: 100% 100%;
}
.friend-block .text .phone {
  width: 43px;
  height: 44px;
  display: inline-block;
  background: url("../images/phone-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 35px;
  margin-top: 10px;
}
.friend-block .text .wifi {
  width: 53px;
  height: 43px;
  display: inline-block;
  background: url("../images/wifi-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 35px;
  margin-top: 10px;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .friend-block {
    min-width: 966px;
  }
  .friend-block h3 {
    font-size: 16px;
  }
  .friend-block .image img {
    width: 740px;
    height: auto;
  }
  .friend-block .text p {
    font-size: 30px;
  }
  .friend-block .text .mail {
    width: 56px;
    height: 55px;
  }
  .friend-block .text .phone {
    width: 57px;
    height: 55px;
  }
  .friend-block .text .wifi {
    width: 67px;
    height: 55px;
  }
}
.mobile-block {
  min-width: 815px;
  position: relative;
  background: #ffffff;
}
.mobile-block .container {
  padding: 105px 0 95px 0;
}
.mobile-block .orange {
  height: 185px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5802f;
  z-index: 0;
}
.mobile-block .image {
  width: 418px;
  height: 696px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.mobile-block .image img {
  width: 100%;
  height: 100%;
}
.mobile-block .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  position: relative;
  z-index: 2;
  width: 48%;
}
.mobile-block .text p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
  margin: 15px 0;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .mobile-block {
    min-width: 966px;
  }
  .mobile-block .orange {
    height: 200px;
  }
  .mobile-block .image {
    width: 549px;
    height: 913px;
  }
  .mobile-block .text{
    width: 42%;
  }
  .mobile-block .text p {
    font-size: 16px;
  }
}
.subscribe-block {
  min-width: 815px;
  background: #ffffff;
}
.subscribe-block .container {
  padding: 85px 0 100px 0;
}
.subscribe-block .text {
  font-size: 14px;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 1px;
  line-height: 1.5;
}
.subscribe-block .mail {
  margin-top: 70px;
  padding-left: 90px;
  position: relative;
}
.subscribe-block .mail span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #444444;
  font-weight: 700;
  margin-bottom: 5px;
}
.subscribe-block .mail a {
  text-decoration: none;
  font-size: 14px;
  color: #444444;
  transition: 0.3s;
}
.subscribe-block .mail a:hover {
  color: #ea5549;
}
.subscribe-block .mail:before {
  content: '';
  width: 64px;
  height: 64px;
  background: url("../images/email-sub.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -14px;
}
.subscribe-block .phone-numbers {
  margin-top: 70px;
  padding-left: 90px;
  position: relative;
}
.subscribe-block .phone-numbers .text {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #444444;
  font-weight: 700;
}
.subscribe-block .phone-numbers .number {
  text-decoration: none;
  font-size: 14px;
  color: #444444;
  transition: 0.3s;
  display: inline-block;
  margin-right: 40px;
  line-height: 1.5;
}
.subscribe-block .phone-numbers:before {
  content: '';
  width: 64px;
  height: 64px;
  background: url("../images/phone-number.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.subscribe-block form {
  margin-top: 60px;
}
.subscribe-block form h3 {
  font-size: 22px;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.subscribe-block form .input {
  display: inline-block;
  width: 368px;
  margin-right: 36px;
  margin-bottom: 15px;
}
.subscribe-block form .input input {
  width: 358px;
  padding-left: 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #dddddd;
  outline: none;
}
.subscribe-block form .textarea {
  display: block;
}
.subscribe-block form .textarea textarea {
  width: 94%;
  padding-left: 10px;
  padding-top: 10px;
  height: 122px;
  font-size: 14px;
  border: 1px solid #dddddd;
  resize: none;
  outline: none;
}
.subscribe-block form h4 {
  font-size: 14px;
  color: #444444;
  margin: 25px 0 15px 0;
}
.subscribe-block form h4 span{
  display: block;
  font-weight: 300;
  margin-top: 5px;
}
.subscribe-block form .refer{
  display: inline-block;
}
.subscribe-block form .btn {
  display: block;
  margin-top: 30px;
}
.subscribe-block form .btn input {
  border: 2px solid #ea5549;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 0;
  background: #ea5549;
  cursor: pointer;
  transition: 0.3s;
  width: 95.5%;
}
.subscribe-block form .btn input:hover {
  background: #ffffff;
  color: #ea5549;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .subscribe-block {
    min-width: 966px;
  }
  .subscribe-block .text {
    font-size: 16px;
  }
  .subscribe-block .mail span {
    font-size: 16px;
  }
  .subscribe-block .mail a {
    font-size: 16px;
  }
  .subscribe-block .mail:before {
    width: 72px;
    height: 72px;
  }
  .subscribe-block .phone-numbers .text {
    font-size: 16px;
  }
  .subscribe-block .phone-numbers .number {
    font-size: 16px;
  }
  .subscribe-block .phone-numbers:before {
    width: 72px;
    height: 72px;
  }
  .subscribe-block form h3 {
    font-size: 30px;
  }
  .subscribe-block form .input {
    width: 444px;
  }
  .subscribe-block form .input input {
    width: 444px;
    height: 42px;
    font-size: 16px;
  }
  .subscribe-block form .textarea textarea {
    width: 96%;
    height: 130px;
    font-size: 16px;
  }
  .subscribe-block form h4 {
    font-size: 16px;
  }
  .subscribe-block form .btn input {
    font-size: 13px;
    width: 97%;
  }
}
.footer-block {
  min-width: 815px;
  background: #1a1a1a;
}
.footer-block .container {
  padding: 40px 0 56px 0;
}
.footer-block .text .logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
.footer-block .text .logo div {
  width: 146px;
  height: 56px;
}
.footer-block .text .logo div img {
  width: 100%;
  height: 100%;
}
.footer-block .text .logo p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
  margin-top: 32px;
}
.footer-block .text .powered {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.footer-block .text .powered h4 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #8a8a8a;
}
.footer-block .text .newsletter {
  display: inline-block;
  vertical-align: top;
}
.footer-block .text .newsletter p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
  margin: 32px 0;
}
.footer-block .text .newsletter h4 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #8a8a8a;
}
.footer-block .text .newsletter form {
  position: relative;
}
.footer-block .text .newsletter input[type="text"] {
  font-size: 14px;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  padding: 12px 65px 12px 12px;
  background: none;
  outline: none;
}
.footer-block .text .newsletter input[type="submit"] {
  width: 15px;
  font-size: 0;
  border: none;
  cursor: pointer;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 14px;
  background: url("../images/arrow-right.png") no-repeat;
  outline: none;
}
.footer-block .powered ul{
  margin-top: 32px;
}
.footer-block .powered ul li {
  display: block;
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-block .powered ul li a {
  text-decoration: none;
  color: #8a8a8a;
  transition: 0.3s;
  text-transform: capitalize;
}
.footer-block .powered ul li a:hover {
  color: #ea5549;
}


.copyrights-block {
  background: #000000;
  border-top: 40px solid #dddddd;
  border-bottom: 10px solid #ea5549;
}
.copyrights-block .copyright {
  font-size: 14px;
  color: #dddddd;
  float: left;
  padding: 35px 0 35px 35px;
}
.copyrights-block .socials {
  float: right;
  margin-top: 35px;
}
.copyrights-block .socials a {
  display: inline-block;
  margin-right: 35px;
  transition: 0.3s;
}
.copyrights-block .socials .facebook {
  width: 8px;
  height: 15px;
  background: url("../images/facebook.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .twitter {
  width: 17px;
  height: 13px;
  background: url("../images/twitter.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .google {
  width: 17px;
  height: 15px;
  background: url("../images/google.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .pinterest {
  width: 13px;
  height: 15px;
  background: url("../images/pinterest.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .facebook:hover {
  background: url("../images/facebook-hover.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .twitter:hover {
  background: url("../images/twitter-hover.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .google:hover {
  background: url("../images/google-hover.png") no-repeat;
  background-size: 100% 100%;
}
.copyrights-block .socials .pinterest:hover {
  background: url("../images/pinterest-hover.png") no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 1280px) and (min-height: 700px) {
  .footer-block {
    min-width: 966px;
  }
  .footer-block .text .logo {
    margin-right: 70px;
  }
  .footer-block .text .logo div {
    width: 161px;
    height: 61px;
  }
  .footer-block .text .logo p {
    font-size: 16px;
  }
  .footer-block .text .powered {
    margin-right: 50px;
  }
  .footer-block .text .powered h4 {
    font-size: 16px;
    width: 246px;
  }
  .footer-block .text .powered .secondlogo {
    margin: 25px 0 52px 0;
  }
  .footer-block .text .powered a {
    font-size: 16px;
  }
  .footer-block .text .newsletter p {
    font-size: 16px;
  }
  .footer-block .text .newsletter h4 {
    font-size: 16px;
  }
  .footer-block .text .newsletter input[type="text"] {
    font-size: 16px;
  }
  .footer-block .powered ul li {
    font-size: 16px;
  }

  .copyrights-block .copyright {
    font-size: 16px;
  }
  .copyrights-block .socials .facebook {
    width: 11px;
    height: 21px;
  }
  .copyrights-block .socials .twitter {
    width: 24px;
    height: 18px;
  }
  .copyrights-block .socials .google {
    width: 24px;
    height: 22px;
  }
  .copyrights-block .socials .pinterest {
    width: 18px;
    height: 22px;
  }
}

#subscription_done {
  color: #ea5549;
}

#contacts_sent {
  margin-top: 60px;
  color: #ea5549;
}

.error{
  color: #ea5549 !important;
  border-color: #ea5549 !important;
}

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9000;
  opacity: 0.8;
  display: none;
}

.modal {
  position: fixed;
  top: -100%;
  left: 50%;
  transition: 0.7s;
  z-index: 9999;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ffffff;
  padding: 20px;
}
.modal.open {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.modal .close {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 50px;
  background: #ea5549;
  cursor: pointer;
}
.modal .close span {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 17px;
  margin-top: 16px;
  background: url("../images/close.svg") no-repeat center;
  transition: 0.3s;
}
.modal .close:hover span {
  transform: rotate(90deg);
}

.overlay-form{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/form-back.jpg") no-repeat;
  background-size: cover;
  z-index: 9000;
  display: none;
}
.overlay-form .close{
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  background: url("../images/close-form.svg") no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.overlay-form .close:hover{
  transform: rotate(-90deg);
}
.modal-form {
  position: fixed;
  bottom: 100%;
  left: 50%;
  visibility: hidden;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 0.3s;
  z-index: 9999;
  width: 538px;
  height: 458px;
  text-align: center;
}
.modal-form.open{
  visibility: visible;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
}
.modal-form form h3 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
}
.modal-form form .note{
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 15px 0 45px 0;
  line-height: 1.5;
}
.modal-form form .input {
  display: inline-block;
  width: 248px;
  margin-right: 36px;
  margin-bottom: 20px;
}
.modal-form form .input.no-margin{
  margin-right: 0 !important;
}
.modal-form form .input input {
  width: 236px;
  padding-left: 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ffffff;
  outline: none;
}
.modal-form form .textarea {
  display: block;
  width: 535px;
}
.modal-form form .textarea textarea {
  width: 523px;
  padding-left: 10px;
  padding-top: 10px;
  height: 100px;
  font-size: 14px;
  border: 1px solid #ffffff;
  resize: none;
  outline: none;
}
.modal-form form .btn {
  display: inline-block;
  margin-top: 30px;
}
.modal-form form .btn input {
  border: 2px solid #ea5549;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 84px;
  background: #ea5549;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.modal-form form .btn input:hover {
  background: transparent;
  color: #ea5549;
}
.trigger span{
  padding: 14px 22px;
  border: 2px solid #ea5549;
  background: #ea5549;
  color: #ffffff;
  margin-left: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.trigger span:hover{
  color: #ea5549;
  background: transparent;
}
.important{
  position: relative;
}
.important:before{
  content: '*';
  position: absolute;
  left: -20px;
  top: 14px;
  color: #ea5549;
  font-size: 28px;
}
input.error{
  border: 1px solid #f13d0d !important;
  color: #000000 !important;
}
.modal-form .loader{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/loader.gif') no-repeat center #000000;
  z-index: 1;
  opacity: 0.2;
}
.thank{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
}
.thank h3 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
}
.thank .note{
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 15px 0 25px 0;
  line-height: 1.5;
}
.thank .close-thank {
  border: 2px solid #ea5549;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 84px;
  background: #ea5549;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}
.thank .close-thank:hover {
  background: transparent;
  color: #ea5549;
}