@font-face {
    font-family: 'GothamSSm';
    src: url('../fonts/GothamSSm.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GothamSSm.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/GothamSSm.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/GothamSSm.woff') format('woff'), /* Modern Browsers */
        url('../fonts/GothamSSm.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/GothamSSm.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoeprint';
    src: url('../fonts/segoeprint.eot'); /* IE9 Compat Modes */
    src: url('../fonts/segoeprint.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/segoeprint.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/segoeprint.woff') format('woff'), /* Modern Browsers */
        url('../fonts/segoeprint.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/segoeprint.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

* {
	padding: 0;
	margin: 0;
}
html{
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}

p,a,li{
	font-family: 'GothamSSm';
}
span{
	font-family: 'segoeprint';
}
.bg-main-post{
	background: url('../img/main-bg.jpg')no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.container{
	width: 80%;
	margin: 0 auto;
}
header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	padding: 35px 0;
}


.navmenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.navmenu > ul > li{
	display: inline-block;
	list-style: none;
	margin: 0 24px;
}
.navmenu > ul > li >a{
	text-decoration: none;
	color: #000;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.navmenu > ul > li >a:hover{
	color: #717DC4;
}
.hotengine-shop-select-language-box{
  display: inline-block;
  width: 130px;
  height: 30px;
  margin-left: 15px;
  overflow: hidden;
  background: transparent;
  line-height: 30px;
  position: relative;
  z-index: 100;
}
.hotengine-shop-select-language{ 
  display:inline-block;
  width:130px;
}
.hotengine-shop-select-language-values{
  display:inline-block;
  width:130px;
  vertical-align: top;
  position:absolute;
  left:2px;
}
.hotengine-shop-select-language-val {
	font-family: 'GothamSSm';
}
.hotengine-shop-select-language-val img {
	margin-right: 10px;
}
span.hotengine-shop-select-language::after{
	content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 20px;
  width: 13px;
  height: 13px;
  background: url('../img/down-chevron.png')no-repeat;
  background-size: 13px;
  background-position: center;
}
.hotengine-shop-select-language-val a {
	text-decoration: none;
	-webkit-transition: color 0.3s;
  transition: color 0.3s;
	color: #000;
}
.hotengine-shop-select-language-val a:hover{
	color: #717DC4;
}
.hotengine-shop-select-language-box:hover
  {overflow:visible;}
.hotengine-shop-select-language-values:hover .hotengine-shop-select-language-val
  {position:relative;}
.hotengine-shop-select-language-val{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 130px;
  vertical-align: top;
  cursor: pointer;
}
.wrapp_title-main-page {
	padding: 12% 0;
}
.logo-name-firm {
	padding-bottom: 30px;
}
.wrapp_title-main-page > .title-main > h1 {
	color: #717DC4;
	font-size: 2.6rem;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.wrapp_title-main-page > .title-main p {
  width: 50%;
  font-size: 18px;
  line-height: 2;
  padding-bottom: 50px;
}
.button_order-gift a {
	background: #950081;
  text-decoration: none;
  color: #fff;
  padding: 14px 40px;
  border: 1px solid #950081;
  border-radius: 6px;
}
.wrapper-block-advance{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
section{
  margin-bottom: 50px;
}
.wrapp-block-advance{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.8;
  width: 29%;
  text-align: center;
}
.wrapp-block-advance h2 {
	color: #717DC4;
	font-size: 18px;
}
.wrapp-block-advance img {
	margin-bottom: 15px;
}
section.slide-reviews{
	background: #F5EEEE;
}
.title-slide h2{
  text-align: center;
  padding: 30px 0;
}
.reviews_card {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
  line-height: 2;
  position: relative;
}
.reviews_card p{
  text-align: center;
  padding: 20px;
  width: 40%;
  margin: 0 auto;
}
.owl-nav > button.owl-prev {
  position: absolute;
  outline: none;
  left: 0;
  bottom: 222px;
}
.owl-nav > button.owl-next {
  position: absolute;
  outline: none;
  right: 0;
  bottom: 222px;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #DEC5C5;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d6d6d600;
  border: 1px solid #DEC5C5;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}
.slide-container .owl-theme .owl-nav {
  margin: 0;
}
.wrapp-title-we-made h2 {
  text-align: center;
  color: #000;
  padding-bottom: 30px;
}
.we_made-card-1 {
  background: url('../img/category-card-1.png')no-repeat;
  position: relative;
}
.we_made-card-2 {
  background: url('../img/category-card-2.png')no-repeat;
  position: relative;
}
.we_made-card-3 {
  background: url('../img/category-card-3.png')no-repeat;
  position: relative;
}
.we_made-card-4 {
  background: url('../img/category-card-4.png')no-repeat;
  position: relative;
}
.we_made-card-5 {
  background: url('../img/category-card-5.png')no-repeat;
  position: relative;
}
.we_made-card-6 {
  background: url('../img/category-card-6.png')no-repeat;
  position: relative;
}
.our_style {
  max-width: 388px;
  width: 100%;
  height: 434px;
  margin: 10px;
  border-radius: 10px;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.back_side-card1,
.back_side-card2,
.back_side-card3,
.back_side-card4,
.back_side-card5,
.back_side-card6 {
  position: absolute;
  max-width: 388px;
  width: 100%;
  height: 434px;
  opacity: 0;
  background: #F5EEEE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border:1px solid #DEC5C5;
  border-radius: 10px;
  line-height: 2;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.back_side-card1:hover,
.back_side-card2:hover,
.back_side-card3:hover,
.back_side-card4:hover,
.back_side-card5:hover,
.back_side-card6:hover {
  opacity: 1;
}
.our_style h2 {
  padding-left: 30px;
  padding-bottom: 20px;
}
.wrapp-we-made {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title-block-togive h2{
  text-align: center;
  color:#fff;
  padding: 25px 0;
}
.wrapp-towhom_togive{
  background: url('../img/gift-bottom-bckg.png')no-repeat;
  border-radius: 10px;
  background-size: cover;
  position: relative;
  height: 74vh;
}
.wrapp-list-togive {
  left: 0;
  right: 0;
  width: 94%;
  padding:20px;
  display: flex;
  margin: 0 auto;
  bottom: -290px;
  flex-wrap:wrap;
  display:-o-flex;
  display:-ms-flex;
  position:absolute;
  display: -moz-flex;
  border-radius: 10px;
  display:-webkit-flex;
  background: #ffffffd1;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px 0px #45a0e33d;
}
.mb-pos-absolut {
  margin-bottom: 330px;
}
.top-title-img {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.top-title-img img{
  margin-right: 15px;
}
.top-title-img h3{
  text-transform: uppercase;
  color: #717DC4;
}
.bot-article-txt p{
  line-height: 1.8;
}
.title-slider-two {
  padding: 40px 0;
  text-align: center;
}
.togive-block {
  width: 48%;
  padding: 10.5px;
}
.slide-container .content-box {
  position: relative;
}
.back-side_hov-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #3c3c3c61;
  transition: 0.3s;
  opacity: 0;
}
.back-side_hov-slide:hover {
  opacity: 1;
}
.content-box .back-side_hov-slide img {
  width: 30px;
}
.wrapp-slider-two {
  margin: 0;
}
.color-select-footer {
  background: #EFF1FF;
}
.deco-text span{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  color: #717DC4;
  padding: 30px 0;
}
.social-link-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.facebook,
.instagram,
.odnoklassniki{
  margin: 0 10px;
}
.facebook img,
.instagram img,
.odnoklassniki img {
  width: 45px;
}
.copyright {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.copyright a {
  text-decoration: none;
  color: #000;
}
.facebook {
  background: url('../img/facebook.png')no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}
.instagram {
  background: url('../img/instagram.png')no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}
.odnoklassniki {
  background: url('../img/classmaster.png')no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}
.facebook:hover {
  background: url('../img/facebook-rollover.png')no-repeat;
}
.instagram:hover {
  background: url('../img/instagram-rollover.png')no-repeat;
}
.odnoklassniki:hover {
  background: url('../img/classmaster-rollover.png')no-repeat;
}
#go-top {
  position: fixed;
  bottom: 70px;
  right: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #EED8D9;
  z-index: 100;
}
.iziModal-overlay {
  background-color: #dec5c5c7 !important;
}
.wrapp_input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.wrapp_input input[type=text],
.wrapp_input input[type=tel],
.wrapp_input input[type=email]{
  margin: 15px 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #BBBBBB;
  outline: none;
/*  max-width: 500px;*/
  width:100%;
}
.wrapp_input input[type=tel] {
    padding-left: 45px;
    width: 570px;
}
button.modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: transparent;
    outline: none;
}
.title-form {
    text-align: center;
}
.title-form h2 {
  color: #717DC4;
  padding-bottom: 20px
}
.title-form p {
  margin: 0 auto;
  width: 90%;
}
label.polis_conf {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0;
}
.form-insurance #send{
  background: #950081;
  text-decoration: none;
  color: #fff;
  padding: 14px 40px;
  border: 1px solid #950081;
  border-radius: 6px;
  outline: none;
  display: block;
  margin: 0 auto;
}

.navbar-side {
  height: 80%;
  width: 25%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #F5EEEE;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
  overflow-y: scroll;
  z-index: 1000;
  border: 1px solid #F5EEEE;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
 .navbar-side-item {
  padding: 0.5rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 2rem;
}

.side-link {
  padding-left: 2rem;
  text-decoration: none;
  color: #000;
}
.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #dec5c5c7;
  opacity: 0.6;
  z-index: 990;
}
.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.navbar-toggler{
  border: 1px solid #717dc4;
  font-size: 22px;
  color: #717dc4;
  width: 40px;
  border-radius: 4px;
  background: transparent;
}
.d-lg-none {
  display: none;
}
a.alert_polis{
  text-decoration: none;
}
.iziModal-content{
  font-size: 12px;
}
.third_form .form_thanks h2{
  padding-bottom: 15px;
  text-align: center;
}
.third_form .form_thanks p{
  text-align: center;
}
@media only screen and (max-width:900px) {
    .navbar-side {width: 35%;}
    .d-lg-none{display: block;}
}
@media only screen and (max-width:768px) {
  .navmenu{display: none;}
  .navbar-side {width: 50%;}
}
@media only screen and (max-width:440px) {
  .navmenu{display: none;}
  .navbar-side {width: 70%;}
}


/*______mobile______*/
@media screen and (min-width: 1441px) and (max-width: 1680px)  {
  .our_style {
    max-width: 362px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .our_style{
    max-width: 338px;
  }
  .wrapp-block-advance{
    width: 33%;
  }
  .togive-block{
    width: 47%;
    padding: 10px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1366px) {
  .navmenu > ul > li{
    margin: 0px 15px;
  }
  header{
    padding: 30px 0;
  }
  .wrapp_title-main-page{
    padding: 8% 0;
  }
  .wrapp-block-advance{
    width: 33%;
  }
  .reviews_card p{
    width: 70%;
  }
  .our_style{
    max-width: 360px;
  }
  .wrapp-list-togive{
    padding: 10px;
  }
  .togive-block{
    width: 47%;
    padding: 10px;
  }
  .top-title-img{
    padding-bottom: 10px;
  }
  .bot-article-txt p{
    line-height: 1.3;
  }
  .top-title-img h3{
    font-size: 16px;
  }
  .wrapp-towhom_togive{
    height: 64vh;
  }
  .mb-pos-absolut{
    margin-bottom: 280px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .navmenu > ul > li{
    margin: 0 8px;
  }
  .wrapp_title-main-page{
    padding: 5% 0;
  }
  .logo-name-firm{
    padding-bottom: 15px;
  }
  .wrapp_title-main-page > .title-main p{
    width: 70%;
    padding-bottom: 25px;
  }
  .wrapp-block-advance{
    line-height: 1.4;
    width: 34%;
  }
  .reviews_card p{
    width: 90%;
  }
  .our_style{
    max-width: 340px;
  }
  .togive-block{
    width: 100%;
    padding: 5px;
  }
  .top-title-img{
    padding-bottom: 10px;
  }
  .bot-article-txt p{
    line-height: 1.3;
  }
  .top-title-img img{
    width: 40px;
  }
  .wrapp-towhom_togive{
    height: 50vh;
  }
  .mb-pos-absolut{
    margin-bottom: 290px;
  }
}
@media screen and (min-width: 669px) and (max-width: 900px) {

  .logo-name-firm{
    padding-bottom: 10px;
  }
  .wrapp_title-main-page > .title-main > h1{
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .wrapp_title-main-page{
    padding: 5% 0;
  }
  .wrapp_title-main-page > .title-main p{
    width: 60%;
    line-height: 1.6;
    padding-bottom: 40px;
  }
  .wrapp-block-advance{
    line-height: 1.1;
    width: 100%;
    padding-bottom: 15px;
  }
  .wrapper-block-advance{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .reviews_card p{
    padding: 15px;
    width: 94%;
  }
  .togive-block{
    width: 100%;
    padding: 5px;
  }
  .top-title-img{
    padding-bottom: 10px;
  }
  .wrapp-list-togive{
    width: 95%;
    padding: 15px;
    bottom: -400px;
  }
  .top-title-img h3{
    font-size: 16px;
  }
  .bot-article-txt p{
    line-height: 1.3;
  }
  .mb-pos-absolut{
    margin-bottom: 400px;
  }
  .top-title-img img{
    width: 30px;
  }
  .wrapp-towhom_togive{
    background-position: center;
    height: 55vh;
  }
  .iti.iti--allow-dropdown{
    width: 100% !important;
  }
  .wrapp_input input[type=tel]{
    width: 100%;
  }
  .hotengine-shop-select-language-box{
    margin-left: 2em;
  }
  .navmenu{display: none;}
}
@media screen and (min-width: 320px) and (max-width: 668px) {
  header {
    padding: 20px 0;
  }
  .logo-name-firm {
    padding-bottom: 10px;
  }
  .wrapp_title-main-page > .title-main > h1 {
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  .wrapp_title-main-page > .title-main p {
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 35px;
  }
  .wrapper-block-advance {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .wrapp-block-advance {
    width: 100%;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .reviews_card {
    line-height: 1.3;
  }
  .reviews_card p {
    padding: 10px;
    width: 96%;
  }
  .owl-prev img {
    width: 25px;
  }
  .owl-next img {
    width: 25px;
  }
  .our_style{
    border-radius: 10px;
  }
  .we_made-card-1{
    background-position: center;
  }
  .we_made-card-2{
    background-position: center;
  }
  .we_made-card-3{
    background-position: center;
  }
  .we_made-card-4{
    background-position: center;
  }
  .we_made-card-5{
    background-position: center;
  }
  .we_made-card-6{
    background-position: center;
  }
  .our_style{
    height: 354px;
  }
  .back_side-card1, 
  .back_side-card2, 
  .back_side-card3, 
  .back_side-card4, 
  .back_side-card5, 
  .back_side-card6{
    height: 354px;
    line-height: 1.3;
    font-size: 14px;
  }
  .bot-article-txt p{
    font-size: 14px;
    line-height: 1.3;
  }
  .top-title-img{
    padding-bottom: 10px;
  }
  .top-title-img img {
    width: 35px;
    margin-right: 5px;
  }
  .togive-block{
    width: 100%;
    padding: 15px;
  }
  .wrapp-list-togive {
    width: 100%;
    padding: 0px;
    bottom: -710px;
  }
  .mb-pos-absolut {
    margin-bottom: 710px;
  }
  .top-title-img h3 {
   font-size: 14px;
  }
  .title-slider-two {
    padding: 30px 0;
  }
  .wrapp-towhom_togive {
    background-position: center;
    height: 50vh;
  }
  .deco-text span {
    padding: 25px 15px;
    text-align: center;
  }
  .copyright {
    padding: 25px 0;
    text-align: center;
  }
  #go-top{
    bottom: 50px;
    right: 10px;
  }
  .bg-main-post{
    margin-bottom: 25px;
  }
  section{
    margin-bottom: 25px;
  }
  .our_style h2 {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .iti.iti--allow-dropdown{
    width: 100% !important;
  }
  .wrapp_input input[type=tel]{
    width: 100%;
  }
  .hotengine-shop-select-language-box{
    margin-left: 2em;
  }
}