@charset "UTF-8";
h2 {
  font-weight: bold;
  font-size: 48px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

h2 + .subtitle {
  font-size: 23px;
  max-width: 630px;
  line-height: 30px;
  margin-bottom: 40px;
  font-weight: 300;
}

.first-screen-icons {
  padding-top: 10px;
  max-width: 530px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.first-screen-icons::after {
  display: none;
}
.first-screen-icon {
  text-align: center;
  padding-top: 45px;
  font-size: 24px;
  color: #666666;
  line-height: 1.1;
}
.first-screen-icon--money {
  background: url(/images/icon-money.png) no-repeat center top;
}
.first-screen-icon--time {
  background: url(/images/icon-time.png) no-repeat center top;
}
.first-screen-icon--shield {
  background: url(/images/icon-shield.png) no-repeat center top;
}

#first-screen {
  background-image: url(/images/first-screen-bg.jpg?v=2);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 130px;
  padding-bottom: 100px;
}
#first-screen .top-content .content {
  float: right;
  width: 610px;
}
#first-screen .top-content h1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  position: relative;
  margin-top: 110px;
}
#first-screen .top-content h1:before {
  position: absolute;
  top: 20px;
  left: -90px;
  content: "";
  display: block;
  height: 5px;
  width: 80px;
  background-color: #000;
}
#first-screen .top-content .undertitle {
  font-size: 24px;
  color: #666;
  line-height: 30px;
}
#first-screen .top-content .action-block {
  position: relative;
  margin-top: 55px;
}
#first-screen .top-content .action-block p {
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666666;
}
#first-screen .top-content .action-block input[name=phone] {
  width: 260px;
  margin-right: 20px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 60px;
  font-size: 17px;
  background-image: url(/images/s-form-sprite.png);
  background-repeat: no-repeat;
  border: none;
  background-color: #edf1f9;
  border-radius: 5px;
  transition: all 0.4s;
  background-position: 19px -39px;
  -ms-box-shadow: inset 3px 2px 13px rgba(0, 0, 0, 0.21);
  -o-box-shadow: inset 3px 2px 13px rgba(0, 0, 0, 0.21);
  box-shadow: inset 3px 2px 13px rgba(0, 0, 0, 0.21);
  font-weight: 500;
}
#first-screen .top-content .action-block .btn-default {
  margin-top: 0;
}
#first-screen .top-content .action-block::after {
  position: absolute;
  width: 30px;
  height: 47px;
  content: "";
  display: inline-block;
  left: 110px;
  bottom: -70px;
  background: url(/images/arrow-group-bottom.png) no-repeat center center/contain;
}
#first-screen .top-content .advantages {
  clear: both;
  padding-top: 270px;
}
#first-screen .top-content .advantages .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#first-screen .top-content .advantages .items:after {
  display: none;
}
#first-screen .top-content .advantages .items .item {
  width: 25%;
  padding: 0 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
}
#first-screen .top-content .advantages .items .item .title {
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
#first-screen .top-content .advantages .items .item .title:after {
  position: absolute;
  content: ". . .";
  bottom: -24px;
  left: 0;
}
#first-screen .top-content .advantages .items .item:first-of-type {
  padding-left: 0;
}
#first-screen .top-content .advantages .items .item:last-of-type {
  padding-right: 0;
}

.mobile-select-b {
  display: none;
}

#calculate-form {
  padding-bottom: 40px;
}
#calculate-form .block {
  width: 100%;
  padding: 35px 40px 60px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #51a667;
  -ms-box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.29);
  box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.29);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#calculate-form .block .title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#calculate-form .block .title span {
  font-weight: 400;
}
#calculate-form .block input {
  width: 320px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 60px;
  font-size: 17px;
  background-image: url(/images/s-form-sprite.png);
  background-repeat: no-repeat;
  border: none;
  background-color: #edf1f9;
  border-radius: 5px;
  transition: all 0.4s;
}
#calculate-form .block input[name=name] {
  background-position: 19px 19px;
}
#calculate-form .block input[name=phone] {
  background-position: 19px -39px;
}
#calculate-form .block .btn-default {
  width: 320px;
  margin-top: 0;
}
#calculate-form .block .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 40px;
}
#calculate-form .block .flex:after {
  display: none;
}

