html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  font-family: Verdana, serif;
  line-height: 26px;
  line-height: 1.3;
}
.tuts-container {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
.tuts-container:after {
  content: "";
  display: table;
  clear: both;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
a,
a:active,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  border: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
section {
  padding: 95px 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.btn {
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}
.heading {
  font-size: 2.5625rem;
  font-weight: 700;
}
.navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navigation li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 77px;
}
.navigation li a {
  text-align: center;
  position: relative;
  display: block;
  font-size: 0.75rem;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation li a:hover {
  color: #007bc1;
}
.navigation li a:hover:before {
  width: 100%;
}
.navigation li a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #007bc1;
  height: 2px;
  width: 0;
  bottom: -7px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#main {
  background-image: url(../img-str-3/bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  color: #223843;
  padding-bottom: 100px;
  padding-top: 80px;
}
@media(max-width: 480px) {
	#main {
		background-image: url(../img-str-3/bg-main-mob.png);
	}
}
.main-title-box {
  width: 60%;
  float: left;
}
.title-subtitle {
  margin-top: 146px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 3rem;
  width: 80%;
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.subtitle {
  margin-top: 33px;
  font-size: 1.3125rem;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.btn-box-title {
  margin-top: 80px;
}
.btn-title {
  background: #66a74f;
  width: 290px;
  height: 60px;
  margin-right: 21px;
  font-size: 1rem;
}
.subbtn-title {
  background: #0196db;
  width: 290px;
  height: 60px;
  font-size: 1rem;
}
.main-bull-box {
  width: 40%;
  float: left;
}
.bull-block {
  background: #fff;
  border-radius: 5px;
  padding: 55px 46px 27px;
  width: 80%;
  position: relative;
  margin-bottom: -20px;
}
.bull-block:nth-child(1) {
  z-index: 3;
  padding-top: 27px;
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.bull-block:nth-child(1):after {
  display: none;
}
.bull-block:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  border-radius: 0;
  z-index: 2;
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
}
.bull-block:nth-child(3) {
  z-index: 1;
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.bull-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #000;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.bull-block-shadow {
  height: 0;
  padding: 0;
  background: 0 0;
  -webkit-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.bull-title {
  font-size: 2.25rem;
  font-weight: 700;
}
.bull-text {
  margin-top: 23px;
  font-size: 0.875rem;
  line-height: 1.2;
}
#advantages {
  background: -o-linear-gradient(top, #007bc1, #0196db);
  background: -webkit-gradient(linear, left top, left bottom, from(#007bc1), to(#0196db));
  background: linear-gradient(180deg, #007bc1, #0196db);
  position: relative;
  z-index: 1;
}
#advantages:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img-str-3/bg-twoScreen.svg);
  background-position: 100% auto;
  background-repeat: no-repeat;
}
.advantages-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages-block {
  background: #223843;
  border-radius: 5px;
  padding: 40px;
  width: 32%;
  margin: 13px 0;
  min-height: 250px;
}
.advantages-box,
.advantages-heading {
  position: relative;
  color: #fff;
}
.advantages-heading {
  margin-bottom: 82px;
}
.advantages-title {
  font-size: 1.3125rem;
  margin-bottom: 47px;
}
.advantages-text {
  line-height: 1.4;
  font-size: 0.9375rem;
}
.prise-heading {
  text-align: center;
}
.table-box {
  margin-top: 51px;
}
.table-head {
  background: #007bc1;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-str-three,
.table-str-two {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.column-head,
.column-str-two {
  min-height: 104px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.column-str-three-2,
.column-str-two-2 {
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
}
.column-str-three-2 {
  z-index: 9;
}
.column-1,
.column-2 {
  width: 30%;
}
.column-3 {
  width: 40%;
}
.column-str-two-2,
.column-str-two-3 {
  font-weight: 400;
}
.column-str-three {
  font-size: 0.875rem;
  font-weight: 400;
}
.column-str-three-1 {
  height: 104px;
  line-height: 130px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.column-str-three-block {
  text-align: center;
  min-height: 104px;
  font-size: 0.875rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column-block-severe {
  background: #f3f3f3;
}
#calc {
  background: #f4f4f4;
}
.calc-heading {
  width: 70%;
}
.calc-subtitle {
  font-size: 1.3125rem;
  font-weight: 400;
  margin-top: 66px;
  width: 70%;
  margin-bottom: 67px;
}
.calc-market-box-wrap {
  width: 58%;
  margin-right: 2%;
  float: left;
}
.calc-bank-box,
.calc-market-box {
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  padding: 59px 47px;
}
.calc-market-block-numbwrap {
  width: 75%;
  float: left;
}
.calc-market-block-conclusion {
  width: 23%;
  margin-left: 2%;
  float: left;
  margin-top: 31px;
}
.calc-market-title-conclusion {
  width: 100%;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.calc-conclusion-wrap {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c5c5c5;
  position: relative;
}
.calc-conclusion-wrap p {
  font-size: 3rem;
}
.calc-conclusion-wrap span {
  font-size: 1.125rem;
  margin-top: -20px;
}
.calc-conclusion-box {
  margin-top: 35px;
}
.calc-conclusion-green-block {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  background-color: #01de5e;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 0.75rem;
}
.calc-bank-heading,
.calc-market-heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.calc-bank-subtitle,
.calc-market-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.calc-bank-str-box,
.calc-market-str-box {
  margin-top: 31px;
  float: left;
}
.calc-bank-title,
.calc-market-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 43px;
}
.calc-bank-valut,
.calc-market-valut {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.calc-market-20 {
  width: 20%;
}
.calc-market-50 {
  width: 50%;
}
.calc-market-30 {
  width: 30%;
}
.calc-bank-ico,
.calc-market-ico {
  width: 35px;
  vertical-align: middle;
}
.calc-bank-box {
  margin-top: 23px;
}
.calc-bank-link-box {
  width: 100%;
  margin-top: 57px;
  float: left;
}
.calc-bank-link {
  text-decoration: underline;
  margin-right: 47px;
  color: #000;
  font-size: 0.8125rem;
}
.calc-bank-link:hover {
  color: #000;
}
.calc-bank-link:last-child {
  margin-right: 0;
}
.calc-changer-wrap {
  float: left;
  width: 40%;
}
.calc-changer-accord-box {
  margin-bottom: 31px;
}
.calc-changer-box {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  padding: 59px 47px;
  background: #fff;
}
.calc-changer-accord-item {
  float: left;
  width: 50%;
  height: 59px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  background: #e5e5e5;
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.changer-accord-active {
  background: #007bc1;
  color: #fff;
}
.changer-number-valut-box {
  background-color: #e5e5e5;
  padding: 17px 27px;
  margin-bottom: 5px;
}
.changer-number-block {
  float: left;
  width: 60%;
}
.changer-name {
  font-size: 0.75rem;
}
.changer-number {
  font-size: 2.25rem;
  margin-top: 13px;
}
.changer-valut-block {
  float: left;
  width: 40%;
  padding-top: 48px;
}
.changer-valut-item {
  width: 70%;
  margin-right: 10%;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.changer-valut-item-img {
  width: 25px;
  margin-right: 14px;
}
.changer-valut-item-name {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.changer-valut-arrow-box {
  float: left;
  width: 20%;
}
.changer-valut-arrow-box-hidden {
  visibility: hidden;
}
.changer-valut-arrow {
  width: 15px;
  display: block;
  margin: 5px 0;
  cursor: pointer;
}
.changer-lock {
  width: 18px;
  margin-right: 20px;
  opacity: 0.2;
}
.changer-lock-hidden {
  visibility: hidden;
}
.changer-total-box {
  margin-top: 41px;
}
.changer-total-general-text,
.changer-total-one-text {
  float: left;
  width: 50%;
}
.changer-total-general-text p,
.changer-total-one-text p {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.changer-total-general-number,
.changer-total-one-number {
  float: left;
  width: 50%;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.changer-total-general-number p,
.changer-total-one-number p {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 10px;
}
.changer-total-general-number span,
.changer-total-one-number span {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.changer-total-general-number {
  font-weight: 700;
}
.changer-total-general-number p {
  font-size: 1.5rem;
  margin-right: 10px;
}
.changer-total-general-number span {
  font-size: 1.5rem;
}
.changer-total-general-number-text {
  width: 100%;
  font-size: 0.625rem;
  opacity: 0.5;
  margin-top: 10px;
}
.changer-btn-box {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 35px;
}
.changer-btn {
  background-color: #66a74f;
  padding: 21px 51px;
}
.calc-after-text {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 20px;
  color: #646464;
}
.calc-btn-box {
  margin-top: 48px;
  text-align: center;
}
.calc-btn {
  padding: 20px 50px;
  background: #0196db;
  border: 2px solid #0196db;
}
.calc-subbtn {
  border: 2px solid #0196db;
  background: 0 0;
  color: #0196db;
  margin-left: 23px;
  padding: 20px 65px;
}
.calc-subbtn:hover{
  color: #0196db !important;
}
.servises-heading {
  text-align: center;
}
.servises-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 62px;
}

.servises-block {
  width: 32%;
  border-radius: 5px;
  color: #000;
  padding: 50px 52px 50px;
  padding-top: 0;
  min-height: 500px;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
}

.servises-block img {
  width: 40%;
  display: block;
  margin: 77px auto;
}

.servises-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.5;
  height: 75px;
}
.servises-text {
  font-size: 1rem;
  line-height: 1.3;
}
#cash {
  background-color: #f4f4f4;
  padding-bottom: 0;
}
.cash-heading {
  text-align: center;
}

.cash-btn-box {
  text-align: center;
  margin-top: 75px;
}

.cash-btn-active {
  background-color: #66a74f !important;
  border: 2px solid #66a74f !important;
  color: #fff !important;
}

.cash-btn {
  border-radius: 5px;
  border: 2px solid #007bc1;
  color: #007bc1;
  background: 0 0;
  padding: 17px 75px;
  font-weight: 700;
  margin: 0 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cash-content-box {
  margin-top: 147px;
  display: none;
}
.cash-content-box-active {
  display: block;
}

.cash-content-img-box {
  height: 552px;
  overflow-y: hidden;
  float: left;
  width: 50%;
}
.cash-content-img-box img {
  width: 70%;
}

.cash-img-laptop {
  width: 100% !important;
  margin-top: 50px;
}

.cash-content-text-box {
  float: left;
  width: 50%;
  margin-top: 55px;
}
.cash-content-title {
  color: #505d68;
  font-size: 1.3125rem;
}
.cash-content-subtitle {
  color: #a1aeb7;
  margin-top: 16px;
}
.cash-content-bull-box {
  list-style-type: none;
  margin-top: 50px;
}
.cash-content-bull-box li {
  padding-bottom: 31px;
}
.cash-content-bull-box li img {
  float: left;
  width: 3%;
  margin-right: 12px;
  display: block;
}
.cash-content-bull-box li p {
  float: left;
  width: 80%;
}
.cash-hidden {
  display: none;
}
#dop {
  background: #223843;
  position: relative;
  color: #fff;
}
#dop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img-str-3/dop-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media(max-width: 480px) {
	#dop:before {
		background-image: url(../img-str-3/dop-bg-mob.png);
	}
}
.dop-heading {
  text-align: center;
}
.dop-content-box {
  margin-top: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dop-content-block {
  width: 30%;
}
.dop-title {
  font-size: 1.4375rem;
  font-weight: 700;
}
.dop-title img {
  width: 20px;
  margin-right: 10px;
}
.dop-text {
  margin-left: 30px;
  margin-top: 33px;
  line-height: 1.5;
}
.dop-text-listing {
  list-style-type: none;
}
.dop-text-listing a {
  color: #fff;
  text-decoration: underline;
}
.dop-text-listing a:hover {
  color: #fff;
  text-decoration: none;
}

#quik{
  padding-bottom: 0;
}

.quik-heading {
  text-align: center;
}
.quik-box {
  margin-top: 98px;
}
.quik-content-box {
  float: left;
  width: 45%;
}
.quik-text {
  font-size: 1.3125rem;
  line-height: 1.4;
}
.quik-bull-box {
  margin-top: 91px;
}
.quik-bull-box li {
  display: block;
  float: left;
  width: 42%;
  margin-right: 8%;
  height: 150px;
}
.quik-bull-box li img {
  float: left;
  width: 8%;
  margin-right: 5%;
  margin-top: 10px;
}
.quik-bull-box li p {
  float: left;
  width: 85%;
}
.btn-quik {
  padding: 21px 30px;
  background: #66a74f;
  margin-right: 10px;
  margin-bottom: 0px;
}
.subbtn-quik {
  background: 0 0;
  padding: 19px 30px;
  border: 2px solid #007bc1;
  color: #007bc1;
  border-radius: 5px;
  font-weight: 700;
}
.quik-img-box {
  float: left;
  width: 55%;
}
.quik-icons-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quik-platform-block {
  width: 35%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}
.quik-platform-block p {
  width: 50%;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-left: 14px;
  color: #fff;
}
.quik-platform-block p:hover {
  color: #fff;
}
.quik-icons-block {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
}
.quik-icons-block img {
  width: 70%;
  margin-top: 15%;
}
.quik-img-block {
  position: relative;
  text-align: center;
  overflow: hidden;
  max-height: 600px;
}
.quik-img-phone {
  width: 60%;
  position: relative;
  z-index: 9;
}
#rating {
  background: #f4f4f4;
}
.rating-heading {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.rating-content-box {
  margin-top: 78px;
}
.rating-content {
  float: left;
}
.rating-content:nth-child(1) {
  width: 33%;
}
.rating-content:nth-child(2) {
  width: 35%;
  text-align: right;
}
.rating-content:nth-child(3) {
  width: 28%;
  margin-left: 2%;
}
.rating-content img {
  width: 70%;
}
.rating-content-title {
  margin-top: 50px;
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 31px;
}
.rating-content-text {
  color: #18262e;
  line-height: 1.5;
}
.italic {
  font-style: italic;
}
.rating-bull-box {
  width: 100%;
}
.rating-bull-block {
  padding: 35px 25px;
  border-radius: 5px;
  min-height: 450px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  float: left;
  width: 25%;
  background: #fff;
  text-align: center;
}
.rating-bull-block:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.rating-bull-block:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.rating-bull-block:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.rating-bull-block:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.rating-bull-block:nth-child(5) {
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.rating-bull-img {
  height: 120px;
}
.rating-bull-img img {
  width: 70px;
}
.rating-bull-title {
  font-size: 1.3rem;
  height: 110px;
}
.rating-bull-text {
  font-size: 0.9375rem;
  line-height: 1.7;
}
#contacts {
  background-image: url(../img-str-3/bg-twoScreen.svg);
  background-position: 100% auto;
  background-repeat: no-repeat;
}
.form-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  padding: 130px 120px;
  border-radius: 5px;
  position: relative;
}
.form-content {
  float: left;
  width: 45%;
}
.contacts-heading {
  margin-bottom: 40px;
}
.form-box {
  float: left;
  width: 55%;
}
.form-input-wrap {
  background: #a4a4a8;
  border-radius: 5px;
  padding: 22px 30px;
  position: relative;
  margin-bottom: 5px;
  width: 90%;
  margin-left: 5%;
}
.form-input-wrap label {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 20px;
}
.form-input-wrap input {
  background: 0 0;
  color: #fff;
  width: 80%;
}
.form-input-wrap input::-webkit-input-placeholder {
  color: #fff;
}
.form-input-wrap input::-moz-placeholder {
  color: #fff;
}
.form-input-wrap input:-ms-input-placeholder {
  color: #fff;
}
.form-input-wrap input::-ms-input-placeholder {
  color: #fff;
}
.form-input-wrap input::placeholder {
  color: #fff;
}
.form-ico {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 22px;
  margin-top: -11px;
}
.btn-contacts {
  margin-top: 10px;
  background: #66a74f;
  width: 90%;
  margin-left: 5%;
  height: 70px;
  font-weight: 700;
  font-size: 1.25rem;
}
.polit {
  margin-left: 10%;
  width: 80%;
  margin-top: 29px;
  text-align: center;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
}
.polit a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.polit a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
.contacts-img-1,
.contacts-img-2 {
  position: absolute;
}
.contacts-img-1 {
  bottom: -15%;
  left: 15%;
  width: 20%;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.contacts-img-2 {
  bottom: -5%;
  left: -5%;
  width: 10%;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#footer {
  padding: 125px 0 0;
  background-color: #223843;
  color: #fff;
}
.footer-contacts-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 58px;
}
.footer-contacts-adress {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 35px;
}
.footer-phone {
  font-size: 1.3125rem;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 17px;
}
.footer-phone:hover {
  color: #fff;
}
.footer-callback {
  color: #0196db;
  text-decoration: underline;
}
.footer-callback:hover {
  text-decoration: none;
  color: #0196db;
}
.social-item {
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: 2px solid #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 22px;
}
.social-item:last-child {
  margin-right: 0;
}
.social-item i {
  vertical-align: middle;
  color: #fff;
  font-size: 0.7rem;
}
.social-item:hover {
  opacity: 1;
}
.footer-call-img-box {
  border-radius: 50%;
  overflow: hidden;
  width: 28%;
  float: left;
}
.footer-call-img-box img {
  width: 100%;
}
.footer-call-content-box {
  float: left;
  width: 60%;
  margin-left: 2%;
}
.footer-call-link {
  color: #0196db;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.footer-call-link:hover {
  color: #0196db;
  text-decoration: none;
}
.footer-call-text {
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer-bull-box {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bull-img {
  width: 64px;
}
.footer-bull-title {
  margin-left: 5%;
  width: 75%;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}
.footer-text-box {
  margin-top: 124px;
}
.footer-text {
  margin-bottom: 31px;
  /*font-size: 0.75rem;*/
  font-size: 0.9rem;
  line-height: 2;
}
.advantages-box .h2{
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}