@font-face {
	font-family: 'Acro';
	src: url("../fonts/15548.otf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Azov';
	src: url("../fonts/Azov.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria-Regular.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

a.scroll-to-top {
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #404040 url(../img/scroll.png) no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 75px;
    left: inherit;
    bottom: 55px;
    opacity: 0;
    z-index: 140;
    cursor: pointer;
}
a.scroll-to-top.ROUND_COLOR {
    background-color: #00aaff;
}
a.scroll-to-top.ROUND_COLOR:hover {
    background-color: #4ba4d8;
}
a.scroll-to-top.ROUND_COLOR {
    background-position: center 14px;
}
a.scroll-to-top.visible {
    opacity: 1;
}



.-h1 {
    font: 38px / 1.2 AVANTGARDECTT, Arial, Helvetica, sans-serif;
}
.-h2 {
    font: 29px / 34px AVANTGARDECTT, Arial, Helvetica, sans-serif !important;
}
.-h3 {
    font: 18px / 24px AVANTGARDECTT, Arial, Helvetica, sans-serif !important;
}
.-h4 {
    font: 16px / 22px AVANTGARDECTT, Arial, Helvetica, sans-serif !important;
}
.-h5 {
    font: 14px / 20px AVANTGARDECTT, Arial, Helvetica, sans-serif !important;
}

/* text colors */
.t-pink {
	color: #fff !important;
}
.t-orangе {
	color: #fff !important;
}
.t-blue {
	color: #17248c !important;
}
.t-green {
	color: #fff !important;
}
.t-yellow {
	color: #fff !important;
}
.t-lightorange {
	color: #fff !important;
}
.t-black {
	color: #000 !important;
}
.t-white,
.t-white a {
	color: #fff !important;
}
.t-gray {
	color: #fff !important;
}

/* /text colors */

.text-19 {
	font-size:19px;
}

/* bg colors */
.bg-sky {
	background-color: #f5fdff;
}
.bg-lightblue {
	background-color:#ade7f73b;
}
.bg-lightyellow {
	background-color:#fff7dc;
}
.bg-gray {
	background-color: #00082d !important;
}
.bg-white {
	background-color:#fff;
}
.bg-darkblue {
    background-color: #101646;
}
/*section {
	background-color: #101646 !important;
	color: #ffffff;
}*/
.bg-custom-alisa {
	background-image: url(https://geodom.online/products/megaflagomaniya/nastolnaya_igra/img/megaflagomaniya40.png);
    background-repeat: no-repeat;
    background-position: left 12% bottom 15%;
}
section.one {
    background-color: #ffffff !important;
	color: #000000;
}


/* /bg colors */


.rounded-7 {
	border-radius: 1.1rem;
}
.rounded-left-7 {
    border-top-left-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important;
}


/* individual imgs */
.sova1 {
	position: absolute;
    left: -50px;
	top: -100px;
}
.chibook1 {
	position: absolute;
    right: -5px;
	top: -80px;
}

.social img {
	width: 42px;
    padding-left: 10px;
}

/*это правило чтобы отменить правило из custom.css*/
.card {
    display: flex !important;
    width: auto !important;
    float: none !important;
}
.my-card
{
    position:absolute;
    left:40%;
    top:-20px;
    border-radius:50%;
}


.footer {
	background-color: #444444;
}



.navbar-brand img {
	height: 50px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 19px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
.bg-custom {
    background-color: #101646 !important;
}
.navbar-custom {
	background-color: #fff;
    color: #ffc700;
}
.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}


/* buttons */
.btn-wb {
	color: #fff;
    background-color: #b63296;
    border-color:#b63296;
}
.btn-wb:hover {
	font-weight: 600;
	color: #fff;
    background-color: #b63296;
    border-color:#b63296;
}
.btn-ozon {
	color: #fff;
    background-color: #006bff;
    border-color:#006bff;
}
.btn-ozon:hover {
	font-weight: 600;
	color: #fff;
    background-color: #006bff;
    border-color:#006bff;
}
.btn-outline-ozon {
	color: #006bff;
    border-color: #006bff;
}
.btn-outline-ozon:hover {
	font-weight: 600;
	color: #006bff;
    border-color: #006bff;
}
.btn-outline-wb {
	color: #b63296;
    border-color: #b63296;
}
.btn-outline-wb:hover {
	font-weight: 600;
	color: #b63296;
    border-color: #b63296;
}
/*  /buttons */


/* стили для блока block8 */

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg, #5890f4 0%, #f6f9ff 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
/* /стили для блока block8 */

/* стили для блока block9 */
h3 {
  color: rgba(31,181,172,.9);
}
.text{
	color: rgba(31,181,172,.9);
	text-align: center;
}


.folded-corner:hover .text{
	visibility: visible;
	color: #000000;;
}
.Services-tab{
	margin-top:20px;
	

}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: transparent;
  transition: all ease .5s;
  border: 1px solid rgba(31,181,172,.9);
}
.folded-corner:hover{
	background-color: rgba(31,181,172,.9);
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
	background-color: #D00003;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;
  
}

.service_tab_1{
	background-color: #000;
}
.service_tab_1:hover .fa-icon-image{
    color: #000;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
	color: rgba(31,181,172,.9);
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}

/* /стили для блока block9 */

/* стили для блока block10 */
.image_outer_container{
       	margin-top: auto;
       	margin-bottom: auto;
       	border-radius: 50%;
       	position: relative;
       }

       .image_inner_container{
       	border-radius: 50%;
       	padding: 5px;
        background: #833ab4; 
        background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
       }
       .image_inner_container img{
       	height: 200px;
       	width: 200px;
       	border-radius: 50%;
       	border: 5px solid white;
       }

       .image_outer_container .green_icon{
         background-color: #4cd137;
         position: absolute;
         right: 30px;
         bottom: 10px;
         height: 30px;
         width: 30px;
         border:5px solid white;
         border-radius: 50%;
       }

/* /стили для блока block10 */

/* стили для блока block11 */
.box {
    width: 500px;
    margin: 200px 0;
}

.shape1{
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -50px;
}
.shape2 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    margin-top: -30px;
    float: left;
}
.shape3 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    margin-top: -30px;
    float: left;
    margin-left: -31px;
}
.shape4 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    margin-top: -25px;
    float: left;
    margin-left: -32px;
}
.shape5 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -48px;
    margin-left: -32px;
    margin-top: -30px;
}
.shape6 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -20px;
    margin-top: -35px;
}
.shape7 {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #0074d9;
    border-radius: 80px;
    float: left;
    margin-right: -20px;
    margin-top: -57px;
}
.float {
    position: absolute;
    z-index: 2;
}