#price {
  padding: 70px 0;
}
#price h2 {
  margin-top: 0;
}
#price table {
  width: 100%;
  border-spacing: 8px;
  -webkit-border-horizontal-spacing: 8px;
  -webkit-border-vertical-spacing: 8px;
}
#price table td {
  border-radius: 5px;
  height: 58px;
  font-size: 14px;
  width: 154px;
}
#price table td.empty {
  background-color: #e1eae1;
  font-size: 16px;
}
#price table td.fill {
  background-color: #c4dbca;
  font-size: 16px;
  padding-left: 32px;
}
#price table td.green {
  background-color: #51a667;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  width: 220px;
}
#price .additional-block {
  max-width: 989px;
  text-align: right;
}
#price .note {
  margin-top: 10px;
}
#price .text {
  color: #666666;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
}
#price .text .btn-default {
  margin-top: 20px;
}
#price .button-block {
  text-align: center;
  padding-left: 235px;
}
#price .button-block .btn-yellow {
  margin-top: 30px;
  color: #000;
}
#price .collapses {
  display: none;
}

#how-we-work {
  background-image: url(/images/our-work-bg0main.png);
  background-position: center 90px;
  background-repeat: no-repeat;
  padding-bottom: 165px;
  position: relative;
  z-index: 9;
  padding-top: 30px;
  overflow: hidden;
}
#how-we-work h2 {
  margin-bottom: 60px;
  margin-top: 0;
}
#how-we-work .subtitle {
  margin-bottom: 90px;
}
#how-we-work .tabs-btn .btn {
  width: 180px;
  text-align: center;
  float: left;
  cursor: pointer;
  transition: all 0.4s;
}
#how-we-work .tabs-btn .btn .icon {
  border-right: #626262 solid 2px;
  width: 100%;
}
#how-we-work .tabs-btn .btn .icon .i {
  background-position: center 2px;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin: auto;
}
#how-we-work .tabs-btn .btn .icon .i.i-soft {
  background-image: url("/images/icon-34324.png");
}
#how-we-work .tabs-btn .btn .icon .i.i-carpet {
  background-image: url("/images/icon-0423.png");
}
#how-we-work .tabs-btn .btn .icon .i.i-mattress {
  background-image: url("/images/icon-0421.png");
}
#how-we-work .tabs-btn .btn .text {
  color: #999;
  margin-top: 10px;
  font-size: 18px;
  line-height: 19px;
  padding: 0px 10px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#how-we-work .tabs-btn .btn.active .icon .i {
  background-position: center -66px;
}
#how-we-work .tabs-btn .btn.active .text {
  color: #000;
}
#how-we-work .tabs-btn .btn:last-of-type .icon {
  border-right: none;
}
#how-we-work .tabs-content .content {
  position: relative;
}
#how-we-work .tabs-content .content b {
  color: #20a052;
}
#how-we-work .tabs-content .content ul {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 45px;
  list-style-type: none;
}
#how-we-work .tabs-content .content ul li {
  line-height: 22px;
  margin-bottom: 18px;
  font-size: 16px;
}
#how-we-work .tabs-content .content:after {
  position: absolute;
  background-repeat: no-repeat;
  top: -61px;
  left: 116px;
  width: 1138px;
  height: 426px;
  background-position: 5px 5px;
  content: "";
  z-index: -1;
}
#how-we-work .tabs-content .content::after, #how-we-work .tabs-content .content--1::after {
  background-image: url(/images/s-work-bg1.png);
}
#how-we-work .tabs-content .content--2::after {
  background-image: url(/images/s-work-bg2.png);
}
#how-we-work .tabs-content .content--3::after {
  background-image: url(/images/s-work-bg3.png);
}
#how-we-work .tabs-content .content.show {
  display: block;
}
#how-we-work .btn-yellow {
  width: 400px;
}
#how-we-work .btn-mobile {
  display: none;
}

