html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
li,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  list-style-type: none
}

main,
li,
article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit
}

strong {
  font-weight: bold
}

a,
button {
  color: inherit;
  transition: .3s
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border: 0
}

:focus {
  outline: 0
}

img,
svg {
  max-width: 100%;
  height: auto;
  border: 0
}

@font-face {
  font-family: 'WorkSans';
  src: url("../fonts/WorkSans/WorkSans-Regular.ttf");
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'WorkSans';
  src: url("../fonts/WorkSans/WorkSans-Bold.ttf");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'WorkSans';
  src: url("../fonts/WorkSans/WorkSans-Black.ttf");
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter/Bitter-Regular.ttf");
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter/Bitter-Medium.ttf");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter/Bitter-BoldItalic.ttf");
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter/Bitter-Bold.ttf");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter/Bitter-Italic.ttf");
  font-weight: 100;
  font-display: swap
}

.fromTopIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1
}

.fromTopOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, -40px);
  opacity: 0
}

.fromBottomIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1
}

.fromBottomOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 40px);
  opacity: 0
}

.fromLeftIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1
}

.fromLeftOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(-40px, 0);
  opacity: 0
}

.fromRightIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1
}

.fromRightOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(40px, 0);
  opacity: 0
}

.scaleUpIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(1, 1);
  opacity: 1
}

.scaleUpOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(1.3, 1.3);
  opacity: 0
}

.scaleDownIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(1, 1);
  opacity: 1
}

.scaleDownOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(.7, .7);
  opacity: 0
}

.rotate-scale-up {
  animation: rotate-scale-up 20s cubic-bezier(.68, -.55, .265, 1.55) infinite both
}

.rotate-scale-up-50 {
  animation: rotate-scale-up 50s cubic-bezier(.68, -.55, .265, 1.55) infinite both
}

.scale-up-center {
  animation: scale-up-center 2s ease-in-out infinite alternate-reverse both
}

.rotate-center {
  animation: rotate-center 200s ease infinite alternate both
}

.rotate-center-50 {
  animation: rotate-center 50s ease infinite alternate both
}

.fade-out {
  animation: fade-out 3s cubic-bezier(.55, .055, .675, .19) infinite alternate both
}

.fade-out-1d {
  animation: fade-out 3s cubic-bezier(.55, .055, .675, .19) 1s infinite alternate both
}

.fade-out-2d {
  animation: fade-out 3s cubic-bezier(.55, .055, .675, .19) 2s infinite alternate both
}

.fade-out-3d {
  animation: fade-out 3s cubic-bezier(.55, .055, .675, .19) 3s infinite alternate both
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0)
  }

  50% {
    -webkit-transform: scale(1.3) rotateZ(90deg);
    transform: scale(1.3) rotateZ(90deg)
  }

  100% {
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg)
  }
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

@-moz-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0)
  }

  50% {
    -webkit-transform: scale(1.3) rotateZ(90deg);
    transform: scale(1.3) rotateZ(90deg)
  }

  100% {
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg)
  }
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0)
  }

  50% {
    -webkit-transform: scale(1.3) rotateZ(90deg);
    transform: scale(1.3) rotateZ(90deg)
  }

  100% {
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg)
  }
}

@-o-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0)
  }

  50% {
    -webkit-transform: scale(1.3) rotateZ(90deg);
    transform: scale(1.3) rotateZ(90deg)
  }

  100% {
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg)
  }
}

@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0)
  }

  50% {
    -webkit-transform: scale(1.3) rotateZ(90deg);
    transform: scale(1.3) rotateZ(90deg)
  }

  100% {
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg)
  }
}

@-moz-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

@-o-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

html,
body,
div,
table,
p,
input {
  font-family: 'Bitter', sans-serif;
  font-size: 24px
}

body {
  background-color: #fff;
  position: relative
}

body.modal-open {
  overflow: hidden
}

.show {
  display: block !important
}

.hide {
  display: none !important
}

.hidden {
  visibility: hidden
}

.slide {
  transform: translate3d(0, 0, 0) !important
}

.slideLeft {
  transform: translate3d(-50%, 0, 0) !important
}

.slideLeft-1-3 {
  transform: translate3d(0, 0, 0) !important
}

.slideLeft-2-3 {
  transform: translate3d(-33.33%, 0, 0) !important
}

.slideLeft-3-3 {
  transform: translate3d(-66.66%, 0, 0) !important
}

.slideLeft-1-4 {
  transform: translate3d(0, 0, 0) !important
}

.slideLeft-2-4 {
  transform: translate3d(-100%, 0, 0) !important
}

.slideLeft-3-4 {
  transform: translate3d(-200%, 0, 0) !important
}

.slideLeft-4-4 {
  transform: translate3d(-300%, 0, 0) !important
}

.stopScroll {
  overflow: hidden
}

.container {
  width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container.container--large {
  width: 1240px
}

@media only screen and (max-width:1920px),
only screen and (max-device-width:1920px) {
  .container.container--large {
    width: 90%
  }
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .container {
    flex-flow: column nowrap;
    width: 100%;
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding: 0 40px
  }
}

section {
  position: relative
}

.section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  clear: both
}

