@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: 'ChinaCyr';
  src: url("../fonts/ChinaCyr.eot");
  src: local("☺"), url("../fonts/ChinaCyr.woff") format("woff"), url("../fonts/ChinaCyr.ttf") format("truetype"), url("../fonts/ChinaCyr.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: local("☺"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.eot");
  src: local("☺"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.eot");
  src: local("☺"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?g02rty");
  src: url("../fonts/icomoon.eot?g02rty#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g02rty") format("truetype"), url("../fonts/icomoon.woff?g02rty") format("woff"), url("../fonts/icomoon.svg?g02rty#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-gt:before {
  content: "\e900";
  color: #595959;
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-twitch:before {
  content: "\f1e8";
}
.flex {
  display: flex;
  justify-content: space-between;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  text-decoration: none;
}
body {
  line-height: 1;
  min-width: 320px;
  font: 18px "Roboto-Light";
  background: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.v-center {
  align-items: center;
}
header {
  background: #252525;
  /* padding: 25px 0; */
  padding: 10px 0;
}
header .sign-in {
  /*
  color: #f9f9f9;
  font-family: "Roboto-Regular";
  */
  width: 176px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 189px;
  background-image: url("../images/button-friend.png");
}
header a {
  letter-spacing: 1.2px;
}
header a:hover {
  color: #f4ce30;
}
h2 {
  font: 36px "ChinaCyr";
}
h3 {
  text-transform: uppercase;
  font: 24px "Roboto-Bold";
}
.center {
  text-align: center;
}
.width-block {
  margin: 0 auto;
}
.burger {
  width: 50px;
  height: 22px;
  position: relative;
}
.burger:before,
.burger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.burger:before {
  top: 0;
}
.burger:after {
  bottom: 0;
}
.burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.burger.close:before {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.close:after {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.close span {
  opacity: 0;
}
.section-one {
  background: #f9f9f9;
  padding: 5vw 0 5vw 0;
}
.section-one .row {
  padding: 0 2rem 0 4.7rem;
  display: flex;
  align-items: center;
}
.section-one .row .block-logo {
  width: 58.67%;
}
.section-one .row .block-logo p {
  margin-left: 114px;
  font: 24px "Roboto-Medium";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-one h1 {
  width: 41%;
  font: 50px "ChinaCyr";
  text-align: right;
}
.logo-wrap {
  position: relative;
  display: block;
  margin-bottom: 3.6vw;
}
.logo-wrap .bg-logo {
  position: relative;
  z-index: 2;
}
.logo-wrap .logo {
  position: absolute;
  width: 212px;
  height: 247px;
  top: 88px;
  left: 144px;
}
.btn-callback {
  height: 72px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font: 24px "Roboto-Bold";
  display: block;
  line-height: 62px;
  color: #000;
  position: relative;
  text-transform: uppercase;
  margin-top: 4vw;
}
.btn-callback.btn-callback__yellow {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background-color: #f4ce30;
}
.btn-callback.btn-callback__yellow:before,
.btn-callback.btn-callback__yellow:after {
  content: '';
  position: absolute;
  background: url("../images/border-yellow.png") no-repeat;
  width: 23px;
  height: 72px;
  top: -3px;
}
.btn-callback.btn-callback__yellow:before {
  right: 100%;
}
.btn-callback.btn-callback__yellow:after {
  left: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-callback.btn-callback__red {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background-color: #ff002e;
  color: #fff
}
.btn-callback.btn-callback__red:before,
.btn-callback.btn-callback__red:after {
  content: '';
  position: absolute;
  background: url("../images/border-red.png") no-repeat;
  width: 23px;
  height: 72px;
  top: -3px;
}
.btn-callback.btn-callback__red:before {
  right: 100%;
}
.btn-callback.btn-callback__red:after {
  left: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-two_second {
  padding: 3.4vw 0 3.5vw 0;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
.inner-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .inner-cta {
    flex-direction: row;
    justify-content: center;
  }
}
.inner-cta--link {
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px;
}
@media screen and (min-width: 993px) {
  .inner-cta--link {
    flex-basis: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 993px) {
  .inner-cta ol {
    flex-basis: 870px;
    margin: 0 20px 50px 0;
  }
}
.table-profit--dan {
  line-height: 25px;
  width: 100%;
  margin: 0 0 49px;
  border-collapse: collapse;
}
.table-profit--dan {
  line-height: 25px;
  border-collapse: collapse;
  width: 70%;
  margin: 0 120px 49px;
}
.profit-belt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .profit-belt {
    flex-direction: row;
    justify-content: center;
  }
}
.profit-belt--link {
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px;
}
@media screen and (min-width: 993px) {
  .profit-belt--link {
    flex-basis: 300px;
    margin: 0;
  }
}
.table-profit--belt {
  line-height: 25px;
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}
.table-profit--belt td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 993px) {
  .table-profit--belt td {
    font-size: 18px;
    line-height: 25px;
  }
}
.table-profit--dan td {
  font-size: 18px;
  line-height: 25px;
  padding: 12px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.table-profit--belt th {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding: 12px 10px;
  text-align: left;
  color: #000;
  border-top: 1px solid transparent;
}
@media screen and (min-width: 993px) {
  .table-profit--belt {
    margin: 0 20px 50px 0;
    flex-basis: 622px;
  }
}
.color--belt.white {
  background-color: #fff;
}
.color--belt.yellow {
  background-color: #fdd835;
}
.color--belt.orange {
  background-color: #fb8c00;
}
.color--belt.green {
  background-color: #43a047;
}
.color--belt.blue {
  background-color: #1e88e5;
}
.color--belt.brown {
  background-color: #6d4c41;
}
.color--belt.black {
  background-color: #000;
}
.color--belt {
  display: block;
  width: 50px;
  height: 25px;
  border: 1px solid #e0e0e0;
}
.section-relay--wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
.relay--label.cash {
  border-radius: 5px 0 0 5px;
}
.relay--label {
  width: 140px;
  height: 50px;
  background-color: #fff;
}
.relay--label a {
  font-size: 18px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #000;
}
.relay--label.active {
  background-color: #f9ca07;
}
.section-two_second .wrap {
  position: relative;
}
.section-two_second .bg-section {
  position: absolute;
  bottom: -3.5vw;
  left: -592px;
}
.section-two_second .right-part {
  width: 580px;
  float: right;
}
.section-two_second h2 {
  margin-bottom: 2vw;
  text-align: center;
}
.section-two_second h3 {
  margin-bottom: 2vw;
  text-align: center;
}
.section-two_second h4 {
  margin-bottom: 2vw;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 16px;
}
@media only screen and (min-width: 993px) {
  .section-two_second h4 {
    font-size: 20px;
  }
}
.section-two_second em {
  font-style: italic;
}
.section-two_second p {
  font-family: "Roboto-Light";
  padding-left: 65px;
  margin-bottom: 2.7vw;
}
.section-two_second p.small {
  font-family: "Roboto-Light";
  font-size: 14px;
  padding-left: 65px;
  margin-bottom: 1vw;
}
.section-two_second p strong,
.section-two_second ol li strong {
  font-family: "Roboto-Medium";
}
.section-two_second b {
  font-family: "Roboto-Medium";
}
.section-two_second a.text {
  font-family: "Roboto-Medium";
  color: black;
  text-decoration: underline;
}
.section-two_second p strong {
  font-family: "Roboto-Medium";
}
.section-two_second ul strong {
  display: block;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}
.section-two_second ol {
  list-style-type: decimal;
  padding-left: 95px;
  color: red;
}
.section-two_second ol li {
  list-style-type: decimal;
  padding-left: 15px;
  color: black;
  margin-bottom: 20px;
}
.section-two_second ol li p {
  color: black;
  padding: 0;
  margin-bottom: 20px;
}
.section-two_second ul li {
  padding-left: 105px;
  position: relative;
  margin-bottom: 20px;
}
.section-two_second p.ol {
  padding-left: 145px;
  position: relative;
  margin-bottom: 20px;
}
.section-two_second ul li:before {
  content: '';
  position: absolute;
  background: url("../images/list_second.png") no-repeat;
  top: 4px;
  left: 65px;
  width: 47px;
  height: 55px;
}
.section-two_second .btn-charter {
  height: 72px;
  width: 345px;
  margin: 0 auto;
  text-align: center;
  font: 24px "Roboto-Bold";
  display: block;
  line-height: 62px;
  color: #000;
  position: relative;
  text-transform: uppercase;
  border-top: 3px solid #ff002e;
  border-bottom: 3px solid #ff002e;
  margin-top: 1vw;
}
.section-two_second .btn-charter:before,
.section-two .btn-charter:after {
  content: '';
  position: absolute;
  background: url("../images/border-red.png") no-repeat;
  width: 23px;
  height: 72px;
  top: -3px;
}
.section-two_second .btn-charter:before {
  right: 100%;
}
.section-two_second .btn-charter:after {
  left: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-two {
  padding: 3.4vw 0 3.5vw 0;
  position: relative;
  overflow: hidden;
  background: #cbcbcb;
}
.section-two .wrap {
  position: relative;
}
.section-two .bg-section {
  position: absolute;
  bottom: -3.5vw;
  left: -592px;
}
.section-two .right-part {
  width: 580px;
  float: right;
}
.section-two h2 {
  margin-bottom: 2vw;
}
.section-two p {
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  margin-bottom: 2.7vw;
}
.section-two ul strong {
  display: block;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}
.section-two ul li {
  padding-left: 65px;
  position: relative;
  margin-bottom: 20px;
}
.section-two ul li:before {
  content: '';
  position: absolute;
  background: url("../images/list.png") no-repeat;
  top: -4px;
  left: 0;
  width: 47px;
  height: 55px;
}
.section-two .btn-charter {
  height: 72px;
  width: 345px;
  margin: 0 auto;
  text-align: center;
  font: 24px "Roboto-Bold";
  display: block;
  line-height: 62px;
  color: #000;
  position: relative;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background-color: #ff002e;
  color: #fff;
  margin-top: 1vw;
}
.section-two .btn-charter:before,
.section-two .btn-charter:after {
  content: '';
  position: absolute;
  background: url("../images/border-red.png") no-repeat;
  width: 23px;
  height: 72px;
  top: -3px;
}
.section-two .btn-charter:before {
  right: 100%;
}
.section-two .btn-charter:after {
  left: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-three {
  background: #f9f9f9;
  padding: 4vw 0;
}
.section-three h2 {
  margin-bottom: 4vw;
}
.section-three h3 {
  margin-bottom: 30px;
}
.section-three .width-block {
  max-width: 980px;
}
.section-three ul {
  display: flex;
  flex-wrap: wrap;
}
.section-three li {
  width: 33%;
  text-align: center;
}
.section-three li:nth-child(2) {
  margin-top: 9vw;
}
.section-three .list-img {
  width: 130px;
  height: 130px;
  background: #f4ce30;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  margin-bottom: 30px;
}
.section-three .list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  max-width: inherit;
}
.section-four {
  background: #cbcbcb;
  padding: 3.8vw 0 3vw 0;
}
.section-four h2 {
  margin-bottom: 15px;
}
.section-four .description {
  margin-bottom: 2vw;
  font-family: "Roboto-Medium";
}
.section-four .width-block {
  max-width: 946px;
}
.section-four .calc-title {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}
.section-four .selects {
  margin-bottom: 3.1vw;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-four .select {
  margin-bottom: 15px;
}
.section-four .select span {
  margin-bottom: 15px;
  display: block;
}
.section-four select {
  outline: 1px solid #000;
  width: 100%;
  height: 40px;
  text-align: center;
  text-align-last: center;
  border: 4px solid #cbcbcb;
  font: 18px "Roboto-Medium";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/list_second_select.png) no-repeat right;
}
.section-four label {
  text-align: center;
  width: 210px;
  display: block;
  position: relative;
}
.section-four .forecast li {
  text-transform: uppercase;
  font-weight: bold;
}
.section-four .forecast li:last-child {
  margin-bottom: 0;
}
.section-four .forecast span {
  display: block;
  font: 24px "Roboto-Medium";
  color: #ff002e;
}
.section-four .result {
  width: 360px;
}
.section-four .result li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.section-four .result li:first-child {
  border-top: 1px solid #fff;
}
.section-four .result li b {
  font-family: "Roboto-Medium";
}
.section-four .result li span {
  text-align: right;
  flex-grow: 1;
  font: 14px "Roboto-Medium";
}
#total {
  display: none;
}
.forecast li {
  border-bottom: 2px solid #fff;
  padding: 15px 10px
}
.forecast li:first-child {
  border-top: 2px solid #fff;
}
.section_five {
  padding: 4vw 0 11.5vw 0;
  background: #f9f9f9;
}
.section_five h2 {
  margin-bottom: 6vw;
}
.graphics img {
  margin-bottom: 40px;
}
.graphics h3 {
  margin-bottom: 20px;
}
.graphics .graphic_block {
  padding: 0 35px;
}
.graphics .slick-dots {
  bottom: -90px;
}
.graphics .slick-dots button {
  border: 3px solid #f4ce30;
}
.graphics .slick-dots button:before {
  display: none;
}
.graphics .slick-dots .slick-active button {
  border: 1px solid #cbcbcb;
  background: #000;
}
footer {
  display: flex;
  justify-content: center;
  background: #252525;
  padding: 25px 0;
}
.socials {
  display: flex;
  flex-wrap: wrap;
}
.socials a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Roboto-Medium";
  margin: 0 10px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.socials a:hover {
  color: #f4ce30;
}
.socials a i {
  margin-right: 10px;
  color: #595959;
  font-size: 32px;
}
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .logo-wrap {
    text-align: center;
  }
  .logo-wrap .bg-logo {
    display: none;
  }
  .logo-wrap .logo {
    position: static;
  }
  .section-one .row .block-logo p {
    margin-left: 0;
    text-align: center;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .btn-callback {
    height: 60px;
    width: 240px;
    font-size: 18px;
    line-height: 55px;
  }
  .btn-callback.btn-callback__yellow:before,
  .btn-callback.btn-callback__yellow:after,
  .btn-callback.btn-callback__red:before,
  .btn-callback.btn-callback__red:after {
    width: 20px;
    height: 60px;
    background-size: 20px 60px;
  }
  .section-one .row {
    padding: 0;
  }
  .section-one .row .block-logo p {
    font-size: 18px;
  }
  .section-one h1 {
    font-size: 36px;
  }
  .section-two_second {
    background-image: none;
  }
  .section-two_second h2 {
    text-align: center;
  }
  .section-two_second p,
  .section-two_second p.ol {
    padding: 10px 0;
  }
  .section-two_second ul,
  .section-two_second ol {
    padding-left: 15px;
  }
  .section-two_second ul li {
    padding-left: 15px;
    padding-top: 15px;
    list-style: disc
  }
  .section-two_second ul li:before {
    background: none;
  }
  .section-two_second ul strong {
    font-size: 18px;
  }
  .section-two_second .right-part {
    width: 100%;
    float: none;
  }
  .section-two_second .btn-charter {
    height: 60px;
    width: 262px;
    font-size: 20px;
    line-height: 60px;
  }
  .section-two_second .btn-charter:before,
  .section-two .btn-charter:after {
    width: 20px;
    height: 60px;
    -webkit-background-size: 20px 60px;
    background-size: 20px 60px;
  }
  .table-profit--dan {
    width: 90%;
    margin: 0 10px 50px;
  }
  .section-two {
    background-image: none;
  }
  .section-two .bg-section {
    display: none;
  }
  .section-two h2,
  .section-two p {
    text-align: center;
  }
  .section-two ul li {
    padding-left: 0;
    padding-top: 65px;
    text-align: center;
  }
  .section-two ul li:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-two ul strong {
    font-size: 18px;
  }
  .section-two .right-part {
    width: 100%;
    float: none;
  }
  .section-two .btn-charter {
    height: 60px;
    width: 262px;
    font-size: 20px;
    line-height: 60px;
  }
  .section-two .btn-charter:before,
  .section-two .btn-charter:after {
    width: 20px;
    height: 60px;
    background-size: 20px 60px;
  }
  .section-three h3 {
    margin-bottom: 10px;
  }
  .section-three li {
    width: 50%;
    margin-bottom: 25px;
  }
  .section-three li:nth-child(2) {
    margin-top: 0;
  }
  .section-four .selects {
    justify-content: space-around;
  }
  .section-four .selects .select {
    margin: 0 20px 10px 20px;
  }
  .section-four .forecast span,
  .section-four .result li span {
    font-size: 18px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .btn-callback,
  .section-two .btn-charter {
    margin: 40px auto;
  }
  h2 {
    margin: 30px 0 !important;
  }
  .main-menu {
    background: #fff;
    position: absolute;
    top: -100%;
    right: 0;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    width: 250px;
    padding: 20px;
    z-index: 3000;
  }
  .main-menu.active {
    top: 0;
  }
  .main-menu li {
    margin-bottom: 10px;
    text-align: center;
  }
  .main-menu li a {
    color: #000;
  }
  .section-one h1 {
    width: 100%;
    text-align: center;
  }
  .section-one .row {
    flex-direction: column;
  }
  .section-one .row .block-logo {
    width: 100%;
    margin-bottom: 95px;
  }
  .section-four .selects {
    border-bottom: none;
  }
  .section-four .calc-res {
    flex-direction: column;
  }
  .section-four .result {
    width: 100%;
    margin-bottom: 55px;
  }
  .section-four .result li {
    text-align: center;
    display: block;
  }
  .section-four .result li span {
    text-align: center;
    display: block;
  }
  .graphics .slick-dots {
    bottom: -25px;
  }
  .socials a {
    width: 50%;
    margin: 0 0 10px 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .section-three li {
    width: 100%;
  }
  .socials a {
    width: 100%;
  }
}
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  .burger {
    display: none;
  }
  .main-menu {
    display: flex;
    /* margin-left: 3%; */
  }
  .main-menu li {
    padding-right: 20px;
  }
  .main-menu li:last-child {
    padding-right: 0;
  }
  .main-menu li a {
    font-family: "Roboto-Regular";
    color: #f9f9f9;
  }
  .main-menu li a:hover {
    color: #f4ce30;
  }
}
/* Medium Devices, Desktops */
/* rules tabs */
.rules-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #f9f9f9;
}
.rules-tab--list {
  display: flex;
}
.rules-tab--button {
  height: 50px;
  background-color: #fff;
}
.rules-tab--button a {
  font-size: 18px;
  line-height: 50px;
  display: block;
  padding: 0 32px;
  text-align: center;
  color: #000;
  outline: 0;
}
.rules-tab--button a:focus {
  outline: 0;
}
.rules-tab--button.active {
  background-color: #f9ca07;
}
.rules-tab--button:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
.rules-tab--button:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}
/* partners */
.full-height {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.partner {
  flex-grow: 1;
  padding: 50px 0;
  background-color: #f9f9f9;
}
.partner p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .partner p {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.partner ul {
  margin: 20px 0;
}
.partner li {
  font-size: 16px;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  .partner li {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.partner--wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.partner--heading {
  text-align: center;
  margin: 0 0 30px !important;
}
@media screen and (min-width: 768px) {
  .partner--heading {
    margin: 0 0 50px !important;
  }
}
.partner--item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 30px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .partner--item {
    grid-template-columns: 250px 1fr;
  }
}
.partner--logo {
  width: 250px;
  height: 100px;
  margin: 0 auto;
  background-position: 50%;
  background-size: 250px;
  background-repeat: no-repeat;
  background-image: url(/img/logo-pp-250-150.jpg);
}
@media screen and (min-width: 768px) {
  .partner--logo {
    margin: 0;
  }
}