#our-team {
  color: #fff;
  background-color: #00a260;
  height: 750px;
  background-image: url(/images/s-team-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -95px;
  padding-top: 80px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#our-team h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
#our-team h2 + .subtitle {
  max-width: 900px;
}
#our-team .items {
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#our-team .items:after {
  display: none;
}
#our-team .items .item {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
#our-team .items .item:after {
  width: 5px;
  height: 30px;
  position: absolute;
  content: "";
  right: -2px;
  top: 85px;
  background-color: #fff;
}
#our-team .items .item .photo {
  position: relative;
  height: 156px;
  width: 156px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  border-radius: 88px;
  -moz-border-radius: 88px;
  -webkit-border-radius: 88px;
  border: solid 9px rgba(255, 255, 255, 0.23);
  -ms-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.09);
  -o-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.09);
}
#our-team .items .item .photo img {
  position: relative;
  z-index: 2;
}
#our-team .items .item:last-of-type:after {
  display: none;
}
#our-team .items .item .name {
  font-weight: bold;
  font-size: 23px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 17px;
}
#our-team .items .item .name:after {
  width: 214px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 107px);
  content: "";
  bottom: 25px;
}
#our-team .items .item .stars {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
}
#our-team .items .item .stars img {
  margin-right: 26px;
}
#our-team .items .item .stars img:last-of-type {
  margin-right: 0;
}
#our-team .items .item .stars img.disabled {
  opacity: 0.5;
}
#our-team .items .item .rating {
  font-size: 15px;
  margin-top: 16px;
  line-height: 1.8;
}

#reviews {
  background-color: #f5f6f2;
  padding-top: 35px;
  padding-bottom: 50px;
}
#reviews h2 {
  margin-top: 0;
}
#reviews .items .item {
  height: 300px;
  background-color: #fefbf4;
  border-radius: 5px;
}
#reviews .items .item .photo {
  background-color: #d0d0d0;
  height: 300px;
  width: 300px;
  float: left;
  border-radius: 5px;
  position: relative;
}
#reviews .items .item .photo div {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
  width: 180px;
  height: 180px;
  border-radius: 180px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
#reviews .items .item .photo div img {
  position: absolute;
  width: 184px;
  height: auto;
  left: calc(50% - 92px);
}
#reviews .items .item .content {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  float: left;
  width: 840px;
  height: 100%;
  color: #000;
  box-sizing: border-box;
}
#reviews .items .item .content:after {
  content: "";
  width: 29px;
  height: 13px;
  background-color: #51a667;
  bottom: 0;
  right: 20px;
  position: absolute;
}
#reviews .items .item .content .name {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#reviews .items .item .content .text {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 500;
}
#reviews .items .item .content .age {
  color: #999999;
  text-transform: none;
}
#reviews .bottom-content {
  padding-top: 19px;
}
#reviews .bottom-content .btn-default {
  width: 300px;
  float: left;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
}
#reviews .bottom-content .nav {
  float: left;
  margin-left: 40px;
  padding-top: 18px;
}
#reviews .bottom-content .nav button {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  font-weight: bold;
}
#reviews .bottom-content .nav button:after {
  font-family: "Circle Regular";
  line-height: 21px;
  font-size: 36px;
}
#reviews .bottom-content .nav button.owl-prev {
  margin-right: 25px;
}
#reviews .bottom-content .nav button.owl-prev:after {
  content: "←";
}
#reviews .bottom-content .nav button.owl-next:after {
  content: "→";
}
#reviews .bottom-content .dots {
  float: left;
  padding-top: 20px;
  margin-left: 30px;
}
#reviews .bottom-content .dots button {
  width: 13px;
  height: 13px;
  background-color: #e8e8e8;
  border: solid 1px #d3d3d3;
  cursor: pointer;
  float: left;
  margin-right: 22px;
  border-radius: 35px;
  padding: 0;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 3px;
}
#reviews .bottom-content .dots button.active {
  background-color: #51a667;
  border: solid 4px #51a667;
  margin-top: 0;
}