.section .section--center {
  text-align: center
}

.sectionBox {
  padding: 160px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .sectionBox {
    padding: 160px 0 90px 0
  }
}

.sectionBox.sectionBox--center {
  margin: 0 auto;
  width: 100%;
  max-width: 945px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .sectionBox.sectionBox--mSmall {
    padding: 90px 0
  }
}

.sectionBox .section__text {
  margin-bottom: 40px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .sectionBox .section__text {
    margin-bottom: 30px
  }
}

.sectionBox .section__text:last-child {
  margin-bottom: 0
}

.sectionBox .sectionBox__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .sectionBox .sectionBox__btn {
    margin-top: 30px
  }
}

.section__title {
  position: relative;
  font-family: 'WorkSans', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__title {
    font-size: 30px
  }
}

.section__title.section__title--white {
  color: #fff
}

.section__title.section__title--blue {
  color: #0d628e
}

.section__title.section__title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px
}

.section__text {
  font-size: 24px;
  line-height: 1.5;
  color: #333
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text {
    font-size: 16px
  }
}

.section__text.section__text--white {
  color: #fff
}

.section__text.section__text--yellow {
  color: #ede1bb
}

.section__text.section__text--blue {
  font-size: 30px;
  font-weight: 600;
  color: #0d628e;
  line-height: 1.2
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text.section__text--blue {
    font-size: 16px
  }
}

.section__text.section__text--lightBlue {
  font-family: 'WorkSans', sans-serif;
  color: #63c2f4;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text.section__text--lightBlue {
    font-size: 18px
  }
}

.section__text.section__text--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.section__text h2 {
  font-family: 'WorkSans', sans-serif;
  color: #63c2f4;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-decoration: none
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text h2 {
    font-size: 18px;
    margin-bottom: 10px
  }
}

.section__text h2 u {
  text-decoration: none
}

.section__text p {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 40px
}

.section__text p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text p {
    font-size: 16px;
    margin-bottom: 20px
  }
}

.section__text a {
  position: relative;
  color: #63c2f4;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.section__text a:hover {
  color: #ff934b
}

.section__text a:hover:before {
  background-color: #ff934b
}

.section__text a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #63c2f4;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.section__text ul {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text ul {
    padding-left: 15px
  }
}

.section__text ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px
}

.section__text ul li:before {
  position: absolute;
  left: -20px;
  top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #ede1bb
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .section__text ul li:before {
    width: 5px;
    height: 5px;
    left: -15px
  }
}

.section__text .btn .btn__text {
  line-height: 1
}

.spacer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 23px
}

.spacer.spacer--top {
  top: 0;
  background: url("../img/icons/spacer-top.png") center no-repeat;
  background-size: cover
}

.spacer.spacer--bot {
  bottom: 0;
  background: url("../img/icons/spacer-bot.png") center no-repeat;
  background-size: cover
}

.spacer.spacer--header {
  bottom: -22px;
  background: url("../img/icons/spacer-top.png") center no-repeat;
  background-size: cover
}

.spacer.spacer--bot-lightBlue {
  bottom: 0;
  background: url("../img/icons/spacer-bot-lightBlue.png") center no-repeat;
  background-size: cover
}

.spacer.spacer--bot-blue {
  bottom: 0;
  background: url("../img/icons/spacer-bot-blue.png") center no-repeat;
  background-size: cover
}

.input input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border: none;
  height: 42px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.input input:-webkit-autofill,
.input input:-webkit-autofill:hover,
.input input:-webkit-autofill:focus,
.input input:-webkit-autofill:active,
.input input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 30px #3b4653 inset !important;
  border: none !important
}

.input input:hover {
  border-color: #ff934b
}

.input input.invalid {
  border-color: #ff934b
}

.select {
  position: relative
}

.select select {
  width: 100%;
  position: relative;
  background: grayLight url("/img/icons/drop_down_menu_icon.svg") top 20px right 20px no-repeat;
  background-size: 17px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 50px;
  z-index: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.select select:hover {
  background-color: #ff934b
}

.checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.checkbox-label input:checked~.checkbox-custom {
  background-color: #800080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transform: rotate(0) scale(1);
  opacity: 1;
  border: 1px solid #800080
}

.checkbox-label input:checked~.checkbox-custom:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff
}

.checkbox-label .checkbox-custom:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0;
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(0) scale(0);
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.checkbox-label .checkbox-span {
  position: absolute;
  left: 35px;
  top: 2px;
  width: 200px;
  width: max-content;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.checkbox-label .checkbox-span:hover {
  color: #ede1bb
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .checkbox-label .checkbox-span {
    max-width: 400px
  }
}

@media ms {
  .checkbox-label .checkbox-span {
    max-width: 300px
  }
}

.radio-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both
}

.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.radio-label input:checked~.radio-custom {
  background-color: #000;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transform: rotate(0) scale(1);
  opacity: 1;
  border: 2px solid #000
}

.radio-label input:checked~.radio-custom:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 7px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px
}

.radio-label .radio-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: grayLight;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid grayLight
}