.form {
    margin-left: 145px;
}

/* /стили для блока block11 */

/* стили для блока block12 */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* /стили для блока block12 */

.btn_product {
    display: flex;
}

.wb_button {
    color: #b63296;
    font-size: 16px;
    font-weight: 600;
    border: solid 3px;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    width: 148px;
    text-align: center;
    margin: 0px 10px;
}

.ozon_button {
    color: #006bff;
    font-size: 16px;
    font-weight: 600;
    border: solid 3px;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    width: 148px;
    text-align: center;
    margin: 0px 10px;
}
.rounded {
    border-radius: 2.3rem !important;
}

.card-header {
	background-color: #fff !important;
}

.accordion>.card:not(:last-of-type), .accordion>.card:not(:first-of-type) {
    margin: 7px;
    border-radius: 7px;
}


.btn-header-link:after {
    color: #2086cc;
}


@media (max-width: 992px) {
	.rounded-left-7 {
		border-top-left-radius: 1.1rem !important;
		border-bottom-left-radius: 1.1rem !important;
		border-radius: 1.1rem !important;
	}
	.sova1 {
    	left: 0px;
	}
	video#player {
    width: 84%;
	}
	h2 {
	font-size: 24px;
}
	h3 {
	font-size: 22px;
}
.row.my-3.slogan {
    display: none;
}
.social-counter {
    border-right: 0px !important;
    border-left: 0px !important;
	}
	.feat {
    display: none;
}
 .rezhim {
    display: none;
}



}
@media (max-width: 769px) and (min-width:577px) {
	.-h1 {
		font-size: 24px !important;
	}
	.-h2 {
		font-size: 24px !important;
	}
	.-h3 {
		font-size: 16px !important;
	}
	.-h5 {
		font-size: 14px !important;
	}


}
@media (max-width: 576px) {
	.-h1 {
		font-size: 30px !important;
	}
	.-h2 {
		font-size: 24px !important;
	}
	.-h3 {
		font-size: 16px !important;
	}
	.-h5 {
		font-size: 14px !important;
	}
	.social {
    border-right: 0px !important;
	border-left: 0px !important;
	}
}
@media (max-width: 375px) {
	.navbar-brand img {
		height: 56px;
	}
	.-h1 {
		font-size: 24px !important;
	}
	.-h2 {
		font-size: 20px !important;
	}
	.-h3 {
		font-size: 16px !important;
	}
	.-h5 {
		font-size: 12px !important;
	}
}


.-h64 {
    font-size: 64px;
    line-height: 59px;
}

@media (max-width: 769px) and (min-width:577px) {
	.-h64 {
		font-size: 44px;
        line-height: 36px;
	}
}
@media (max-width: 576px) {
	.-h64 {
		font-size: 44px;
        line-height: 36px;
	}
}
@media (max-width: 375px) {
	.-h64 {
		font-size: 44px;
        line-height: 36px;
	}
}

.counter-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.social-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.1rem 0;
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem 0;
}

.social-icon {
  font-size: 2rem;
  color: #fff;
  border-radius: 50%;
}

.social-icon i {
  padding: 0.7rem;
  border-radius: 50%;
}

.fa-youtube {
  background: #c4302b;
}

.fa-twitter {
  background: #00acee;
}

.fa-facebook {
  background: #3b5998;
}

.fa-linkedin {
  background: #0077b5;
}

.social p {
  font-size: 1.5rem;
  font-family: sans-serif;
  padding: 10px 0;
}

.social-counter h3 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 1.2rem;
  }

  .counter-container {
    flex-direction: column;
  }
}

li.list-item {
    list-style-type: none;
    padding: 4px 0px 4px 0px;
}

span.feat {
    background-color: #8CD6FF;
    padding: 9px 12px 9px 12px;
    border-radius: 18px;
    color: #000;
    font-weight: 700;
    margin: 0px 7px 0px 7px;
}

.list-item img {
    padding: 2px 12px 2px 12px;
}

ul.list {
    padding: 5px;
}