html,
body,
div,
span,
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,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
html,
body {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  font-size: 14px;
  color: #222;
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
}
article,
iframe,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu {
  display: block;
  margin: 0 auto;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
input {
  color: #313131;
}
input:focus {
  outline: none;
}
input:invalid {
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  color: #313131;
}
textarea:focus {
  outline: none;
}
textarea:invalid {
  background-color: #fff;
}
button:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type=submit],
input[type=button] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
svg {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
img {
  display: block;
}
p {
  white-space: pre-wrap;
  max-width: 900px;
}
/******************************          Wrapper          ******************************/
.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/******************************          Main CSS          ******************************/
body {
  font-family: 'Roboto', sans-serif;
  background: #edeff4 url('../img/941x1024.html') left 1800px no-repeat;
}
body a {
  color: #fc2a00;
}
h1 {
  font-size: 50px;
  font-weight: 900;
  color: #272e40;
}
h1 span {
  font-weight: 100;
}
h2 {
  font-size: 43px;
  font-weight: 300;
  color: #1c2c43;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  color: #272e40;
}
h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
h5 {
  font-size: 18px;
  font-weight: 500;
  color: #1c2c43;
}
h6 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #1c2c43;
  font-weight: 300;
}
p.small {
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}
img {
  width: 100%!important;
  height: 100%!important;
}
.none {
  display: none;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 35px;
}
/******************************          Sections          ******************************/
section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 70px;
  background-color:#ffe000;
}
section .section_container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  section .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
section .left_side,
section .right_side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
section .content {
  padding: 50px;
}
section .left_content {
  padding: 50px;
  padding-left: 0;
}
section .right_content {
  padding: 50px;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  section {
    padding: 80px 20px;
  }
  section img {
    width: 100%;
  }
  section .left_side {
    margin-bottom: 30px;
  }
  section .left_side,
  section .right_side {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  section .content,
  section .left_content,
  section .right_content {
    padding: 20px;
  }
}
.relative_image_box {
  position: relative;
}
.relative_image_box .ab_image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.relative_image_box .ab_image img {
  width: 590px;
}
.relative_image_box .tab_ab_image {
  width: 230px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.relative_image_box .tab_ab_image img {
  width: 230px;
}
@media screen and (max-width: 991px) {
  .relative_image_box .ab_image {
    width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .relative_image_box .ab_image img {
    width: 590px;
    margin: 0 auto;
  }
  .relative_image_box .tab_ab_image {
    display: none;
  }
}
/******************************          Navigation         ******************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  z-index: 99999;
}
header .section_container {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
  padding: 15px 35px;
  background: #fff;
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
  border-radius: 10px;
}
header .mobile-nav-icon {
  display: none;
  cursor: pointer;
  color: #1c2c43;
}
header nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul li {
  margin-left: 45px;
  display: inline-block;
}
header nav ul li a {
  color: #1c2c43;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  transition: color 300ms;
}
header nav ul li a:hover {
  color: #fc2a00;
}
@media screen and (max-width: 991px) {
  header {
    margin-top: 0px;
  }
  header .section_container {
    border-radius: 0;
  }
  header .mobile-nav-icon {
    display: block;
  }
  header .show-mobile-nav {
    display: none;
  }
  header nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header nav ul {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  header nav ul li {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
/******************************          Logo         ******************************/
.logo a {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.logo a span {
  color: #ffe477;
}
/******************************          Sections          ******************************/
/******************************          Header          ******************************/
.header .section_container {
  padding-top: 100px;
  background: url('../img/593x593.jpg') right top no-repeat;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header h1 {
  margin-bottom: 20px;
}
.header h3 {
  margin-bottom: 10px;
}
.header .right_side {
  width: 100%;
  max-width: 539px;
}
.header .left_side {
  width: 100%;
  max-width: 420px;
}
.header .t_shirt_options {
  margin-top: 80px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .t_shirt_options .color_box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
}
.header .t_shirt_options .color_box ul li {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  border: 4px solid #e4e6ea;
}
.header .t_shirt_options .color_box ul li.active {
  border: 4px solid #ccc;
}
.header .t_shirt_options .color_box ul li.c_black {
  background: #000;
}
.header .t_shirt_options .color_box ul li.c_grey {
  background: #a2a2a2;
}
.header .t_shirt_options .color_box ul li.c_orange {
  background: #ffd200;
}
.header .t_shirt_options .color_box ul li.c_white {
  background: #fff;
}
.header .t_shirt_options .quantity input {
  padding: 10px;
  width: 60px;
  border-radius: 30px;
  border: 4px solid #e4e6ea;
  text-align: center;
}
.header .t_shirt_options .size_box {
  margin-top: 30px;
  width: 100%;
}
.header .t_shirt_options .size_box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header .t_shirt_options .size_box ul li {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  border: 4px solid #e4e6ea;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
}
.header .t_shirt_options .size_box ul li.active {
  background: #ffd200;
}
.header .t_shirt_options .sub_title {
  margin-bottom: 10px;
  display: block;
  color: #858585;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .header {
    /*background: url('../img/593x593.jpg') center bottom no-repeat;*/
  }
  .header .section_container {
    background: none;
    padding-top: 50px;
  }
  .header .t_shirt_options {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .header .left_side,
  .header .right_side {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .header .tabs_content {
    margin: 0 auto;
  }
  .header .small {
    margin-bottom: 40px;
  }
}
/******************************          Features Style #01          ******************************/
.features ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.features ul li {
  margin: 0 20px;
}
.features ul li:first-child {
  margin-left: 0;
}
.features ul li:last-child {
  margin-right: 0;
}
.features ul li h5 {
  margin-bottom: 15px;
}
.features ul li p {
  width: 100%;
  max-width: 250px;
}
.features ul li i {
  color: #1c2c43;
  font-size: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .features ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features ul li {
    margin: 0;
    margin-bottom: 20px;
  }
  .features ul li:last-child {
    margin-bottom: 0;
  }
  .features ul li p {
    width: 100%;
    max-width: 100%;
  }
}
/******************************          Features Style #02          ******************************/
.features_02 .section_container {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
}
.features_02 .section_container .img_box {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.features_02 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-left: 200px;
}
.features_02 ul li {
  margin: 0 50px;
}
.features_02 ul li:first-child {
  margin-left: 0;
}
.features_02 ul li:last-child {
  margin-right: 0;
}
.features_02 ul li h5 {
  margin-bottom: 30px;
}
.features_02 ul li h5 span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.features_02 ul li h5 span a {
  font-size: 13px;
}
.features_02 ul li p {
  width: 100%;
  /*max-width: 250px;*/
}
.features_02 ul li i {
  color: #1c2c43;
  font-size: 50px;
  margin-bottom: 25px;
}
.features_02 ul li ul {
  padding-left: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.features_02 ul li ul li {
  margin: 0 0 15px;
  font-size: 16px;
  color: #1c2c43;
}
.features_02 ul li ul li:last-child {
  margin-bottom: 0;
}
.features_02 ul li ul li i {
  font-size: 17px;
  margin-bottom: 0;
  margin-right: 7px;
}
@media screen and (max-width: 850px) {
  .features_02 ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
  }
  .features_02 ul li {
    margin: 0;
    margin-bottom: 20px;
  }
  .features_02 ul li:last-child {
    margin-bottom: 0;
  }
  .features_02 ul li p {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .features_02 .section_container {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
  }
  .features_02 .section_container .img_box {
    position: absolute;
    left: -130px;
    bottom: 0;
  }
}
/******************************          Tabs         ******************************/
.tabs .tabs_nav {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 60px;
}
.tabs .tabs_nav .tab_btn {
  padding: 50px 30px;
  border-radius: 10px;
}
.tabs .tabs_nav .tab_btn:last-child {
  margin-bottom: 0;
}
.tabs .tabs_nav .tab_btn.active {
  background: #ffd200;
  color: #000;
}
.tabs .tabs_nav .tab_btn h5 {
  margin-bottom: 20px;
}
.tabs .tabs_content .tab_content p {
  width: 100%;
  max-width: 700px;
}
.tabs .tabs_content .tab_content.flex_column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabs .tabs_content .teb_content_container h4 {
  color: #000;
  margin-bottom: 20px;
}
.tabs .tabs_content .teb_content_container p {
  line-height: 30px;
  margin-bottom: 10px;
}
.tabs .tabs_content .btn_container {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .tabs .tabs_nav {
    width: 100%;
    border-right: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
  .tabs .tabs_nav .tab_btn {
    width: 100%;
    padding: 20px;
  }
  .tabs .tabs_nav .tab_btn:last-child {
    margin-bottom: 0;
  }
  .tabs .inside_heading {
    width: 100%;
    text-align: center;
  }
  .tabs .teb_content_container {
    margin: 0 auto;
  }
}
/******************************          Subscribe          ******************************/
.subscribe .section_container {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  background: #ffd200 url('../img/1673x325-02.html') center top no-repeat;
  border-radius: 10px;
  padding: 50px 30px;
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
}
.subscribe h4 {
  display: block;
  margin-bottom: 30px;
  color: #182033;
}
.subscribe form {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: block;
}
.subscribe form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  color: #182033;
  border: none;
  border-radius: 30px;
}
.subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
  border: none;
  color: #ffd200;
  font-size: 17px;
  background: #182033;
  padding: 15px 30px;
}
/******************************          Info Box 02          ******************************/
.features_03 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features_03 .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.features_03 .play_btn img {
  cursor: pointer;
  width: 160px;
}
.features_03 .features_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.features_03 .features_list:last-child {
  margin-bottom: 0;
}
.features_03 .features_list .item i {
  font-size: 50px;
  margin-bottom: 30px;
  color: #272e40;
}
.features_03 .features_list .item h5 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .features_03 .features_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .features_03 .features_list .item {
    margin-bottom: 30px;
  }
  .features_03 .features_list .item:first-child {
    margin-top: 30px;
  }
  .features_03 .features_list .item i {
    font-size: 50px;
    margin-bottom: 30px;
    color: #000;
  }
  .features_03 .features_list .item h5 {
    margin-bottom: 15px;
  }
  .features_03 .features_list:last-child .item:last-child {
    margin-bottom: 0px;
  }
}
/******************************          Contacts          ******************************/
.contacts .section_container {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #182033 url('../img/bg-1.jpg') center top no-repeat;
  padding: 30px;
  
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.8);
}
.contacts p {
  color: #ffba00;
  line-height: 30px;
  margin-left: 20px;
  font-weight: 400;
}
.contacts form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.contacts form input {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
  border: none;
  padding: 20px 20px;
  font-size: 16px;
}
.contacts form textarea {
  font-size: 16px;
  padding: 20px;
  height: 200px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  border: none;
}
.contacts .contact_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.contacts .contact_info .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts .contact_info .item i {
  font-size: 40px;
  color: #ffe477;
  margin-right: 15px;
}
.contacts .contact_info .item p span {
  display: block;
}
@media screen and (max-width: 991px) {
  .contacts .contact_info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .contacts .contact_info .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .contacts .contact_info .item i {
    font-size: 40px;
    color: #ffe477;
    margin-right: 0px;
  }
  .contacts .contact_info .item p span {
    display: block;
  }
  .contacts p {
    margin-left: 0px;
  }
}
/******************************          Footer         ******************************/
.footer .section_container {
  /*background: #182033 url('../img/1673x325.png') center top no-repeat;*/
  background-color: red;
  padding: 30px;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.8);
}
.footer .footer_left_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer_left_side .footer_social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.footer .footer_left_side .footer_social li {
  margin-right: 15px;
}
.footer .footer_left_side .footer_social li:last-child {
  margin-right: 0;
}
.footer .footer_left_side .footer_social li i {
  font-size: 19px;
}
.footer .footer_right_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer_right_side .footer_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_right_side .footer_nav li {
  margin-right: 50px;
}
.footer .footer_right_side .footer_nav li:last-child {
  margin-right: 0;
}
.footer p {
  text-align: right;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.footer h4 {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ffe477;
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 70px 20px;
  }
  .footer .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .section_container .footer_social {
    margin-top: 20px;
  }
  .footer .section_container .footer_social li {
    margin-right: 30px;
  }
  .footer .section_container .footer_social li:last-child {
    margin-right: 0;
  }
  .footer .section_container .footer_social li i {
    font-size: 19px;
  }
  .footer .section_container .footer_nav {
    margin-top: 30px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .section_container .footer_nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer .section_container h4 {
    text-align: center;
  }
  .footer .section_container p {
    text-align: center;
  }
}
/******************************          Elements          ******************************/
/******************************          Buttons          ******************************/
.btn {
  transition: all 300ms;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  border: none;
  border-radius: 50px;
}
.btn_container {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 30px;
}
.btn_container .btn {
  margin-right: 20px;
}
.btn_container .btn:last-child {
  margin-right: 0!important;
}
@media screen and (max-width: 700px) {
  .btn_container {
    text-align: center;
    width: 100%;
  }
}
.btn_block {
  width: 100%;
  display: block;
  text-align: center;
}
.btn_default {
  padding: 15px 25px;
  font-size: 18px;
}
.btn_small {
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 300;
}
.btn_shadow_hover {
  box-shadow: 0 0 0 rgba(82, 92, 118, 0.3);
}
.btn_shadow_hover:hover {
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
}
.btn_shadow {
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
}
.btn_orange {
  color: #fff;
  background: #fc2a00;
}
.btn_orange:hover {
  background: #ea3916;
}
.btn_orange:active {
  background: #ba2c0f;
}
.btn_violet_dark {
  color: #fff;
  background: #201c4a;
}
.btn_violet_dark:hover {
  background: #373174;
}
.btn_violet_dark:active {
  background: #131036;
}
.btn_yellow {
  color: #000;
  background: #ffba00;
}
.btn_yellow:hover {
  background: #f7e7a8;
}
.btn_yellow:active {
  background: #e8be13;
}
/******************************          Headings          ******************************/
.heading {
  padding: 0 0 70px 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.heading h1 {
  font-family: 'Kaushan Script', cursive;
  width: 100%;
  color: #000;
  margin-bottom: 5px;
  font-weight: inherit;
  z-index: 2;
  position: relative;
}
.heading:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url('../img/396x58.svg') center center no-repeat;
  width: 100%;
  max-width: 396px;
  height: 58px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }
  .heading p {
    max-width: 100%;
  }
}
/******************************          Modal          ******************************/
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
}
.modal_container .modal_content {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 700px) {
  .modal_container .modal_content {
    max-width: 80%;
  }
}
/******************************          Tabs          ******************************/
.tabs_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs_nav .active_tab-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.tabs_nav .active_tab-title .hide_tabs {
  display: none;
}
.tabs_nav .tab_btn {
  cursor: pointer;
}
.tab_content {
  display: none;
}
.tab_content.content_active-tab {
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
