/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f1f1f1;
}

* {
  font-family: "Open Sans", sans-serif;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Open Sans", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo{
  display: block;
  width: 50px;
  margin: 0 auto 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.logo img{
  display: block;
  width: 100%;
}

.box {
  width: 650px;
  margin: 0 auto;
  padding: 30px 0;
}

.image {
  margin-bottom: 30px;
  border-radius: 15px;
/*  height: 300px;*/
  width: 100%;
/*  background: url(../img/back1.jpg) center center/cover no-repeat;*/
  position: relative;
}
.image img{
  display: block;
  width: 100%;
}

.heading {
  border: 1px solid #dadce0;
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.heading__title {
  padding: 18px 30px;
  font-weight: 600;
  font-size: 32px;
  color: #202124;
  border-bottom: 1px solid #dadce0;
}
.heading__descr {
  padding: 18px 30px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #202124;
  line-height: 1.4;
}

.question {
  border: 1px solid #dadce0;
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 24px 30px;
}
.question__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}
.question__answer {
  margin-bottom: 15px;
}
.question__answer:last-child {
  margin-bottom: 0;
}
.question__answer input {
  display: none;
}
.question__answer label {
  padding-left: 35px;
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #202124;
  cursor: pointer;
}
.question__answer label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #dadce0;
  position: absolute;
  left: 0;
  top: 0%;
}
.question__answer label:after {
  content: "";
  background: #498ae7;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.question__answer input:checked + label:after {
  opacity: 1;
}

.btn {
  border: 0;
  color: #fff;
  background: #498ae7;
  padding: 15px 35px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

.success {
  background: #30b630;
  padding: 30px;
  width: 300px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: none;
}

.input {
  border: 1px solid #dadce0;
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 24px 30px;
}
.input input {
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input input:focus {
  padding-left: 10px;
  border-color: #498ae7;
}


.mainslider__title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.mainslider__box{
  overflow: hidden;
  padding-bottom: 60px;
}
.mainslider{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.mainslider .slick-slide{
  margin: 0 10px;
}
.mainslider .slick-list{
  margin: 0 -10px;
}
.mainslider .slick-prev, .mainslider .slick-next{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 0;
  text-indent: 9999px;
  background-color: #c38497;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.mainslider .slick-prev{
  left: -50px;
  background-image: url(../img/prev.svg);
}
.mainslider .slick-next{
  right: -50px;
  background-image: url(../img/next.svg);
}
.mainslider .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}
.mainslider .slick-dots li{
  padding: 0;
  margin: 0;
  margin: 0 5px;
}
.mainslider .slick-dots li button{
  padding: 0;
  margin: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: 9999px;
  background: #fff;
  border: 0;
}
.mainslider .slick-dots li.slick-active button{
  background: #c38497;
}
.mainslider__slide img{
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .box {
    max-width: 90%;
  }

  .heading__title {
    font-size: 26px;
  }
  .heading__descr {
    font-size: 14px;
  }

  .question__title {
    font-size: 16px;
  }
  .mainslider .slick-prev{
    left: -20px;
  }
  .mainslider .slick-next{
    right: -20px;
  }
}