.radio-label .radio-custom:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0;
  width: 0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(0) scale(0);
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.radio-label .radio-span {
  position: absolute;
  left: 40px;
  top: 2px;
  width: 200px;
  width: max-content;
  font-size: 14px;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.radio-label .radio-span a {
  color: #ede1bb;
  text-decoration: underline
}

.radio-label .radio-span a:hover {
  color: #000
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .radio-label .radio-span {
    font-size: 12px
  }
}

.btn {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none !important
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .btn {
    height: 40px;
    padding: 0 30px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .btn {
    padding: 0 18px
  }
}

.btn .btn__text {
  font-family: 'WorkSans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .btn .btn__text {
    font-size: 16px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .btn .btn__text {
    font-size: 14px
  }
}

@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {
  .btn .btn__text {
    font-size: 12px
  }
}

.btn .btn__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 10px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .btn .btn__arrow {
    height: 31px;
    width: 31px;
    margin-top: 0
  }
}

.btn .btn__arrow svg {
  width: 48px;
  height: auto
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .btn .btn__arrow svg {
    width: 31px
  }
}

.btn .btn__arrow svg path {
  stroke: #fff
}

.btn.btn--orange {
  background-color: #ff934b
}

.btn.btn--blue {
  background-color: #63c2f4
}

.btn.btn--text {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.btn.btn--text .btn__text {
  color: #0d628e;
  position: relative
}

.btn.btn--text .btn__text:before {
  position: absolute;
  bottom: -4px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0d628e;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.btn.btn--text .btn__arrow svg path {
  stroke: #0d628e
}

.btn.btn--text:hover {
  background-color: transparent
}

.btn.btn--text:hover .btn__text:before {
  opacity: 1
}

.btn.btn--text.btn--yellow .btn__text {
  color: #ede1bb
}

.btn.btn--text.btn--yellow .btn__text:before {
  background-color: #ede1bb
}

.btn.btn--text.btn--yellow .btn__arrow svg path {
  stroke: #ede1bb
}

.btn.btn--text.btn--left {
  flex-flow: row-reverse nowrap;
  justify-content: flex-end
}

.btn.btn--text.btn--left .btn__arrow {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg)
}

.btn.btn--orange2:hover {
  background-color: #63c2f4
}

.btn:hover {
  background-color: #0d628e
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.icon.icon--close {
  background: url("../img/icons/menu/menu-close.svg") center no-repeat;
  background-size: contain
}

.icon.icon--arrow {
  background: url("../img/icons/arrow.svg") center no-repeat;
  background-size: contain
}

.icon.icon--play {
  background: url("../img/icons/play.svg") center no-repeat;
  background-size: contain
}

.icon.icon--player {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #808080;
  margin-left: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.icon.icon--player:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #808080;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-40%, -50%, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.header.header--main {
  top: 70px
}

@media only screen and (max-width:1401px),
only screen and (max-device-width:1401px) {
  .header.header--main {
    top: 20px
  }
}

@media only screen and (max-height:981px) and (orientation:landscape),
only screen and (max-device-height:981px) and (orientation:landscape) {
  .header.header--main {
    top: 20px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header.header--main {
    height: 80px;
    top: 0;
    background-color: #0d628e
  }
}

.header.header--fixed {
  background-color: #fff;
  height: 100px;
  transform: translateY(0)
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header.header--fixed {
    display: none
  }
}

.header.header--fixed a.navWrap__item {
  color: #0d628e
}

.header.header--hidden {
  transform: translateY(-140px);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.header .container {
  width: 100%;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .header .container {
    flex-flow: row nowrap;
    justify-content: space-between
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .container {
    padding: 0 40px
  }
}

.header .logo--fixed {
  width: 220px
}

@media only screen and (max-width:1401px),
only screen and (max-device-width:1401px) {
  .header .logo--fixed {
    width: 150px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .logo--fixed {
    width: 110px
  }
}

.header .logo--float {
  width: 136px
}

.header .logo--fixed,
.header .logo--float {
  height: auto;
  margin-right: 30px;
  flex-shrink: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {

  .header .logo--fixed,
  .header .logo--float {
    margin-right: 0
  }
}

.header .nav-btn {
  display: none;
  position: relative;
  width: 54px;
  height: 54px;
  background: url("../img/icons/mobile_menu_burger_icon-white.svg") center no-repeat;
  background-size: 40px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.header .nav-btn.nav-btn--close {
  background: url("../img/icons/pop_up_close_icon-white.svg") center no-repeat;
  background-size: 30px
}

.header .nav-social {
  display: none
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
  }
}

.header .navWrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .navWrap {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0d628e;
    z-index: 101;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 20px 40px;
    overflow-y: auto;
    transform: translate3d(100%, 0, 0)
  }
}

.header .navWrap .navWrap__item {
  position: relative;
  font-family: 'WorkSans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-right: 60px
}

@media only screen and (max-width:1401px),
only screen and (max-device-width:1401px) {
  .header .navWrap .navWrap__item {
    margin-right: 30px
  }
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .header .navWrap .navWrap__item {
    font-size: 15px;
    margin-right: 20px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .navWrap .navWrap__item {
    margin-right: 0;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
  }
}

.header .navWrap .navWrap__item:before {
  content: "";
  width: calc(100% + 20px);
  height: 4px;
  background-color: #63c2f4;
  position: absolute;
  bottom: -8px;
  left: -10px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .header .navWrap .navWrap__item:before {
    opacity: 1;
    background-color: #ff934b;
    position: relative;
    left: auto;
    bottom: auto;
    width: 13px;
    height: 2px;
    margin-right: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.header .navWrap .navWrap__item:hover:before,
.header .navWrap .navWrap__item.navWrap__item--active:before {
  opacity: 1
}

.connect,
.connect__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .connect {
    flex-flow: column nowrap;
    align-items: flex-start
  }
}

.connect__item {
  margin-right: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .connect__item {
    margin-right: 0;
    margin-bottom: 12px
  }
}

.connect__item:last-child {
  margin-right: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .connect__item:last-child {
    margin-bottom: 0
  }
}

.connect__item:hover .connect__text:before {
  opacity: 1
}

.connect__icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .connect__icon {
    width: 30px;
    height: 30px
  }
}

.connect__icon svg {
  max-width: 40px;
  max-height: 40px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .connect__icon svg {
    max-width: 30px;
    max-height: 30px
  }
}

.connect__icon svg path {
  fill: #ede1bb
}

.connect__text {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-family: 'WorkSans', sans-serif
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .connect__text {
    font-size: 20px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .connect__text {
    font-size: 16px
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .connect__text {
    font-size: 15px
  }
}

@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {
  .connect__text {
    font-size: 13px
  }
}

.connect__text span {
  font-weight: 400
}

.connect__text:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

#blog {
  padding: 0 0 160px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #blog {
    padding: 0 0 90px 0
  }
}

#blog .container {
  padding: 0 13px
}

.blog-box {
  position: relative;
  margin-top: -100px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .blog-box {
    margin-top: -40px
  }
}

.blog-box .blog__btn {
  margin-top: 50px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .blog-box .blog__btn {
    margin-left: 30px
  }
}

.blog {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  z-index: 3
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .blog {
    grid-template-columns: 1fr;
    grid-gap: 13px
  }
}

.blog .blog__item {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.22%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden
}

.blog .blog__item:hover .blog__mask {
  opacity: 0
}

.blog .blog__box {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
  z-index: 5
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .blog .blog__box {
    left: 30px;
    right: 30px;
    bottom: 30px
  }
}

.blog .blog__tag {
  font-family: 'WorkSans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ede1bb;
  text-transform: uppercase;
  margin-bottom: 10px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .blog .blog__tag {
    font-size: 16px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .blog .blog__tag {
    display: none
  }
}

.blog .blog__title {
  font-family: 'WorkSans', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .blog .blog__title {
    font-size: 16px
  }
}

.blog .blog__img,
.blog .blog__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.blog .blog__img img,
.blog .blog__mask img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.blog .blog__img {
  z-index: 1;
  background: #4d95ba url("../img/icons/sunshine-logo.svg") center no-repeat;
  background-size: 50%
}

.blog .blog__mask {
  background: #0d628e;
  background: linear-gradient(0, rgba(13, 98, 142, 0.9) 0%, rgba(13, 98, 142, 0.7) 20%, rgba(13, 98, 142, 0) 44%);
  opacity: 1;
  z-index: 2;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none
}

.popup-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 98, 142, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup-wrap {
    overflow: scroll;
    height: 100vh
  }
}

@media only screen and (max-height:940px),
only screen and (max-device-height:940px) {
  .popup-wrap {
    overflow-y: auto;
    align-items: flex-start
  }
}

.popup {
  position: relative;
  width: 90%;
  max-width: 750px;
  background-color: #fff;
  /* padding: 106px 96px; */
  padding: 60px 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1002
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup {
    position: absolute;
    top: 0;
    width: 100%;
    /* padding: 100px 44px */
    padding: 60px 44px;
  }
}

.popup__title {
  font-family: 'WorkSans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0d628e;
  margin-bottom: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__title {
    font-size: 30px
  }
}

.popup__item {
  margin-bottom: 30px
}

.popup__item label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ff934b;
  margin-bottom: 10px;

  &.radio-inline {
    display: inline;
    padding: 0px 5px 0px 0px;
    color: #000000;
    font-weight: 400;
    margin-right: 15px;
  }
}

input[type=radio] {
  margin: 0px 4px 0px 0px;
  filter: saturate(0);
  /* filter: saturate(0) => for chrome to not show blue instead of black */
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__item label {
    font-size: 16px
  }
}

.popup__item label span {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__item label span {
    font-size: 16px
  }
}

/* dodao */
.popup__item .error {
  color: #ff0000;
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
  display: none;

  &.active {
    display: block;
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__item .error {
    font-size: 16px
  }
}

.popup__item .popup__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.popup__item .popup__input input {
  width: 100%;
  height: 40px;
  max-width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fbf9f1;
  border: 1px solid #fbf9f1;
  font-size: 18px;
  padding: 0 4px 0 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;

  &.invalid {
    border-color: #ff0000;
    color: #ff0000;
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__item .popup__input input {
    max-width: 110px;
    font-size: 16px;
    padding: 0 4px 0 14px
  }
}

.popup__item .popup__input input:focus {
  border-color: #ede1bb;

  &.invalid {
    border-color: #ff0000;
  }
}

.popup__item .popup__input.popup__input--long input {
  max-width: 340px
}

.popup__item .popup__input.popup__input--bold input {
  font-weight: 700
}

.popup__item span {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 100
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__item span {
    font-size: 16px
  }
}

.popup__item span span {
  margin-left: 0
}

.popup__spacer {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-color: #ede1bb
}

.popup__note {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__note {
    font-size: 16px
  }
}

.popup__note span {
  color: #63c2f4
}

.popup__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .popup__btn {
    margin-top: 26px
  }
}

.popup__close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ede1bb;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.popup__close svg {
  width: 45px;
  height: 45px
}

.popup__close:hover {
  background-color: #ff934b
}

#hero {
  position: relative;
  background-color: #0d628e
}

#hero .section {
  position: relative;
  z-index: 3
}

.hero--img {
  background: #0d628e url("../img/bg/hero-min.jpg") center no-repeat;
  background-size: cover
}

.hero--img2 {
  background: #0d628e url("../img/images/blog1-min.jpg") center no-repeat;
  background-size: cover
}

.hero--overflow {
  overflow: hidden
}

.hero__title {
  position: relative
}

.hero__video,
.hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.hero__video video {
  object-fit: cover
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero__video video {
    display: none
  }
}

.hero__video:before {
  content: "";
  position: absolute;
  background-color: #0d628e;
  opacity: .2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.hero {
  position: relative;
  padding: 270px 0 240px 0
}

@media only screen and (max-width:1401px),
only screen and (max-device-width:1401px) {
  .hero {
    padding: 160px 0 160px 0
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero {
    padding: 170px 0 140px 0
  }
}

@media only screen and (max-width:360px),
only screen and (max-device-width:360px) {
  .hero {
    padding: 150px 0 130px 0
  }
}

@media only screen and (max-height:981px) and (orientation:landscape),
only screen and (max-device-height:981px) and (orientation:landscape) {
  .hero {
    padding: 200px 0 200px 0
  }
}

@media only screen and (max-height:640px) and (orientation:landscape),
only screen and (max-device-height:640px) and (orientation:landscape) {
  .hero {
    padding: 180px 0 160px 0
  }
}

.hero.hero--2 {
  padding: 360px 0 200px 0;
  text-align: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero.hero--2 {
    padding: 140px 0 140px 0;
    text-align: left
  }
}

.hero.hero--2 .section__title {
  max-width: 100%
}

.hero.hero--2 .section__text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero.hero--2 .section__text {
    margin-left: 0;
    margin-right: 0
  }
}

.hero.hero--2 .hero__buttons {
  justify-content: center;
  align-items: center;
  margin-top: 50px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero.hero--2 .hero__buttons {
    justify-content: flex-start;
    margin-top: 26px
  }
}

.hero.hero--3 {
  padding: 320px 0 100px 0;
  text-align: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero.hero--3 {
    padding: 140px 0;
    text-align: left
  }
}

.hero.hero--3 .section__title {
  max-width: 100%
}

.hero.hero--4 {
  padding: 315px 0 160px 0;
  text-align: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero.hero--4 {
    padding: 170px 0 90px 0
  }

  .hero.hero--4 .section__title {
    text-align: left
  }
}

.hero.hero--5 {
  padding: 340px 0 180px 0;
  text-align: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero.hero--5 {
    padding: 140px 0;
    text-align: left
  }
}

.hero.hero--5 .section__title {
  max-width: 100%
}

.hero__contact {
  margin-bottom: 45px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero__contact {
    display: none
  }
}

.hero .section__title {
  max-width: 836px;
  margin-bottom: 60px
}

@media only screen and (max-width:1401px),
only screen and (max-device-width:1401px) {
  .hero .section__title {
    font-size: 50px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero .section__title {
    font-size: 30px;
    margin-bottom: 30px
  }
}

@media only screen and (max-height:981px) and (orientation:landscape),
only screen and (max-device-height:981px) and (orientation:landscape) {
  .hero .section__title {
    font-size: 40px
  }
}

.hero__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero__buttons {
    max-width: 330px
  }
}

.hero__buttons .btn:first-child {
  margin-right: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero__buttons .btn:first-child {
    margin-right: 0;
    margin-bottom: 30px
  }
}

.hero__contact-mobile {
  display: none
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .hero__contact-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
  }

  .hero__contact-mobile .hero__contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'WorkSans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 50px;
    background-color: #ff934b
  }

  .hero__contact-mobile .hero__contact-item:last-child {
    background-color: #63c2f4
  }
}

.hero__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0d628e;
  opacity: .5;
  z-index: 0
}

.heroBG {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0
}

.heroBG.heroBG--waves {
  background: url("../img/icons/waves_icon-blue.svg") center no-repeat;
  background-size: contain;
  width: 460px;
  height: 116px;
  top: -170px;
  right: -100px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--waves {
    width: 279px;
    height: 70px;
    top: auto;
    bottom: -230px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .heroBG.heroBG--waves {
    bottom: -280px
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .heroBG.heroBG--waves {
    bottom: -330px
  }
}

.heroBG.heroBG--umbrella {
  width: 230px;
  height: 240px;
  top: -140px;
  right: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--umbrella {
    top: auto;
    right: 0;
    bottom: -280px;
    z-index: 1
  }
}

.heroBG.heroBG--umbrella .heroBG--umbrella-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 126px;
  background: url("../img/icons/umbrella_icon-blue.svg") center no-repeat;
  background-size: contain;
  z-index: 1
}

.heroBG.heroBG--document {
  width: 260px;
  height: 210px;
  top: -120px;
  right: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--document {
    top: auto;
    bottom: -280px;
    z-index: 1
  }
}

.heroBG.heroBG--document .heroBG--document-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 126px;
  background: url("../img/icons/limited_company_icon-blue.svg") center no-repeat;
  background-size: contain;
  z-index: 1
}

.heroBG.heroBG--faq {
  width: 230px;
  height: 220px;
  top: -130px;
  left: -70px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--faq {
    top: auto;
    bottom: -280px;
    left: auto;
    right: 0;
    z-index: 1
  }
}

.heroBG.heroBG--faq .heroBG--faq-icon {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 147px;
  height: 147px;
  background: url("../img/icons/faq_icon-blue.svg") center no-repeat;
  background-size: contain;
  z-index: 1
}

.heroBG.heroBG--blog {
  width: 400px;
  height: 265px;
  top: -120px;
  left: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--blog {
    top: auto;
    left: auto;
    bottom: -200px;
    right: 0
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .heroBG.heroBG--blog {
    right: -100px
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .heroBG.heroBG--blog {
    right: -200px
  }
}

.heroBG.heroBG--blog .heroBG--circle {
  right: auto;
  left: 0
}

.heroBG.heroBG--blog .heroBG--blog-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 227px;
  height: 227px;
  background: url("../img/icons/blog_icon-blue.svg") center no-repeat;
  background-size: contain;
  z-index: 1
}

.heroBG.heroBG--reviews {
  width: 280px;
  height: 270px;
  top: -100px;
  right: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--reviews {
    top: auto;
    bottom: -310px;
    z-index: 1
  }
}

.heroBG.heroBG--reviews .heroBG--reviews-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 148px;
  background: url("../img/icons/reviews_icon-blue.svg") center no-repeat;
  background-size: contain;
  z-index: 1
}

.heroBG.heroBG--contact {
  width: 335px;
  height: 235px;
  top: -90px;
  left: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .heroBG.heroBG--contact {
    top: auto;
    left: 0;
    bottom: -290px;
    z-index: 1
  }
}

.heroBG.heroBG--contact .heroBG--circle {
  right: auto;
  left: 0
}

.heroBG.heroBG--contact .heroBG--contact-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 155px;
  height: 104px;
  background: url("../img/icons/contact_icon-blue.svg") center no-repeat;
  background-size: contain;
  z-index: 1
}

.heroBG--circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 216px;
  height: 216px;
  background: url("../img/icons/circle.svg") center no-repeat;
  background-size: contain
}

.setup {
  padding: 160px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .setup {
    padding: 90px 0
  }
}

.setup .section__text {
  text-align: center;
  margin: 0 auto 50px auto
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .setup .section__text {
    text-align: left;
    margin-bottom: 30px
  }
}

.setup .section__text:nth-child(1) {
  max-width: 900px
}

.setup .section__text:nth-child(2) {
  max-width: 1070px
}

.setup .section__text:last-child {
  max-width: 1000px;
  margin-bottom: 0
}

.setupBox {
  max-width: 950px;
  margin: 84px auto 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr 360px;
  grid-gap: 62px;
  align-items: center;
  text-align: center
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .setupBox {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    justify-items: center
  }
}

.setupBox .setupBox__item {
  width: 360px;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background: url("../img/icons/circle.svg") center no-repeat;
  background-size: contain
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .setupBox .setupBox__item {
    width: 230px;
    height: 226px
  }
}

.setupBox .setupBox__icon {
  width: 135px;
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .setupBox .setupBox__icon {
    width: 80px;
    height: auto
  }
}

.setupBox .setupBox__icon svg {
  width: 100%;
  height: auto
}

.setupBox .setupBox__icon svg path {
  fill: #fff
}

.setupBox .setupBox__text {
  font-family: 'WorkSans', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0d628e;
  max-width: 200px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .setupBox .setupBox__text {
    font-size: 24px
  }
}

.setupBox .setupBox__divider {
  font-family: 'WorkSans', sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: #ede1bb
}

.setupBox__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0 auto
}