#equipment {
  padding: 60px 0;
}
#equipment h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
#equipment h2 + .subtitle {
  max-width: 770px;
}
#equipment .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#equipment .items:after {
  display: none;
}
#equipment .items .item {
  width: 33.3333333333%;
  height: 350px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 210px;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: auto;
}
#equipment .items .item .title {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#equipment .items .item .title:after {
  position: absolute;
  display: block;
  width: 25px;
  height: 5px;
  content: "";
  bottom: -13px;
  left: 0;
  background-color: #51a667;
}
#equipment .items .item .text {
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
  width: 210px;
  position: relative;
}
#equipment .items .item .text::after {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  bottom: -50px;
  opacity: 0;
  pointer-events: none;
}
#equipment .items .item.i-01 {
  background-image: url("/images/fddgfd3232.png?v=2.5");
}
#equipment .items .item.i-02 {
  background-image: url("/images/itemfds-02.png?v=2.5");
}
#equipment .items .item.i-03 {
  background-image: url("/images/itemfds-03.png?v=2.5");
}
#equipment .items .item--italy .text::after {
  background: url(/images/countries/icon-italy.png) no-repeat center center/cover;
  opacity: 1;
}
#equipment .items .item--usa .text::after {
  background: url(/images/countries/icon-usa.png) no-repeat center center/cover;
  opacity: 1;
}
#equipment .items .item--germany .text::after {
  background: url(/images/countries/icon-germany.png) no-repeat center center/cover;
  opacity: 1;
}

#our-work .twentytwenty-container {
  overflow: unset;
}
#our-work .twentytwenty-horizontal .twentytwenty-handle:before, #our-work .twentytwenty-horizontal .twentytwenty-handle:after {
  height: 255px;
}
#our-work .twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 19px;
}
#our-work h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 41px;
  line-height: 1;
}
#our-work h2 span {
  font-size: 60px;
}
#our-work .subtitle {
  max-width: unset;
  margin-top: 25px;
  margin-bottom: 30px;
}
#our-work .content {
  float: left;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  position: relative;
}
#our-work .content .item {
  display: block;
}
#our-work .content .item.hide {
  display: none;
}
#our-work .content .item img.afterimage, #our-work .content .item img.beforeimage {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#our-work .undercontent {
  width: 800px;
  padding: 15px;
  clear: both;
  font-size: 23px;
  color: #fff;
  position: relative;
}
#our-work .undercontent:after {
  display: none;
}
#our-work .undercontent span {
  position: absolute;
  top: -65px;
  background: rgba(81, 166, 103, 0.6);
  padding: 0 12px 6px;
  line-height: 31px;
  border-radius: 30px;
}
#our-work .undercontent span:first-of-type {
  left: 30px;
}
#our-work .undercontent span:last-of-type {
  right: 30px;
}
#our-work .tabs-btn {
  padding-top: 9px;
}
#our-work .tabs-btn .btn {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #999;
  cursor: pointer;
}
#our-work .tabs-btn .btn.active {
  color: #000;
}
#our-work .tabs-btn .btn:last-of-type {
  margin-bottom: 0;
}
#our-work .tabs-btn .btn.tab-sofa:after {
  background-position: 0 -2px;
}
#our-work .tabs-btn .btn.tab-sofa.active:after {
  background-position: -137px -2px;
}
#our-work .tabs-btn .btn.tab-armchair:after {
  background-position: 0 -83px;
}
#our-work .tabs-btn .btn.tab-armchair.active:after {
  background-position: -137px -83px;
}
#our-work .tabs-btn .btn.tab-mattress:after {
  background-position: 0px -163px;
}
#our-work .tabs-btn .btn.tab-mattress.active:after {
  background-position: -137px -163px;
}
#our-work .tabs-btn .btn.tab-chair:after {
  background-position: 0px -241px;
}
#our-work .tabs-btn .btn.tab-chair.active:after {
  background-position: -137px -241px;
}
#our-work .tabs-btn .btn.tab-carpet:after {
  background-position: 0px -302px;
}
#our-work .tabs-btn .btn.tab-carpet.active:after {
  background-position: -137px -302px;
}
#our-work .tabs-btn .btn.tab-stools:after {
  background-position: 0px -384px;
}
#our-work .tabs-btn .btn.tab-stools.active:after {
  background-position: -137px -384px;
}
#our-work .tabs-btn .btn.tab-corners:after {
  background-position: 0px -462px;
}
#our-work .tabs-btn .btn.tab-corners.active:after {
  background-position: -137px -462px;
}
#our-work .controller-arrows {
  display: none;
}

