@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 400; src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 400; src: url("../fonts/OpenSans-Italic.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 500; src: url("../fonts/OpenSans-Medium.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 500; src: url("../fonts/OpenSans-MediumItalic.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 600; src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 600; src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 700; src: url("../fonts/OpenSans-Bold.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 700; src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"); }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/*
bg-title: #eaf1fd
#f1f8ff
title, a: rgb(26,115,232)
hover: #174ea6
#1a73e8
padding: 15px 25px 15px 25px
Font:'Google Sans',sans-serif
line-height: 1.3
radius: 4px
sub-title: #5f6368
background:#f8f8f8
footer: f8f9fa
blog:
padding: 24px 16px 16px 24px
border: 1px solid #dadce0
radius: 8;
padding: 12;
box-shadown: 0 1px 3px rgba(54,64,67,.3),0 4px 8px 3px rgba(54,64,67,.15)
*/

body { font-family: "Open Sans,sans-serif"; font-weight: normal; font-size: 16px; color: #5f6368; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.8;}
a { outline: none; text-decoration: none; color: #1e293b; }
a:hover, a:focus { text-decoration: none; outline: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(38,38,38);}
p { padding: 0; }
h1, h2, h3, h4, h5, h6 { padding: 0; line-height: 1.4;}
fieldset { border: none; margin: 0; padding: 0; }
button { cursor: pointer; background-color: transparent; outline: none; border: none; } 
button:focus { outline: none; }
img { max-width: 100%; -o-object-position: center; object-position: center; -o-object-fit: cover; object-fit: cover; }
input { outline: none; border-radius: 0; }

.container { max-width: 1150px; width: 100%; padding: 0 12px; margin: 0 auto; position: relative; }

.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.p-tb-100 { padding: 100px 0; }

.p-tb-80 { padding: 80px 0; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }

.p-tb-60 { padding: 60px 0; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }

.pt-20 { padding-top: 20px; }
.pb-20 { padding-bottom: 20px; }
.p-tb-20 { padding: 20px 0; }

.pt-40 { padding-top: 40px; }
.pb-40 { padding-bottom: 40px; }
.p-tb-40 { padding: 40px 0; }

.p-10 { padding: 10px; }
.p-tb-10 { padding: 10px 0; }

.m-tb-40 { margin: 40px 0; }
.m-tb-20 { margin: 20px 0; }
.m-tb-10 { margin: 10px 0; }

.mt-60 {margin-top: 60px; }
.mb-60 {margin-bottom: 60px; }
.mt-50 {margin-top: 50px; }
.mb-50 {margin-bottom: 50px; }
.mb-40 {margin-bottom: 40px; }
.mt-40 {margin-top: 40px; }
.mb-30 {margin-bottom: 30px; }
.mt-30 {margin-top: 30px; }
.mb-20 {margin-bottom: 20px; }
.mt-20 {margin-top: 20px; }
.mb-10 { margin-bottom: 10px; }
.mb-8 { margin-bottom: 8px; }
.hidden { display: none; }

.text-x { color: rgb(26,115,232) }
.text-b { color: #5f6368 }
.title { font-size: 40px; font-weight: 700;}
.sub-title { font-size:24px; }
.btn { width: 100%; background: rgb(26,115,232); font-size: 16px; padding: 15px 25px 15px 25px; border-radius: 4px; color: #fff; font-weight: 700; line-height: 1.3}
.bg-w { background: #fff; }

.header { color: #cfc9cb; position: relative; width: 100%; z-index: 1000; background: #fff; padding: 5px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .1);}
.header .container { position: relative; }
.header__logo { padding-right: 40px; }
.header__logo img { width: 120px; height: 50px; object-fit: contain;}
.header__inner { display: flex; justify-content: space-between; align-items: center;}
.header__left { display: flex; align-items: center; }
.navbar-nav {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; height: 100%; }
.navbar-nav>.nav-item {padding-right: 30px; -webkit-transition: all ease 0.6s; -o-transition: all ease 0.6s; transition: all ease 0.6s; }
.navbar-nav>.nav-item:last-of-type { padding-right: unset; }
.navbar-nav .nav-item .nav-link {position: relative; padding: 17px 0; display: flex; align-items: center; height: 100%; }
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item.active .nav-link {color: rgb(26,115,232); }
.header.active .navbar-nav .nav-item {padding: 10px; }
.navbar-toggler {display: none; }

.sub-header .navbar .logo .img { margin-bottom: 0; }
.sub-header .phone-contact { margin-right: 50px; }
.sub-header .mobile-menu__inner .logo-main { margin-bottom: 40px; }
.sub-header .mobile-menu__inner { background: #2A3373 }

.header .dropdown-menu { min-width: 300px; max-height: calc(100vh - 100px); overflow: auto; }
.header .box { position: absolute; top: 62px!important; box-shadow: 0 3px 6px rgba(0,0,0,.2); }
.navbar-nav .dropdown-menu {position: relative; border-radius: 2px; } 
.navbar-nav .dropdown-menu .sub-menu { font-size: 15px;}
.navbar-nav .dropdown-menu .sub-menu a { display: block; padding: 7px 15px;}
.header .box:before{ position: absolute; left: 20px; top: -13px; bottom: 100%; content: ' '; height: 0; width: 0; border: solid transparent; border-color: transparent; border-bottom-color: #fff; border-width: 8px; pointer-events: none; opacity: 0; z-index: 101;}
.header .box.show:before { opacity: 1; }
.navbar-nav .dropdown-menu .sub-menu:focus, .navbar-nav .dropdown-menu .sub-menu:hover { background: #f3f4f7; }

.mobile-menu.open .mobile-menu__box { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.mobile-menu { pointer-events: inherit; }
.mobile-menu__overlay { position: fixed; z-index: 998; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); visibility: hidden; opacity: 0; -webkit-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; }
.mobile-menu.open .mobile-menu__overlay { opacity: 1; visibility: visible; }
.mobile-menu__inner .logo-main { border-bottom: 1px solid #fff; padding: 8 0px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(0,0,0,.1); align-items: center;}
.mobile-menu__inner .logo-main .close-button { padding: 16px; }
.mobile-menu__inner .logo-main .close-button img { width: 20px; }
.mobile-menu__inner .logo-main a img { height: 80px; padding: 16px; width: 100px; }

/*Content*/
.entry-content img{margin:0 0 1.5em;}
.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left;}
.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}
.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both;}
img.size-full { width: 100%; }
.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px;max-width: 100%;}
.wp-caption img{border:0 none;padding:0;margin:0;height: auto;}
.wp-caption .wp-caption-text{line-height:1.5;font-size:13px;margin:0; margin-top: 5px; padding: 5px; background: rgba(0,0,0,0.05); margin-top: 0;}
.wp-smiley{margin:0!important;max-height:1em}
blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}
blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}
.centered{float:none;margin-left:auto;margin-right:auto}
blockquote { background: #e7f8ff; padding: 15px; border-left: 3px solid #A80002;}
blockquote p:last-child { margin-bottom: unset; }
.wp-block-image figcaption { font-size: 12px; font-style: italic; margin-top: 15px; }
.wp-block-image .aligncenter figcaption { text-align: center; }
.wp-block-image figcaption { font-style: italic; text-align: center; font-size: 14px; }
.wp-block-image img { object-fit: contain; height: auto; }
.content-blog__box .content iframe { width: 100%;}
.content-blog__box .content ul { list-style: inherit; padding-left: 20px; margin-bottom: 20px;}

.content-blog__box h2 { font-size: 27px; color: rgb(26,115,232); }
.content-blog__box h3 { font-size: 20px; color: #E58013; }
.content-blog__box h4 { font-size: 18px; color: #E58013; }
.content-blog__box h5 { font-size: 16px; color: #E58013; }

.breadcrumbs { background: transparent; font-size: 14px;}
.breadcrumbs a { color: #E58013; }

.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents { width: 100%; }

.pagination { display: block; clear: both; margin-top: 20px; text-align: center; width: 100%;}
.pagination .page-numbers { font-size: 17px; color: rgba(77,77,77); width: 36px; transition: all ease .4s; height: 36px; line-height: 36px; display: inline-block; text-align: center; border: 1px solid #dfdedb; border-radius: 50%; }
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers.current { background-color: #262626; color: #fff; }
.pagination .screen-reader-text { display: none; }
.pagination .page-numbers.dots { font-family: initial; }

.footer { background-color: #f8f9fa; }
.footer__top { border-bottom: 1px solid #dadce0 }
.footer__top .social__title { margin-right: 32px; margin-bottom: unset;}
.footer__top .social { display: flex; align-items: center;}
.footer__top { padding: 30px 0; }
.footer__top .list-social__item a { color: #202124; font-size: 20px; }
.footer__top .list-social { display: flex; margin: 0 -20px; list-style: none; padding-left: unset;}
.footer__top .list-social li { padding: 0 20px; transition: all ease 0.4s; }
.footer__top .list-social li:hover { transform: translateY(-8px); }
.footer .dmca { padding-left: 40px; }
.footer__bottom .inner { display: flex; align-items: center; }
.footer__bottom { padding: 30px 0; }
.footer__bottom .bottom-inner { display: flex; align-items: center; justify-content: space-between;}
.footer__logo { width: 120px; }
.footer__bottom .list-link { display: flex; padding-left: unset; list-style: none; margin-bottom: 0; }
.footer__bottom .list-link__item { padding-right: 30px; }