#why {
  position: relative;
  padding: 160px 0;
  background: #0d628e url("../img/bg/who-min.jpg") center no-repeat;
  background-size: cover
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #why {
    padding: 90px 0
  }
}

.why {
  position: relative;
  max-width: 765px
}

.why .section__title {
  margin-bottom: 50px
}

.why .section__text {
  margin-bottom: 40px
}

.why .section__text:last-child {
  margin-bottom: 0
}

.why__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px
}

.why__bg {
  position: absolute;
  width: 350px;
  height: 300px;
  right: -370px;
  top: 0
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .why__bg {
    display: none
  }
}

.why__bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 215px;
  background: url("../img/icons/circle.svg") center no-repeat;
  background-size: contain
}

.why__bg2 {
  position: absolute;
  bottom: 65px;
  right: 0;
  width: 236px;
  height: 230px;
  background: url("../img/icons/why_sunshine_contracts_set_icon-blue.svg") center no-repeat;
  background-size: contain
}

#reviews {
  padding: 160px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #reviews {
    padding: 90px 0
  }
}

#reviews2 {
  padding: 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #reviews2 .sectionBox {
    padding: 70px 0
  }
}

.reviews {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  z-index: 3
}

.reviews .reviews__item {
  margin-bottom: 120px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .reviews .reviews__item {
    margin-bottom: 60px
  }
}