#feedback {
  background-image: url("/images/s-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
  padding-top: 44px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
#feedback h2 {
  color: #fff;
  margin: 0;
  font-size: 61px;
  font-weight: 500;
  text-transform: uppercase;
}
#feedback .subtitle {
  margin: auto;
  font-weight: 500;
  max-width: unset;
}
#feedback form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 85px;
  max-width: 1000px;
  margin: 0 auto;
}
#feedback form input {
  width: 320px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 60px;
  font-size: 17px;
  background-image: url(/images/s-form-sprite.png);
  background-repeat: no-repeat;
  border: none;
  background-color: #edf1f9;
  border-radius: 5px;
  transition: all 0.4s;
}
#feedback form input[name=phone] {
  background-position: 19px -39px;
}
#feedback form input[name=name] {
  background-position: 19px 19px;
}
#feedback form input.error {
  background-color: #ffacac;
  animation: twitching;
}
#feedback form .btn-default {
  margin-top: 0;
  width: 260px;
  font-size: 20px;
  font-weight: 400;
}

#contact {
  padding-bottom: 60px;
  padding-top: 110px;
  background: #ecf1ea url(/images/qlean-logo.svg) no-repeat 95% center;
}
#contact h2 {
  margin-top: 0;
}
#contact .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#contact .items:after {
  display: none;
}
#contact .items .item {
  width: 33.3333333333%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-top: 70px;
  position: relative;
  font-size: 17px;
  line-height: 31px;
}
#contact .items .item:not(.i-links):after {
  background-image: url(/images/s-contact-sprite.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 55px;
  position: absolute;
  content: "";
  display: block;
  top: 11px;
}
#contact .items .item.i-address:after {
  background-position: 0 -193px;
}
#contact .items .item.i-email:after {
  background-position: 0 -97px;
}
#contact .items .item.i-menu:after {
  background-position: 0 -396px;
}
#contact .items .item.i-phone:after {
  background-position: 0 5px;
}
#contact .items .item.i-time:after {
  background-position: 0 -291px;
}
#contact .items .item .title {
  font-weight: 600;
}
#contact .items .item ul {
  list-style: none;
  margin: 0;
  margin-top: 3px;
  padding: 0;
}
#contact .items .item ul li {
  position: relative;
  padding-left: 13px;
}
#contact .items .item ul li:after {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  content: "";
  left: 0;
  top: calc(50% - 1.5px);
}
#contact .items .item.i-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-top: 115px;
}
#contact .items .item.i-links a {
  border-radius: 50px;
  width: 38px;
  height: 38px;
  font-size: 21px;
  background-color: #696969;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 37px;
  transition: all 0.4s;
}
#contact .items .item.i-links a:hover {
  background-color: #00a763;
}
#contact .items .item.i-links a:after {
  font-family: "FontAwesome Brands";
  color: #fff;
}
#contact .items .item.i-links a.icon-facebook:after {
  content: "\f39e";
}
#contact .items .item.i-links a.icon-instagram:after {
  content: "\f16d";
}
#contact .items .item.i-links a.icon-vk:after {
  content: "\f189";
}

#page-thanks {
  padding-top: 130px;
  padding-bottom: 110px;
}
#page-thanks .tanhks-text {
  text-align: center;
  font-size: 24px;
}
#page-thanks .tanhks-text .time {
  color: #51a667;
  font-size: 38px;
  font-weight: bold;
}
#page-thanks .btn-default {
  width: 360px;
}/*# sourceMappingURL=main.css.map */