@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans|Righteous&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/*------------- 
[Table of contents]

[ DEFAULT INDEX NUMBER ]

1. DEFAULT STYLES
2. TEXT STYLES
3. HEADER  
4. WELCOME BLOCK  
5. BENEFITS BLOCK
6. ABOUT BLOCK
7. FEATURES BLOCK 
8. VIDEO BLOCK 
9. PRICING BLOCK
10. SCREENSHOTS BLOCK 
11. REVIEWS BLOCK 
12. DOWNLOAD BLOCK
13. FAQS BLOCK
14. TEAM BLOCK
15. CONTACTS BLOCK
16. FOOTER BLOCK
17. PRIVACY BLOCK
18. BACK-TO-TOP
19. MIXINS
-------------------------------------------------------------------*/
/*------------------------------------------------------------------*
*/
/* 1.DEFAULT STYLES */
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}
p,
span,
h2,
a {
  display: block;
}
p,
span,
h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: inherit;
  outline: 0;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.wow {
  visibility: hidden;
}
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  border: 2px solid;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px;
  font-size: 17px;
  cursor: pointer;
  letter-spacing: -0.5px;
}
.btn--arrow:before {
  content: "\f0da";
  font-family: fontAwesome;
  position: relative;
  font-size: inherit;
  float: right;
  line-height: inherit;
  margin-left: 5px;
}
.btn--small {
  min-width: 186px;
}
.btn--medium {
  min-width: 196px;
}
.btn--large {
  min-width: 286px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fixed_bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  max-width: 100%;
}
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.ptb-150 {
  padding: 150px 0;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-100 {
  padding: 100px 0;
}
/* TEXT STYLES */
.title-1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.title-1--orange {
  font-size: 60px;
}
.title-2 {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -3px;
}
.title-3 {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -3px;
}
.title-4 {
  position: relative;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
}
.title-5 {
  position: relative;
  font-weight: 300;
  font-size: 75px;
  line-height: 1.12;
  letter-spacing: -2px;
}
.tagline-1 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
}
.tagline-2 {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
}
.tagline-3 {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.text-1 {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.57;
  font-family: "Open Sans", sans-serif;
}
.text-2 {
  position: relative;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 1.57;
  font-family: "Open Sans", sans-serif;
}
.text-3 {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.22;
}
.text-4 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  font-family: "Open Sans", sans-serif;
}
.box-title--1 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.33;
}
.box-title--2 {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
}
.box-title--3 {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.12;
}
/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 45px 0;
}
.header__social li {
  display: inline-block;
}
.header__social li:not(:first-child) {
  margin-left: 9px;
}
.header__social li a {
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
/* WELCOME BLOCK */
.welcome {
  overflow: hidden;
}
.welcome__content {
  padding-top: 205px;
}
.welcome .title-1 {
  margin-bottom: 22px;
}
.tagline-1 {
  padding-left: 65px;
  position: relative;
}
.tagline-1:before {
  position: absolute;
  top: 11px;
  width: 50px;
  height: 2px;
  content: "";
  left: 0;
}
.welcome__image {
  position: absolute;
  display: block;
}
.welcome__btn {
  margin-top: 60px;
}
.welcome__btn:not(:last-child) {
  margin-right: 15px;
}
.welcome .sticky {
  padding: 10px 0;
}
/* BENEFITS BLOCK */
.benefits {
  position: relative;
  padding: 135px 0 145px;
}
.benefits__icon {
  display: inline-block;
  margin-bottom: 35px;
}
.benefits .title-2 {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 22px;
}
.benefits .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.benefits .tagline-2 {
  margin-bottom: 50px;
}
.benefits:before {
  position: absolute;
  left: 0;
  top: 63px;
  width: 715px;
  height: 310px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.benefits:after {
  position: absolute;
  right: 170px;
  bottom: 0px;
  width: 310px;
  height: 280px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.benefits .box-title--1 {
  margin-bottom: 12px;
}
/* ABOUT BLOCK */
.about {
  padding: 142px 0 46px;
  overflow: hidden;
}
.about__content {
  padding: 0 40px;
}
.about__content .title-3 {
  margin-bottom: 22px;
}
.about__content .text-1 {
  margin-bottom: 35px;
}
.about__content .bars {
  margin-bottom: 70px;
}
.about__content .bars .item {
  position: relative;
}
.about__content .bars .item__title {
  line-height: 1.75;
  font-weight: 700;
  font-size: 16px;
}
.about__content .bars .item .bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.about__content .bars .item .bar .progress {
  height: 4px;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: 1s ease-out;
}
.about__content .bars .item .bar__count {
  float: right;
  top: -26px;
  position: relative;
  line-height: 1.75;
  font-weight: 700;
  font-size: 16px;
}
/* FEATURES BLOCK */
.features {
  position: relative;
}
.features .title-2 {
  padding-bottom: 20px;
  margin-bottom: 65px;
}
.features .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.features .box-title--1 {
  margin-bottom: 4px;
}
.features .text-4 {
  margin-bottom: 40px;
}
.features__item .features__icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.features__item .features__icon:after {
  position: absolute;
  top: 0;
  left: -200%;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
}
.features__item:hover .features__icon:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.features__item .text-2 {
  margin-bottom: 40px;
}
.features:before {
  position: absolute;
  left: 225px;
  bottom: 0;
  width: 310px;
  height: 437px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.features:after {
  position: absolute;
  right: 0px;
  top: 164px;
  width: 488px;
  height: 309px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
/* VIDEO BLOCK */
.video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
}
.video__btn {
  display: inline-block;
  width: 142px;
  height: 142px;
  text-align: center;
  border: 7px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 29px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.video__btn i {
  font-size: 50px;
  line-height: 128px;
  padding-left: 15px;
}
.video .title-4 {
  margin-bottom: 5px;
}
.video .tagline-3 {
  margin-bottom: 40px;
}
/* PRICING BLOCK */
.pricing .title-2 {
  padding-bottom: 20px;
  margin-bottom: 70px;
  letter-spacing: -3px;
}
.pricing .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing__item {
  padding: 50px 0;
  transition: .3s;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.pricing__item .box-title--3 {
  margin-bottom: 25px;
}
.pricing__item .text-2 {
  padding-bottom: 35px;
  margin-bottom: 33px;
}
.pricing__item .text-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing__item ul {
  margin-bottom: 75px;
  display: block;
}
.pricing__item ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
}
/* SCREENSHOTS BLOCK */
.screenshots .title-3 {
  margin-bottom: 50px;
}
.screenshots .owl-carousel {
  padding: 0 85px;
}
.screenshots .owl-carousel .owl-dots {
  text-align: center;
  top: 57px;
  position: relative;
}
.screenshots .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  user-select: none;
}
.screenshots .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 7px;
  border-width: 1px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.screenshots .owl-carousel .owl-prev,
.screenshots .owl-carousel .owl-next {
  font-size: 0;
  background: #ffffff;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.screenshots .owl-carousel .owl-prev:before,
.screenshots .owl-carousel .owl-next:before {
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.screenshots .owl-carousel .owl-prev {
  left: 0px;
}
.screenshots .owl-carousel .owl-prev:before {
  content: "\f104";
  padding-right: 3px;
}
.screenshots .owl-carousel .owl-next {
  right: 0px;
}
.screenshots .owl-carousel .owl-next:before {
  content: "\f105";
  padding-left: 3px;
}
/* REVIEWS BLOCK */
.reviews {
  position: relative;
}
.reviews .title-2 {
  padding-bottom: 19px;
  margin-bottom: 15px;
}
.reviews .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.reviews .tagline-2 {
  margin-bottom: 55px;
}
.reviews:before {
  position: absolute;
  left: 0;
  top: 63px;
  width: 712px;
  height: 310px;
  background-image: url(../images/layout__1.png);
  content: "";
}
.reviews__box {
  position: relative;
  overflow: hidden;
}
.reviews__content {
  display: inline-block;
  position: relative;
  padding: 50px 10px 24px 130px;
}
.reviews__content .box-title--1 {
  margin-bottom: 4px;
  position: relative;
}
.reviews__content .box-title--1:before {
  position: absolute;
  content: "“";
  font-size: 80px;
  top: -48px;
  line-height: 1;
}
.reviews__content .text-3 {
  margin-bottom: 12px;
}
.reviews__content .text-4 {
  line-height: 1.42;
}
.reviews__image {
  position: absolute;
  display: inline-block;
  top: 0;
}
.reviews__name {
  position: relative;
}
.reviews__name:before {
  position: absolute;
  font-size: 80px;
  content: "“";
  left: 0;
  top: -48px;
  bottom: auto;
  line-height: 1;
}
.reviews__version {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  font-weight: 700;
}
/* DOWNLOAD BLOCK */
.download {
  position: relative;
  overflow: hidden;
  padding: 150px 0 135px;
}
.download__content .title-2 {
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 25px;
}
.download__content .title-2:before {
  left: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  position: absolute;
  content: "";
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.download__content .text-4 {
  margin-bottom: 50px;
  line-height: 1.71;
}
.download__content__btn {
  min-width: 286px;
  letter-spacing: -1px;
}
.download__content .btn i {
  float: left;
  margin-right: 5px;
}
.download__content .btn i:before {
  font-size: 34px;
  line-height: 22px;
}
.download__content .btn:last-child {
  margin-top: 20px;
}
.download:after {
  position: absolute;
  right: 0px;
  bottom: 110px;
  width: 682px;
  height: 310px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
/* FAQS BLOCK */
.faqs {
  padding: 100px 0 140px;
}
.faqs .title-3 {
  margin-bottom: 49px;
}
.faqs .accordion .card {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
.faqs .accordion .card .card-header {
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  border: none;
}
.faqs .accordion .card .card-header .accordion_title {
  padding: 11px 27px;
  position: relative;
  color: inherit;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.faqs .accordion .card .card-header .accordion_title:after {
  font-family: 'FontAwesome';
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 27px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.faqs .accordion .card .card-header .collapsed:after {
  content: "\f077";
}
.faqs .accordion .card-block {
  padding: 11px 27px 38px 27px;
  position: relative;
}
.faqs .accordion .card-block p {
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.faqs .accordion .card-block ul {
  padding: 0;
  text-align: left;
  margin: 26px 0 0 0;
}
.faqs .accordion .card-block ul li {
  list-style: none;
  margin-bottom: 7px;
  padding: 0 0 0 34px;
  position: relative;
  font-size: 15px;
  line-height: 1.47;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.faqs .accordion .card-block ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 0;
  font: 14px/18px FontAwesome;
  content: "\f068";
  text-align: center;
}
/* TEAM BLOCK */
.team {
  position: relative;
  padding: 140px 0 150px;
}
.team .title-2 {
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.team .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.team .tagline-2 {
  margin-bottom: 55px;
}
.team:before {
  position: absolute;
  left: 0;
  top: 63px;
  width: 715px;
  height: 310px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.team__box {
  position: relative;
}
.team__box .team__layer {
  position: relative;
  overflow: hidden;
}
.team__box .team__layer:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: .4s;
}
.team__box .team__layer:after {
  content: "- Hello";
  right: -100%;
  bottom: 50px;
  left: auto;
  top: auto;
  opacity: 0;
  position: absolute;
  color: #fff;
  transition: .5s;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  width: auto;
  height: auto;
}
.team__box .team__layer:hover:before {
  height: 100%;
}
.team__box .team__layer:hover:after {
  opacity: 1;
  bottom: 50px;
  right: 50px;
  top: auto;
}
.team__box .team__content {
  position: relative;
  transition: .3s;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.team__box .team__content .team__info {
  flex: 1;
  text-align: left;
}
.team__box .team__content .team__info p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.team__box .team__content .team__info span {
  font-size: 14px;
  font-weight: 400;
}
.team__box .team__content .team__links {
  flex: 1;
  text-align: right;
}
.team__box .team__content .team__links .team__social {
  display: inline-block;
}
.team__box .team__content .team__links .team__social li {
  display: inline-block;
}
.team__box .team__content .team__links .team__social li:not(:first-child) {
  margin-left: 15px;
}
.team__box .team__content .team__links .team__social li a {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
/* CONTACTS BLOCK */
.contacts .title-2 {
  margin-bottom: 28px;
  padding-bottom: 20px;
}
.contacts .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contacts .tagline-2 {
  margin-bottom: 50px;
}
.contacts .form__field {
  display: block;
  width: 100%;
  height: 64px;
  padding: 15px 28px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: 0;
  border: none;
}
.contacts .form__textarea {
  min-height: 168px;
  height: auto;
  resize: none;
}
.contacts .form .btn {
  margin-top: 10px;
}
/* FOOTER */
.footer {
  padding: 66px 0 45px;
}
.footer__logo {
  margin-bottom: 25px;
}
.footer__description {
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.footer__social li {
  display: inline-block;
}
.footer__social li:not(:first-child) {
  margin-left: 16px;
}
.footer__social li a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer__menu {
  list-style: none;
  padding-left: 0;
  line-height: 1;
  margin-top: 65px;
}
.footer__menu li {
  display: block;
}
.footer__menu li:not(:first-child) {
  margin-top: 10px;
}
.footer__menu li a {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer__menu li a:hover {
  text-decoration: underline;
}
.footer h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 15px 0 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-align: left;
}
.footer .details {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 17px;
  font-size: 15px;
  text-align: left;
}
.footer .details span {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  min-width: 25px;
}
.footer .phone_link {
  display: inline-block;
}
.footer .form {
  margin-bottom: 15px;
}
.footer .form_field {
  display: block;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 14px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: 0;
  border: none;
}
.footer .form .btn {
  max-width: none;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  font-family: inherit;
  padding: 8px;
}
/* PRIVACY */
.privacy {
  padding: 10px 0;
}
.privacy__description {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.privacy__link {
  transition: .3s;
  display: inline-block;
}
.privacy__link:hover {
  text-decoration: underline;
}
/* BACK-TO TOP STYLES */
.to-top {
  width: 45px;
  height: 45px;
  line-height: 41px;
  font-size: 24px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 1000;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.to-top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 400;
}
.to-top:hover,
.to-top:focus {
  text-decoration: none;
}
/* MIXINS */
shine 100% {
  left: 150%;
}
@keyframes shine {
  100% {
    left: 150%;
  }
}