.reviews .reviews__item:last-child {
  margin-bottom: 0
}

.reviews-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100%;
  overflow: hidden
}

.reviews-all {
  position: relative;
  width: 300%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.reviewsItem {
  position: relative;
  display: block;
  width: 100%
}

.reviews__item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 263px 1fr;
  grid-gap: 28px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .reviews__item {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

.reviews__img {
  position: relative;
  width: 263px;
  height: 259px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .reviews__img {
    margin: 0 auto
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .reviews__img {
    width: 100%;
    height: auto
  }
}

.reviews__img img {
  object-fit: cover;
  width: 100%;
  height: auto
}

.reviews__img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 100px;
  content: "";
  background: url("../img/icons/reviews_effect_icon.svg") center no-repeat;
  background-size: cover
}

.reviews__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px
}

.reviews__name,
.reviews__location {
  font-family: 'WorkSans', sans-serif;
  font-weight: 700
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {

  .reviews__name,
  .reviews__location {
    font-size: 16px
  }
}

.reviews__name {
  color: #0d628e;
  margin-right: 10px
}

.reviews__location {
  color: #63c2f4
}

.reviews__text {
  font-weight: 100;
  line-height: 1.3
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .reviews__text {
    font-size: 16px;
    line-height: 1.5
  }
}

.reviews__btn {
  max-width: 400px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .reviews__btn {
    max-width: 300px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .reviews__btn {
    max-width: 240px
  }
}

.reviews__btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .reviews__btn2 {
    margin-top: 60px
  }
}

#packages {
  position: relative;
  padding: 160px 0;
  background-color: #0d628e
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #packages {
    padding: 90px 0
  }
}

