:root {
  --maincolor: #55a8d5;
  --maindarkcolor: #2174a1; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Varela Round', sans-serif; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.btn-primary {
  background: var(--maincolor);
  width: 250px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn-primary:hover {
    background: var(--maindarkcolor);
    border-color: transparent; }

.page-head {
  background: var(--maincolor);
  height: 90px; }
  .page-head .container {
    height: 90px; }
  .page-head h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  .page-head .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-head .breadcrumbs li {
      font-size: 14px;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase; }
      .page-head .breadcrumbs li:after {
        content: '/';
        margin-left: 3px;
        margin-right: 3px; }
      .page-head .breadcrumbs li:last-child:after {
        content: ''; }
      .page-head .breadcrumbs li a {
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
        .page-head .breadcrumbs li a:hover {
          text-decoration: underline; }

.section-head {
  text-align: center;
  margin-bottom: 40px; }
  .section-head h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px; }
  .section-head-desc {
    color: #afafaf;
    font-size: 14px; }

@media screen and (max-width: 1170px) {
  .section-head {
    text-align: center;
    margin-bottom: 20px; }
    .section-head h3 {
      font-size: 30px;
      color: #333;
      margin-bottom: 15px; }
    .section-head-desc {
      color: #afafaf;
      font-size: 14px; }
  .page-head {
    background: var(--maincolor);
    height: 90px; }
    .page-head .container {
      height: 90px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page-head h3 {
      margin-top: 10px; }
    .page-head .breadcrumbs {
      margin-top: -30px; } }

.header {
  height: 80px; }
  .header .container {
    height: 80px; }
  .header .menu-btn {
    display: none; }
  .header .mobile-menu {
    background: var(--maincolor);
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
    .header .mobile-menu ul {
      padding: 30px 50px; }
      .header .mobile-menu ul li {
        font-size: 24px;
        line-height: 60px;
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: .3s;
        transition: .3s; }
        .header .mobile-menu ul li a {
          color: #fff;
          font-weight: bold; }
  .header .main-menu ul li {
    margin-left: 20px; }
    .header .main-menu ul li a {
      color: #000;
      font-weight: bold; }
  .header .main-menu a.online {
    width: 240px;
    height: 50px;
    color: var(--maincolor);
    font-weight: bold;
    border: 2px solid var(--maincolor);
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    margin-left: 20px; }

@media screen and (max-width: 1170px) {
  .header .main-menu {
    display: none !important; }
  .header .menu-btn {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 30px;
    display: block;
    cursor: pointer;
    outline: 0;
    color: var(--maincolor); }
  .header .mobile-menu.open-menu {
    opacity: 1;
    visibility: visible; }
    .header .mobile-menu.open-menu ul li {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

/* MAIN SLIDER */
.main-slider {
  background: url(../img/sliderbg.png) no-repeat center center;
  background-size: cover;
  min-height: 750px;
  position: relative;
  width: 100%; }
  .main-slider .slick-prev {
    background: url(../img/mainprev.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    outline: 0; }
  .main-slider .slick-next {
    background: url(../img/mainnext.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    outline: 0; }
  .main-slider .item {
    min-height: 750px; }
  .main-slider .slider-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #fff; }
  .main-slider .slider-text {
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 40px; }
  .main-slider .slider-link {
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold; }

/* SERVICES */
.services {
  margin-top: 90px; }
  .services .service-box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 0;
    border: 2px solid #f5f5f5;
    -webkit-transition: .3s;
    transition: .3s; }
    .services .service-box a {
      color: #000; }
    .services .service-box:hover {
      border-color: var(--maincolor); }
      .services .service-box:hover a {
        color: var(--maincolor); }
      .services .service-box:hover .voip {
        background: url(../img/services.png) 0 80px; }
      .services .service-box:hover .call-center {
        background: url(../img/services.png) -80px 80px; }
      .services .service-box:hover .sabit-tel {
        background: url(../img/services.png) -160px 80px; }
      .services .service-box:hover .numara-tahsis {
        background: url(../img/services.png) -240px 80px; }
      .services .service-box:hover .sanal-santral {
        background: url(../img/services.png) -320px 80px; }
      .services .service-box:hover .sms-hizmet {
        background: url(../img/services.png) -400px 80px; }
  .services .service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s; }
    .services .service-icon.voip {
      background: url(../img/services.png) 0 0; }
    .services .service-icon.call-center {
      background: url(../img/services.png) -80px 0; }
    .services .service-icon.sabit-tel {
      background: url(../img/services.png) -160px 0; }
    .services .service-icon.numara-tahsis {
      background: url(../img/services.png) -240px 0; }
    .services .service-icon.sanal-santral {
      background: url(../img/services.png) -320px 0; }
    .services .service-icon.sms-hizmet {
      background: url(../img/services.png) -400px 0; }
  .services .service-title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* NOTICES */
.notices {
  padding: 120px 0; }
  .notices .section-head {
    text-align: left; }
  .notices .item {
    line-height: 30px;
    color: #333;
    font-size: 16px; }
    .notices .item a {
      color: var(--maincolor); }
  .notices .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px; }
    .notices .slick-dots li {
      margin: 0 4px;
      width: 30px;
      height: 13px;
      text-indent: -9999px;
      border: 1px solid var(--maincolor);
      border-radius: 10px;
      cursor: pointer; }
      .notices .slick-dots li.slick-active {
        background: var(--maincolor); }

/* PACKAGE */
.packages {
  background: url(../img/harita.png) no-repeat top center var(--maincolor);
  min-height: 825px;
  padding-top: 80px; }
  .packages .section-head h3 {
    color: #fff; }
  .packages .section-head-desc {
    color: #fff; }
  .packages .pack {
    background: #fff;
    width: 100%;
    height: 545px;
    padding-top: 65px; }
    .packages .pack-name {
      color: #333;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    .packages .pack-price {
      font-size: 96px;
      text-align: center;
      color: var(--maincolor);
      line-height: 1; }
      .packages .pack-price span {
        margin-top: -5px;
        display: block;
        font-size: 16px; }
    .packages .pack ul {
      color: #949494;
      text-align: center;
      line-height: 36px;
      margin-top: 35px; }
    .packages .pack a {
      width: 120px;
      height: 50px;
      border-radius: 30px;
      border: 1px solid #d9d9d9;
      display: block;
      color: #949494;
      text-align: center;
      line-height: 50px;
      margin: 40px auto;
      -webkit-transition: .3s;
      transition: .3s; }
      .packages .pack a:hover {
        color: var(--maincolor);
        border-color: var(--maincolor); }

/* PRICE TABLE */
.price-table {
  margin-top: 90px;
  margin-bottom: 20px; }

.price-tab-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-bottom: 1px solid #ddd; }
  .price-tab-titles li {
    width: 270px;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    margin-right: -1px;
    text-align: center;
    line-height: 50px;
    color: #afafaf; }
    .price-tab-titles li.active {
      background: var(--maincolor);
      color: #fff; }

.price-tab-content {
  text-align: center;
  padding-top: 40px;
  display: none; }
  .price-tab-content .price {
    font-size: 96px;
    color: var(--maincolor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -20px; }
    .price-tab-content .price span {
      margin-left: 10px;
      font-size: 24px; }
    .price-tab-content .price-text {
      color: #949494; }

/* HOME PRODUCTS */
.home-products {
  padding: 80px 0 50px 0; }

.home-product-box {
  margin-bottom: 30px; }
  .home-product-box-image {
    border: 1px solid #ddd;
    height: 205px;
    position: relative; }
    .home-product-box-image:hover .ask-price {
      opacity: 1;
      visibility: visible; }
    .home-product-box-image .ask-price {
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0;
      visibility: hidden; }
      .home-product-box-image .ask-price a {
        width: 150px;
        height: 40px;
        border-radius: 30px;
        background: var(--maincolor);
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 40px;
        text-align: center; }
    .home-product-box-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .home-product-box-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    min-height: 40px; }
    .home-product-box-title a {
      color: #000; }

/* DEMO */
.demo {
  background: #f5f5f5;
  padding: 100px 0;
  margin-bottom: -50px; }
  .demo input, .demo select {
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2);
    box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2);
    border: none;
    margin-bottom: 15px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #838383; }
    .demo input::-webkit-input-placeholder, .demo select::-webkit-input-placeholder {
      color: #838383; }
    .demo input::-moz-placeholder, .demo select::-moz-placeholder {
      color: #838383; }
    .demo input:-ms-input-placeholder, .demo select:-ms-input-placeholder {
      color: #838383; }
    .demo input::-ms-input-placeholder, .demo select::-ms-input-placeholder {
      color: #838383; }
    .demo input::placeholder, .demo select::placeholder {
      color: #838383; }
  .demo select {
    background: url(../img/selectarrow.png) no-repeat calc(100% - 20px) 28px #fff; }
  .demo button {
    width: 100%;
    height: 60px;
    background: var(--maincolor);
    color: #fff;
    font-weight: bold; }

@media screen and (max-width: 1170px) {
  .main-slider {
    min-height: 500px;
    height: 500px; }
    .main-slider .item {
      min-height: 500px; }
    .main-slider .slider-image {
      display: none; }
  .services .service-box {
    margin-bottom: 30px; }
  .notices {
    padding: 30px 0; }
    .notices .section-head {
      text-align: center; }
    .notices .notice-image {
      margin-bottom: 30px; }
  .packages .pack {
    margin-bottom: 30px; }
  .price-table {
    margin-top: 30px; }
  .price-tab-titles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
    .price-tab-titles li {
      width: 100%; }
  .price-tab-content {
    padding-top: 0; }
  .home-products {
    padding-top: 30px;
    padding-bottom: 30px; }
  .home-product-box-image {
    height: auto; }
  .demo {
    padding: 30px 0; } }

.page {
  padding: 20px 0; }
  .page-content {
    font-size: 14px;
    color: #636363;
    line-height: 24px; }
    .page-content img.align-left {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
    .page-content .btn-price-offer {
      margin: 30px auto; }
    .page-content-block {
      margin-bottom: 50px; }
      .page-content-block.services-photos img {
        width: 100%;
        margin-bottom: 30px; }
      .page-content-block-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px; }

#product-slider {
  -webkit-box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2);
  box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2);
  position: relative;
  padding: 30px 0; }
  #product-slider .item img {
    margin: 0 auto; }
  #product-slider .slick-prev {
    background: url(../img/prev.png);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999; }
  #product-slider .slick-next {
    background: url(../img/next.png);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999; }

.product-infos {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 24px; }

.product-block {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-block-title {
    font-weight: bold;
    color: #000; }

@media screen and (max-width: 1170px) {
  .product-photos {
    margin-bottom: 30px; }
    .product-photos img {
      width: 80%; } }

.contact-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--maincolor); }

.contact-info {
  color: #636363;
  margin-bottom: 30px; }
  .contact-info ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-info ul li i {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 5px;
      color: var(--maincolor);
      margin-right: 20px; }

.contact-form input {
  height: 50px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
  -webkit-box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2);
  box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2); }
  .contact-form input::-webkit-input-placeholder {
    color: #d2d2d2; }
  .contact-form input::-moz-placeholder {
    color: #d2d2d2; }
  .contact-form input:-ms-input-placeholder {
    color: #d2d2d2; }
  .contact-form input::-ms-input-placeholder {
    color: #d2d2d2; }
  .contact-form input::placeholder {
    color: #d2d2d2; }

.contact-form textarea {
  width: 100%;
  height: 120px;
  resize: none;
  margin-bottom: 20px;
  border: none;
  padding: 15px;
  -webkit-box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2);
  box-shadow: 2px 3px 36px 4px rgba(147, 147, 147, 0.2); }
  .contact-form textarea::-webkit-input-placeholder {
    color: #d2d2d2; }
  .contact-form textarea::-moz-placeholder {
    color: #d2d2d2; }
  .contact-form textarea:-ms-input-placeholder {
    color: #d2d2d2; }
  .contact-form textarea::-ms-input-placeholder {
    color: #d2d2d2; }
  .contact-form textarea::placeholder {
    color: #d2d2d2; }

.contact-form button {
  padding: 0;
  margin-left: auto; }

.contact-map {
  margin-top: 30px; }
  .contact-map img {
    width: 100%; }

.footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd; }
  .footer-text {
    margin-top: 25px;
    color: #949494;
    font-size: 14px;
    line-height: 30px; }
  .footer-menu {
    margin-top: 25px; }
    .footer-menu ul li {
      font-size: 14px;
      line-height: 30px; }
      .footer-menu ul li a {
        color: #949494;
        -webkit-transition: .3s;
        transition: .3s; }
        .footer-menu ul li a:hover {
          color: var(--maincolor); }
  .footer-title {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .footer-contact {
    margin-top: 25px; }
  .footer-social a {
    color: #949494;
    font-size: 24px;
    margin-right: 20px; }
  .footer-apps {
    margin-top: 20px; }
  .footer-phone {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px; }
    .footer-phone a {
      color: var(--maincolor); }
  .footer-bottom {
    border-top: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #949494;
    margin-top: 50px; }
  .footer-links a {
    color: #949494;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
    -webkit-transition: .3s;
    transition: .3s; }
    .footer-links a:hover {
      color: var(--maincolor); }
    .footer-links a:last-child {
      border: none; }

@media screen and (max-width: 1170px) {
  .footer {
    padding-bottom: 30px; }
    .footer-bottom {
      display: none; } }