.packages {
  position: relative;
  max-width: 780px
}

.packages .section__title {
  margin-bottom: 45px
}

.packages .section__text ul li {
  margin-bottom: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .packages .section__text ul li {
    margin-bottom: 20px
  }
}

.packages__bg {
  position: absolute;
  width: 350px;
  height: 350px;
  right: -370px;
  top: 0
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .packages__bg {
    display: none
  }
}

.packages__bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 215px;
  background: url("../img/icons/circle.svg") center no-repeat;
  background-size: contain
}

.packages__bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 236px;
  height: 220px;
  background: url("../img/icons/our_package_includes_set_icon-blue.svg") center no-repeat;
  background-size: contain
}

#questions {
  padding: 160px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #questions {
    padding: 90px 0
  }
}

#questions .section__title {
  margin-bottom: 45px
}

.questions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .questions {
    grid-template-columns: 1fr
  }
}

.questions .section__text li {
  margin-bottom: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .questions .section__text li {
    margin-bottom: 20px
  }
}

.questions .section__text li:before {
  background-color: #333
}

#news {
  position: relative
}

#news .section:first-child {
  background-color: #fbf9f1;
  padding: 160px 0 200px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #news .section:first-child {
    padding: 90px 0
  }
}

#news .section:last-child {
  background-color: #fff
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #news .section:last-child {
    padding-bottom: 30px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #news .section:last-child .container {
    padding: 0 13px
  }
}

#news .section__title {
  margin-bottom: 0
}

#news .blog__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #news .blog__btn {
    margin-top: 20px;
    margin-left: 27px
  }
}

#news .container {
  position: relative
}

#news .blog-wrap {
  position: relative;
  width: 100%;
  transform: translateY(-150px)
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #news .blog-wrap {
    transform: translateY(-60px)
  }
}

#about {
  padding: 160px 0
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #about {
    padding: 90px 0
  }
}

.about__item {
  display: grid;
  grid-template-columns: 263px 1fr;
  grid-gap: 28px;
  margin-bottom: 150px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .about__item {
    grid-template-columns: 1fr;
    margin-bottom: 60px
  }
}

.about__item:last-child {
  margin-bottom: 0
}

.about__img {
  position: relative;
  width: 263px;
  height: 259px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .about__img {
    margin: 0 auto
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .about__img {
    width: 100%;
    height: auto
  }
}

.about__img img {
  object-fit: cover;
  width: 100%;
  height: auto
}

.about__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px
}

.about__name,
.about__title {
  font-family: 'WorkSans', sans-serif;
  font-weight: 700
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {

  .about__name,
  .about__title {
    font-size: 16px
  }
}

.about__name {
  color: #0d628e;
  margin-right: 10px;
  flex-shrink: 0
}

.about__title {
  color: #63c2f4
}

.about__text {
  line-height: 1.3;
  margin-bottom: 30px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .about__text {
    font-size: 16px
  }
}

.about__text:last-child {
  margin-bottom: 0
}

.about__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

#why-hire {
  position: relative;
  padding: 160px 0;
  background-color: #fbf9f1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #why-hire {
    padding: 90px 0
  }
}

.why-hire .section__text li:before {
  background-color: #333
}

.why-hire__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .why-hire__btn {
    margin-top: 30px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #contact .section__text.section__text--lightBlue {
    font-size: 30px
  }
}

#contact .contact {
  border-top: 1px solid #ede1bb;
  padding-top: 40px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #contact .contact {
    padding-top: 30px
  }
}

#contact .contact .connect {
  flex-flow: column nowrap;
  align-items: flex-start
}

#contact .contact .connect__item {
  margin-bottom: 40px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #contact .contact .connect__item {
    margin-bottom: 10px
  }
}

#contact .contact .connect__item:last-child {
  margin-bottom: 0
}

#contact .contact .connect__item .connect__icon {
  margin-right: 60px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  #contact .contact .connect__item .connect__icon {
    margin-right: 20px
  }
}

#contact .contact .connect__item .connect__icon svg path {
  fill: #ff934b
}

#contact .contact .connect__item .connect__text {
  color: #333
}

#contact .contact .connect__item .connect__text:before {
  background-color: #333
}

footer {
  position: relative;
  font-weight: 400;
  background-color: #0d628e;
  padding: 200px 0 85px 0;
  overflow: hidden
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  footer {
    padding: 90px 0
  }
}

.footer {
  display: grid;
  grid-template-columns: 350px 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 40px
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .footer {
    grid-template-columns: 300px 1fr 1fr 1fr
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer {
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px 10px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .footer {
    grid-template-columns: 1fr 1fr
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .footer {
    grid-template-columns: 1.6fr 1fr
  }
}

.footer__about {
  grid-column: 1/span 1;
  grid-row: 1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__about {
    grid-column: 1/span 2;
    grid-row: 1
  }
}

.footer__sitemap {
  grid-column: 2/span 1;
  grid-row: 1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__sitemap {
    grid-column: 1/span 1;
    grid-row: 2
  }
}

.footer__sitemap2 {
  grid-column: 3/span 1;
  grid-row: 1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__sitemap2 {
    grid-column: 2/span 1;
    grid-row: 2
  }
}

.footer__contact {
  grid-column: 4/span 1;
  grid-row: 1
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__contact {
    grid-column: 1/span 2;
    grid-row: 3
  }
}

.footer__about,
.footer__sitemap,
.footer__sitemap2,
.footer__contact {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {

  .footer__about,
  .footer__sitemap,
  .footer__sitemap2,
  .footer__contact {
    padding-bottom: 0
  }
}

.footer__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__text {
    font-size: 16px
  }
}

.footer__text.footer__text--title {
  color: #ff934b;
  font-family: 'WorkSans', sans-serif;
  font-weight: 700
}

.footer__text.footer__text--yellow {
  color: #ede1bb
}

.footer__text.footer__text--link:before {
  content: "—";
  display: block;
  margin-right: 10px
}

.footer__text.footer__text--link a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.footer__text.footer__text--link a:before {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.footer__text.footer__text--link a:hover:before {
  opacity: 1
}

.footer__about {
  position: relative;
  padding-right: 70px
}

@media only screen and (max-width:1201px),
only screen and (max-device-width:1201px) {
  .footer__about {
    padding-right: 20px
  }
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__about {
    padding-right: 0
  }
}

.footer__about span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__about span {
    max-width: 500px;
    margin: 0 auto
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
  .footer__about span {
    max-width: 100%
  }
}

.footer__logo {
  width: 170px;
  position: absolute;
  top: -87px
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .footer__logo {
    width: 110px;
    position: relative;
    top: auto;
    margin-bottom: 20px
  }
}

.footer__social {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.footer__social .footer__social-item {
  margin-right: 20px
}

.footer__social .footer__social-item:last-child {
  margin-right: 0
}

.footer__social .footer__social-item svg {
  width: 30px
}

.footer__social .footer__social-item svg path {
  fill: #ede1bb;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.footer__social .footer__social-item:hover svg path {
  fill: #fff
}

.footer__bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 40px 0;
  background-color: #63c2f4
}

/* dodao */
.tab {
  overflow: hidden;
  background-color: #fdcbaa;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 22px;
  font-weight: 700;
  color: white;
  flex: 1 0 0;
}

@media only screen and (max-width:981px),
only screen and (max-device-width:981px) {
  .tab button {
    font-size: 18px;
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {
  .tab button {
    padding: 14px 6px;
  }
}

.tab button:hover {
  background-color: #ffb17d;
}

.tab button.active {
  background-color: #ff934b;
}